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

2016-08-31 Thread Tim Harder
commit: aa56be4bdcb0f4c57c94f0be5461bb3f04e94737
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  1 06:54:30 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  1 06:55:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa56be4b

media-video/mediainfo: version bump to 0.7.88

 media-video/mediainfo/Manifest|  1 +
 media-video/mediainfo/mediainfo-0.7.88.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest
index fae9652..ecc1db0 100644
--- a/media-video/mediainfo/Manifest
+++ b/media-video/mediainfo/Manifest
@@ -2,3 +2,4 @@ DIST mediainfo_0.7.73.tar.bz2 1467006 SHA256 
a7cae29ac45a642c6747746db150382ed88
 DIST mediainfo_0.7.85.tar.xz 1299044 SHA256 
ba441b9c94d56e6fd0867c7d6504963ef34b3d5e3c9edc719b67abdca5cdc1fb SHA512 
bf3b75d1f11ab1c202f207abc2db28b699398bd4140e64a661e4b31f59ba97711aaa1ef7b0bb0ef014c69273d66101e0b476945eb1d473457114319b1cc756cf
 WHIRLPOOL 
3d39935610d23fc1249a31873444517d07a369ea93e84a45ef9ec5940f4872dcbaccf4e43cf2585ea4fb4fa0b3eb17405d52ae87ace4d45bb4c2ff6173f6a5c0
 DIST mediainfo_0.7.86.tar.xz 1296520 SHA256 
65edb2c1d3f7ea052b5cd6bf300267a007c8c01871c5965bef3a9bb9caa98697 SHA512 
ea7a2dc0132b6910f361cc6f822ed5b3b5fbf76f9a0415aef3ce1298de8831175045800e8adcfecc9cc865874c6e97e271ec5796fa5937e2105bfb2cc884eb4b
 WHIRLPOOL 
ef99cde1e12afeb8c684a6767eb42a1cb7b3402df7c427559363a807e809b3c6c03e54f3160d7661593de818dc61a7a2806bf81d8283bed3cf2b7636bbd970b8
 DIST mediainfo_0.7.87.tar.xz 1304456 SHA256 
fb86d2d8775ce6b23fe9416d006b0f62f8c2d71a1ee105ba820909ce9c8744f3 SHA512 
2261d97aa0a62dadc1db3fe4985c3a105c4ce9d35c05fd0c222ef7f3055aa35d0faada717944bb264438ead5abaf427e1da41192b58f1768e3868098a017694f
 WHIRLPOOL 
d7c008182136b03c426e7b6fe2a7e12270f9b2b4cac1b6d3518cfeb1a96cb6e65d83a9f9f18236aaccd954fe892bdb3dae73741511d55117e5ede04202ac2d7b
+DIST mediainfo_0.7.88.tar.xz 1316320 SHA256 
853839f0dce758f97ab950069c73a2ea7b601f6712bbcee36d0bc2ee9f58f373 SHA512 
4467ffb8c9534ca4d53df12d6e0c6550d72446464b2e1e78c6768a1f5ce49cda5d501359d0d72b29c75ee00220998e9f5623a0b9afb506960a2ec95e1e423f72
 WHIRLPOOL 
a3126841b89a05374fa0bc58881f119b8a0dd2a39d4f7f7cdf18c93f476e02d7caadadf1efb11eb0cd16db7a594617634a8a98915613f30b70740fd491f05d1b

diff --git a/media-video/mediainfo/mediainfo-0.7.88.ebuild 
b/media-video/mediainfo/mediainfo-0.7.88.ebuild
new file mode 100644
index ..9121256
--- /dev/null
+++ b/media-video/mediainfo/mediainfo-0.7.88.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+WX_GTK_VER="3.0"
+
+inherit eutils autotools wxwidgets multilib
+
+DESCRIPTION="MediaInfo supplies technical and tag information about media 
files"
+HOMEPAGE="http://mediaarea.net/mediainfo/";
+SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl mms wxwidgets"
+
+RDEPEND="sys-libs/zlib
+   media-libs/libzen
+   ~media-libs/lib${P}[curl=,mms=]
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/MediaInfo
+
+pkg_setup() {
+   TARGETS="CLI"
+   use wxwidgets && TARGETS+=" GUI"
+}
+
+src_prepare() {
+   epatch_user
+
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   sed -i -e "s:-O2::" configure.ac
+   eautoreconf
+   done
+}
+
+src_configure() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   local args=""
+   [[ ${target} == "GUI" ]] && args="--with-wxwidgets 
--with-wx-gui"
+   econf ${args}
+   done
+}
+
+src_compile() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   default
+   done
+}
+src_install() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   default
+   dodoc "${S}"/History_${target}.txt
+   if [[ ${target} == "GUI" ]]; then
+   newicon "${S}"/Source/Resource/Image/MediaInfo.png 
${PN}.png
+   make_desktop_entry ${PN}-gui MediaInfo ${PN} 
"AudioVideo;GTK"
+   fi
+   done
+}



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

2016-08-31 Thread Tim Harder
commit: 03250dce656d176f20b7bb7f86194aecff8fd079
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  1 06:54:04 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  1 06:55:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03250dce

media-libs/libmediainfo: version bump to 0.7.88

 media-libs/libmediainfo/Manifest   |  1 +
 media-libs/libmediainfo/libmediainfo-0.7.88.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/media-libs/libmediainfo/Manifest b/media-libs/libmediainfo/Manifest
index 7aede7d..95c134f 100644
--- a/media-libs/libmediainfo/Manifest
+++ b/media-libs/libmediainfo/Manifest
@@ -2,3 +2,4 @@ DIST libmediainfo_0.7.73.tar.bz2 1648742 SHA256 
d350dbbdc25a52f79bcb3d5e91d0a61c
 DIST libmediainfo_0.7.85.tar.xz 1537360 SHA256 
b6202d5a9b1725b0976b051085625ae595f3eb8e2e02c4e34eb1cfff6c6d689f SHA512 
ad7e99773257719c26a9fa4fe1ae3f87ee76e0e5c0d479778479d235abd67af9ef92c5b60c2b0f1262ed7da4878f54c8a57def89387973a3573f6b59459bfb65
 WHIRLPOOL 
77aded044df8aa2179f89c69b1d611dba1e430507a70790256fe6742ac9ab321f6121f8ef50b5e45a9c1d7306b37835e0ebf8559fdf2593a9ebb6bd1f31e8329
 DIST libmediainfo_0.7.86.tar.xz 1545368 SHA256 
c0771a1405c8de3d90623ebb7d2686dd59c33c5917894e5462f4d591da63a792 SHA512 
14ebffac03bf9b61d50ad6a3faeae649d4b24661152103eaf329e5e1ddb2230cd96001166a1217d796c463d5ec74fb103f07f45f3bdd6d048791d25923bf18bf
 WHIRLPOOL 
2601f1f4e9268b71d8215ee96ba4a8b4d7a2d0f7ae3da319058b01e0eafed351a97f0b5ff71b964eb7129464fb960380deca21ef1e871dd9354ada1d6e70a3dd
 DIST libmediainfo_0.7.87.tar.xz 1544212 SHA256 
4923dc108cf0e9fd6df36fc97e52a0955b69188491099331bb30d70410db72bf SHA512 
595c3f6e6322dff7490e481e6705f0a8884c94150bf1c3679356b4ca0b37fd4e18a8d8e4d872c0398189b4d3328afa721586f7915293f6ebc9371ac4c6ccf93a
 WHIRLPOOL 
fcfdc6fec025c2c11d9420e019ef7afe5406658b9d18894532648689e11a1a45c74ec1ab831429fe44218ea988c75992f84497f87d1352b98756c98e8b07
+DIST libmediainfo_0.7.88.tar.xz 1560488 SHA256 
01de70bc67f2da4b6d2cde5aac0bf38b2e9ab834279b90c89cc3a3d1d47b14ec SHA512 
9ddec4102bc4b28f5ff92fe13301c2cd1aad409680705d571a7b5a809aa831bfcec5f9cad28f49c78dd093c441b652140b1691762d81d3c69fbb3ea1b1922165
 WHIRLPOOL 
0dec5ff1bcc039ce66f67db586f68b6bb09b8c78787e96cc004dc3309ad4fbebc1daf197fa3b6ae5b5a754847b58b0a8769159222e2fe1acb2c36db2b3cef18c

diff --git a/media-libs/libmediainfo/libmediainfo-0.7.88.ebuild 
b/media-libs/libmediainfo/libmediainfo-0.7.88.ebuild
new file mode 100644
index ..59334c4
--- /dev/null
+++ b/media-libs/libmediainfo/libmediainfo-0.7.88.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils flag-o-matic multilib
+
+MY_PN="MediaInfo"
+DESCRIPTION="MediaInfo libraries"
+HOMEPAGE="http://mediaarea.net/mediainfo/";
+SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl doc mms static-libs"
+
+RDEPEND="sys-libs/zlib
+   dev-libs/tinyxml2:=
+   >=media-libs/libzen-0.4.28[static-libs=]
+   curl? ( net-misc/curl )
+   mms? ( >=media-libs/libmms-0.6.1[static-libs=] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+# tests try to fetch data from online sources
+RESTRICT="test"
+
+S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library
+
+src_prepare() {
+   sed -i 's:-O2::' configure.ac || die
+   append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0
+
+   epatch "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-shared \
+   --with-libtinyxml2 \
+   $(use_with curl libcurl) \
+   $(use_with mms libmms) \
+   $(use_enable static-libs static) \
+   $(use_enable static-libs staticlibs)
+}
+
+src_compile() {
+   default
+
+   if use doc; then
+   cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc
+   doxygen Doxyfile || die
+   fi
+}
+
+src_install() {
+   default
+
+   edos2unix ${PN}.pc #414545
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins ${PN}.pc
+
+   for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag 
Text Video; do
+   insinto /usr/include/${MY_PN}/${x}
+   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h
+   done
+
+   insinto /usr/include/${MY_PN}DLL
+   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h
+
+   dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt
+   if use doc; then
+   dohtml -r "${WORKDIR}"/${MY_PN}Lib/Doc/*
+   fi
+
+   prune_libtool_files
+}



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

2016-08-31 Thread Lars Wendler
commit: b30a373d7acdd8a01680938d7a6dc3ebcc9be302
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  1 06:43:44 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  1 06:54:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30a373d

media-libs/libpng: Bump to version 1.6.25

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

 media-libs/libpng/Manifest |  2 ++
 media-libs/libpng/libpng-1.6.25.ebuild | 43 ++
 2 files changed, 45 insertions(+)

diff --git a/media-libs/libpng/Manifest b/media-libs/libpng/Manifest
index 0483027..54dd20a 100644
--- a/media-libs/libpng/Manifest
+++ b/media-libs/libpng/Manifest
@@ -11,3 +11,5 @@ DIST libpng-1.6.23-apng.patch.gz 10331 SHA256 
58018fc71c0e584a482fdcec4f3347859d
 DIST libpng-1.6.23.tar.xz 961520 SHA256 
6d921e7bdaec56e9f6594463ec1fe1981c3cd2d5fc925d3781e219b5349262f1 SHA512 
950e2fae24db1e53e80257b34a78d3708844551c460d84902becea2bb246cddb1bb581c1e1faadbe2cac45c4182051558554748c78964ab74d27a65998a31c18
 WHIRLPOOL 
4660a394f6ed27fe239f3b8fec1c5dc0b3e697aed27f501e8f90a3440f2b7e0e4cccd7005821af335f77f7703f575d3cd64ab7582c3824bbfb25cc06d564f315
 DIST libpng-1.6.24-apng.patch.gz 10342 SHA256 
d8c9335be7429e942252f39689087e4c70624fac68e361b297937afff702d52a SHA512 
7f068ae37f824bba352cf4f1a3251c2ecc392add5fd9800fce529fe3a5ab6f6b7e2c2cce221ec233fc0e7bac8b4a366af15b2504b1c90cf5990747a8d16f3083
 WHIRLPOOL 
853ec68a89f338c0fc25f2572a781e4ef95a1f2af25e58ad9ac3841dc4e5fd1518a623bd7b6bcc9ce6d76634f62d37c1117730e94d6683e2d34fb90684cf3923
 DIST libpng-1.6.24.tar.xz 977532 SHA256 
7932dc9e5e45d55ece9d204e90196bbb5f2c82741ccb0f7e10d07d364a6fd6dd SHA512 
7eccb90f530a9c728e280b2b1776304a808b5deea559632e7bcf4ea219c7cb5e453aa810215465304501127595000717d4b7c5b26a9f8e22e236ec04af53a90f
 WHIRLPOOL 
7cc2d0107a72c5aa5e342d9c85c29f98bde2c061d9d344a5c0ae3851ba0ad801a9db3c20cc08af25bdcfde6318d4b31d4e5da72d0dc814cd6b2a7ca3ad647d71
+DIST libpng-1.6.25-apng.patch.gz 10342 SHA256 
e264d917d84872f01af3acf9666471a9bf64b75558b4b35236fef1e23c2a094f SHA512 
3ecc7d49a001de7c47f7ca1169b8eb6bdf4221bf0de4f896afb52c526ea45027246c947a62a02adb2172d98085f6f07814de9c2ce222a5570c3eb67828733374
 WHIRLPOOL 
a8021b1321a83023ffdb0c082d8fd3bb9a1ded2935da3f71098bac2bc070293212e4c2702855334e3db68ca66ddcb1891a4b82220b94dc2e0391585b9075c0cb
+DIST libpng-1.6.25.tar.xz 982204 SHA256 
09fe8d8341e8bfcfb3263100d9ac7ea2155b28dd8535f179111c1672ac8d8811 SHA512 
74de15b1146d479660e2b1fd6b192388857955f502b249f00b69e37b594af4d53117704cb77b5ae07ffd84510cc801695be2121adbedfaf65dc4e3b521259f5d
 WHIRLPOOL 
31234463c2cd07b0dd8e98449ec20c902562b3d4c958811180d09cde0fda6643da14928d7fb852afe3d553e873982aa0423adf14811985dc55fca56aefb1e26b

diff --git a/media-libs/libpng/libpng-1.6.25.ebuild 
b/media-libs/libpng/libpng-1.6.25.ebuild
new file mode 100644
index ..b83049c
--- /dev/null
+++ b/media-libs/libpng/libpng-1.6.25.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils libtool multilib-minimal
+
+DESCRIPTION="Portable Network Graphics library"
+HOMEPAGE="http://www.libpng.org/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
+   apng? ( mirror://sourceforge/apng/${P}-apng.patch.gz )"
+
+LICENSE="libpng"
+SLOT="0/16"
+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 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+IUSE="apng neon static-libs"
+
+RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]
+   abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r1
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils"
+
+src_prepare() {
+   if use apng; then
+   epatch "${WORKDIR}"/${PN}-*-apng.patch
+   # Don't execute symbols check with apng patch wrt #378111
+   sed -i -e '/^check/s:scripts/symbols.chk::' Makefile.in || die
+   fi
+   elibtoolize
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable static-libs static) \
+   --enable-arm-neon=$(usex neon)
+}
+
+multilib_src_install_all() {
+   dodoc ANNOUNCE CHANGES libpng-manual.txt README TODO
+   prune_libtool_files --all
+}



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

2016-08-31 Thread Lars Wendler
commit: f24617a176eb90a495ba0c385c1422ce37ab945b
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  1 06:54:22 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  1 06:54:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24617a1

media-libs/libmikmod: Bump to version 3.3.10

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

 media-libs/libmikmod/Manifest|  1 +
 media-libs/libmikmod/libmikmod-3.3.10.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/media-libs/libmikmod/Manifest b/media-libs/libmikmod/Manifest
index 85580de..f5aad48 100644
--- a/media-libs/libmikmod/Manifest
+++ b/media-libs/libmikmod/Manifest
@@ -1,3 +1,4 @@
+DIST libmikmod-3.3.10.tar.gz 1237413 SHA256 
00b3f5298431864ebd069de793ec969cfea3ae6f340f6dfae1ff7da1ae24ef48 SHA512 
89a71f859bb2dbd20db2b8e1c381df61639302b5e10b85d64fa329fcad5aec603992f11d24c4498c442090f1dded7c8f14271cbaf1acc1b7e719be9cff60b3fe
 WHIRLPOOL 
3c67c4fc73f62b9d2a60d1025f3962cc8429c71831186f4aed0e28111de3b683fb5453d0bb71c092242e59dcb408f815d09d4b70c704b52d53de81857fcb84cc
 DIST libmikmod-3.3.7.tar.gz 1226732 SHA256 
4cf41040a9af99cb960580210ba900c0a519f73ab97b503c780e82428b9bd9a2 SHA512 
3d2db6d0838a957f073f43f81e8ee20d803e5103e71bcbf7bb08f8a7776a77be50958522fc48e3ea9c20ee20a5a60eda8a66cd403f382ebd6c7910c6325dd4e9
 WHIRLPOOL 
708032fddc2260e52baee07dc00c45ac3dd0936d1c0f3f3b131dd3627fa7e1f0c699ab8184863f6435286ea4e1f83599cac76ce985ebd92a2d15ab7844d83fdf
 DIST libmikmod-3.3.8.tar.gz 1254702 SHA256 
4acf6634a477d8b95f18b55a3e2e76052c149e690d202484e8b0ac7589cf37a2 SHA512 
033e3977d5723c42af697bf1b9ba6b1912fff1bfbef1894e2b1919d55415efa8024046579ff6a1e9ec752a3c793acc60b616c223b3cb5d79a814746c0cf55e15
 WHIRLPOOL 
569dda4099e7b7b0c8f198425c9ae68f0fd6a1468e301e133482e24aef04ff85385aafe0ead3b847fb138d3c3fca06a9b588f3a896cf789143a2622d826f4cb1
 DIST libmikmod-3.3.9.tar.gz 1262237 SHA256 
3b65c1a5cae07a2771cbb82fc70ac75d99f4b3e35ac1d4cd2177865093df2893 SHA512 
260a3b46575bbfa5d7117d048293ea4271f1675d00e7cdb82f068493a3bfc69af3a10a35bd6a8a647bbe6808796a795a801c5c040d5d1eedffad455f0cbc2736
 WHIRLPOOL 
6d68a427b389b763b5e3656bdbc178de69cf5cdc208a2845a3957194fdf2612aea9dbe2ed4653d61872eebbe5efb0eb973088b30a6f34e6ea9248d7dedb65126

diff --git a/media-libs/libmikmod/libmikmod-3.3.10.ebuild 
b/media-libs/libmikmod/libmikmod-3.3.10.ebuild
new file mode 100644
index ..20241b2
--- /dev/null
+++ b/media-libs/libmikmod/libmikmod-3.3.10.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 eutils multilib-minimal
+
+DESCRIPTION="A library to play a wide range of module formats"
+HOMEPAGE="http://mikmod.sourceforge.net/";
+SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz"
+
+LICENSE="LGPL-2+ LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="+alsa altivec coreaudio debug nas openal oss pulseaudio 
cpu_flags_x86_sse2 static-libs +threads"
+
+REQUIRED_USE="|| ( alsa coreaudio nas openal oss pulseaudio )"
+
+RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2:=[${MULTILIB_USEDEP}] )
+   nas? ( >=media-libs/nas-1.9.4:=[${MULTILIB_USEDEP}] )
+   openal? ( >=media-libs/openal-1.15.1-r1[${MULTILIB_USEDEP}] )
+   pulseaudio? ( >=media-sound/pulseaudio-5.0[${MULTILIB_USEDEP}] )
+   !${CATEGORY}/${PN}:2
+   abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r3
+   
!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
+DEPEND="${RDEPEND}
+   sys-apps/texinfo
+   oss? ( virtual/os-headers )"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/libmikmod-config
+)
+
+multilib_src_configure() {
+   local mysimd="--disable-simd"
+   if use ppc || use ppc64 || use ppc-macos; then
+   mysimd="$(use_enable altivec simd)"
+   fi
+   if use amd64 || use x86 || use x86-fbsd || use x86-freebsd || use 
amd64-linux || use x86-linux || use x86-macos; then
+   mysimd="$(use_enable cpu_flags_x86_sse2 simd)"
+   fi
+
+   # sdl, sdl2: missing multilib supported ebuilds, temporarily disabled, 
remember to update REQUIRED_USE
+   ECONF_SOURCE=${S} \
+   econf \
+   $(use_enable alsa) \
+   $(use_enable nas) \
+   $(use_enable pulseaudio) \
+   --disable-sdl \
+   --disable-sdl2 \
+   $(use_enable openal) \
+   $(use_enable oss) \
+   $(use_enable coreaudio osx) \
+   $(use_enable debug) \
+   $(use_enable threads) \
+   $(use_enable static-libs static) \
+   --disable-dl \
+   ${mysimd}
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   dosym ${PN}$(get_libn

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

2016-08-31 Thread Tim Harder
commit: e3977113132cecb151e3001bef5320f065948cf5
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  1 06:40:45 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  1 06:40:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3977113

sys-devel/autogen: version bump to 5.18.12

 sys-devel/autogen/Manifest   |  1 +
 sys-devel/autogen/autogen-5.18.12.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/sys-devel/autogen/Manifest b/sys-devel/autogen/Manifest
index 7d2072f..3f15f77 100644
--- a/sys-devel/autogen/Manifest
+++ b/sys-devel/autogen/Manifest
@@ -1,2 +1,3 @@
 DIST autogen-5.18.10.tar.xz 1017960 SHA256 
4e248e02c50404ea5c5fc29027d26600f895a9eae7ea5ef851be2c8587abc148 SHA512 
cfb06566aebe2aa833f2a032c513aa1d57a803eee82f03d6f6fe3806a0f570d5dbf8331015d2afde89a3d4e4c967b6a367d3e2820addb3ff6a5ac6d481a058be
 WHIRLPOOL 
2eae849d10083da05e0c42931b5f52a9e6ab0f548473a3812e089515ec5ed76dc94008466ab6f4e5bcf5c220898aa7ffba6ecdcbde7d8fbe0134daf45788994a
+DIST autogen-5.18.12.tar.xz 1018412 SHA256 
be3ba62e883185b6ee8475edae97d7197d701d6b9ad9c3d2df53697110c1bfd8 SHA512 
46de5910e2786a9b0ec96989d3e11be3ed12e5600f01d6fa9291bfbfae42a66994aeca2949837b471827ae3285ec4caafb42bc19ca91146cd7ea7a355aaffd03
 WHIRLPOOL 
73be676646d29563214de40921d0750bebaf2418d22c2830d6c0bd4287493375b7fbc3f1576425f449d937e16235985f7e7120ed44e8d48486439e7fb317fa33
 DIST autogen-5.18.4.tar.xz 1017936 SHA256 
7fbaff0c25035aee5b96913de2c83d9a5cc973b8dc08d6b7489ecbcfd72eb84b SHA512 
a02363484de5019bd90fb6f2cf52b1b9556d6cf310c62a68830d0b2408ea4870d3c262fe5d1c27e3586ed3af4a7487d7422ad117760ac2a01ef3cfcfc1f2bfb6
 WHIRLPOOL 
109cb5637558f8e16cbb9afcb629a9bbd3d5ceae6b897a00101fce99b1a39b06ecc497d9b43441e40b58981dd2402027e89ce6ae76da73b73db934c64bca2b63

diff --git a/sys-devel/autogen/autogen-5.18.12.ebuild 
b/sys-devel/autogen/autogen-5.18.12.ebuild
new file mode 100644
index ..05b31b0
--- /dev/null
+++ b/sys-devel/autogen/autogen-5.18.12.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Program and text file generation"
+HOMEPAGE="https://www.gnu.org/software/autogen/";
+SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="libopts static-libs"
+
+# This should be guile-1.8+, but upstream has a bug with older versions:
+# https://savannah.gnu.org/support/index.php?109051
+RDEPEND=">=dev-scheme/guile-2.0:=
+   dev-libs/libxml2"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   # https://savannah.gnu.org/support/index.php?109050
+   sed -i \
+   -e "/--cflags-only-I/s:pkg-config:$(tc-getPKG_CONFIG):" \
+   configure || die
+}
+
+src_configure() {
+   # suppress possibly incorrect -R flag
+   export ag_cv_test_ldflags=
+
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+
+   if ! use libopts ; then
+   rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
+   fi
+}



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

2016-08-31 Thread Tim Harder
commit: 03134eba9a14fb5100c1329ba030cd89646c5837
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  1 06:32:49 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  1 06:32:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03134eba

sys-apps/qingy: remove old

 sys-apps/qingy/qingy-1.0.0-r1.ebuild | 132 ---
 sys-apps/qingy/qingy-1.0.0.ebuild| 125 -
 2 files changed, 257 deletions(-)

diff --git a/sys-apps/qingy/qingy-1.0.0-r1.ebuild 
b/sys-apps/qingy/qingy-1.0.0-r1.ebuild
deleted file mode 100644
index f756eaa..
--- a/sys-apps/qingy/qingy-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools elisp-common eutils pam
-
-GENTOO_THEME_VERSION=2.1
-
-DESCRIPTION="a DirectFB getty replacement"
-HOMEPAGE="http://qingy.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
-   mirror://gentoo/${PN}-gentoo-theme-${GENTOO_THEME_VERSION}.tar.bz2
-   
https://dev.gentoo.org/~gienah/2big4tree/sys-apps/qingy/${P}-screensavers.patch.gz
-   
https://dev.gentoo.org/~gienah/2big4tree/sys-apps/qingy/${P}-consolekit-pam.patch.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="consolekit crypt directfb emacs gpm opensslcrypt pam static X"
-
-RDEPEND=">=sys-libs/ncurses-5.7-r7:=
-   opensslcrypt? ( dev-libs/openssl:0= )
-   crypt? ( >=dev-libs/libgcrypt-1.2.1:0= )
-   directfb? ( >=dev-libs/DirectFB-1.4.2[fbcon,jpeg,png,truetype] )
-   emacs? ( virtual/emacs )
-   pam? ( >=sys-libs/pam-0.75-r11 )
-   X? (
-   x11-libs/libX11:=
-   x11-libs/libXScrnSaver:=
-   x11-proto/scrnsaverproto
-   )"
-DEPEND="${RDEPEND}
-   >=sys-apps/sed-4.1.4-r1
-   virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-   consolekit? (
-   sys-auth/consolekit
-   sys-apps/dbus )
-   pam? ( sys-auth/pambase )"
-
-SITEFILE=50${PN}-gentoo.el
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-tinfo.patch
-   # bug #359637 and bug #462634 - fixes from upstream
-   epatch "${DISTDIR}"/${P}-screensavers.patch.gz
-   # bug #372675 - fix from upstream
-   epatch "${DISTDIR}"/${P}-consolekit-pam.patch.gz
-   eautoreconf
-}
-
-src_configure() {
-   local crypto_support="--disable-crypto"
-   local emacs_support="--disable-emacs --without-lispdir"
-
-   if use crypt && use opensslcrypt; then
-   echo
-   ewarn "You can have openssl or libgcrypt as a crypto library, 
not both."
-   ewarn "Using libgcrypt now..."
-   echo
-   fi
-
-   use emacs && emacs_support="--enable-emacs 
--with-lispdir=${SITELISP}/${PN}"
-   use opensslcrypt && crypto_support="--enable-crypto=openssl"
-   use crypt && crypto_support="--enable-crypto=libgcrypt"
-   econf \
-   --sbindir=/sbin \
-   --disable-optimizations \
-   $(use_enable consolekit) \
-   $(use_enable pam) \
-   $(use_enable static static-build) \
-   $(use_enable gpm gpm-lock) \
-   $(use_enable X x-support) \
-   $(use_enable directfb DirectFB-support ) \
-   ${crypto_support} \
-   ${emacs_support}
-}
-
-src_install() {
-   # Copy documentation manually as make install only installs info files
-   # INSTALL is left because it contains also configuration informations
-   dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO
-
-   # Install the program
-   emake DESTDIR="${D}" install
-
-   # Set the settings file umask to 600, in case somebody
-   # wants to make use of the autologin feature
-   /bin/chmod 600 "${D}"/etc/qingy/settings
-
-   # Install Gentoo theme
-   dodir /usr/share/${PN}/themes/gentoo
-   cp "${WORKDIR}"/gentoo/* "${D}"/usr/share/${PN}/themes/gentoo || die
-
-   # Alter config file so that it uses our theme
-   sed -i 's/theme = "default"/theme = "gentoo"/' "${D}"/etc/${PN}/settings
-
-   # Install log rotation policy
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-logrotate ${PN}
-
-   use emacs && elisp-site-file-install "${FILESDIR}"/${SITEFILE}
-
-   rm "${D}"/etc/pam.d/qingy
-   pamd_mimic system-local-login qingy auth account password session
-}
-
-pkg_postinst() {
-   einfo "In order to use qingy you must first edit your /etc/inittab"
-   einfo "Check the documentation at ${HOMEPAGE}"
-   einfo "for instructions on how to do that."
-   echo
-   einfo "Also, make sure to adjust qingy settings file 
(/etc/qingy/settings)"
-   einfo "to your preferences/machine configuration..."
-
-   if use crypt; then
-   echo
-   einfo "You will have to cr

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

2016-08-31 Thread Tim Harder
commit: dd8a19d5298310bfdb9a30a3870eadd2cbff75f4
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  1 06:25:35 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  1 06:25:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8a19d5

net-wireless/iw: version bump to 4.7

 net-wireless/iw/Manifest  |  1 +
 net-wireless/iw/iw-4.7.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/net-wireless/iw/Manifest b/net-wireless/iw/Manifest
index 4470c14..422011d 100644
--- a/net-wireless/iw/Manifest
+++ b/net-wireless/iw/Manifest
@@ -1,3 +1,4 @@
 DIST iw-3.17.tar.xz 91796 SHA256 
48a62eb5cd8e757c9617749df96b01f133c184f6c107f18be660ee08f155fa93 SHA512 
ac4779a88aacb9e2f4859cdb3e953bfba0a83b2e8140777092d61ced6799f09d8ec5628a359109cc23e6389e0ec0ab5a98b9da93c400b7cffedd930013c44f39
 WHIRLPOOL 
74225c1f29dd58d79e3af2ade0fdb7a2cb6c881bcaa2bd8571fc178bd6ad89fabb53389d1cdc3ac8d6f162314192427f8f3da7b343dca6612a8cb5c3e2a68bed
 DIST iw-4.0.tar.xz 97352 SHA256 
2b4b7906d5ce89ce0ab523e5de8b619cddcc18fee7a2bfd6f9c62efab2d3bed6 SHA512 
404852357166742f0104792a79ac7291c2d1e2b01f07f8bfe0efe14c8444eb87e045d00dd717e21fe9a27542e37f570b2d7bb44aee174091924455f3f3ef9e07
 WHIRLPOOL 
7194188f6fd11cf718764688ec4940a448017214812249654f3b5a985f14db1ff5c5f251db64a4b020630d1d0990895a2a8073baac1f9e41563de93b2020e666
 DIST iw-4.3.tar.xz 98400 SHA256 
a6add81a51667649d8d7cfba783ab6a0f82e250a663a4065b13babdff3f6b220 SHA512 
ac2e15c4829ea7f47f56205942eb2ff5e26e5eeaeaf8991bd3910a758988263a24052b3b0d5fb7fed51456324524777f69e48991f99003ac7f6b2068aa18f9e8
 WHIRLPOOL 
f6f03e797a0849f7cbaa9b17649ae86804c6d2e3a9f21fc1655f3c9a78d0909c67555c0763232eb97cc10f875b5fd37c8b28fb27ba099ae8aacabaf7e367e8bc
+DIST iw-4.7.tar.xz 101800 SHA256 
d1720c04bc26661d42e71d13746d5c3aeedb6bdf743f7d6b7b056f0abd345ee8 SHA512 
a43a61f6b10f1dc7ba69eea679aa82f041c8574f1323107581ee30e57296cdbaba80519a3e7d470ff3bbf2a7c2c7b687aae4839eb04b8938db1dacdb4610f5a1
 WHIRLPOOL 
709846e2c720b28f8a7c165e0c3529566da6eef6f91ed76115185fba75991b43ba3c07a97c81437d3ba957a695302c392801010ce67c49e55ad1c99cfd4a

diff --git a/net-wireless/iw/iw-4.7.ebuild b/net-wireless/iw/iw-4.7.ebuild
new file mode 100644
index ..76c56b3
--- /dev/null
+++ b/net-wireless/iw/iw-4.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="nl80211-based configuration utility for wireless devices using 
the mac80211 kernel stack"
+HOMEPAGE="https://wireless.kernel.org/en/users/Documentation/iw";
+SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz";
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-libs/libnl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   tc-export CC LD PKG_CONFIG
+}
+
+src_compile() {
+   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+   LDFLAGS="${CFLAGS} ${LDFLAGS}" \
+   emake V=1
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}



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

2016-08-31 Thread Tim Harder
commit: f90e9965ca7f4de456245b770d4a70fceb36c03f
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  1 06:17:21 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  1 06:17:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90e9965

dev-python/zope-interface: version bump to 4.3.1

 dev-python/zope-interface/Manifest |  1 +
 .../zope-interface/zope-interface-4.3.1.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/zope-interface/Manifest 
b/dev-python/zope-interface/Manifest
index 0009c28..7b1fd2f 100644
--- a/dev-python/zope-interface/Manifest
+++ b/dev-python/zope-interface/Manifest
@@ -2,3 +2,4 @@ DIST zope.interface-4.1.1.tar.gz 864139 SHA256 
91cba7b7cd7cb82f6f4e023fe77f94dc3
 DIST zope.interface-4.1.2.tar.gz 919277 SHA256 
441fefcac1fbac57c55239452557d3598571ab82395198b2565a29d45d1232f6 SHA512 
b51f651ced7eb070db104e057a910b05a985999830551a6a7f83dcd2a565d637352b2dcf3b8517c682bed9365b31baf364f1863ff0e5b40df76668ea0b23a61e
 WHIRLPOOL 
14729bacea73848508d67124d26eb966ec1ccdb14aeb9aa4ef0a0349d7241319f5f1b684fc9a6f4d6efdbed6ae120051c383aad67525dad2b4fca40fced2927d
 DIST zope.interface-4.1.3.tar.gz 141561 SHA256 
2e221a9eec7ccc58889a278ea13dcfed5ef939d80b07819a9a8b3cb1c681484f SHA512 
4579b7f3f5ae9cde83fcba24147f7480172015d3ec7480e4fac40d06f7846cf4fd1da966fc3e5c12c3f7058762052ef33d0535c685b120c1370d09d2274780e2
 WHIRLPOOL 
41b9eef46f581455346ed254aa73c2a2cb5dea0c27f506412fe90c66eaebeaa4fdb88d58e7ba4a0e9a7beb22df3f7d9039fcaac1961fe06fb9684f8f8509a243
 DIST zope.interface-4.2.0.tar.gz 146335 SHA256 
36762743940a075283e1fb22a2ec9e8231871dace2aa00599511ddc4edf0f8f9 SHA512 
737d6e3af994a630d3de0dbfabc4f2e578cf943466bf1411358c0421db81e6f98067900e3878eb5f3f48922fb60754c56368d70d12aa65c7c8bcadc42a8402fd
 WHIRLPOOL 
a6ef6eb5b1cabbbe126f5b7438ca8bfc8d1aff1f34cb4f75da68db117037c85cafed47fc19a7720b2ba67a6c296e538a44aeddc2684bb9b0fa90f09f431ab161
+DIST zope.interface-4.3.1.tar.gz 147262 SHA256 
320920cedb07666fd4022f6a0fcd4a44551133a8415c98eac0873b753bb5a70c SHA512 
c61be2cdde33a69509c4f7e076c101441332f8a14195533dab1ee11cc39192162c3d883de2f6fc9ef2fdbf2d69fbe01a4e1bdaaf9292735b165e4734602d311a
 WHIRLPOOL 
f5b4a6e273bcc1eac0836192337e7ef93c126714137d457d92918be17cf3adc093c2f7fb646bc1075ea6cdfade779593303e5be0ce876c929718a74cdbb76b7e

diff --git a/dev-python/zope-interface/zope-interface-4.3.1.ebuild 
b/dev-python/zope-interface/zope-interface-4.3.1.ebuild
new file mode 100644
index ..c3e1d43
--- /dev/null
+++ b/dev-python/zope-interface/zope-interface-4.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Interfaces for Python"
+HOMEPAGE="https://pypi.python.org/pypi/zope.interface 
https://github.com/zopefoundation/zope.interface";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/zope-event[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_P}
+
+python_compile() {
+   if ! python_is_python3; then
+   local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
+   append-flags -fno-strict-aliasing
+   fi
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   esetup.py test
+}



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

2016-08-31 Thread Tim Harder
commit: 98d91bdd597103ee17025e810edd608dd53f5def
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  1 06:12:51 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  1 06:12:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d91bdd

dev-python/certifi: remove old

 dev-python/certifi/Manifest|  3 ---
 dev-python/certifi/certifi-2015.11.20.1.ebuild | 21 -
 dev-python/certifi/certifi-2015.9.6.2.ebuild   | 21 -
 dev-python/certifi/certifi-2016.2.28.ebuild| 21 -
 4 files changed, 66 deletions(-)

diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest
index 1c60e92..670a903 100644
--- a/dev-python/certifi/Manifest
+++ b/dev-python/certifi/Manifest
@@ -1,6 +1,3 @@
-DIST certifi-2015.11.20.1.tar.gz 365934 SHA256 
30b0a7354a1b32caa8b4705d3f5fb2dadefac7ba4bf8af8a2176869f93e38f16 SHA512 
e075c67ca134a34908ca775fb909e61c349fa3cf9f48b8c934b795c8295fc859753d65187c560e4bf11d05bcaead038212e22384524af2a296acdd6246fcc1b3
 WHIRLPOOL 
b3dad9eb8e0b2a37008280d9abd632a0bf2875bfefc18fbb01c60525f3c94a4d723b6579e71d20c85f7958aa1a09a49547a1326f2ee7d51e7b3338edeadd3e49
 DIST certifi-2015.11.20.tar.gz 364503 SHA256 
7168668372f07219439e82878b484d6216ff63224fd4e7ff4f39c56ad0b487de SHA512 
d93dd596f572c4fe72c0fca205552da4d533ae094b372294741aa007c1fdcc4f452c1ea474f9a92a7e87f7f2ed82375bca3e33f0cabf22a8bc7a42a733dd8d58
 WHIRLPOOL 
02712c93ca05fdd4d7afced1ccfedb52fddca7b8f2e29b41681ece953f026106fdc84c02b06db6c7b7a639af9ed6796efad65e47a1ec2c2089e854128a13201d
-DIST certifi-2015.9.6.2.tar.gz 368588 SHA256 
dc3a2b2d9d1033dbf27586366ae61b9d7c44d8c3a6f29694ffcbb0618ea7aea6 SHA512 
78166fa708e7f5162bc36c5b552b1c19e316f4f540db5733167730e9d3a7610b90622546b9e49bc539d9d4de543a169046d24fbbcded98b74f68351a91d15f31
 WHIRLPOOL 
4c1f075ea41d00819325bd49213c39f0af3f7e0393a2ea8b4c6efbfc38e828ee8e6b807da4a43974182a65565c6eed76d491d09f03841c9f96251d15bf19f9b7
-DIST certifi-2016.2.28.tar.gz 364036 SHA256 
5e8eccf95924658c97b990b50552addb64f55e1e3dfe4880456ac1f287dc79d0 SHA512 
aa680f56b0a275dbb93656438692c5e3681bfccb536b9a5e354cd824776f483cbe5a3889d72859cb94252c49b383cbbf2f52aef2633e31471dc8bc15faff5148
 WHIRLPOOL 
8d5865a90ae863f8835fa6a858b06f87de9f36062de845d76c0425648f974d5c8126d7197dc1a73ea943a4f279e5686c5ae1e08e4c00075a6d52df03edeeff8b
 DIST certifi-2016.8.31.tar.gz 376643 SHA256 
f7708a42d86f29ccc7c8c4ff9d34a8d854d8d78eb2973d1f28406bb43d6b8919 SHA512 
2f54c1fec800ed37e750cbb2f75cd34e9593ee7c84ab77d7ce42424d940ed1a96be5dc90f37c0627683c00a2f92ef1bae4d4aa3628b3513a27f02a7459fb988c
 WHIRLPOOL 
d501abd00885a17cc0586ef3298e424ae0fd11af5ecb9d0921e7aedcf9e7e9524cef68af725c558d0d4614678d91b8cffa814dd84501084849e139303c3f464a
 DIST certifi-2016.8.8.tar.gz 382233 SHA256 
99864ed602d8a9d212e339b15ffa438895002eda7b7db20dca5309dac9605ae9 SHA512 
adceffbe0875c90d4440ff193bbfee0da10d7dba23d323206cd3b2b14b9a1dad5886d243f23b8e5048b6062d142a872911475e7a0b043506e0f8f778777f325c
 WHIRLPOOL 
a1e7e85f2083c40474c58310eef3b80e92da5ff4a1c022546866f7113cb9b8e2df041f1bc0973f04e903fdd88d38deb3307a1145eb7b4765325a6c54244c4361

diff --git a/dev-python/certifi/certifi-2015.11.20.1.ebuild 
b/dev-python/certifi/certifi-2015.11.20.1.ebuild
deleted file mode 100644
index ab20875..
--- a/dev-python/certifi/certifi-2015.11.20.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python package for providing Mozilla's CA Bundle"
-HOMEPAGE="http://certifi.io/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/certifi/certifi-2015.9.6.2.ebuild 
b/dev-python/certifi/certifi-2015.9.6.2.ebuild
deleted file mode 100644
index 1f3965b..
--- a/dev-python/certifi/certifi-2015.9.6.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python package for providing Mozilla's CA Bundle"
-HOMEPAGE="http://certifi.io/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

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

2016-08-31 Thread Tim Harder
commit: 33513944eddf021e106aeddcdadbc0d0d26563fe
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  1 06:12:16 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  1 06:12:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33513944

dev-python/certifi: version bump to 2016.8.31

 dev-python/certifi/Manifest |  1 +
 dev-python/certifi/certifi-2016.8.31.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest
index f41d640..1c60e92 100644
--- a/dev-python/certifi/Manifest
+++ b/dev-python/certifi/Manifest
@@ -2,4 +2,5 @@ DIST certifi-2015.11.20.1.tar.gz 365934 SHA256 
30b0a7354a1b32caa8b4705d3f5fb2dad
 DIST certifi-2015.11.20.tar.gz 364503 SHA256 
7168668372f07219439e82878b484d6216ff63224fd4e7ff4f39c56ad0b487de SHA512 
d93dd596f572c4fe72c0fca205552da4d533ae094b372294741aa007c1fdcc4f452c1ea474f9a92a7e87f7f2ed82375bca3e33f0cabf22a8bc7a42a733dd8d58
 WHIRLPOOL 
02712c93ca05fdd4d7afced1ccfedb52fddca7b8f2e29b41681ece953f026106fdc84c02b06db6c7b7a639af9ed6796efad65e47a1ec2c2089e854128a13201d
 DIST certifi-2015.9.6.2.tar.gz 368588 SHA256 
dc3a2b2d9d1033dbf27586366ae61b9d7c44d8c3a6f29694ffcbb0618ea7aea6 SHA512 
78166fa708e7f5162bc36c5b552b1c19e316f4f540db5733167730e9d3a7610b90622546b9e49bc539d9d4de543a169046d24fbbcded98b74f68351a91d15f31
 WHIRLPOOL 
4c1f075ea41d00819325bd49213c39f0af3f7e0393a2ea8b4c6efbfc38e828ee8e6b807da4a43974182a65565c6eed76d491d09f03841c9f96251d15bf19f9b7
 DIST certifi-2016.2.28.tar.gz 364036 SHA256 
5e8eccf95924658c97b990b50552addb64f55e1e3dfe4880456ac1f287dc79d0 SHA512 
aa680f56b0a275dbb93656438692c5e3681bfccb536b9a5e354cd824776f483cbe5a3889d72859cb94252c49b383cbbf2f52aef2633e31471dc8bc15faff5148
 WHIRLPOOL 
8d5865a90ae863f8835fa6a858b06f87de9f36062de845d76c0425648f974d5c8126d7197dc1a73ea943a4f279e5686c5ae1e08e4c00075a6d52df03edeeff8b
+DIST certifi-2016.8.31.tar.gz 376643 SHA256 
f7708a42d86f29ccc7c8c4ff9d34a8d854d8d78eb2973d1f28406bb43d6b8919 SHA512 
2f54c1fec800ed37e750cbb2f75cd34e9593ee7c84ab77d7ce42424d940ed1a96be5dc90f37c0627683c00a2f92ef1bae4d4aa3628b3513a27f02a7459fb988c
 WHIRLPOOL 
d501abd00885a17cc0586ef3298e424ae0fd11af5ecb9d0921e7aedcf9e7e9524cef68af725c558d0d4614678d91b8cffa814dd84501084849e139303c3f464a
 DIST certifi-2016.8.8.tar.gz 382233 SHA256 
99864ed602d8a9d212e339b15ffa438895002eda7b7db20dca5309dac9605ae9 SHA512 
adceffbe0875c90d4440ff193bbfee0da10d7dba23d323206cd3b2b14b9a1dad5886d243f23b8e5048b6062d142a872911475e7a0b043506e0f8f778777f325c
 WHIRLPOOL 
a1e7e85f2083c40474c58310eef3b80e92da5ff4a1c022546866f7113cb9b8e2df041f1bc0973f04e903fdd88d38deb3307a1145eb7b4765325a6c54244c4361

diff --git a/dev-python/certifi/certifi-2016.8.31.ebuild 
b/dev-python/certifi/certifi-2016.8.31.ebuild
new file mode 100644
index ..eb85a09
--- /dev/null
+++ b/dev-python/certifi/certifi-2016.8.31.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python package for providing Mozilla's CA Bundle"
+HOMEPAGE="http://certifi.io/ https://pypi.python.org/pypi/certifi";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: net-print/gutenprint/, net-print/gutenprint/files/

2016-08-31 Thread Tim Harder
commit: e779b82ca1b5984980561c3e17af70201ae7a71d
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  1 06:02:56 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  1 06:07:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e779b82c

net-print/gutenprint: version bump to 5.2.11

 net-print/gutenprint/Manifest  |  1 +
 ...rint-switch-from-ijs-config-to-pkg-config.patch | 60 +
 net-print/gutenprint/gutenprint-5.2.11.ebuild  | 97 ++
 3 files changed, 158 insertions(+)

diff --git a/net-print/gutenprint/Manifest b/net-print/gutenprint/Manifest
index 46db193..a38c2d3 100644
--- a/net-print/gutenprint/Manifest
+++ b/net-print/gutenprint/Manifest
@@ -1,2 +1,3 @@
 DIST gutenprint-5.2.10.tar.bz2 6241585 SHA256 
431f352b412dfb9809d126a85a37a1fcd1c1826275ace8cdcd4fd9a6ee360e59 SHA512 
bb71fd5c127748730dde01471b09907d500b72c35401abaf92c631d04156bacafd4b1a9baef61f48db6c4a622fd612a1e2834ed30207b5b178767ea9d9d5e1ac
 WHIRLPOOL 
4d809f99df3515fc878d3be5df4f48b66fc764eea1f62db15e75d6ca7326c24c6c228bd975575c20f3e7bc8398c1e492e1025784e64a4534f82ad89c7ba92990
+DIST gutenprint-5.2.11.tar.bz2 6570118 SHA256 
c1a34cd2e02527de4d2a9bf6c14732cb9aa11b333f771eb6043fdc974de24df9 SHA512 
f4010e489dd6763b19113abf1d55e84cea8d36b920d03dbe204dba30ab0d3fb3e3391e739cd1a56e2f63581c8ce4a856a7f747deb6e7b18d7e1f7a3d87901c60
 WHIRLPOOL 
0c6a0495d59ef720da74b610f6c26515ea5d0748e78f1b8eb4bb12277dca874b428ef17f9cf668f0449362900580ecefe35c2d1ebf6f6025519c886fc8a83b9e
 DIST gutenprint-5.2.9.tar.bz2 5720450 SHA256 
4b27e4f06f32d30271df89ecb6089bb11bcf2caec5f60b0909e083095354bca0 SHA512 
082990e09c49247baab9575b34882026770923915eb1c4ff6f75475cd341691263c7567a430542ead868e80ee6ea82e00ad12c89be0611913f934d66a10a9549
 WHIRLPOOL 
d466288983c4a194c76f505a5adc16af00a651c07a584ff860919b1cf0e2ca870091eac76c6b7d466d9508f3e77a4c6095efe593c0350feeb41dd761adb6e92a

diff --git 
a/net-print/gutenprint/files/gutenprint-switch-from-ijs-config-to-pkg-config.patch
 
b/net-print/gutenprint/files/gutenprint-switch-from-ijs-config-to-pkg-config.patch
new file mode 100644
index ..99ef9b7
--- /dev/null
+++ 
b/net-print/gutenprint/files/gutenprint-switch-from-ijs-config-to-pkg-config.patch
@@ -0,0 +1,60 @@
+From 233a909a77dd4c18d359bf32cd8ef99ed1b7b459 Mon Sep 17 00:00:00 2001
+From: speachy <>
+Date: Fri, 29 Jan 2016 12:41:21 +
+Subject: [PATCH] Apply patch from Brian Norris to switch from 'ijs-config' to
+ 'pkg-config' for IJS support, as the former does not work for
+ cross-compilation.
+
+---
+ configure.ac  | 10 --
+ src/ghost/ijsgutenprint.c |  4 ++--
+ 2 files changed, 6 insertions(+), 8 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 800794b..fac8361 100644
+--- a/configure.ac
 b/configure.ac
+@@ -371,9 +371,9 @@ if test "$BUILD_FOOMATIC_3" = "yes" ; then
+BUILD_FOOMATIC=yes
+ fi
+ 
+-AC_PATH_PROG(IJS_CONFIG, ijs-config)
++PKG_CHECK_MODULES(IJS, ijs, [HAVE_IJS=yes], [HAVE_IJS=no])
+ 
+-if test -z "${IJS_CONFIG}"  ; then
++if test "x${HAVE_IJS}" = "xno" ; then
+   BUILD_GHOSTSCRIPT="no"
+ else
+   BUILD_GHOSTSCRIPT="yes"
+@@ -620,11 +620,9 @@ fi
+ 
+ dnl ijs checks
+ if test x${BUILD_GHOSTSCRIPT} = xyes ; then
+-  if test -z "$IJS_CONFIG" ; then
+-AC_MSG_ERROR(Cannot find ijs-config; please ensure Ghostscript 6.53 or 
above is installed);
++  if test -z "$HAVE_IJS" ; then
++AC_MSG_ERROR(Cannot find ijs; please ensure Ghostscript 6.53 or above is 
installed);
+   fi
+-  IJS_CFLAGS=`$IJS_CONFIG --cflags`
+-  IJS_LIBS=`$IJS_CONFIG --libs`
+ fi
+ 
+ 
GUTENPRINT_RELEASE_VERSION=${GUTENPRINT_MAJOR_VERSION}.${GUTENPRINT_MINOR_VERSION}
+diff --git a/src/ghost/ijsgutenprint.c b/src/ghost/ijsgutenprint.c
+index a3621a2..69aadf1 100644
+--- a/src/ghost/ijsgutenprint.c
 b/src/ghost/ijsgutenprint.c
+@@ -35,8 +35,8 @@
+ #include 
+ #include 
+ #include 
+-#include 
+-#include 
++#include 
++#include 
+ #include 
+ #include 
+ 
+-- 
+2.7.3
+

diff --git a/net-print/gutenprint/gutenprint-5.2.11.ebuild 
b/net-print/gutenprint/gutenprint-5.2.11.ebuild
new file mode 100644
index ..bd53819
--- /dev/null
+++ b/net-print/gutenprint/gutenprint-5.2.11.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Ghostscript and cups printer drivers"
+HOMEPAGE="http://gutenprint.sourceforge.net";
+SRC_URI="mirror://sourceforge/gimp-print/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="cups foomaticdb gimp gtk nls readline ppds static-libs"
+REQUIRED_USE="gimp? ( gtk )"
+
+RDEPEND="app-text/ghostscript-gpl
+   dev-lang/perl
+   readline? ( sys-libs/readline:0= )
+   cups? ( >=net-print/cups-1.1.14 )
+   foomaticdb? ( net-print/foomatic-db-engine )
+   gimp? ( >=media-gfx/gimp-2.2 x11-libs/gtk+:2 )
+

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

2016-08-31 Thread Hans de Graaff
commit: 0b2a7415fd6e21cb3747b746412d59229d0ec5e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep  1 05:14:25 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep  1 05:15:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2a7415

dev-ruby/hamster: add missing dependency, fixes bug 592602

Package-Manager: portage-2.2.28

 dev-ruby/hamster/{hamster-3.0.0.ebuild => hamster-3.0.0-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/hamster/hamster-3.0.0.ebuild 
b/dev-ruby/hamster/hamster-3.0.0-r1.ebuild
similarity index 92%
rename from dev-ruby/hamster/hamster-3.0.0.ebuild
rename to dev-ruby/hamster/hamster-3.0.0-r1.ebuild
index 4e47958..f858af7 100644
--- a/dev-ruby/hamster/hamster-3.0.0.ebuild
+++ b/dev-ruby/hamster/hamster-3.0.0-r1.ebuild
@@ -19,6 +19,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+
 all_ruby_prepare() {
sed -i -e '/codeclimate/I s:^:#:' spec/spec_helper.rb || die
sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb 
spec/lib/hamster/vector/insert_spec.rb || die



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

2016-08-31 Thread Zac Medico
commit: 7ff486eae95a74e64835a0b76719612e31b7bfd8
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep  1 04:57:23 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep  1 05:05:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff486ea

profiles: use.stable.mask pypy and pypy3 python targets

 profiles/base/use.stable.mask | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 4b90d97..b34a8da 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -5,6 +5,13 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Zac Medico  (01 Sep 2016)
+# Needs virtual/pypy* stable
+python_targets_pypy
+python_single_target_pypy
+python_targets_pypy3
+python_single_target_pypy3
+
 # Brian Evans  (18 Dec 2015)
 # Needs dev-lang/php:7.0 stable
 php_targets_php7-0



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

2016-08-31 Thread Hans de Graaff
commit: 32fbd3808ef81a2836ee873074aab3d59397f026
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep  1 04:56:57 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep  1 04:56:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fbd380

dev-ruby/chunky_png: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/chunky_png/Manifest   |  1 -
 dev-ruby/chunky_png/chunky_png-1.3.5-r1.ebuild | 34 --
 dev-ruby/chunky_png/chunky_png-1.3.5.ebuild| 34 --
 3 files changed, 69 deletions(-)

diff --git a/dev-ruby/chunky_png/Manifest b/dev-ruby/chunky_png/Manifest
index 7b05b33..6485963 100644
--- a/dev-ruby/chunky_png/Manifest
+++ b/dev-ruby/chunky_png/Manifest
@@ -1,2 +1 @@
-DIST chunky_png-1.3.5.gem 350208 SHA256 
b6ab1011b2e79bcc973c92deee4110d071d5cd59ed950efcd0aba49a5f57c06d SHA512 
3c036da20a77bf3525f2d76711e3dee697360dce59c0aee13e57f6cd6a77e7cde0bc94be15ba3c8792e45652d6825f520f8d16f5bc90ca2315a9b3ce17870494
 WHIRLPOOL 
e7ac53ed0b2f959d0016a87c48140382f07477cb061558ae25120e04bd4947ca399321520b0fe508f4e481763c72ab4ae03a693e62486d58e0c3482b371990fa
 DIST chunky_png-1.3.6.gem 350208 SHA256 
378143eb3fefd8ccc579ad8462fb15621607ab12b6b6cff9ae4623092c6b SHA512 
334ea571194a3357003ddbdf41c669ae189c6927c43182a8814e5aa5b3cdee2a3adef80cae4453a3d6d186652c78fdde496bf9080a28227d26dd411dbe0d880e
 WHIRLPOOL 
43a92898c4362112b51f443b5f0c326bf6b0810ce3d4b4afdb37b89bb3a0727328339ee6b403e74ab2572b999c091d6b468c4a4dc1795e5220280ff8edaf23da

diff --git a/dev-ruby/chunky_png/chunky_png-1.3.5-r1.ebuild 
b/dev-ruby/chunky_png/chunky_png-1.3.5-r1.ebuild
deleted file mode 100644
index 1c4f4e1..
--- a/dev-ruby/chunky_png/chunky_png-1.3.5-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-
-RUBY_FAKEGEM_EXTRADOC="BENCHMARKING.rdoc README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="chunky_png.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pure Ruby library that can read and write PNG images"
-HOMEPAGE="https://wiki.github.com/wvanbergen/chunky_png";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/[bB]undler/s:^:#:' {spec,benchmarks}/*.rb || die
-   rm Gemfile* || die
-
-   # Avoid git dependency
-   sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/chunky_png/chunky_png-1.3.5.ebuild 
b/dev-ruby/chunky_png/chunky_png-1.3.5.ebuild
deleted file mode 100644
index 5291fc2..
--- a/dev-ruby/chunky_png/chunky_png-1.3.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-
-RUBY_FAKEGEM_EXTRADOC="BENCHMARKING.rdoc README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="chunky_png.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pure Ruby library that can read and write PNG images"
-HOMEPAGE="https://wiki.github.com/wvanbergen/chunky_png";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/[bB]undler/s:^:#:' {spec,benchmarks}/*.rb || die
-   rm Gemfile* || die
-
-   # Avoid git dependency
-   sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}



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

2016-08-31 Thread Hans de Graaff
commit: 6302db67cf859e0f372093cb94e20f7ae3f67802
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep  1 04:59:16 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep  1 04:59:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6302db67

dev-ruby/domain_name: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/domain_name/Manifest  |  3 --
 .../domain_name/domain_name-0.5.20160309.ebuild| 47 --
 .../domain_name/domain_name-0.5.20160310.ebuild| 47 --
 dev-ruby/domain_name/domain_name-0.5.25.ebuild | 47 --
 4 files changed, 144 deletions(-)

diff --git a/dev-ruby/domain_name/Manifest b/dev-ruby/domain_name/Manifest
index 89f7fce..7054d21 100644
--- a/dev-ruby/domain_name/Manifest
+++ b/dev-ruby/domain_name/Manifest
@@ -1,5 +1,2 @@
-DIST domain_name-0.5.20160309.gem 113664 SHA256 
51d7801d1dc076f29900243c305ebe50a2e30d6d16aca931a5ee8c2af5bf3bca SHA512 
e9a9e87fbe8f1e1ee6b14122683593737d7f8efb99f0acd38f3324adecda5a4e8ef72f9c449939fce59ca093ce33daaaea531b9916f151047f393b7d03d56fdb
 WHIRLPOOL 
8338135ae1935a4b5e5b867d856f3d9d5d8e2af25cec12419569b1bcb67b6dbdc0082d0aaf4053146cd9c6a281e12669149c6f4f59333d53992116dcbff4
-DIST domain_name-0.5.20160310.gem 113664 SHA256 
da5fa56840cc67d034435880ddfbdd17d765c53d2f049de8a610cfab7f39213c SHA512 
d99faf7ae16355091aed8c934f8b505162fb17ca7524b01606d9c5a6dc96a22d4bfe34df5b3f3c05fa064bcb6435f48fc913db6d58f0e82dffea1c9146c4825a
 WHIRLPOOL 
a060d785a5527ce17d151721c05c4eba26b13c26532e2023f0f0d47744495820536abbc60776944955af3b405c1ee1986b3ac71cf8fa78294ca8150a05b79a16
 DIST domain_name-0.5.20160615.gem 116224 SHA256 
afb018732f1d0b322b213413868cd21011dba62fd77b38ceba2e7a9ee67690b9 SHA512 
c21068813f47553a617e28e941e8184d8b98dbf3b298a8899082013e8f83e4dadd49e29fd32137ad485930ef1908b107b0f88391c0ea322c977a1f9d6c8a26c8
 WHIRLPOOL 
9df0cefda0f38fe37ed3dd81fd83e63c63db1bbe84bbbde57b5c11dd7f4e33d562f397329adb11acbea7ec10dd7329cd599eabbd8f81da6884741a31ba8851ca
 DIST domain_name-0.5.24.gem 104448 SHA256 
8cbd6aea8859823f89aefeec49232e9d4377456fd42d08accfbc0cc6b32a55f6 SHA512 
46caf0be89c3b2f38f79180c14f4eaa1096f12f80feb881dafb394033d2c6118f481c898310d281d15acd5b9a54473c9d9ee8f0e77dda5b03c40a0d6f137f602
 WHIRLPOOL 
df40be6b18f08f242bafeb985a93692e3286a3889b738790108c7df64eff90dfe28c874b06f7cefd7e8ee295753126ee2d32ceb89dca65c71b95721064301161
-DIST domain_name-0.5.25.gem 112128 SHA256 
5b492888a095f2f00027a268932c93d0432bf8ada568a5c601ff53ce6a761b9b SHA512 
cdc89ef2cc93d014727e203ffaa3921f3548077bcf4dfacc83a03f887a88393cea01efcf072ca785b375a6b24cdbd69f201f2fbd81a7341595e6ed2a5d2b362c
 WHIRLPOOL 
1f5a9577aab4aea61eb88d590bd52b07cb21c597646ad28fce6631baee3ea527282393ce392a830232081a70c0628ce0fb29d5aec640cae44ff887d0261b

diff --git a/dev-ruby/domain_name/domain_name-0.5.20160309.ebuild 
b/dev-ruby/domain_name/domain_name-0.5.20160309.ebuild
deleted file mode 100644
index f0bb1c3..
--- a/dev-ruby/domain_name/domain_name-0.5.20160309.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Domain Name manipulation library for Ruby"
-HOMEPAGE="https://github.com/knu/ruby-domain_name";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/test-unit-2.5.5
-   dev-ruby/shoulda
-   )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/,/end/ d; i gem "unf"' test/helper.rb || die
-   rm Gemfile* || die
-
-   # Remove development dependencies
-   sed -i -e '/dependency.*\(shoulda\|bundler\|jeweler\|rdoc\)/d' \
-   ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Avoid dependency on git.
-   sed -i -e 's/`git ls-files`/""/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib:test test/test_*.rb
-}

diff --git a/dev-ruby/domain_name/domain_name-0.5.20160310.ebuild 
b/dev-ruby/domain_name/domain_name-0.5.20160310.ebuild
deleted file mode 100644
index f0bb1c3..
--- a/dev-ruby/domain_name/domain_name-0.5.20160310.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Domain Name manipulation library for Ruby"
-HOMEPAGE="https://github.

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

2016-08-31 Thread Hans de Graaff
commit: 099c59d42ed6404ce6a0c1200e1bb0560551dc07
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep  1 05:01:11 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep  1 05:01:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099c59d4

dev-ruby/domain_name: add 0.5.20160826

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/domain_name/Manifest b/dev-ruby/domain_name/Manifest
index 7054d21..b9d6793 100644
--- a/dev-ruby/domain_name/Manifest
+++ b/dev-ruby/domain_name/Manifest
@@ -1,2 +1,3 @@
 DIST domain_name-0.5.20160615.gem 116224 SHA256 
afb018732f1d0b322b213413868cd21011dba62fd77b38ceba2e7a9ee67690b9 SHA512 
c21068813f47553a617e28e941e8184d8b98dbf3b298a8899082013e8f83e4dadd49e29fd32137ad485930ef1908b107b0f88391c0ea322c977a1f9d6c8a26c8
 WHIRLPOOL 
9df0cefda0f38fe37ed3dd81fd83e63c63db1bbe84bbbde57b5c11dd7f4e33d562f397329adb11acbea7ec10dd7329cd599eabbd8f81da6884741a31ba8851ca
+DIST domain_name-0.5.20160826.gem 118784 SHA256 
bd177e0e1354fbb96fe66ad5330da417c202f88ee7368f3e2eabf642ee7ee765 SHA512 
7e01cd405c099198624a3c904adf43ef6c24673d19de3961bf29a08853de3f6c279c3c7d6cdbd9bd1534a59bbdc8d6adc37f275af123d9d0f94dfb71dd33
 WHIRLPOOL 
62a1d97aa5ad9b1effebf0f3862313daeeb6b69b07d225be3c808cf0bada6a3a721921a61c80123157db8a0dda9d4cf51980fa55d6dff359a0b0adb41be042e0
 DIST domain_name-0.5.24.gem 104448 SHA256 
8cbd6aea8859823f89aefeec49232e9d4377456fd42d08accfbc0cc6b32a55f6 SHA512 
46caf0be89c3b2f38f79180c14f4eaa1096f12f80feb881dafb394033d2c6118f481c898310d281d15acd5b9a54473c9d9ee8f0e77dda5b03c40a0d6f137f602
 WHIRLPOOL 
df40be6b18f08f242bafeb985a93692e3286a3889b738790108c7df64eff90dfe28c874b06f7cefd7e8ee295753126ee2d32ceb89dca65c71b95721064301161

diff --git a/dev-ruby/domain_name/domain_name-0.5.20160826.ebuild 
b/dev-ruby/domain_name/domain_name-0.5.20160826.ebuild
new file mode 100644
index ..0750180
--- /dev/null
+++ b/dev-ruby/domain_name/domain_name-0.5.20160826.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Domain Name manipulation library for Ruby"
+HOMEPAGE="https://github.com/knu/ruby-domain_name";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/test-unit-2.5.5
+   dev-ruby/shoulda
+   )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/,/end/ d; i gem "unf"' test/helper.rb || die
+   rm Gemfile* || die
+
+   # Remove development dependencies
+   sed -i -e '/dependency.*\(shoulda\|bundler\|jeweler\|rdoc\)/d' \
+   ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Avoid dependency on git.
+   sed -i -e 's/`git ls-files`/""/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib:test test/test_*.rb
+}



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

2016-08-31 Thread Hans de Graaff
commit: 0853d4540fcdc92810a97a8135fb36dc4db0fac7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep  1 04:58:11 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep  1 04:58:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0853d454

dev-ruby/chunky_png: add 1.3.7

Package-Manager: portage-2.2.28

 dev-ruby/chunky_png/Manifest|  1 +
 dev-ruby/chunky_png/chunky_png-1.3.7.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/chunky_png/Manifest b/dev-ruby/chunky_png/Manifest
index 6485963..1e76e77 100644
--- a/dev-ruby/chunky_png/Manifest
+++ b/dev-ruby/chunky_png/Manifest
@@ -1 +1,2 @@
 DIST chunky_png-1.3.6.gem 350208 SHA256 
378143eb3fefd8ccc579ad8462fb15621607ab12b6b6cff9ae4623092c6b SHA512 
334ea571194a3357003ddbdf41c669ae189c6927c43182a8814e5aa5b3cdee2a3adef80cae4453a3d6d186652c78fdde496bf9080a28227d26dd411dbe0d880e
 WHIRLPOOL 
43a92898c4362112b51f443b5f0c326bf6b0810ce3d4b4afdb37b89bb3a0727328339ee6b403e74ab2572b999c091d6b468c4a4dc1795e5220280ff8edaf23da
+DIST chunky_png-1.3.7.gem 350720 SHA256 
b013d9382be8b9b10e1ad194e1f8840c406cf89494752ff255f95ce71ff13fdc SHA512 
0cd9314ad551128d3d9dd234b3998ed8a96d1a038ed92288485538873be76e5034233e205f16491031ebdade9501593133ea8bfd7b0288bfd83c03de034a5bc7
 WHIRLPOOL 
20d078d0d86a5881a2b95ac6e54a0aacfe7ae9da6cc28089ae4f72d5b4e53735a11e8865687af30cf61d8b15fa5de5047a64236b8640828f43ee9a2862aecf6e

diff --git a/dev-ruby/chunky_png/chunky_png-1.3.7.ebuild 
b/dev-ruby/chunky_png/chunky_png-1.3.7.ebuild
new file mode 100644
index ..3c99330
--- /dev/null
+++ b/dev-ruby/chunky_png/chunky_png-1.3.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+
+RUBY_FAKEGEM_EXTRADOC="BENCHMARKING.rdoc CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="chunky_png.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Pure Ruby library that can read and write PNG images"
+HOMEPAGE="https://wiki.github.com/wvanbergen/chunky_png";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/[bB]undler/s:^:#:' {spec,benchmarks}/*.rb || die
+   rm Gemfile* || die
+
+   # Avoid git dependency
+   sed -i -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2016-08-31 Thread MichaÅ‚ GĂ³rny
commit: 669cd609611201769423802ddb9642ec80fe49c3
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Thu Sep  1 03:56:05 2016 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Thu Sep  1 03:57:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669cd609

sys-libs/compiler-rt: Disable sandbox during the tests

 sys-libs/compiler-rt/compiler-rt-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-.ebuild 
b/sys-libs/compiler-rt/compiler-rt-.ebuild
index 43363fe..599adcc 100644
--- a/sys-libs/compiler-rt/compiler-rt-.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-.ebuild
@@ -99,7 +99,9 @@ src_configure() {
 }
 
 src_test() {
-   # TODO: tests are broken by sandbox
+   # sandbox fiddles with memory error reporting and breaks tests
+   local -x SANDBOX_ON=0
+
cmake-utils_src_make check-all
 }
 



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

2016-08-31 Thread GöktĂ¼rk YĂ¼ksek
commit: 109b6322000fb7f86247ed2b6c9f6e30d99ccfe9
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Sat Aug 27 20:40:08 2016 +
Commit: GöktĂ¼rk YĂ¼ksek  gentoo  org>
CommitDate: Thu Sep  1 03:20:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109b6322

app-editors/kakoune-: add GCC version check

correct usage of pkg-config

 app-editors/kakoune/kakoune-.ebuild | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/app-editors/kakoune/kakoune-.ebuild 
b/app-editors/kakoune/kakoune-.ebuild
index aec9313..cee9215 100644
--- a/app-editors/kakoune/kakoune-.ebuild
+++ b/app-editors/kakoune/kakoune-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit flag-o-matic toolchain-funcs git-r3
+inherit flag-o-matic toolchain-funcs git-r3 versionator
 
 DESCRIPTION="Selection-oriented code editor inspired by vim"
 HOMEPAGE="https://github.com/mawww/kakoune";
@@ -17,7 +17,7 @@ IUSE="debug"
 
 RDEPEND="
sys-libs/ncurses:=[unicode]
-   dev-libs/boost
+   dev-libs/boost:=
 "
 DEPEND="
app-text/asciidoc
@@ -27,9 +27,17 @@ DEPEND="
 
 PATCHES=( "${FILESDIR}/${PN}-makefile.patch" )
 
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if tc-is-gcc && ! version_is_at_least 5.0 $(gcc-version); then
+   die "Clang or GCC >=5.0 is required to build this 
version"
+   fi
+   fi
+}
+
 src_configure() {
-   append-cppflags $(pkg-config --cflags ncursesw)
-   append-libs $(pkg-config --libs ncursesw)
+   append-cppflags $($(tc-getPKG_CONFIG) --cflags ncursesw)
+   append-libs $($(tc-getPKG_CONFIG) --libs ncursesw)
export CXX=$(tc-getCXX)
export debug=$(usex debug)
S="${WORKDIR}/${P}/src"



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

2016-08-31 Thread GöktĂ¼rk YĂ¼ksek
commit: 9fefef97f6db948dacee4e63fc4f234c1bf4e38e
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Fri Aug 26 14:17:06 2016 +
Commit: GöktĂ¼rk YĂ¼ksek  gentoo  org>
CommitDate: Thu Sep  1 03:20:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fefef97

app-editors/kakoune: version bump to 0_pre20160826

 app-editors/kakoune/Manifest |  1 +
 app-editors/kakoune/kakoune-0_pre20160826.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/app-editors/kakoune/Manifest b/app-editors/kakoune/Manifest
index 7e50251..15067d9 100644
--- a/app-editors/kakoune/Manifest
+++ b/app-editors/kakoune/Manifest
@@ -1 +1,2 @@
 DIST kakoune-0_pre20160620.tar.gz 370523 SHA256 
4344bc78a15942c01818c8e8a80f228249557f5d2d20c2fdc845faeef86abe2e SHA512 
c186b9024db7956d9bcae925727c3f30dd2c2fb49995e97c56dbdf59c3f17989feb405086957818685a08530da0f2b58b5798687959267da7e9e2a25dd78003c
 WHIRLPOOL 
c555754e4fc3456ce7912d60adb72191349692d0465996893ceb1162cc5f7f61b08b0098f13a54d5d44c861aaf3b23eaea343813f055b8ca06f6ce1305a30f4d
+DIST kakoune-0_pre20160826.tar.gz 377788 SHA256 
c54c7b7ed4cca371477bfa6bf9e17ef8fe343debd83c5ae165538899e968a05f SHA512 
98a679a9ecf22cb5ea4648b766164c8fc72d818d6b839b35e8c66ca2b73c109e5dfadf6745ae25a9eda9e426b4775d2f3c677417217c31cdabe7919ef1bf0839
 WHIRLPOOL 
bd13b26bda0c1f92edd7c77f691ff5d2b576dc17dcba453272e5e4eac66edaabc9f0f7f4aaf626b5f2475e275eafa7bee38197d49033db85b11a5e7c87df75f0

diff --git a/app-editors/kakoune/kakoune-0_pre20160826.ebuild 
b/app-editors/kakoune/kakoune-0_pre20160826.ebuild
new file mode 100644
index ..bbbcbd3
--- /dev/null
+++ b/app-editors/kakoune/kakoune-0_pre20160826.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 flag-o-matic toolchain-funcs vcs-snapshot versionator
+
+REF="9124851029700026bc937c81da829fbadcc5b29d"
+
+DESCRIPTION="Selection-oriented code editor inspired by vim"
+HOMEPAGE="https://github.com/mawww/kakoune";
+SRC_URI="https://github.com/mawww/${PN}/tarball/${REF} -> ${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   sys-libs/ncurses:=[unicode]
+   dev-libs/boost:=
+"
+DEPEND="
+   app-text/asciidoc
+   virtual/pkgconfig
+   ${RDEPEND}
+"
+
+PATCHES=( "${FILESDIR}/${PN}-makefile.patch" )
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if tc-is-gcc && ! version_is_at_least 5.0 $(gcc-version); then
+   die "Clang or GCC >=5.0 is required to build this 
version"
+   fi
+   fi
+}
+
+src_configure() {
+   append-cppflags $($(tc-getPKG_CONFIG) --cflags ncursesw)
+   append-libs $($(tc-getPKG_CONFIG) --libs ncursesw)
+   export CXX=$(tc-getCXX)
+   export debug=$(usex debug)
+   S="${WORKDIR}/${P}/src"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" docdir="${D}/usr/share/doc/${PF}" 
install
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/fbreader/files/, app-text/fbreader/

2016-08-31 Thread Andrey Grozin
commit: 8f57005559c5aa0c9596f9ded42186b7e82410f2
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Sep  1 03:17:16 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Sep  1 03:17:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f570055

app-text/fbreader: make gcc6 happy

Bug: 592588

Package-Manager: portage-2.3.0

 app-text/fbreader/fbreader-0.99.4-r2.ebuild|  2 ++
 app-text/fbreader/files/fbreader-0.99.4-gcc6.patch | 11 +++
 2 files changed, 13 insertions(+)

diff --git a/app-text/fbreader/fbreader-0.99.4-r2.ebuild 
b/app-text/fbreader/fbreader-0.99.4-r2.ebuild
index 6d5c310..a05caff 100644
--- a/app-text/fbreader/fbreader-0.99.4-r2.ebuild
+++ b/app-text/fbreader/fbreader-0.99.4-r2.ebuild
@@ -74,6 +74,8 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-mimetypes.patch
# bug #437262
epatch "${FILESDIR}"/${P}-ld-bfd.patch
+   # bug #592588
+   epatch "${FILESDIR}"/${P}-gcc6.patch
 }
 
 src_compile() {

diff --git a/app-text/fbreader/files/fbreader-0.99.4-gcc6.patch 
b/app-text/fbreader/files/fbreader-0.99.4-gcc6.patch
new file mode 100644
index ..c6f87a2
--- /dev/null
+++ b/app-text/fbreader/files/fbreader-0.99.4-gcc6.patch
@@ -0,0 +1,11 @@
+--- fbreader/src/formats/doc/OleStorage.cpp2012-11-30 13:41:25.0 
+0100
 fbreader/src/formats/doc/OleStorage.cpp-new2016-08-31 
17:23:18.232536401 +0200
+@@ -59,7 +59,7 @@
+   clear();
+   return false;
+   }
+-  static const char OLE_SIGN[] = {0xD0, 0xCF, 0x11, 0xE0, 0xA1, 0xB1, 
0x1A, 0xE1, 0};
++  static const char OLE_SIGN[] = {(char)0xD0, (char)0xCF, (char)0x11, 
(char)0xE0, (char)0xA1, (char)0xB1, (char)0x1A, (char)0xE1, 0};
+   if (std::strncmp(oleBuf, OLE_SIGN, 8) != 0) {
+   clear();
+   return false;



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

2016-08-31 Thread Tim Harder
commit: fa5a9e5c4433d544bc1a4ded0c1b51806b28cbde
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  1 03:00:35 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  1 03:08:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5a9e5c

media-gfx/feh: version bump to 2.17.1

 media-gfx/feh/Manifest  |  1 +
 media-gfx/feh/feh-2.17.1.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/media-gfx/feh/Manifest b/media-gfx/feh/Manifest
index 4a7c786..62d93f0 100644
--- a/media-gfx/feh/Manifest
+++ b/media-gfx/feh/Manifest
@@ -5,4 +5,5 @@ DIST feh-2.12.tar.bz2 2090538 SHA256 
60e07a0f545f6fb7af7b6c0d2ce1ba6bacfa65380e8
 DIST feh-2.13.1.tar.bz2 2117354 SHA256 
865088d0481f6862d79d7c08d7b6cf1d25058a74a5784e511a1422fea8aba980 SHA512 
60f2d691c24495fc126f868d3a4b3e43c7a41d0a3ff9ecfcec66a26b62012ef68bbbab897398c1d054d8eaa747baa180c8a41ed77e750071fde4e57a058b179b
 WHIRLPOOL 
2259b2a2b704dcc27ddb0dd8d879be1445151fc5d0b6d0155df7dd0d1376f54f7a8766f08c68fcffabb10826d8f359a092376e51b316713ff9ff31c9d055afcd
 DIST feh-2.14.tar.bz2 2118007 SHA256 
3829cd8995ec7cc08095a2b22a6c98d1e2638bd87c8b4f0e85a059c6f0edbc48 SHA512 
6a50ff787d4eecbfa830da7d7c6eec6feffbe883d48fb52b2a08471c8e1b5f0952e5c316ae67aad2b4feaa517bcb16ab8d5a19bd02832f33933dfd78f3a16243
 WHIRLPOOL 
0e3ed2614ac1a311a6fe73f9cf6e27b99d4c7ef17f69e9ff72cdf8d31bd8fa66308ebd954c6226415fd5103bd4405b49bb07038008a7ea44f724c83723374e35
 DIST feh-2.16.2.tar.bz2 2125888 SHA256 
aa37124ae010e7dac7d101d5c66f3d49da79e96c7ce21d77bfe3c9322ed2e7ca SHA512 
e288a0a5abe12c6e124b351a4d723845f8d7041fc87be15fb95266d00e35b319bf7a57073383157d4634f00bc974264d0622fac8166c97348a8bc1d563c16807
 WHIRLPOOL 
ba5e746a2c0b44c7a7eba284115a08dfc92e65606b8ecbd2ffcbbdfeea3c67e300bdffbae72a9b53a073f9c5dc3eb118d6de47767ef20fbe532d2b8685872171
+DIST feh-2.17.1.tar.bz2 2126936 SHA256 
a9e818a4ad6ab427597e1799527a7576856c233525e67afb1eb2cb3ae709d853 SHA512 
d8fd67ace39c690880398232ff73d315c2f0db4dad356e31edb72d02e8d31da96276c45968e0a13764c99b8c54a861478663471ca5b4cc0e9217019e6944cf07
 WHIRLPOOL 
b87476aad62c1ab7491be1a851a79d87e14c2fde2a1168dba8f39d370c11cd0986c3e8a421d8d9936dc378f294cc2c3b99ab6c4ee8e8ef993c42b8a78816d088
 DIST feh-2.9.3.tar.bz2 2082188 SHA256 
b4e8d603033af12afa77ae8020bcf4ff51c6950b9a6880a0fe32b04fdf7290f2 SHA512 
9a0194d43037b1f1b1bd19dc4a9a1c6073504622283c466de1d1952798f37db21b5f2f61c14eeb732c49cc22707a5b47c7009fdaec6141eb3e1b936e2b7b038d
 WHIRLPOOL 
e77bd586e26b6ad1e2fb4189fdd33a19e7b45347417223ed65669955903b4ee5efbfa9fd52763b0724efc3bd9f490fa62c77323b5ee3f89445a0338e5fb2eed5

diff --git a/media-gfx/feh/feh-2.17.1.ebuild b/media-gfx/feh/feh-2.17.1.ebuild
new file mode 100644
index ..850e5b1
--- /dev/null
+++ b/media-gfx/feh/feh-2.17.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+DESCRIPTION="A fast, lightweight imageviewer using imlib2"
+HOMEPAGE="http://feh.finalrewind.org/";
+SRC_URI="http://feh.finalrewind.org/${P}.tar.bz2";
+
+LICENSE="feh"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="debug curl exif test xinerama"
+
+COMMON_DEPEND="media-libs/imlib2[X]
+   >=media-libs/libpng-1.2:0=
+   x11-libs/libX11
+   curl? ( net-misc/curl )
+   exif? ( media-libs/libexif )
+   xinerama? ( x11-libs/libXinerama )"
+RDEPEND="${COMMON_DEPEND}
+   virtual/jpeg:0"
+DEPEND="${COMMON_DEPEND}
+   x11-libs/libXt
+   x11-proto/xproto
+   test? (
+   >=dev-lang/perl-5.10
+   dev-perl/Test-Command
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch )
+
+pkg_setup() {
+   use_feh() { usex $1 1 0; }
+
+   fehopts=(
+   DESTDIR="${D}"
+   PREFIX=/usr
+   doc_dir='${main_dir}'/share/doc/${PF}
+   example_dir='${main_dir}'/share/doc/${PF}/examples
+   curl=$(use_feh curl)
+   debug=$(use_feh debug)
+   xinerama=$(use_feh xinerama)
+   exif=$(use_feh exif)
+   )
+}
+
+src_compile() {
+   tc-export CC
+   emake "${fehopts[@]}"
+}
+
+src_install() {
+   emake "${fehopts[@]}" install
+}



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

2016-08-31 Thread Tim Harder
commit: 94e3223e2c57d42ceaa5126c1328f5fa9ae1970f
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep  1 03:08:28 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep  1 03:08:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e3223e

media-sound/lilypond: version bump to 2.19.47

 media-sound/lilypond/Manifest|   1 +
 media-sound/lilypond/lilypond-2.19.47.ebuild | 142 +++
 2 files changed, 143 insertions(+)

diff --git a/media-sound/lilypond/Manifest b/media-sound/lilypond/Manifest
index a80e41e..3806ebb 100644
--- a/media-sound/lilypond/Manifest
+++ b/media-sound/lilypond/Manifest
@@ -1,2 +1,3 @@
 DIST lilypond-2.18.2.tar.gz 16027977 SHA256 
329d733765b0ba7be1878ae3f457dbbb875cc2840d2b75af4afc48c9454fba07 SHA512 
0692f6eb41733076ba7f610cd1e65762f4dfd67307e2ab9e222b140d58ae3a1bb1c6b3be3bcff778d57f161868cf6d57e99bf43bf20f2663d042a07493942ec6
 WHIRLPOOL 
95db264992a1e425fd1ee53d980941eef554c1784a1adfc105750d82d11664f61207c2b1897b6e99448790131c0715f08401f45b663c420553925596c6fd4b1c
 DIST lilypond-2.19.46.tar.gz 16899476 SHA256 
f609051e2128c40da17698c0432fe8a96858583d197a8264fc4bceeab0378674 SHA512 
594921b784f6604bfb2210569fac03911cb5c4c11e2e9241f62153d7c012b5e10cd2cacd3ac3d69c1719c9b6fddc550d381a9fa9b96f22ada63019b38ef95de1
 WHIRLPOOL 
b77b1bc76ccdf6e17179fd9b1497beac96da2bd1ce83b7944a2a8f4a5d6274581c8e7f4c9e2de44b53912df702731456cd2658d96cccb186347f1a4577146a4d
+DIST lilypond-2.19.47.tar.gz 16926783 SHA256 
842312813a9144b6b54a33f13fb19addbfc779d7bbfe3b2075be1235287de08c SHA512 
8720a11f0410bd462db1bf11508a7181953b099918b01fc3707a52a2269a840473fc22065b82fad59d98fdd84e54d3810c2c6a4302754d36f1bd6d847e7f72bd
 WHIRLPOOL 
ccd8eee71067b0811a32a0ad6572031f936e95637266909534a5212783f0c0fe99eac7406aadae21b17e632c3fb1f1c50b945d4d0e9b64b32ec1c976bf8406c1

diff --git a/media-sound/lilypond/lilypond-2.19.47.ebuild 
b/media-sound/lilypond/lilypond-2.19.47.ebuild
new file mode 100644
index ..63535e7
--- /dev/null
+++ b/media-sound/lilypond/lilypond-2.19.47.ebuild
@@ -0,0 +1,142 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+[[ "${PV}" = "" ]] && inherit git-r3
+inherit elisp-common autotools python-single-r1
+
+if [[ "${PV}" = "" ]]; then
+   EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git"
+else
+   
SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz";
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
+fi
+
+DESCRIPTION="GNU Music Typesetter"
+HOMEPAGE="http://lilypond.org/";
+
+LICENSE="GPL-3 FDL-1.3"
+SLOT="0"
+LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW"
+IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND=">=app-text/ghostscript-gpl-8.15
+   >=dev-scheme/guile-1.8.2:12[deprecated,regex]
+   media-fonts/tex-gyre
+   media-libs/fontconfig
+   media-libs/freetype:2
+   >=x11-libs/pango-1.12.3
+   emacs? ( virtual/emacs )
+   ${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   app-text/t1utils
+   dev-lang/perl
+   dev-libs/kpathsea
+   >=dev-texlive/texlive-metapost-2013
+   || (
+   >=app-text/texlive-core-2013
+   >=dev-tex/metapost-1.803
+   )
+   virtual/pkgconfig
+   media-gfx/fontforge[png]
+   >=sys-apps/texinfo-4.11
+   >=sys-devel/bison-2.0
+   sys-devel/flex
+   sys-devel/gettext
+   sys-devel/make"
+
+# Correct output data for tests isn't bundled with releases
+RESTRICT="test"
+
+DOCS=( DEDICATION HACKING README.txt ROADMAP )
+
+pkg_setup() {
+   # make sure >=metapost-1.803 is selected if it's installed, bug 498704
+   if [[ ${MERGE_TYPE} != binary ]] && has_version 
">=dev-tex/metapost-1.803" ; then
+   if [[ $(readlink "${EROOT}"/usr/bin/mpost) =~ mpost-texlive-* 
]] ; then
+   einfo "Updating metapost symlink"
+   eselect mpost update || die
+   fi
+   fi
+
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   if ! use vim-syntax ; then
+   sed -i 's/vim//' GNUmakefile.in || die
+   fi
+
+   # respect CFLAGS
+   sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die
+
+   for lang in ${LANGS}; do
+   use linguas_${lang} || rm po/${lang}.po || die
+   done
+
+   # respect AR
+   sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make 
|| die
+
+   # remove bundled texinfo file (fixes bug #448560)
+   rm tex/texinfo.tex || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # documentation generation currently not supported since it requires a 
newer
+   # version of texi2html than is currently in the tree
+
+   local myeconfargs+=(
+   --with-texgyre-dir=/usr/share/fonts/tex-gyre
+  

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

2016-08-31 Thread Mike Gilbert
commit: a97bcb45b0ec0107dfd2818e52f47735a4dd6963
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep  1 02:16:01 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep  1 02:16:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97bcb45

www-client/google-chrome: ignore desktop file validation

 www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild | 1 +
 .../google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild | 1 +
 www-client/google-chrome/google-chrome-53.0.2785.89.ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild
index b100587..cb166c0 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild
@@ -63,6 +63,7 @@ RDEPEND="
 "
 
 QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
 S=${WORKDIR}
 CHROME_HOME="opt/google/chrome${PN#google-chrome}"
 

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild
index b100587..cb166c0 100644
--- 
a/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild
+++ 
b/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild
@@ -63,6 +63,7 @@ RDEPEND="
 "
 
 QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
 S=${WORKDIR}
 CHROME_HOME="opt/google/chrome${PN#google-chrome}"
 

diff --git a/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild 
b/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild
index b100587..cb166c0 100644
--- a/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild
+++ b/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild
@@ -63,6 +63,7 @@ RDEPEND="
 "
 
 QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
 S=${WORKDIR}
 CHROME_HOME="opt/google/chrome${PN#google-chrome}"
 



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

2016-08-31 Thread Mike Gilbert
commit: e38694007a1f643d82cb6d7b672b55298c864274
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep  1 02:50:05 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep  1 02:50:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3869400

www-client/google-chrome: do all the work in src_install

 .../google-chrome-beta-53.0.2785.89.ebuild| 19 +++
 .../google-chrome-unstable-54.0.2840.6.ebuild | 19 +++
 .../google-chrome/google-chrome-53.0.2785.89.ebuild   | 19 +++
 3 files changed, 33 insertions(+), 24 deletions(-)

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild
index cb166c0..2452d42 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-53.0.2785.89.ebuild
@@ -107,8 +107,16 @@ pkg_setup() {
chromium_suid_sandbox_check_kernel_config
 }
 
+src_unpack() {
+   :
+}
+
 src_install() {
-   rm -r usr/share/menu || die
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -r etc usr/share/menu || die
mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
 
pushd "${CHROME_HOME}/locales" > /dev/null || die
@@ -126,14 +134,9 @@ src_install() {
newicon -s ${size} "${CHROME_HOME}/product_logo_${size}.png" 
${PN}.png
done
 
-   insinto /
-   doins -r opt usr
-   dosym "/${CHROME_HOME}/${PN}" "/usr/bin/${MY_PN}"
+   dosym "/${CHROME_HOME}/${PN}" "usr/bin/${MY_PN}"
 
-   find "${ED}" -type d -empty -delete || die
-   chmod 755 
"${ED}${CHROME_HOME}"/{chrome,${PN},nacl_helper{,_bootstrap},xdg-{mime,settings}}
 || die
-   chmod 4755 "${ED}${CHROME_HOME}/chrome-sandbox" || die
-   pax-mark m "${ED}${CHROME_HOME}/chrome"
+   pax-mark m "${CHROME_HOME}/chrome"
 
readme.gentoo_create_doc
 }

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild
index cb166c0..2452d42 100644
--- 
a/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild
+++ 
b/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild
@@ -107,8 +107,16 @@ pkg_setup() {
chromium_suid_sandbox_check_kernel_config
 }
 
+src_unpack() {
+   :
+}
+
 src_install() {
-   rm -r usr/share/menu || die
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -r etc usr/share/menu || die
mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
 
pushd "${CHROME_HOME}/locales" > /dev/null || die
@@ -126,14 +134,9 @@ src_install() {
newicon -s ${size} "${CHROME_HOME}/product_logo_${size}.png" 
${PN}.png
done
 
-   insinto /
-   doins -r opt usr
-   dosym "/${CHROME_HOME}/${PN}" "/usr/bin/${MY_PN}"
+   dosym "/${CHROME_HOME}/${PN}" "usr/bin/${MY_PN}"
 
-   find "${ED}" -type d -empty -delete || die
-   chmod 755 
"${ED}${CHROME_HOME}"/{chrome,${PN},nacl_helper{,_bootstrap},xdg-{mime,settings}}
 || die
-   chmod 4755 "${ED}${CHROME_HOME}/chrome-sandbox" || die
-   pax-mark m "${ED}${CHROME_HOME}/chrome"
+   pax-mark m "${CHROME_HOME}/chrome"
 
readme.gentoo_create_doc
 }

diff --git a/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild 
b/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild
index cb166c0..2452d42 100644
--- a/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild
+++ b/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild
@@ -107,8 +107,16 @@ pkg_setup() {
chromium_suid_sandbox_check_kernel_config
 }
 
+src_unpack() {
+   :
+}
+
 src_install() {
-   rm -r usr/share/menu || die
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm -r etc usr/share/menu || die
mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
 
pushd "${CHROME_HOME}/locales" > /dev/null || die
@@ -126,14 +134,9 @@ src_install() {
newicon -s ${size} "${CHROME_HOME}/product_logo_${size}.png" 
${PN}.png
done
 
-   insinto /
-   doins -r opt usr
-   dosym "/${CHROME_HOME}/${PN}" "/usr/bin/${MY_PN}"
+   dosym "/${CHROME_HOME}/${PN}" "usr/bin/${MY_PN}"
 
-   find "${ED}" -type d -empty -delete || die
-   chmod 755 
"${ED}${CHROME_HOME}"/{chrome,${PN},nacl_helper{,_bootstrap},xdg-{mime,settings}}
 || die
-   chmod 4755 "${ED}${CHROME_HOME}/chrome-sandbox" || die
-   pax-mark m "${ED}${CHROME_HOME}/chrome"
+   pax-mark m "${CHROME_HOME}/chrome"
 
readme.gentoo_create_doc
 }



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

2016-08-31 Thread Mike Gilbert
commit: b28466a5c8734c3d28048b54302566218ff8ad39
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep  1 01:43:11 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep  1 01:43:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28466a5

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

Package-Manager: portage-2.3.0_p22

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

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index b77c09d..26af86f 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_53.0.2785.89-1_amd64.deb 52408886 SHA256 
8c48d0aa96b0f29bdc65444f6ca4a75ef43370530f9e52b41a7b52569cd2c91f SHA512 
8bc0ec9a057b28c7420bb5fdb28048a760d0068ae144b3599354ce46a1cb0af9793b26fb135f996ce8c8e5f80a9c2dbcd429a42824e8c92aabc25e5064aded97
 WHIRLPOOL 
f02ca934e8d9e22fba912d7bff85a6a0b1313d5c89489b2ecf151c8237c28df9723422ac5dbddcfcb8aa24dc478ad84e7a6e4b452a82a87e61dc638805b571e6
-DIST google-chrome-stable_52.0.2743.116-1_amd64.deb 49266416 SHA256 
483343ad8eac2c8e329180745f252516a15b9f1a6875a5fdbbdbf1b1d9ebd44e SHA512 
5d51bebd0cb906b665e4b77dcf69d8f571cdce229a74280ea6b9ab5823db43d17bb9f3b56a9ecb25141a7ec14711c39923379dc717db0b15577369f4fcb3fdae
 WHIRLPOOL 
19577fc6487551f3862d27a475050f6cf48e622f59fcfe58048d8b96da7dfce2b9adb82858059e9fab8190fd833c197a83fa221493b21c8f20ea2a9e7b7572a2
+DIST google-chrome-stable_53.0.2785.89-1_amd64.deb 49806944 SHA256 
a044f63193177a2765c6ed27422e48126278cdf6564d0baec50ca138d8176e6d SHA512 
d3199b12a7f30fa00daad28cbb109fb7f7cc7c104d56d2c07ef387d96fd0bd65274ec0309451474ce4f9971726b4f4011f582f6d9602cd375810b5a7bdaa17a7
 WHIRLPOOL 
953f914fe16d3518a914bcfbce061e785e16a64ccb4e056b486f619f4f2ab8f15ab4ba01670b08c6be874e89458807b4e6e06ceb840ce811d6a8f048168a29d7
 DIST google-chrome-unstable_54.0.2840.6-1_amd64.deb 47316822 SHA256 
0139266254a601f19bc0c8ab03ab2f190d4aa63dd96896e686dc77c22c081834 SHA512 
3708fb213edfa04cf4e559a216f672502dd610102728e45c171d8965677aad51e9aee86eb9f8a30e628a60ec88a54a5feda008dc1f2013bab320ed8c6ca2874f
 WHIRLPOOL 
270e56a7de157f8e858d895076c8bcce04bffb67ee29fb6d5ec244f9877542d6f7b7771f05949015facb86acf0692014506402fd7e7ed18a11b5c013ec57dd46

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.116.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.89.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.116.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.89.ebuild



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

2016-08-31 Thread Mike Gilbert
commit: ffafa450c6fedda74ed1e424b753bd5e39304689
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep  1 01:43:19 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep  1 01:43:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffafa450

www-client/google-chrome: automated update

Package-Manager: portage-2.3.0_p22

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

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 6142f72..cd1b4d1 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_52.0.2743.116-1_amd64.deb 49266416 SHA256 
483343ad8eac2c8e329180745f252516a15b9f1a6875a5fdbbdbf1b1d9ebd44e SHA512 
5d51bebd0cb906b665e4b77dcf69d8f571cdce229a74280ea6b9ab5823db43d17bb9f3b56a9ecb25141a7ec14711c39923379dc717db0b15577369f4fcb3fdae
 WHIRLPOOL 
19577fc6487551f3862d27a475050f6cf48e622f59fcfe58048d8b96da7dfce2b9adb82858059e9fab8190fd833c197a83fa221493b21c8f20ea2a9e7b7572a2
+DIST google-chrome-stable_53.0.2785.89-1_amd64.deb 49806944 SHA256 
a044f63193177a2765c6ed27422e48126278cdf6564d0baec50ca138d8176e6d SHA512 
d3199b12a7f30fa00daad28cbb109fb7f7cc7c104d56d2c07ef387d96fd0bd65274ec0309451474ce4f9971726b4f4011f582f6d9602cd375810b5a7bdaa17a7
 WHIRLPOOL 
953f914fe16d3518a914bcfbce061e785e16a64ccb4e056b486f619f4f2ab8f15ab4ba01670b08c6be874e89458807b4e6e06ceb840ce811d6a8f048168a29d7

diff --git a/www-client/google-chrome/google-chrome-52.0.2743.116.ebuild 
b/www-client/google-chrome/google-chrome-53.0.2785.89.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-52.0.2743.116.ebuild
rename to www-client/google-chrome/google-chrome-53.0.2785.89.ebuild



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

2016-08-31 Thread Mike Gilbert
commit: 882dc19757f5884e8b3cb334ae60cd7ac2b87384
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep  1 01:41:49 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep  1 01:41:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882dc197

www-client/chromium: beta channel bump

Package-Manager: portage-2.3.0_p22

 www-client/chromium/Manifest| 2 +-
 .../{chromium-53.0.2785.34.ebuild => chromium-53.0.2785.89.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 05d738b..c55057a 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-52.0.2743.116.tar.xz 458156660 SHA256 
a194ae1edb041024b3d4b6ba438f32fefdb6f1ecb24a96c50248a486b237a101 SHA512 
c9a8b6d7a22d3b086f1761678f1fa047191a8e44bc6ebe8745e76ea92420b1330fc6e4134ca7bc22c0367e7a25df04900156d0ebb44eae3ef7f98d1deb5362e5
 WHIRLPOOL 
90cc620e9dab964690a24606ae456e20f1a9dc556301fef33f3599a395ec247cb03712c94522a681f20332b54163896e118463b1b402aff6153b513deb25c5cc
-DIST chromium-53.0.2785.34.tar.xz 460739532 SHA256 
261ba008c96b335a55feff18785b01484af2d678f85b58206008b31c9e9c372f SHA512 
99e0b7a30e34f70ec844ef50f02eadadead2b83f2a47ca7d5779cf0a90bf49e7d3efc1bbc98eb4d1294ed283edd04a993a639003a365e06ae8b2adf26cc1c865
 WHIRLPOOL 
dec533670c1664f88ea32fe253644e479b81fb93bd93f1bc5dbfe41c56979a7642afdfcd041ddf05ca3f0da8e1bedc7ddf48779be3b965038026f65ab199f344
 DIST chromium-53.0.2785.70.tar.xz 460838212 SHA256 
edd660ea30eeb1a3fccb1c18c725c96bf464b6ea34134c8210ef9dfa8cd35179 SHA512 
7029915f983f854ceb2e43b1bc896b2954eb2ca4f704a81070a837e2435ffd0f5a4e4128456826fc70e439997febb1eb715ed33b3336734f137952632f61dd7e
 WHIRLPOOL 
d6e51313b37c6408e6f41900b984f1cc835fb247dfb0371eaca9554425df5df2ae1d56e4efd31093c2ffcd0359b457338558ee8e66cd1a67f69528f5461cd5b2
+DIST chromium-53.0.2785.89.tar.xz 460845036 SHA256 
2e3c5f7b12b5b4f150b93004a718fb85778aeddc4df05bbf92b99a19a1c63dee SHA512 
b1ae1021bcebafa2e9e639d1ed14112d1553bad739148e52ad8831c7ae8bc3c1933a7c06bab443b694cec1f6a50eec82148029408bc5032c7e0ebbf75b502d55
 WHIRLPOOL 
1dadb6d32ad5d2e7a0caac4cc4ba3146c33bc375655cecda11580acc6e12617279bcf7eaf6fc481f0b8993cbced422b9596ecad1280478e4a310ca762fd1b622
 DIST chromium-54.0.2837.0.tar.xz 479983852 SHA256 
4813772a104aefc630bd80f81c663f702659fe8a7d592839bf04a1d252e20d75 SHA512 
f052afd0b32a1de30df55792c91fbc595489eb347b775e05db7f272e5d88ffc2ff8d498d35c811f2c4e4c14b6cd57d18549dddbbf6b085f5bbe533723dfc2dde
 WHIRLPOOL 
d37ec6920ce4922ff2dfd3b4c59691d735301b6124d49f6a854b7eca6975e0588ff975d8337d293a242014d2a5a747695a0dad4216e3c53b552d4a43a6c3a3dc
 DIST chromium-54.0.2840.6.tar.xz 479511944 SHA256 
2e1fb6c1095b1d03ccb8ce29c479e288bb53c196553ca7c71ac6c751f6628be5 SHA512 
489fcba841db7f5a6af221e8d5113a24db1cf4235b4dcaaf88f0a4afdde0ce91863464d4fbedf3e433e39f71d9019599eedec7fc85b8e082a3db60bed7177821
 WHIRLPOOL 
38967a688b6c391b63e8129b3099b9fdd53bc3fe13ea21ddd162141a030a1ddd3d19142fda18153c16b4bfe8b51f58e98983cde7b82ac89b1d93e5d4bf202df3

diff --git a/www-client/chromium/chromium-53.0.2785.34.ebuild 
b/www-client/chromium/chromium-53.0.2785.89.ebuild
similarity index 100%
rename from www-client/chromium/chromium-53.0.2785.34.ebuild
rename to www-client/chromium/chromium-53.0.2785.89.ebuild



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

2016-08-31 Thread Sebastien Fabbro
commit: 28829acee0534e46cb218272baabec3db3a268a5
Author: SĂ©bastien Fabbro  gentoo  org>
AuthorDate: Wed Aug 31 23:07:04 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug 31 23:07:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28829ace

dev-python/astroscrappy: version bump

Package-Manager: portage-2.3.0

 dev-python/astroscrappy/Manifest   |  1 +
 dev-python/astroscrappy/astroscrappy-1.0.5.ebuild  | 60 ++
 .../astroscrappy-1.0.5-respect-user-flag.patch | 36 +
 3 files changed, 97 insertions(+)

diff --git a/dev-python/astroscrappy/Manifest b/dev-python/astroscrappy/Manifest
index bf4e65b..a495df7 100644
--- a/dev-python/astroscrappy/Manifest
+++ b/dev-python/astroscrappy/Manifest
@@ -1 +1,2 @@
 DIST astroscrappy-1.0.3.tar.gz 422209 SHA256 
843af0ec1fb7439a886f05690a52d96342c3bd505dfdef42e922a66b67a89776 SHA512 
2e96e8e62f81c770802a3c7699ca4455c640bb000aa4bffc22149745eed4e7e33cc4b297649020a601ff7fb242c0545cf9391c19ee2687adab26ac494d37dbb2
 WHIRLPOOL 
8ee318233639617608a4c4aea0a75227317f3ca695430c49882a1396178eb3655bd80169291de2631c752c81d41016dcda85653eb1caa372cfd7c0d49080fd67
+DIST astroscrappy-1.0.5.tar.gz 421910 SHA256 
29f6ab8809fb404c369f0a63c74ec72a11fbe872650dd08906caf6ab801c2920 SHA512 
bad648140abe3032aa76f43b4c61a15bc49b825bb8333d0e2dc6ba244542e5d6b283824336de82c73aefdfd62b952c9089c3237c913faf17874af13725345064
 WHIRLPOOL 
d3e63f2e4fd352b85095149efa06a3bee11daaab723fbd041a6375772ca2d23b72759a0698d512198cd38086e2a20a5984b9a04346ab2814f455c45f831676fb

diff --git a/dev-python/astroscrappy/astroscrappy-1.0.5.ebuild 
b/dev-python/astroscrappy/astroscrappy-1.0.5.ebuild
new file mode 100644
index ..d399cf7
--- /dev/null
+++ b/dev-python/astroscrappy/astroscrappy-1.0.5.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Optimized cosmic ray annihilation astropy python module"
+HOMEPAGE="https://github.com/astropy/astroscrappy";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc openmp test"
+
+RDEPEND="
+   dev-python/astropy[${PYTHON_USEDEP}]
+   dev-python/astropy-helpers[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+DOCS=( CHANGES.rst )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.5-respect-user-flag.patch"
+)
+
+python_prepare_all() {
+   # use astropy-helpers from system
+   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
+   # if the user explicitely does not want openmp, do not forcefully use it
+   if ! use openmp; then
+   sed -e 's/if has_openmp/if False/' \
+   -i astroscrappy/utils/setup_package.py || die
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}

diff --git 
a/dev-python/astroscrappy/files/astroscrappy-1.0.5-respect-user-flag.patch 
b/dev-python/astroscrappy/files/astroscrappy-1.0.5-respect-user-flag.patch
new file mode 100644
index ..b3638e1
--- /dev/null
+++ b/dev-python/astroscrappy/files/astroscrappy-1.0.5-respect-user-flag.patch
@@ -0,0 +1,36 @@
+From f3acf99e65f58e2ee2f409d33f44a3abb1ba90c4 Mon Sep 17 00:00:00 2001
+From: SĂ©bastien Fabbro 
+Date: Wed, 31 Aug 2016 22:19:12 +
+Subject: [PATCH] respect user compiling flags Depending on compilers, -O3
+ -funroll-loops is not the fastest.
+
+---
+ astroscrappy/utils/setup_package.py | 8 ++--
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+diff --git a/astroscrappy/utils/setup_package.py 
b/astroscrappy/utils/setup_package.py
+index 3e1fba2..c271613 100644
+--- a/astroscrappy/utils/setup_package.py
 b/astroscrappy/utils/setup_package.py
+@@ -73,16 +73,12 @@ def get_extensions():
+ sources=med_sources,
+ include_dirs=include_dirs,
+ libraries=libraries,
+-language="c",
+-extra_compile_args=['-g', '-O3', '-funroll-loops',
+-'-ffast-math'])
++language="c")
+ ext_im = Extension(name=str("astroscrappy.utils.image_utils"),
+ sources=im_sources,
+ include_dirs=include_dirs,
+ libraries=libraries,
+-language="c",
+

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

2016-08-31 Thread Sebastien Fabbro
commit: 3403656699bb4587f0dd0399078ab36c30535975
Author: SĂ©bastien Fabbro  gentoo  org>
AuthorDate: Wed Aug 31 21:50:28 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug 31 23:07:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34036566

dev-python/astropy: version bump. fix also xdg sandboxing issue
Gentoo-Bug: 587700

Package-Manager: portage-2.3.0

 dev-python/astropy/Manifest|  1 +
 dev-python/astropy/astropy-1.2.1.ebuild| 98 ++
 .../astropy/files/astropy-1.2.1-cfitsio-338.patch  | 16 
 3 files changed, 115 insertions(+)

diff --git a/dev-python/astropy/Manifest b/dev-python/astropy/Manifest
index 2f4f81f..6cf0a59 100644
--- a/dev-python/astropy/Manifest
+++ b/dev-python/astropy/Manifest
@@ -1 +1,2 @@
 DIST astropy-1.1.2.tar.gz 8059713 SHA256 
6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1 SHA512 
b83c4a1415a3eb8c016507705d0d2f22971e4da937bb97953eec08f8f856933d8fa76ce8c536122235b19e7879b16add2e20fd2fee3e488f9b2b4bf1b9f4dbdb
 WHIRLPOOL 
01cdfd33c29f7128e88be3f53b7ecdec37d95ba06acae6ceeba83746e0454aa220396fb00519b30639ac01b5b297fad004488d34856295735e04924d154c4eb9
+DIST astropy-1.2.1.tar.gz 8179665 SHA256 
0d7ef702166f26fed239b59fc12edcd5243ca5bf562a36202fd8c6b0270d6e48 SHA512 
2ef37537a4c6b2ec50a1d898f600978475c9c5d2cb66ba19d06782656e9ddcb4aa6a8e53217e318448cedac45dac0dce0d8cc2fe94cddc15ebb306b3b0794595
 WHIRLPOOL 
d37374f23a0121fdc92fa572facc248f0a571dacb8edcf1a9d0987d6a40287de199262ec01f654bd6ea5aece826e5588d2869558152adffe9ab490fa46f2e36d

diff --git a/dev-python/astropy/astropy-1.2.1.ebuild 
b/dev-python/astropy/astropy-1.2.1.ebuild
new file mode 100644
index ..20994e5
--- /dev/null
+++ b/dev-python/astropy/astropy-1.2.1.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 xdg-utils
+
+DESCRIPTION="Core functionality for performing astrophysics with Python"
+HOMEPAGE="http://astropy.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RDEPEND="
+   dev-libs/expat:0=
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.10[${PYTHON_USEDEP}]
+   dev-python/ply[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=sci-astronomy/erfa-1.2:0=
+   >=sci-astronomy/wcslib-5:0=
+   sci-libs/cfitsio:0=
+   sys-libs/zlib:0="
+DEPEND="${RDEPEND}
+   >=dev-python/astropy-helpers-1.1[${PYTHON_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   virtual/pkgconfig
+   doc? (
+   media-gfx/graphviz
+   $(python_gen_cond_dep 'dev-libs/libxml2[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 'dev-python/h5py[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 'dev-python/matplotlib[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 'dev-python/sphinx[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 'dev-python/wcsaxes[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 
'sci-libs/scipy[${PYTHON_USEDEP}]'python2_7)
+   )
+   test? (
+   dev-libs/libxml2[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   )"
+
+REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.4-system-six.patch"
+   "${FILESDIR}/${PN}-1.0.4-system-configobj.patch"
+   "${FILESDIR}/${PN}-1.1.1-mark-kown-failures.patch"
+   "${FILESDIR}/${PN}-1.2.1-cfitsio-338.patch"
+)
+
+pkg_setup() {
+   use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' )
+}
+
+python_prepare_all() {
+   export mydistutilsargs="--offline"
+   export ASTROPY_USE_SYSTEM_PYTEST=True
+   rm -r ${PN}_helpers || die
+   cp "${FILESDIR}"/astropy-ply.py astropy/extern/ply.py || die
+   rm -r cextern/{expat,erfa,cfitsio,wcslib} || die
+   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
+   cat >> setup.cfg <<-EOF
+   [build]
+   use_system_libraries=1
+   EOF
+   xdg_environment_reset
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   python_setup "python2*"
+   VARTEXFONTS="${T}"/fonts \
+   MPLCONFIGDIR="${BUILD_DIR}" \
+   PYTHONPATH="${BUILD_DIR}"/lib \
+   esetup.py build_sphinx
+   fi
+}
+
+python_test() {

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

2016-08-31 Thread Robin H. Johnson
commit: e9382279560070dc66877fec153fb89f43e8ef48
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Aug 31 22:29:13 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Aug 31 22:29:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9382279

sys-kernel/genkernel: bump for bug #591770.

Package-Manager: portage-2.2.28

 sys-kernel/genkernel/Manifest |   1 +
 sys-kernel/genkernel/genkernel-3.5.0.5.ebuild | 161 ++
 2 files changed, 162 insertions(+)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index 848384a..561331c 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -15,6 +15,7 @@ DIST genkernel-3.5.0.1.tar.xz 284736 SHA256 
333460df76260e494d353850687f0891e883
 DIST genkernel-3.5.0.2.tar.xz 285696 SHA256 
757774319091eaa9477cf814efc7e8be0e74e18daf313894726722c30509dae7 SHA512 
3f714754cb0981ba4f41ba338ac5ec5f7e0a9c69d6de649dac769ae41383636f198fd9b2540af4c2391d7b33702d70c279b08f1793436cedb0165f22b64f3b1a
 WHIRLPOOL 
7e11aa2a533c06935328421a53bbfc496e9937231394f0322b4a5cafc35801a5386acf906a47f6c6765457b0f6dcf7ed307f0ad0b7871e69fcd835016ac06dd8
 DIST genkernel-3.5.0.3.tar.xz 283456 SHA256 
0b9714561569c203222cf50af57f246761ada0ac3991c165ed782804b0c031da SHA512 
27f6bd00727d685eb81853696d53a0f3efc8bac311c1f562f15ad7f56043687487fbe8367df98ddb976665e732eac107ced63735a731b03e6ca79c3de292cff7
 WHIRLPOOL 
20f4fb97c7476c7ee96ffa8e403c167d18a48c666f409dfd4c060dc108a47b498256414d8e986433d25babc86cc508be81c70fde3f5bb3e25f9c2f0b242b
 DIST genkernel-3.5.0.4.tar.xz 283608 SHA256 
4555681354d97cbed2e0a696ab62937bede4f1efb450235db7438197952154c6 SHA512 
3edd55f0f83fe2f85099fe8fc56d97a9179596d42d0495810494441ac72ab146a5d4a071ca9955503b54d7af03423b9387d0edb8e4ffec56ffd8de03cde13ffa
 WHIRLPOOL 
8a9bc392a1ec80bd05ec7e0f16afe3eacd0519607b5c2502d0389f9ea1ecb483b57e013d627b5e899547e8b38a6360095a719d902c12f7b1addb349c670c
+DIST genkernel-3.5.0.5.tar.xz 284000 SHA256 
f3d4e5e878100566c1d12b9c9c4e081384a2ae89c21f9dd94bb9100c582a7872 SHA512 
9441dc0aac22ab33f3c8600f0e775d440197af0d0821f17fd6dea5a9de0b4758a3cd34e3cd7130add41a2af39106b4a7478e1b553dbd67fabfcd960f09ef0364
 WHIRLPOOL 
76ff696d0168a226e371b50feed983edb15cceebff9054ad926cd66b3785df6bf4b6587d02b8a8e82b1173622e0bfb7a28203558ebdf94d825faecedb83409ec
 DIST gnupg-1.4.11.tar.bz2 3407075 SHA256 
d18ceeac16e554a501170b9bfde611625252d0fe9448685a69c93bf149ee6ef6 SHA512 
97e7b8b0f972cc2f7cabdb0e013cbee1c33e7d48407d040cca5c2037e32abe1c2100194be7d3b569d4f05eb16b24c205a5b83f06718f0241f8d4ee174f1c37ae
 WHIRLPOOL 
6f914627e2f527f6616e1f99d2ae06942b734f839d03a45ffa45bf67516a81d58f89e6a85612cf8e5fd83be04ab0b6bc2da8f81114143dad7523e5fcea62366b
 DIST mdadm-3.1.5.tar.bz2 292709 SHA256 
1d547d0b36a88968e9fc9fb08b0e64de54a53f3d1cfa3656a9f319180f0727d3 SHA512 
6fcf426d63ede01f99ebeee9be686857a04f9b601b37f76722c091ae2999b3ff66fdba52d47323f27900553125a897fc1815fe7be850aa9cc991dd5fa91a5d5d
 WHIRLPOOL 
003595a1338b3a95ccc176b07a31f26dd5fda9460f2c4d3513b9ca09cdab1c91dab05f8914f2354047fccff42c4dcfc6131a383c84467c2838ac7b1af2f9bef8
 DIST open-iscsi-2.0-872.tar.gz 900081 SHA256 
37753697a170223ac02a292b3a23a315a3c747b490c42480e4057b676c9f8d4f SHA512 
d26c87772b0b1d13a8bd2eea9db86b3c61af83efbb788116c01ab6a914ff3de634a7b1bff56c1161b28965315543edbfc2735b6c7fbd3f7797471fde63b69cc0
 WHIRLPOOL 
4b04c8481c6c5f094ca6f7761828006a84eda7a22a6b3a4d65e7b3e4b39e73ef839ec710b491e7ca731b047fa8c74a9c03a17e85519a62dfbeb95222cfbdd935

diff --git a/sys-kernel/genkernel/genkernel-3.5.0.5.ebuild 
b/sys-kernel/genkernel/genkernel-3.5.0.5.ebuild
new file mode 100644
index ..963e34d
--- /dev/null
+++ b/sys-kernel/genkernel/genkernel-3.5.0.5.ebuild
@@ -0,0 +1,161 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# genkernel--> latest Git branch "master"
+# genkernel-VERSION -> normal genkernel release
+
+EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+
+VERSION_BUSYBOX='1.20.2'
+VERSION_DMRAID='1.0.0.rc16-3'
+VERSION_MDADM='3.1.5'
+VERSION_FUSE='2.8.6'
+VERSION_ISCSI='2.0-872'
+VERSION_LVM='2.02.88'
+VERSION_UNIONFS_FUSE='0.24'
+VERSION_GPG='1.4.11'
+
+RH_HOME="ftp://sourceware.org/pub";
+DM_HOME="https://people.redhat.com/~heinzm/sw/dmraid/src";
+BB_HOME="https://busybox.net/downloads";
+
+COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
+   ${DM_HOME}/old/dmraid-${VERSION_DMRAID}.tar.bz2
+   
mirror://kernel/linux/utils/raid/mdadm/mdadm-${VERSION_MDADM}.tar.bz2
+   ${RH_HOME}/lvm2/LVM2.${VERSION_LVM}.tgz
+   ${RH_HOME}/lvm2/old/LVM2.${VERSION_LVM}.tgz
+   ${BB_HOME}/busybox-${VERSION_BUSYBOX}.tar.bz2
+   
http://www.open-iscsi.org/bits/open-iscsi-${VERSION_ISCSI}.tar.gz
+   mirror://sourceforge/fuse/fuse-${VERSION_FUSE}.tar.gz
+   
http://podgorn

[gentoo-commits] proj/genkernel: New tag: v3.5.0.5

2016-08-31 Thread Robin H. Johnson
commit: 
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Aug 31 22:25:03 2016 +

New tag: v3.5.0.5




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

2016-08-31 Thread Robin H. Johnson
commit: e83b5e6d0b48cb87465f3d6c134fecd5c1a2df58
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Aug 31 22:23:56 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Aug 31 22:24:00 2016 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e83b5e6d

Bump version to 3.5.0.5

Signed-off-by: Robin H. Johnson  gentoo.org>

 genkernel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genkernel b/genkernel
index 6e9b14c..4261651 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
 # $Id$
 
 PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.5.0.4'
+GK_V='3.5.0.5'
 
 # Set the default for TMPDIR.  May be modified by genkernel.conf or the
 # --tempdir command line option.



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

2016-08-31 Thread Robin H. Johnson
commit: 20e2e9866b5d9d58ff6cb4e9b089fb9ff5435fbc
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Aug 31 22:22:57 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Aug 31 22:23:05 2016 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=20e2e986

Bug #591770: typo fixup from script problems.

Signed-off-by: Robin H. Johnson  gentoo.org>

 defaults/busy-config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/defaults/busy-config b/defaults/busy-config
index 2d8af84..00d3f0a 100644
--- a/defaults/busy-config
+++ b/defaults/busy-config
@@ -192,7 +192,7 @@ CONFIG_BASE64=y
 # CONFIG_WHO is not set
 # CONFIG_USERS is not set
 # CONFIG_CAL is not set
- CONFIG_CATV is not set
+# CONFIG_CATV is not set
 CONFIG_CHGRP=y
 CONFIG_CHMOD=y
 CONFIG_CHOWN=y
@@ -435,7 +435,7 @@ CONFIG_INIT=y
 CONFIG_FEATURE_USE_INITTAB=y
 # CONFIG_FEATURE_KILL_REMOVED is not set
 CONFIG_FEATURE_KILL_DELAY=0
-CONFIG_FEATURE_INIT_SCTTY is not set
+# CONFIG_FEATURE_INIT_SCTTY is not set
 # CONFIG_FEATURE_INIT_SYSLOG is not set
 CONFIG_FEATURE_EXTRA_QUIET=y
 # CONFIG_FEATURE_INIT_COREDUMPS is not set



[gentoo-commits] repo/gentoo:master commit in: app-dicts/gnome-dictionary/

2016-08-31 Thread Gilles Dartiguelongue
commit: 56f4657d12fc91b9ddb83763d749be39f4725dc0
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Aug 31 22:20:20 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Aug 31 22:22:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f4657d

app-dicts/gnome-dictionary: actually requires gtk+-3.20

Otherwise build fails with GdkSeat being undefined.

Fixed in 3.21 releases.

Package-Manager: portage-2.3.0

 app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild 
b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
index b913a63..bae875b 100644
--- a/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
+++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.20.0.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-fr
 COMMON_DEPEND="
>=dev-libs/glib-2.39:2[dbus]
x11-libs/cairo:=
-   >=x11-libs/gtk+-3.16:3
+   >=x11-libs/gtk+-3.20:3
x11-libs/pango
introspection? ( >=dev-libs/gobject-introspection-1.42:= )
 "



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

2016-08-31 Thread Daniel Campbell
commit: 45b3634f0a1923102fb657d69e81d4b07db12d1f
Author: Daniel Campbell  gentoo  org>
AuthorDate: Wed Aug 31 22:11:08 2016 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Wed Aug 31 22:13:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b3634f

dev-lang/tk: Fix cross-compiling tests, #581112

Gentoo-Bug: 581112
Gentoo-Bug-URL: https://bugs.gentoo.org/581112

Package-Manager: portage-2.3.0

 dev-lang/tk/{tk-8.6.6.ebuild => tk-8.6.5-r1.ebuild} | 5 +
 dev-lang/tk/tk-8.6.6.ebuild | 5 +
 2 files changed, 10 insertions(+)

diff --git a/dev-lang/tk/tk-8.6.6.ebuild b/dev-lang/tk/tk-8.6.5-r1.ebuild
similarity index 97%
copy from dev-lang/tk/tk-8.6.6.ebuild
copy to dev-lang/tk/tk-8.6.5-r1.ebuild
index c043ae5..bc178e9 100644
--- a/dev-lang/tk/tk-8.6.6.ebuild
+++ b/dev-lang/tk/tk-8.6.5-r1.ebuild
@@ -82,6 +82,11 @@ src_prepare() {
 }
 
 multilib_src_configure() {
+   if tc-is-cross-compiler ; then
+   export ac_cv_func_strtod=yes
+   export tcl_cv_strtod_buggy=1
+   fi
+
local mylibdir=$(get_libdir)
 
econf \

diff --git a/dev-lang/tk/tk-8.6.6.ebuild b/dev-lang/tk/tk-8.6.6.ebuild
index c043ae5..bc178e9 100644
--- a/dev-lang/tk/tk-8.6.6.ebuild
+++ b/dev-lang/tk/tk-8.6.6.ebuild
@@ -82,6 +82,11 @@ src_prepare() {
 }
 
 multilib_src_configure() {
+   if tc-is-cross-compiler ; then
+   export ac_cv_func_strtod=yes
+   export tcl_cv_strtod_buggy=1
+   fi
+
local mylibdir=$(get_libdir)
 
econf \



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

2016-08-31 Thread Gilles Dartiguelongue
commit: 2d2de1c5ddcd915940686b5f0b18b0362b53b7b6
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Aug 31 22:05:53 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Aug 31 22:07:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2de1c5

app-arch/file-roller: version bump to 3.20.3

Package-Manager: portage-2.3.0

 app-arch/file-roller/Manifest  |  1 +
 app-arch/file-roller/file-roller-3.20.3.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest
index 3b419a1..f9d908b 100644
--- a/app-arch/file-roller/Manifest
+++ b/app-arch/file-roller/Manifest
@@ -1,2 +1,3 @@
 DIST file-roller-3.16.5.tar.xz 1415236 SHA256 
09a68db98aa33febdad76e6977d7771b3b444da7f57ab6f4fe7d6a77e39d5a91 SHA512 
83c8dddb547f36faa2728996648479255353706a266ce26e79f8f6141794d0281a9817f2a1dc687623ba8382cab93aef23675e2f3ef6d4abb9f8871f253d2c2d
 WHIRLPOOL 
01d54e45d9d8b81c5f965622adbacac1400f56461e230999e97aa1cde135714e7e80317749c04eac7b4a49fea0fa66142b9dfbec0876b743b4709d3d17c72cce
 DIST file-roller-3.20.2.tar.xz 1430448 SHA256 
93188a7ac9285cb85551c327082aeaeb51ac39a9722cb96b0e29d5ec2ae353c6 SHA512 
a2397215125c5bf10efcc04eb7722459acf5e11c40f3d2acb813c1c4e0de0855656c732cecb0526f850bf3e419c8407b36487c553ce9e26894fc40af309dfdf5
 WHIRLPOOL 
e05ef7a1d86c5dceae079b8e7400acb49977903df0e90bf4bcec7774713d2afcf91311a75ba3a771fca49f6662e005ecde347328ed9e7923864a9082329a9478
+DIST file-roller-3.20.3.tar.xz 1432400 SHA256 
6b5c2de4c6bd52318cacd2a398cdfa45a5f1df8a77c6652a38a6a1d3e53644e9 SHA512 
afa7a7e49b357f11a8e8c2678c02f9ce1c20e3bef4c64be0930342127b11dc271369958b634985fb1305fe913182a2e5a63326afc2d1839ab116ad773ee668c3
 WHIRLPOOL 
aa96b158971ed0105f416fc5e83d9a8810d5ececa30a5b9761b9caeeaa607e50ce635629c4aaf05fabb9391959db149cd8b4b2d69c1c765c78001e9f2a11c467

diff --git a/app-arch/file-roller/file-roller-3.20.3.ebuild 
b/app-arch/file-roller/file-roller-3.20.3.ebuild
new file mode 100644
index ..e90d3ac
--- /dev/null
+++ b/app-arch/file-roller/file-roller-3.20.3.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 readme.gentoo-r1
+
+DESCRIPTION="Archive manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller";
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+IUSE="nautilus packagekit"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux"
+
+# gdk-pixbuf used extensively in the source
+# cairo used in eggtreemultidnd.c
+# pango used in fr-window
+RDEPEND="
+   >=app-arch/libarchive-3:=
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/json-glib-0.14
+   >=x11-libs/gtk+-3.13.2:3
+   >=x11-libs/libnotify-0.4.3:=
+   sys-apps/file
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango
+   nautilus? ( >=gnome-base/nautilus-3 )
+   packagekit? ( app-admin/packagekit-base )
+"
+DEPEND="${RDEPEND}
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.50.1
+   dev-util/itstool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+# eautoreconf needs:
+#  gnome-base/gnome-common
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+${PN} is a frontend for several archiving utilities. If you want a
+particular archive format support, see ${HOMEPAGE}
+and install the relevant package. For example:
+7-zip   - app-arch/p7zip
+ace - app-arch/unace
+arj - app-arch/arj
+cpio- app-arch/cpio
+deb - app-arch/dpkg
+iso - app-cdr/cdrtools
+jar,zip - app-arch/zip and app-arch/unzip
+lha - app-arch/lha
+lzop- app-arch/lzop
+rar - app-arch/unrar or app-arch/unar
+rpm - app-arch/rpm
+unstuff - app-arch/stuffit
+zoo - app-arch/zoo"
+
+src_prepare() {
+   # File providing Gentoo package names for various archivers
+   cp -f "${FILESDIR}"/3.6.0-packages.match data/packages.match || die
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # --disable-debug because enabling it adds -O0 to CFLAGS
+   gnome2_src_configure \
+   --disable-run-in-place \
+   --disable-static \
+   --disable-debug \
+   --enable-magic \
+   --enable-libarchive \
+   $(use_enable nautilus nautilus-actions) \
+   $(use_enable packagekit)
+}
+
+src_install() {
+   gnome2_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2016-08-31 Thread Anthony G. Basile
commit: 7e65233a587d12728d90abcdce4c36a4316ca187
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Aug 31 21:50:22 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Aug 31 21:59:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e65233a

net-libs/axtls: version bump to 2.0.1

Package-Manager: portage-2.2.28

 net-libs/axtls/Manifest   |   1 +
 net-libs/axtls/axtls-2.0.1.ebuild | 177 ++
 2 files changed, 178 insertions(+)

diff --git a/net-libs/axtls/Manifest b/net-libs/axtls/Manifest
index b3f129a..bd7ff8b 100644
--- a/net-libs/axtls/Manifest
+++ b/net-libs/axtls/Manifest
@@ -1,3 +1,4 @@
 DIST axTLS-1.5.3.tar.gz 1309853 SHA256 
367ce7918b9e7738d853d5eaaa9d4fbdb362c5b323d4c0622a72d891f6b8d8e6 SHA512 
d37fb1341259b079ed234512a96656d67e005c50d9f8e0c856fb140c9da35267624e065134e0cc8310f70e5cf5d196c7dd34f01e2a7a5cc29e77e7ca46c25281
 WHIRLPOOL 
92de1a06da740adf0238550d36a75216bace6c7fb867e82d38f2ca2362dcf0e41810191933aa788ffda080367b6beb312f1a9a240ab687a6c4f324988d36a81c
 DIST axTLS-1.5.4.tar.gz 1296351 SHA256 
24d50cc4f5908d06cfacb2a3916d91ed75c5b1441809e47bc45e1053d6ba5d91 SHA512 
0e52ca22199b3c7eb45641c7fdbe607f79fcea25f12d1ee0535a6a7c7579ee42777d27ce6474866eca19287bd11a1de76f5c39f715eb06e9e4cf3324b312
 WHIRLPOOL 
29d2b5e72165c28c0e9084677f44b52116ec5da5efabc2fed79479800cbfe43c5dd4bf7390951b5168a63af0acd1cb5635fecac7d4ef42d570a1ef6d5e7edb6f
 DIST axTLS-2.0.0.tar.gz 1303303 SHA256 
921f7f678678d418496546978d57e7e8d00529040f4c4a7124323ced9ca703f4 SHA512 
40bf0420ed45ea5c858573c66c435a2ee96b516d9fd4b6e2df74fdeec308a4562e61ed5511abb528c9a7d882831d79b290fd416f6643ca2859a62d707e92f009
 WHIRLPOOL 
57a59e18501e381a52da07c9a07d239f3e93bbcc9c760a2dd425e1bfb736d1f4cd130c1a2fae329689a1b967313f1588e1d1f521d8e33bf41c29db1aa735f379
+DIST axTLS-2.0.1.tar.gz 1303430 SHA256 
6065adf95cf2d47fece86a91a48dfbdfeaa48e5ead9a1812231ecb1dcc8a2216 SHA512 
f350df1fb3b1f662ffc489785d45535f9a3bbae26258d723952105fd2e49aa6866df93563d08de5371f7bcf1bc1e4f118e0d08d63d3409265b18bf01be4ac010
 WHIRLPOOL 
b706eabc7fa347aab73bd4e48c2d5e9a6f0a403733c739cbc09e441e22c7734be5c3d238d45832db9c46e4755ed0987be4ab198afae8b01c115c3cfaf50a44ee

diff --git a/net-libs/axtls/axtls-2.0.1.ebuild 
b/net-libs/axtls/axtls-2.0.1.ebuild
new file mode 100644
index ..ba142a9
--- /dev/null
+++ b/net-libs/axtls/axtls-2.0.1.ebuild
@@ -0,0 +1,177 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils multilib multilib-minimal savedconfig toolchain-funcs user
+
+
+# axtls CONFIG MINI-HOWTO
+#
+# Note: axtls is highly configurable and uses mconf, like the linux kernel.
+# You can configure it in a couple of ways:
+#
+# 1) USE="-savedconfig" and set/unset the remaining flags to obtain the 
features
+# you want, and possibly a lot more.
+#
+# 2) You can create your own configuration file by doing
+#
+#  FEATURES="keepwork" USE="savedconfig -*" emerge axtls
+#  cd /var/tmp/portage/net-libs/axtls*/work/axTLS
+#  make menuconfig
+#
+# Now configure axtls as you want.  Finally save your config file:
+#
+#  cp config/.config /etc/portage/savedconfig/net-libs/axtls-${PV}
+#
+# where ${PV} is the current version.  You can then run emerge again with
+# your configuration by doing
+#
+#  USE="savedconfig" emerge axtls
+#
+
+
+MY_PN=${PN/tls/TLS}
+
+DESCRIPTION="Embedded client/server TLSv1 SSL library and small HTTP(S) server"
+HOMEPAGE="http://axtls.sourceforge.net/";
+SRC_URI="mirror://sourceforge/axtls/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${PN}-code"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86"
+
+IUSE="httpd cgi-lua cgi-php static static-libs doc"
+
+# TODO: add ipv6, and c#, java, lua, perl bindings
+# Currently these all have some issue
+DEPEND="doc? ( app-doc/doxygen )"
+RDEPEND="
+   httpd? (
+   cgi-lua? ( dev-lang/lua )
+   cgi-php? ( dev-lang/php[cgi] )
+   )"
+
+#Note1: static, cgi-* makes no sense if httpd is not given
+REQUIRED_USE="
+   static? ( httpd )
+   cgi-lua? ( httpd )
+   cgi-php? ( httpd )"
+
+AXTLS_GROUP="axtls"
+AXTLS_USER="axtls"
+
+pkg_setup() {
+   use httpd && {
+   ebegin "Creating axtls user and group"
+   enewgroup ${AXTLS_GROUP}
+   enewuser ${AXTLS_USER} -1 -1 -1 ${AXTLS_GROUP}
+   }
+}
+
+src_prepare() {
+   tc-export AR CC
+
+   epatch "${FILESDIR}/explicit-libdir-r1.patch"
+
+   #We want CONFIG_DEBUG to avoid stripping
+   #but not for debugging info
+   sed -i -e 's: -g::' config/Rules.mak || die
+   sed -i -e 's: -g::' config/makefile.conf || die
+
+   multilib_copy_sources
+}
+
+use_flag_config() {

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2016-08-31 Thread Gilles Dartiguelongue
commit: 5382c38de4dee0e2502acb600f87ac6445d76b37
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Aug 31 21:50:06 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Aug 31 21:57:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5382c38d

app-accessibility/orca: fix dependency on gstreamer

Requires introspection, also gst-python needed for complete introspection 
support.
Drop outdated comment.

Package-Manager: portage-2.3.0

 app-accessibility/orca/orca-3.20.3-r1.ebuild | 73 
 1 file changed, 73 insertions(+)

diff --git a/app-accessibility/orca/orca-3.20.3-r1.ebuild 
b/app-accessibility/orca/orca-3.20.3-r1.ebuild
new file mode 100644
index ..ce568b8
--- /dev/null
+++ b/app-accessibility/orca/orca-3.20.3-r1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python3_{3,4,5} )
+PYTHON_REQ_USE="threads"
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Extensible screen reader that provides access to the desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/Orca";
+
+LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+IUSE="+braille"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-accessibility/at-spi2-atk-2.12:2
+   >=app-accessibility/at-spi2-core-2.12:2[introspection]
+   >=dev-libs/atk-2.10
+   >=dev-libs/glib-2.28:2
+   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}]
+   media-libs/gstreamer:1.0[introspection]
+   >=x11-libs/gtk+-3.6.2:3[introspection]
+   braille? (
+   >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
+   dev-libs/liblouis[python,${PYTHON_USEDEP}] )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
+   dev-libs/atk[introspection]
+   dev-python/pyatspi[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   x11-libs/libwnck:3[introspection]
+   x11-libs/pango[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   virtual/pkgconfig
+"
+#  app-text/yelp-tools
+
+src_prepare() {
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure \
+   $(use_with braille liblouis)
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_install() {
+   installing() {
+   gnome2_src_install
+   # Massage shebang to make python_doscript happy
+   sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
+   -i src/orca/orca || die
+   python_doscript src/orca/orca
+   }
+   python_foreach_impl run_in_build_dir installing
+}



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2016-08-31 Thread Gilles Dartiguelongue
commit: 3368aa470c0344cfccd4ac81c7c6e201868adfef
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Aug 31 21:52:15 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Aug 31 21:57:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3368aa47

app-accessibility/orca: drop old revision

Package-Manager: portage-2.3.0

 app-accessibility/orca/Manifest   |  1 -
 app-accessibility/orca/orca-3.20.2.ebuild | 74 ---
 2 files changed, 75 deletions(-)

diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
index 303b112..dc378ce 100644
--- a/app-accessibility/orca/Manifest
+++ b/app-accessibility/orca/Manifest
@@ -1,3 +1,2 @@
 DIST orca-3.18.2.tar.xz 2213548 SHA256 
986244af7a0891b758eb8e772bc61d72483808e7e9c790360f9f389045d7262a SHA512 
ec1210cea7a540bd931f7ede45c173829e780a4da4e61245920d15bb11b62d803771e32b791b2d0c307e15a8ef61b619b5e79e9909bf438a94252842a0dd8613
 WHIRLPOOL 
31475d1eacbf322cdd49d286c3585d97c93de08f92b0533fa58905d4ea089272bc16e8bb748041cc6f27dd54c19996b3d72993c5b148b3c8e6c873f9e452fe98
-DIST orca-3.20.2.tar.xz 2313164 SHA256 
8c90403c4ae8bb0a4b240d1e784b61ee56de42df781520c912b298c10ae05785 SHA512 
27594b9b0fa9343057a854e8cfff7ab074e084c3f210c1bf1f4310363b4738ce6af5b4f62ef15ed58093af27e7eaad2e030c08e990cf462624e5fb2c8329fd0c
 WHIRLPOOL 
473f7fd8b5dedb8034774604a38b97dcdc3b2e3c346e89f0b36343b18e69bffac7f98927bc069b3ac20c969c2dae09087f2612dacb09b98952fc299e3d340c76
 DIST orca-3.20.3.tar.xz 2312864 SHA256 
86a03b504f626e39247694d8d76c272a298874887a40bd044f8a535b8d689fd7 SHA512 
5dc04cec821f7a47be0cb6e820a531e9753dd24685771e6b70488d30502bc111a4b107f8d63440139bfa9579015f224f6fda6cd8f0ecc0fc7fbfa3ce684d75f9
 WHIRLPOOL 
c96795a9d6f9486cce7150041c5608d5beb39b8fdd33c7312beee40100aba67f3846f4c449ea8ae8b393c334be27197dbb5b2415d8a8a38cba9d775144b1bbfd

diff --git a/app-accessibility/orca/orca-3.20.2.ebuild 
b/app-accessibility/orca/orca-3.20.2.ebuild
deleted file mode 100644
index f784168..
--- a/app-accessibility/orca/orca-3.20.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{3,4,5} )
-PYTHON_REQ_USE="threads"
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Extensible screen reader that provides access to the desktop"
-HOMEPAGE="https://wiki.gnome.org/Projects/Orca";
-
-LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-IUSE="+braille"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# liblouis is not in portage yet
-# it is used to provide contracted braille support
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=app-accessibility/at-spi2-atk-2.12:2
-   >=app-accessibility/at-spi2-core-2.12:2[introspection]
-   >=dev-libs/atk-2.10
-   >=dev-libs/glib-2.28:2
-   >=dev-python/pygobject-3.10:3[${PYTHON_USEDEP}]
-   media-libs/gstreamer:1.0
-   >=x11-libs/gtk+-3.6.2:3[introspection]
-   braille? (
-   >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
-   dev-libs/liblouis[python,${PYTHON_USEDEP}] )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
-   dev-libs/atk[introspection]
-   dev-python/pyatspi[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   x11-libs/libwnck:3[introspection]
-   x11-libs/pango[introspection]
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   virtual/pkgconfig
-"
-#  app-text/yelp-tools
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure \
-   $(use_with braille liblouis)
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_install() {
-   installing() {
-   gnome2_src_install
-   # Massage shebang to make python_doscript happy
-   sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
-   -i src/orca/orca || die
-   python_doscript src/orca/orca
-   }
-   python_foreach_impl run_in_build_dir installing
-}



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

2016-08-31 Thread Christoph Junghans
commit: 8e92fcc175d4c07fc165d8e24fe30a3f44a29770
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Aug 31 21:28:42 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Aug 31 21:30:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e92fcc1

dev-libs/cereal: initial commit

Package-Manager: portage-2.2.28

 dev-libs/cereal/Manifest|  1 +
 dev-libs/cereal/cereal-1.2.1.ebuild | 30 ++
 dev-libs/cereal/metadata.xml|  8 
 3 files changed, 39 insertions(+)

diff --git a/dev-libs/cereal/Manifest b/dev-libs/cereal/Manifest
new file mode 100644
index ..bceff89
--- /dev/null
+++ b/dev-libs/cereal/Manifest
@@ -0,0 +1 @@
+DIST cereal-1.2.1.tar.gz 301994 SHA256 
7d321c22ea1280b47ddb06f3e9702fcdbb2910ff2f3df0a2554804210714434e SHA512 
f0050f27433a4b544e7785aa94fc7b14a57eed6d542e25d3d0fda4d27cf55ea55e796be2138bf80809c96c392436513fe42764b3a456938395bf7f7177dd1c73
 WHIRLPOOL 
d17573dc44b4cf610b4dd0d295f414a58bea39729537f2cabb2ebbba4ba6e899df1f5a43f8959b9afa55a0b1123ec53cf61eabe8c6dcd534619caaf567f6b1b8

diff --git a/dev-libs/cereal/cereal-1.2.1.ebuild 
b/dev-libs/cereal/cereal-1.2.1.ebuild
new file mode 100644
index ..662f699
--- /dev/null
+++ b/dev-libs/cereal/cereal-1.2.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="header-only C++11 serialization library"
+HOMEPAGE="http://uscilab.github.io/cereal/";
+SRC_URI="https://github.com/USCiLab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="test? ( dev-libs/boost )"
+
+src_prepare() {
+   sed -i 's/-Werror//' CMakeLists.txt || die
+   default
+}
+
+src_configure() {
+   mycmakeargs=(
+   -DJUST_INSTALL_CEREAL=$(usex !test)
+   )
+   cmake-utils_src_configure
+}

diff --git a/dev-libs/cereal/metadata.xml b/dev-libs/cereal/metadata.xml
new file mode 100644
index ..9dee8db
--- /dev/null
+++ b/dev-libs/cereal/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ott...@gentoo.org
+   Christoph Junghans
+   
+



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

2016-08-31 Thread David Seifert
commit: b91c2507b3798609d347625f07345b82ad551379
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Aug 31 17:23:28 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Aug 31 21:15:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91c2507

media-gfx/monica: Fix bug 588452 by removing src_prepare()

Gentoo-bug: 588452

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

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

 media-gfx/monica/monica-3.7.ebuild | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/media-gfx/monica/monica-3.7.ebuild 
b/media-gfx/monica/monica-3.7.ebuild
index dcb74b1..6e79a91 100644
--- a/media-gfx/monica/monica-3.7.ebuild
+++ b/media-gfx/monica/monica-3.7.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=6
-inherit eutils toolchain-funcs
+
+inherit toolchain-funcs
 
 DESCRIPTION="Monica is a Monitor Calibration Tool"
 HOMEPAGE="http://freecode.com/projects/monica";
@@ -18,13 +19,11 @@ DEPEND=">=x11-libs/fltk-1.1:1"
 RDEPEND="${DEPEND}
x11-apps/xgamma"
 
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-3.6-makefile-cleanup.patch \
-   "${FILESDIR}"/${P}-gcc44.patch
-
-   emake clean
-}
+DOCS=( authors ChangeLog news readme )
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.6-makefile-cleanup.patch
+   "${FILESDIR}"/${P}-gcc44.patch
+)
 
 src_compile() {
emake \
@@ -36,5 +35,5 @@ src_compile() {
 
 src_install() {
dobin monica
-   dodoc authors ChangeLog news readme
+   einstalldocs
 }



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

2016-08-31 Thread Manuel RĂ¼ger
commit: ff96e4ab6dfedc15c844615278e87fcca495fdba
Author: Manuel RĂ¼ger  gentoo  org>
AuthorDate: Wed Aug 31 21:14:42 2016 +
Commit: Manuel RĂ¼ger  gentoo  org>
CommitDate: Wed Aug 31 21:14:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff96e4ab

dev-util/webstorm: Version bump

Gentoo-Bug: #587802

Package-Manager: portage-2.3.0

 dev-util/webstorm/Manifest |  1 +
 .../webstorm/webstorm-2016.2.2.162.1628.41.ebuild  | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/webstorm/Manifest b/dev-util/webstorm/Manifest
index d01f2da..f0037b8 100644
--- a/dev-util/webstorm/Manifest
+++ b/dev-util/webstorm/Manifest
@@ -1 +1,2 @@
 DIST WebStorm-10.0.4.tar.gz 130242508 SHA256 
f2c6b6fde74513858f204a6fc5d4f39a6b3424edcc1abc435e566ead0929319c SHA512 
2523795dc3cc4395549313584e8e597b2782eb2c6ad577d0aae81b72656f00a2cc2f9bbac77f83f9e1f74350aaa762d8b7ba873558a37af316839784e506c6ec
 WHIRLPOOL 
a76ad8b92e454e12ce2948c98041a1cbc671848519a3fe329b3f6524b3bc9cb52922755668048b72011f856fadf28386ebd048830558197516029a8594a83d87
+DIST WebStorm-2016.2.2.tar.gz 215535491 SHA256 
06af83ee181b37ae0a1108b4b88ae9a8d10f153796f3c59c879a4ead24dc4e58 SHA512 
84123bd5e169e87490f3b71f7259b6b13a7885b5a66b912957cd6e869b6f985db0f0a0f3a232436b1894096ec8d74c2b907c4162f2fdd212f96cb0a3d5f41f48
 WHIRLPOOL 
9a9cb5d88cded6d6472a6c64425e692144d209da1b72f725db7b5f0dd0a5ff4b1fc90c2da659be7a6520fa2056ae90a99c779ce7bfbd0bf713e9323375ea85a1

diff --git a/dev-util/webstorm/webstorm-2016.2.2.162.1628.41.ebuild 
b/dev-util/webstorm/webstorm-2016.2.2.162.1628.41.ebuild
new file mode 100644
index ..ec29cdb
--- /dev/null
+++ b/dev-util/webstorm/webstorm-2016.2.2.162.1628.41.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils versionator
+
+SLOT="$(get_major_version)"
+MY_PV="$(get_version_component_range 4-6)"
+MY_PN="WebStorm"
+
+DESCRIPTION="JavaScript IDE for client- and server-side development with 
Node.js"
+HOMEPAGE="http://www.jetbrains.com/webstorm";
+SRC_URI="http://download.jetbrains.com/${PN}/${MY_PN}-$(get_version_component_range
 1-3).tar.gz"
+
+LICENSE="WebStorm WebStorm_Academic WebStorm_Classroom WebStorm_OpenSource 
WebStorm_personal"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jdk-1.7"
+S="${WORKDIR}/${MY_PN}-${MY_PV}"
+
+src_install() {
+   local dir="/opt/${PN}"
+
+   insinto "${dir}"
+   doins -r .
+   fperms 755 ${dir}/bin/{${PN}.sh,fsnotifier{,64}}
+
+   make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
+}



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

2016-08-31 Thread Paweł Hajdan
commit: 2721606ff5b384d36220d9f2702d5984a4cc11e1
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Wed Aug 31 21:15:05 2016 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Wed Aug 31 21:15:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2721606f

www-client/chromium: dev channel bump (54.0.2840.6)

Allow using tcmalloc with GN for bug #591938 by Nick.

Package-Manager: portage-2.2.28

 www-client/chromium/Manifest   |  2 +-
 ...mium-54.0.2832.2.ebuild => chromium-54.0.2840.6.ebuild} | 14 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 43da9dc..05d738b 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-52.0.2743.116.tar.xz 458156660 SHA256 
a194ae1edb041024b3d4b6ba438f32fefdb6f1ecb24a96c50248a486b237a101 SHA512 
c9a8b6d7a22d3b086f1761678f1fa047191a8e44bc6ebe8745e76ea92420b1330fc6e4134ca7bc22c0367e7a25df04900156d0ebb44eae3ef7f98d1deb5362e5
 WHIRLPOOL 
90cc620e9dab964690a24606ae456e20f1a9dc556301fef33f3599a395ec247cb03712c94522a681f20332b54163896e118463b1b402aff6153b513deb25c5cc
 DIST chromium-53.0.2785.34.tar.xz 460739532 SHA256 
261ba008c96b335a55feff18785b01484af2d678f85b58206008b31c9e9c372f SHA512 
99e0b7a30e34f70ec844ef50f02eadadead2b83f2a47ca7d5779cf0a90bf49e7d3efc1bbc98eb4d1294ed283edd04a993a639003a365e06ae8b2adf26cc1c865
 WHIRLPOOL 
dec533670c1664f88ea32fe253644e479b81fb93bd93f1bc5dbfe41c56979a7642afdfcd041ddf05ca3f0da8e1bedc7ddf48779be3b965038026f65ab199f344
 DIST chromium-53.0.2785.70.tar.xz 460838212 SHA256 
edd660ea30eeb1a3fccb1c18c725c96bf464b6ea34134c8210ef9dfa8cd35179 SHA512 
7029915f983f854ceb2e43b1bc896b2954eb2ca4f704a81070a837e2435ffd0f5a4e4128456826fc70e439997febb1eb715ed33b3336734f137952632f61dd7e
 WHIRLPOOL 
d6e51313b37c6408e6f41900b984f1cc835fb247dfb0371eaca9554425df5df2ae1d56e4efd31093c2ffcd0359b457338558ee8e66cd1a67f69528f5461cd5b2
-DIST chromium-54.0.2832.2.tar.xz 479876132 SHA256 
105145178e6995b57821966b77512918b873e180bfaf6a4991f55c769df04b12 SHA512 
e4d4f813df9036d9769003cc115d89139365a898e0ad98faa503bcd066133fa27f653861df1e09d36156f05e30b27ade15e9be2e0c205748feb1ab7913ee2989
 WHIRLPOOL 
0772494f4956b9e75f09f5ba1ed955178102917c5a59f45f9f34f44d23d334647a6090406c8bc8f9f6dada54758118ed8d1dbdd961f9c3ec30e122a81acc1ad4
 DIST chromium-54.0.2837.0.tar.xz 479983852 SHA256 
4813772a104aefc630bd80f81c663f702659fe8a7d592839bf04a1d252e20d75 SHA512 
f052afd0b32a1de30df55792c91fbc595489eb347b775e05db7f272e5d88ffc2ff8d498d35c811f2c4e4c14b6cd57d18549dddbbf6b085f5bbe533723dfc2dde
 WHIRLPOOL 
d37ec6920ce4922ff2dfd3b4c59691d735301b6124d49f6a854b7eca6975e0588ff975d8337d293a242014d2a5a747695a0dad4216e3c53b552d4a43a6c3a3dc
+DIST chromium-54.0.2840.6.tar.xz 479511944 SHA256 
2e1fb6c1095b1d03ccb8ce29c479e288bb53c196553ca7c71ac6c751f6628be5 SHA512 
489fcba841db7f5a6af221e8d5113a24db1cf4235b4dcaaf88f0a4afdde0ce91863464d4fbedf3e433e39f71d9019599eedec7fc85b8e082a3db60bed7177821
 WHIRLPOOL 
38967a688b6c391b63e8129b3099b9fdd53bc3fe13ea21ddd162141a030a1ddd3d19142fda18153c16b4bfe8b51f58e98983cde7b82ac89b1d93e5d4bf202df3

diff --git a/www-client/chromium/chromium-54.0.2832.2.ebuild 
b/www-client/chromium/chromium-54.0.2840.6.ebuild
similarity index 98%
rename from www-client/chromium/chromium-54.0.2832.2.ebuild
rename to www-client/chromium/chromium-54.0.2840.6.ebuild
index e4e9bde..0491429 100644
--- a/www-client/chromium/chromium-54.0.2832.2.ebuild
+++ b/www-client/chromium/chromium-54.0.2840.6.ebuild
@@ -18,11 +18,10 @@ 
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 ) )"
 
-# TODO: bootstrapped gn binary hangs when using tcmalloc with portage's 
sandbox.
-REQUIRED_USE="gn? ( gnome gnome-keyring !tcmalloc )"
+REQUIRED_USE="gn? ( gnome gnome-keyring )"
 
 # Native Client binaries are compiled with different set of flags, bug #452066.
 QA_FLAGS_IGNORED=".*\.nexe"
@@ -47,6 +46,7 @@ COMMON_DEPEND="
media-libs/fontconfig:=
media-libs/freetype:=
media-libs/libexif:=
+   media-libs/libjpeg-turbo:=
media-libs/libpng:=
media-libs/libvpx:=[svc]
media-libs/speex:=
@@ -250,7 +250,6 @@ src_prepare() {
third_party/libXNVCtrl
third_party/libaddressinput
third_party/libjingle
-   third_party/libjpeg_turbo
third_party/libphonenumber
third_party/libsecret
third_party/libsrtp
@@ -339,7 +338,6 @@ src_c

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

2016-08-31 Thread MichaÅ‚ GĂ³rny
commit: f4fe64524e1c5b5c86a4ab81bbc235b1287c0376
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Aug 31 21:10:12 2016 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Aug 31 21:11:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fe6452

sys-libs/compiler-rt: Support running tests

 sys-libs/compiler-rt/compiler-rt-.ebuild | 67 +---
 1 file changed, 62 insertions(+), 5 deletions(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-.ebuild 
b/sys-libs/compiler-rt/compiler-rt-.ebuild
index 7c93672..43363fe 100644
--- a/sys-libs/compiler-rt/compiler-rt-.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-.ebuild
@@ -8,7 +8,7 @@ EAPI=6
 CMAKE_MIN_VERSION=3.4.3
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils git-r3 python-single-r1
+inherit cmake-utils flag-o-matic git-r3 python-single-r1
 
 DESCRIPTION="Compiler runtime libraries for clang"
 HOMEPAGE="http://llvm.org/";
@@ -19,31 +19,88 @@ EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git
 LICENSE="UoI-NCSA"
 SLOT="0/${PV%.*}"
 KEYWORDS=""
-IUSE="+sanitize"
+IUSE="+sanitize test"
 
 RDEPEND="
~sys-devel/llvm-${PV}
!http://llvm.org/git/llvm.git
+   https://github.com/llvm-mirror/llvm.git";
+   fi
+   git-r3_fetch
+
+   if use test; then
+   git-r3_checkout http://llvm.org/git/llvm.git \
+   "${WORKDIR}"/llvm
+   fi
+   git-r3_checkout
+}
+
+src_prepare() {
+   # Support setting LLVM_MAIN_SRC_DIR and other llvm-config overrides
+   eapply 
"${FILESDIR}"//0001-compiler-rt-cmake-Support-overriding-llvm-config-que.patch
+
+   default
+}
 
 src_configure() {
+   # pre-set since we need to pass it to cmake
+   BUILD_DIR=${WORKDIR}/${P}_build
+
local clang_version=4.0.0
local libdir=$(get_libdir)
local mycmakeargs=(
# used to find cmake modules
-DLLVM_LIBDIR_SUFFIX="${libdir#lib}"

-DCOMPILER_RT_INSTALL_PATH="${EPREFIX}/usr/lib/clang/${clang_version}"
+   # use a build dir structure consistent with install
+   # this makes it possible to easily deploy test-friendly clang
+   
-DCOMPILER_RT_OUTPUT_DIR="${BUILD_DIR}/lib/clang/${clang_version}"
 
-   # TODO: tests do not support standalone builds
-   -DCOMPILER_RT_INCLUDE_TESTS=OFF
+   -DCOMPILER_RT_INCLUDE_TESTS=$(usex test)
-DCOMPILER_RT_BUILD_SANITIZERS=$(usex sanitize)
)
+   if use test; then
+   mycmakeargs+=(
+   -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
+
+   # they are created during src_test()
+   -DCOMPILER_RT_TEST_COMPILER="${BUILD_DIR}/bin/clang"
+   
-DCOMPILER_RT_TEST_CXX_COMPILER="${BUILD_DIR}/bin/clang++"
+   )
+
+   # same flags are passed for build & tests, so we need to strip
+   # them down to a subset supported by clang
+   filter-flags -msahf -frecord-gcc-switches
+   fi
 
cmake-utils_src_configure
+
+   if use test; then
+   # copy clang over since resource_dir is located relatively to 
binary
+   # therefore, we can put our new libraries in it
+   mkdir -p 
"${BUILD_DIR}"/{bin,lib/clang/"${clang_version}"/include} || die
+   cp "${EPREFIX}/usr/bin/clang" "${EPREFIX}/usr/bin/clang++" \
+   "${BUILD_DIR}"/bin/ || die
+   cp "${EPREFIX}/usr/lib/clang/${clang_version}/include"/*.h \
+   "${BUILD_DIR}/lib/clang/${clang_version}/include/" || 
die
+   fi
+}
+
+src_test() {
+   # TODO: tests are broken by sandbox
+   cmake-utils_src_make check-all
 }
 
 src_install() {



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

2016-08-31 Thread MichaÅ‚ GĂ³rny
commit: 99e47f0307cf265b96d7a428b443d98f50e789cf
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Aug 31 15:54:20 2016 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Aug 31 21:11:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e47f03

sys-devel/llvm: Fix llvm-config --obj-root on the live ebuild

 ...-Clean-up-exported-values-update-for-shar.patch | 25 --
 1 file changed, 9 insertions(+), 16 deletions(-)

diff --git 
a/sys-devel/llvm/files//0007-llvm-config-Clean-up-exported-values-update-for-shar.patch
 
b/sys-devel/llvm/files//0007-llvm-config-Clean-up-exported-values-update-for-shar.patch
index 968db45..0ae66bd 100644
--- 
a/sys-devel/llvm/files//0007-llvm-config-Clean-up-exported-values-update-for-shar.patch
+++ 
b/sys-devel/llvm/files//0007-llvm-config-Clean-up-exported-values-update-for-shar.patch
@@ -1,14 +1,14 @@
-From 2dba8c81db58d7dd62c67379eaa175498a4370f2 Mon Sep 17 00:00:00 2001
+From df2ea14b7c07dd7cf3e33f2e66f36af8af3b425e Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
 Date: Sat, 20 Aug 2016 23:47:41 +0200
-Subject: [PATCH 07/10] llvm-config: Clean up exported values, update for
- shared linking
+Subject: [PATCH 6/9] llvm-config: Clean up exported values, update for shared
+ linking
 
 Gentoo-specific fixup for llvm-config, including:
 - wiping build-specific CFLAGS, CXXFLAGS,
 - updating library suffixes for shared libs,
 - wiping --system-libs for shared linking,
-- making --obj-root and --src-root return invalid path (/dev/null),
+- making --src-root return invalid path (/dev/null),
 - making --build-mode return "Release" rather than "Gentoo".
 
 Thanks to Steven Newbury for the initial patch.
@@ -17,8 +17,8 @@ Bug: https://bugs.gentoo.org/565358
 Bug: https://bugs.gentoo.org/501684
 ---
  tools/llvm-config/CMakeLists.txt  | 11 ---
- tools/llvm-config/llvm-config.cpp | 15 ---
- 2 files changed, 20 insertions(+), 6 deletions(-)
+ tools/llvm-config/llvm-config.cpp |  9 +++--
+ 2 files changed, 15 insertions(+), 5 deletions(-)
 
 diff --git a/tools/llvm-config/CMakeLists.txt 
b/tools/llvm-config/CMakeLists.txt
 index 744fa4e..593788a 100644
@@ -50,7 +50,7 @@ index 744fa4e..593788a 100644
set(LLVM_ENABLE_SHARED ON)
  else()
 diff --git a/tools/llvm-config/llvm-config.cpp 
b/tools/llvm-config/llvm-config.cpp
-index c63733f..ead11b9 100644
+index c63733f..3162091 100644
 --- a/tools/llvm-config/llvm-config.cpp
 +++ b/tools/llvm-config/llvm-config.cpp
 @@ -522,7 +522,8 @@ int main(int argc, char **argv) {
@@ -63,16 +63,9 @@ index c63733f..ead11b9 100644
} else if (Arg == "--assertion-mode") {
  #if defined(NDEBUG)
  OS << "OFF\n";
-@@ -538,9 +539,17 @@ int main(int argc, char **argv) {
-   } else if (Arg == "--shared-mode") {
- PrintSharedMode = true;
+@@ -540,7 +541,11 @@ int main(int argc, char **argv) {
} else if (Arg == "--obj-root") {
--OS << ActivePrefix << '\n';
-+if (IsInDevelopmentTree) {
-+  OS << ActivePrefix << '\n';
-+} else {
-+  OS << "/dev/null\n";
-+}
+ OS << ActivePrefix << '\n';
} else if (Arg == "--src-root") {
 -OS << LLVM_SRC_ROOT << '\n';
 +if (IsInDevelopmentTree) {



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

2016-08-31 Thread Manuel RĂ¼ger
commit: e8c2b0f56ed782b1bcb19a75356b7731a397e93f
Author: Manuel RĂ¼ger  gentoo  org>
AuthorDate: Wed Aug 31 21:07:07 2016 +
Commit: Manuel RĂ¼ger  gentoo  org>
CommitDate: Wed Aug 31 21:07:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c2b0f5

dev-util/pycharm-professional: Version bump to 2016.2.2

Package-Manager: portage-2.3.0

 dev-util/pycharm-professional/Manifest |  1 +
 .../pycharm-professional-2016.2.2.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-util/pycharm-professional/Manifest 
b/dev-util/pycharm-professional/Manifest
index 80f6141..7ce7e12 100644
--- a/dev-util/pycharm-professional/Manifest
+++ b/dev-util/pycharm-professional/Manifest
@@ -1,3 +1,4 @@
 DIST pycharm-professional-2016.1.3.tar.gz 265376721 SHA256 
c29d407cc81b0d2afb590e2c55305bf1ea48b5afcf865336a14bbabd7089c0e6 SHA512 
f8e301bd327485c3f309e4e71029c781ffdc26e0878a110178a8238617158487512b134b2d403fd64f4b40901e0e35988809977dc04c498cbfdf5274826d
 WHIRLPOOL 
10500fe010196beeece19cd2c3982aaa117e6d3085d468411361c5213f98d3ebbc785352838d52600894d30ce40ee40211d41315853dcc370a3fd5b56da2cbff
 DIST pycharm-professional-2016.1.4.tar.gz 265023084 SHA256 
47323791c67105b2ce57a531d8965915186b9f19f4e234e65c4b3dca31c87333 SHA512 
14fba6e4f633abee0dea0f128bb9cd54085a7b12a725a62d4d16aacb5617de42f70c6c64d3fe63442919382723f89a55ca92192ff99682f8052861ff4eaf593e
 WHIRLPOOL 
5b8f4141769958ca6f3822cb04d82f573f1ee79aa13701259998777e24076cee90579b2d2247b9cd18d187d2a90ecbe762b7a6eb6330c65533d2690feffcd4c0
 DIST pycharm-professional-2016.2.1.tar.gz 269669263 SHA256 
95a63e07ba0ff884bf963b30e25ebf3903322066841cf18695fead5bec77a1be SHA512 
4d4340f9af5368836a0b50352cebf95cad09605298bff93515a436faef57c28b66dd2e1cf09a1a80e6bff7434a4185bf8e8064c5f87429bcd549ada71a6d5fa5
 WHIRLPOOL 
4e4d81a8315cce4f3a2c8947cd448436f86af9841208f7234008522c6c077a6ec265a6f7c6288a9ecceafae5656d3fcba4e5f8190c291a18f2b81a09e4d927ca
+DIST pycharm-professional-2016.2.2.tar.gz 269745593 SHA256 
843cf3884c7d798c4b5b170ac9b622d2d34afecc08b7c02b0520a40ca9e9a223 SHA512 
79b8a639de5e2256a157ffe594f0692ab2d762b0823e67d123b78616ab1d7b6ee3496f1574448a598f686d3ee9ca1a0f3bd15c2a57785fa57a71570832de13fd
 WHIRLPOOL 
ca4b48327f0e20729a445e120f249101db37b660d7dc6c448cf1695591f1b93a1fe43fead2a85d1c32c46e23f7d51a116f0fcf7fe4d5bef2791faa2a48d2263a

diff --git a/dev-util/pycharm-professional/pycharm-professional-2016.2.2.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2016.2.2.ebuild
new file mode 100644
index ..32d6afa
--- /dev/null
+++ b/dev-util/pycharm-professional/pycharm-professional-2016.2.2.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 eutils readme.gentoo-r1
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/";
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz";
+
+LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource 
PyCharm_Preview"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.8
+dev-python/pip"
+DEPEND=""
+
+RESTRICT="mirror strip"
+QA_PREBUILT="*"
+
+MY_PN=${PN/-professional/}
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym /opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon "bin/${MY_PN}.png" ${PN}.png
+   make_desktop_entry ${PN} "${PN}" "${PN}"
+
+   readme.gentoo_create_doc
+}



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

2016-08-31 Thread Matt Turner
commit: e26d416135b2e4e216c68f4f085eda8ceba6b263
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug 31 21:04:28 2016 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Aug 31 21:04:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26d4161

x11-libs/libXfont: Version bump to 1.5.2.

 x11-libs/libXfont/Manifest  |  1 +
 x11-libs/libXfont/libXfont-1.5.2.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/x11-libs/libXfont/Manifest b/x11-libs/libXfont/Manifest
index 5a70820..27e6177 100644
--- a/x11-libs/libXfont/Manifest
+++ b/x11-libs/libXfont/Manifest
@@ -1,2 +1,3 @@
 DIST libXfont-1.4.9.tar.bz2 495464 SHA256 
6c6b061a3aa44f0ac95785f9579f6427080c60ae6948b49bcc8d44f63942ad89 SHA512 
d541dac1c8639578a122eaa61c3df1cd180f820609a02897baf1f1e45f49109b3a755a7f3b5f284716f5e6f494a829aa86be1c730156eb82db11b1551a320654
 WHIRLPOOL 
4c3e71025da5688ab594569557abcff714f423406409800e419a3d1b7898135ce36f6f9aa31f17613f82fe5cee9fe8e36da5b5a46529ff7203eeb5dfc07a25df
 DIST libXfont-1.5.1.tar.bz2 502903 SHA256 
b70898527c73f9758f551bbab612af611b8a0962202829568d94f3edf4d86098 SHA512 
3ca8f7c1c642072c9bf9a755b45857f77753111ce6f1f99bd804e0f1b90cf61259fbde609a5342cce9c1ac5431b093bf75febb68baff2f2688e0a5fe5864a666
 WHIRLPOOL 
dda0749a147591a70d6aacb4f8b5412a63cd40cb10ae2a6e2445b4763978f0d88f4fd805b18ddfd1ed36a6ef56ec2f5e657326ce969070c2b6461367f849a7d6
+DIST libXfont-1.5.2.tar.bz2 530367 SHA256 
02945ea68da447102f3e6c2b896c1d2061fd115de99404facc2aca3ad7010d71 SHA512 
6f2005eb07afe6ea39b0be035cebdf3492b60758b7b9bed9e226280e370c15883ce6e2f72d1faa006968a0d9b3b649d3b80fcdaa3f7e01a71abcae88d99c7a41
 WHIRLPOOL 
5175dae63b4bde3959cecc018daca94d42ff023d439d43a8470a5a8ade9eff60dd753fc18a0b6525fb6feb16d03f023abd0353ac12d6907d2c6672adc346b5a3

diff --git a/x11-libs/libXfont/libXfont-1.5.2.ebuild 
b/x11-libs/libXfont/libXfont-1.5.2.ebuild
new file mode 100644
index ..10b84ea
--- /dev/null
+++ b/x11-libs/libXfont/libXfont-1.5.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DOC=doc
+inherit xorg-2
+
+DESCRIPTION="X.Org Xfont library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="bzip2 ipv6 truetype"
+
+RDEPEND="x11-libs/xtrans
+   x11-libs/libfontenc
+   truetype? ( >=media-libs/freetype-2 )
+   bzip2? ( app-arch/bzip2 )
+   x11-proto/xproto
+   >=x11-proto/fontsproto-2.1.3
+   !

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

2016-08-31 Thread Manuel RĂ¼ger
commit: cceac36e48dd03b9494a54a95544ef083fdaee24
Author: Manuel RĂ¼ger  gentoo  org>
AuthorDate: Wed Aug 31 20:55:51 2016 +
Commit: Manuel RĂ¼ger  gentoo  org>
CommitDate: Wed Aug 31 20:55:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cceac36e

dev-util/pycharm-community: Version bump to 2016.2.2

Package-Manager: portage-2.3.0

 dev-util/pycharm-community/Manifest|  1 +
 .../pycharm-community-2016.2.2.ebuild  | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 9aef69b..fb0f041 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,3 +1,4 @@
 DIST pycharm-community-2016.1.3.tar.gz 207707566 SHA256 
98c406abf20cbe18565dfe17a62ac7dba094ed15100aab566ff343eb726647cf SHA512 
09327867d231b311616d76d860e27ed0c1ac20ca86eda0be9d58666993b860f3c562fa5ce7e533f898eccf7ad2c72954681c83095310bfe01c428a64c59a475e
 WHIRLPOOL 
eb03ad07a14707d0650b9991e0494e299336bb61722b6384fa1a2721cc8b692a031ac84f4cfdbd909a45bbacc6d2e1e3d6eec0e5c202a22133f953a402b38b6d
 DIST pycharm-community-2016.1.4.tar.gz 207346180 SHA256 
bc548a200022111e741604e76b579e71e5a75d23c2bbb9c4cb9ed88b18a3d622 SHA512 
f86726d921baec5a5f2691f7e9ee4f81d4abd3a55edc09f091593434d79a51e0058025eb52f1ca5455844d47d325e209f73d7e701d218db57bcf9502244201d6
 WHIRLPOOL 
9e51cb7f5c2e3530666831803c4bc0dfe8d36b58da0e593763028e9097f95e778098923f837a771c063fa1336cf3a58ba4ebe14cddbbec6f9c74921a1deedb9c
 DIST pycharm-community-2016.2.1.tar.gz 212670595 SHA256 
76a5d58a6ecbafa48abde9823948f0614472ecbc0535c639ceb593569a1e06a7 SHA512 
46777642ca0adb6aa40828d37328846b399b44c6625065ed00a6d2d46b3c82f10f1640a4206d703be84c3429ec2d76a71dfdb38fe9ae70a8b094d518d0f3a60b
 WHIRLPOOL 
086aa3c1e05d0c0ba7fddb904a3e793dfcf00a9bd830fdd65b3bdf70b8ad9cb700fead63be7186a90b5a32a9b3584afa89a9a84c098d24dedc82daedca49ea9b
+DIST pycharm-community-2016.2.2.tar.gz 212722955 SHA256 
6bf50910355f680983246ab51f7a082ae6f34f799db222986c1c59003bf1dbec SHA512 
20840a8e1642ea47909bc0913a701b103843e78b29b3d0333d150d30b6ba202dc07db086795224557788b171da3265e849e01bfcb064021ad0ef78a18c67228a
 WHIRLPOOL 
ef5d3bb7a4e8069bb5eb256c84a0150773ccf87ff7a8db5ccaba58307c1ae723f17feee461e921ecc1fdc5b3682ec713880fd1a3da664308475b2cb7a2c80c88

diff --git a/dev-util/pycharm-community/pycharm-community-2016.2.2.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.2.2.ebuild
new file mode 100644
index ..233c509
--- /dev/null
+++ b/dev-util/pycharm-community/pycharm-community-2016.2.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils readme.gentoo-r1
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/";
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz";
+
+LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.8"
+DEPEND=""
+
+RESTRICT="mirror strip"
+QA_PREBUILT="/opt/${PN}/bin/fsnotifier
+   /opt/${PN}/bin/fsnotifier64"
+
+MY_PN=${PN/-community/}
+
+QA_PREBUILT="*"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym /opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon "bin/${MY_PN}.png" ${PN}.png
+   make_desktop_entry ${PN} "${PN}" "${PN}"
+
+   readme.gentoo_create_doc
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/kwave/files/, media-sound/kwave/

2016-08-31 Thread Michael Palimaka
commit: 3c9ed112caae7a694c485b4f60e7975c3bd39130
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 31 20:50:19 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 31 20:51:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9ed112

media-sound/kwave: remove old

Package-Manager: portage-2.3.0

 media-sound/kwave/Manifest|   4 -
 media-sound/kwave/files/kwave-0.8.12-fr.patch | 173 --
 media-sound/kwave/files/kwave-0.9.1-deps.patch|  36 -
 media-sound/kwave/files/kwave-0.9.1-qtmedia.patch |  25 
 media-sound/kwave/kwave-0.8.10.ebuild |  66 -
 media-sound/kwave/kwave-0.8.12.ebuild |  67 -
 media-sound/kwave/kwave-0.8.99.ebuild |  66 -
 media-sound/kwave/kwave-0.9.1-r1.ebuild   |  92 
 media-sound/kwave/metadata.xml|   1 -
 9 files changed, 530 deletions(-)

diff --git a/media-sound/kwave/Manifest b/media-sound/kwave/Manifest
index e160382..3f71766 100644
--- a/media-sound/kwave/Manifest
+++ b/media-sound/kwave/Manifest
@@ -1,5 +1 @@
-DIST kwave-0.8.10-1.tar.bz2 2955781 SHA256 
82f6cd2b256fbeb94fadd0b7920671e69a4ba2649b9bcb2bdaab8dc834b757bc SHA512 
c6421b9ccb03e198cffd745e7f77553014f9148930dfc09e59a5ff02ba5c36cd17ad2835f76033b3edd517f006bd164fd1def6fa0f7189177c62012acbfc380a
 WHIRLPOOL 
f325a160887c33589faf0316adc34740096f67de288d56506c57da74357379ab8866d3b5ee0d31537fbc6ac250f67612f18f6b2d5ea8ec4c28d73c3da5251566
-DIST kwave-0.8.12-1.tar.bz2 3692668 SHA256 
88c1fb9fd55b6a7fe230d3257268f8c91d5b6ddd6106b4a1d791bb671e6d4b0b SHA512 
1ee182054b2e35aa6e40c8c8a51589eda615a019578f41b001d470bdc1809970e5bd78772c4c87c5a482dbe72e08b5ae5992457e9aa83fbb92225408e9f3f10d
 WHIRLPOOL 
0934e743372a00b92a9fd3ec697d68ea267b41bf491dedbc72a139ed42da7b7db0bd4cfad9355b9498a06865b672cd87b2d8c94959fd45a45a7cf509a0889b2a
-DIST kwave-0.8.99-2.tar.bz2 4111307 SHA256 
94ad5d5d526714c5c496cf2f83d4e1aa34081997f574b465cd1972e5cba377f2 SHA512 
390c08a2b8e540deb15d59a97dd210c6ce051cb2faa2002f60fb9ba03460978c633050688c16ed6e12442c40eef57710aa4ac7268964a045e35a2ac5c637cbdc
 WHIRLPOOL 
66ade430c4f29934fd41576368fa8ff685c3cae5ebf14a006496641373efdb05aa1b6327522e76b04ba95b847f8bad97390830d13afe72c77b9e6e5ec41f2f5c
-DIST kwave-0.9.1-1.tar.bz2 3378570 SHA256 
5698bc0c3970b50ad47de6c8f9f2fae3921b7403eec341d7117fa732a9f2fc1f SHA512 
3da2065cd81434f3ab78d96c65e7efadbd02e7fa96da13a24847d4172043c68115cd80f9a6e7babf5929a921300774d1650476405a0108cd543f5533a9192204
 WHIRLPOOL 
78aa6e5a270eae137698b8df88bec1cf09eee02d6cbd345db83eb2cd5193ad10ede315ff0455efb89d4eac54343d594c951f795863c5c6bba9adc3e153ff5a28
 DIST kwave-0.9.2-1.tar.bz2 3424851 SHA256 
e5a01ded2c6d783dd882024b21ba0ba625b84ea8349dceb400d2314683019657 SHA512 
8ecfacd1cc6159c64b95e4600bdb91b634c2e69baa56499837a165d8fe9b6ecca42ca9d20655ac1da6ad70b02bcf763cb1dc30086f0dcb080d7e57a60f35388f
 WHIRLPOOL 
9f01a5c8336bafe3d69c892a6b50d2f2e64f5d0f72fe5935020f545105b4df642116b8fd676a48b3e85f41b1165187db78461620e43169c7c8dd935f4f32eaea

diff --git a/media-sound/kwave/files/kwave-0.8.12-fr.patch 
b/media-sound/kwave/files/kwave-0.8.12-fr.patch
deleted file mode 100644
index dc7fc84..
--- a/media-sound/kwave/files/kwave-0.8.12-fr.patch
+++ /dev/null
@@ -1,173 +0,0 @@
-From 0217487c4ba80cb8392450442a71d5f86e2e9ed3 Mon Sep 17 00:00:00 2001
-From: Thomas Eschenbacher 
-Date: Sun, 20 Jul 2014 08:12:36 +0200
-Subject: [PATCH] fixed missing entities in french online help (svn -> git)
-

- doc/help_fr.po | 51 ++-
- 1 file changed, 26 insertions(+), 25 deletions(-)
-
-diff --git a/doc/help_fr.po b/doc/help_fr.po
-index 97bf9f6..81d677c 100644
 a/doc/help_fr.po
-+++ b/doc/help_fr.po
-@@ -7,7 +7,7 @@ msgid ""
- msgstr ""
- "Project-Id-Version: Kwave\n"
- "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
--"POT-Creation-Date: 2014-06-04 16:45+\n"
-+"POT-Creation-Date: 2014-07-20 06:11+\n"
- "PO-Revision-Date: 2012-05-17 20:26+0200\n"
- "Last-Translator: Thomas Eschenbacher\n"
- "Language-Team: German \n"
-@@ -360,15 +360,15 @@ msgid ""
- "\"&url_git_web;\">web interface you can use to browse through the "
- "sources."
- msgstr ""
--"Il y a également un dépôt CVS, qui est hébergé par SourceForge ou vous pouvez télécharger les "
- "dernières versions des sources du programme. Pour toute information "
--"concernant la procédure d'accès au dépôt CVS, lisez le chapitre sur la construction à partir du CVS, "
--"consultez l'URL "
--"\"&url_svn_instructions;\", ou visiter l'arborescence CVS "
-+"concernant la procédure d'accès au dépôt GIT, lisez le chapitre sur la construction à partir du GIT, "
-+"consultez l'URL "
-+"\"&url_git_instructions;\", ou visiter l'arborescence GIT "
- "directement à travers votre navigateur internet. Un accès anonyme "
--"au dépôt CVS est disponible !"
-+"au dépôt GIT est disponible !"
- 
- #. Tag: title
- #: he

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

2016-08-31 Thread Sebastien Fabbro
commit: 932088e23e6ac9fbab0d1c0e32af8743394c7963
Author: SĂ©bastien Fabbro  gentoo  org>
AuthorDate: Wed Aug 31 20:41:30 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug 31 20:42:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932088e2

dev-python/astropy-helpers: version bump

Package-Manager: portage-2.3.0

 dev-python/astropy-helpers/Manifest|  1 +
 .../astropy-helpers/astropy-helpers-1.2.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/astropy-helpers/Manifest 
b/dev-python/astropy-helpers/Manifest
index c9dc3d6..cb731bc 100644
--- a/dev-python/astropy-helpers/Manifest
+++ b/dev-python/astropy-helpers/Manifest
@@ -1 +1,2 @@
 DIST astropy-helpers-1.1.2.tar.gz 132787 SHA256 
d4ae269f7bb6f41f791334b524e788c37e07787b2a3efe9906da8d30f645824e SHA512 
28fef972c92bd988ef9456292f5f02d12d27d64fa181985fec799ebe23c472cab61ce7bcebb758c46273c2a2e8098b15ae3242b5961bf84f5ffe8e5f91e13ff8
 WHIRLPOOL 
ecbadad319cfb9e2afbb6120230ac24b59cb82e3489be54d63769681ecd22b841f5a1d58fa7ae7e4fd706b5eda761bd30b5a8b647e70205e5fab526384786e14
+DIST astropy-helpers-1.2.tar.gz 134346 SHA256 
623a9efdd1f34ce4fc71effb225bf5b8ff06ff515bd8e6b751aba2c7ff207661 SHA512 
c343b2d8a2f37f8baa94a4920c458b23fe28e5afa812937559cd10c1f6750bacc21aec38b8f52367ec68e2ea3ffeea85125290c32028b3076abebb8f2e7e
 WHIRLPOOL 
528ac9acb02bc03f3af61649be08ecc5cc39c26c7fc408664b38d4b662a64ef5350e6f9127bcbd5c9c8765d196c6b90221e0e192b70c70953d8e6b9dcbfe5aa4

diff --git a/dev-python/astropy-helpers/astropy-helpers-1.2.ebuild 
b/dev-python/astropy-helpers/astropy-helpers-1.2.ebuild
new file mode 100644
index ..f7cda01
--- /dev/null
+++ b/dev-python/astropy-helpers/astropy-helpers-1.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Helpers for Astropy and Affiliated packages"
+HOMEPAGE="https://github.com/astropy/astropy-helpers";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+python_prepare_all() {
+   sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing 
ah_bootstrap failed"
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/, sci-libs/fftw/files/

2016-08-31 Thread David Seifert
commit: 27003093937c3e0162477bbd3fd23c5de986d17a
Author: David Seifert  gentoo  org>
AuthorDate: Wed Aug 31 20:07:38 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Aug 31 20:09:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27003093

sci-libs/fftw: Rewrite ebuild to EAPI=6 standards

* Use multibuild.eclass for single/double precision
* Make patches -p1 compliant
* Simplify src_configure phase

Package-Manager: portage-2.3.0

 sci-libs/fftw/fftw-2.1.5-r9.ebuild| 138 ++
 sci-libs/fftw/files/fftw-2.1.5-as-needed.patch|  16 +--
 sci-libs/fftw/files/fftw-2.1.5-configure.in.patch |   4 +-
 sci-libs/fftw/files/fftw-2.1.5-no-test.patch  |  12 +-
 4 files changed, 154 insertions(+), 16 deletions(-)

diff --git a/sci-libs/fftw/fftw-2.1.5-r9.ebuild 
b/sci-libs/fftw/fftw-2.1.5-r9.ebuild
new file mode 100644
index ..bc142c7
--- /dev/null
+++ b/sci-libs/fftw/fftw-2.1.5-r9.ebuild
@@ -0,0 +1,138 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+
+inherit autotools flag-o-matic fortran-2 multibuild toolchain-funcs
+
+DESCRIPTION="Fast C library for the Discrete Fourier Transform"
+HOMEPAGE="http://www.fftw.org";
+SRC_URI="http://www.fftw.org/${P}.tar.gz";
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+
+LICENSE="GPL-2+"
+SLOT="2.1"
+IUSE="doc float fortran mpi openmp threads static-libs"
+
+RDEPEND="mpi? ( virtual/mpi )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-as-needed.patch
+   "${FILESDIR}"/${P}-configure.in.patch
+   "${FILESDIR}"/${P}-no-test.patch
+   "${FILESDIR}"/${P}-cc.patch
+   "${FILESDIR}"/${P}-texinfo5.1.patch
+)
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]] && use openmp; then
+   if ! tc-has-openmp; then
+   ewarn "OpenMP is not available in your current selected 
compiler"
+
+   if tc-is-clang; then
+   ewarn "OpenMP support in sys-devel/clang is 
provided by sys-libs/libomp,"
+   ewarn "which you will need to build 
${CATEGORY}/${PN} with USE=\"openmp\""
+   fi
+
+   die "need openmp capable compiler"
+   fi
+   FORTRAN_NEED_OPENMP=1
+   fi
+
+   fortran-2_pkg_setup
+
+   MULTIBUILD_VARIANTS=( single double )
+}
+
+src_prepare() {
+   default
+
+   # fix info files
+   local infofile
+   for infofile in doc/fftw*info*; do
+   cat >> ${infofile} <<-EOF || die
+   INFO-DIR-SECTION Libraries
+   START-INFO-DIR-ENTRY
+   * fftw: (fftw). ${DESCRIPTION}
+   END-INFO-DIR-ENTRY
+   EOF
+   done
+
+   mv configure.{in,ac} || die
+   sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
+
+   eautoreconf
+
+   # 'FAQ' is actually a dir and causes issues with einstalldocs
+   rm -r FAQ || die
+
+   multibuild_copy_sources
+}
+
+fftw_src_configure() {
+   local myconf=(
+   --with-gcc=$(tc-getCC)
+   --enable-shared
+   --enable-type-prefix
+   --enable-vec-recurse
+   $(use_enable fortran)
+   $(use_enable mpi)
+   $(use_enable static-libs static)
+   $(use_enable x86 i386-hacks)
+   $(use_with openmp)
+   )
+
+   if use openmp || use threads; then
+   myconf+=( --enable-threads )
+   else
+   myconf+=( --disable-threads )
+   fi
+
+   [[ $MULTIBUILD_VARIANT == single ]] && myconf+=( --enable-float )
+
+   econf "${myconf[@]}"
+}
+
+src_configure() {
+   # this one is reported to cause trouble on pentium4 m series
+   filter-mfpmath sse
+
+   # here I need (surprise) to increase optimization:
+   # --enable-i386-hacks requires -fomit-frame-pointer to work properly
+   if use x86; then
+   is-flag -fomit-frame-pointer || append-flags 
-fomit-frame-pointer
+   fi
+   use openmp && [[ $(tc-getCC)$ == icc* ]] && append-ldflags 
$(no-as-needed)
+
+   multibuild_foreach_variant run_in_build_dir fftw_src_configure
+}
+
+src_compile() {
+   multibuild_foreach_variant run_in_build_dir default_src_compile
+}
+
+src_test() {
+   multibuild_foreach_variant run_in_build_dir default_src_test
+}
+
+src_install () {
+   use doc && HTML_DOCS=( doc/{*.html,*.gif} )
+   multibuild_foreach_variant run_in_build_dir default_src_install
+
+   doheader fortran/fftw_f77.i
+
+   create_fftw_symlinks() {
+   local i f letter=$1
+   for i in fft rfft; do
+   for f in 
"${ED%/

[gentoo-commits] proj/gamerlay:master commit in: dev-games/aseprite/, dev-games/aseprite/files/

2016-08-31 Thread Azamat H. Hackimov
commit: 55acb241f28752fa4d0cd5f09a21f273f1ab00fa
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Wed Aug 31 20:04:20 2016 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Wed Aug 31 20:04:20 2016 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=55acb241

dev-games/aseprite: Bump to 1.17, remove old.

Package-Manager: portage-2.2.28
Manifest-Sign-Key: A018DE8C

 ...aseprite-1.1.6.ebuild => aseprite-1.1.7.ebuild} | 22 +
 .../files/aseprite-1.1.7_type-punned_pointer.patch | 28 ++
 dev-games/aseprite/metadata.xml|  3 ++-
 3 files changed, 47 insertions(+), 6 deletions(-)

diff --git a/dev-games/aseprite/aseprite-1.1.6.ebuild 
b/dev-games/aseprite/aseprite-1.1.7.ebuild
similarity index 76%
rename from dev-games/aseprite/aseprite-1.1.6.ebuild
rename to dev-games/aseprite/aseprite-1.1.7.ebuild
index 97b21ca..45b24cd 100644
--- a/dev-games/aseprite/aseprite-1.1.6.ebuild
+++ b/dev-games/aseprite/aseprite-1.1.7.ebuild
@@ -17,10 +17,10 @@ LICENSE="BSD GPL-2 MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="debug kde gtk3 test webp"
+IUSE="bundled-libs debug kde gtk3 test webp"
 
 RDEPEND="dev-libs/tinyxml
-   media-libs/allegro:0[X,png]
+   !bundled-libs? ( media-libs/allegro:0[X,png] )
media-libs/freetype
media-libs/giflib:=
webp? ( media-libs/libwebp )
@@ -35,7 +35,9 @@ RDEPEND="dev-libs/tinyxml
dev-qt/qtcore:5
kde-frameworks/kio:5 )"
 DEPEND="${RDEPEND}
-   app-arch/unzip"
+   app-arch/unzip
+   gtk3? ( virtual/pkgconfig )
+   webp? ( virtual/pkgconfig )"
 
 DOCS=( docs/files/ase.txt
docs/files/fli.txt
@@ -46,6 +48,8 @@ DOCS=( docs/files/ase.txt
 
 S="${WORKDIR}"
 
+PATCHES=( "${FILESDIR}/${P}_type-punned_pointer.patch" )
+
 src_prepare() {
cmake-utils_src_prepare
 
@@ -63,7 +67,7 @@ src_configure() {
local mycmakeargs=(
-DENABLE_UPDATER=OFF
-DFULLSCREEN_PLATFORM=ON
-   -DUSE_SHARED_ALLEGRO4=ON
+   -DUSE_SHARED_ALLEGRO4=$(usex !bundled-libs)
-DUSE_SHARED_CURL=ON
-DUSE_SHARED_FREETYPE=ON
-DUSE_SHARED_GIFLIB=ON
@@ -85,6 +89,14 @@ src_configure() {
 }
 
 src_install() {
-   newicon "${S}/data/icons/ase64.png" "${PN}.png"
+   newicon -s 64 "${S}/data/icons/ase64.png" "${PN}.png"
cmake-utils_src_install
 }
+
+pkg_postinst() {
+   if use !bundled-libs ; then
+   ewarn "Aseprite has been built with system-wide Allegro 4."
+   ewarn "Please note that you will not be able to resize the main 
window."
+   ewarn "To enable resizing enable USE-flag bundled-libs and 
rebuild package."
+   fi
+}

diff --git a/dev-games/aseprite/files/aseprite-1.1.7_type-punned_pointer.patch 
b/dev-games/aseprite/files/aseprite-1.1.7_type-punned_pointer.patch
new file mode 100644
index 000..0a05914
--- /dev/null
+++ b/dev-games/aseprite/files/aseprite-1.1.7_type-punned_pointer.patch
@@ -0,0 +1,28 @@
+diff --git a/src/allegro/src/x/xkeyboard.c b/src/allegro/src/x/xkeyboard.c
+index f121e62..86fa4f7 100644
+--- a/src/allegro/src/x/xkeyboard.c
 b/src/allegro/src/x/xkeyboard.c
+@@ -356,6 +356,14 @@ static int find_unknown_key_assignment (int i)
+return _xwin.keycode_to_scancode[i];
+ }
+ 
++/* unicode_getc:
++ * Reads a character from a Unicode string.
++ */
++static int unicode_getc(AL_CONST char *s)
++{
++   return *((unsigned short *)s);
++}
++
+ 
+ 
+ /* _xwin_keyboard_handler:
+@@ -412,7 +420,7 @@ void _xwin_keyboard_handler(XKeyEvent *event, int 
dga2_hack)
+   }
+   buffer[len] = '\0';
+   uconvert(buffer, U_UTF8, buffer2, U_UNICODE, sizeof buffer2);
+-  unicode = *(unsigned short *)buffer2;
++  unicode = unicode_getc(buffer2);
+ 
+ #ifdef ALLEGRO_XWINDOWS_WITH_XIM
+   r = XFilterEvent((XEvent *)event, _xwin.window);

diff --git a/dev-games/aseprite/metadata.xml b/dev-games/aseprite/metadata.xml
index 7f80b35..d20ad44 100644
--- a/dev-games/aseprite/metadata.xml
+++ b/dev-games/aseprite/metadata.xml
@@ -14,7 +14,8 @@
 Animated sprite editor and pixel art tool
   
   
-   Enable support for the experimental native GTK File 
Dialog
+Use the upstream provided bundled version of 
allegro 4.4.2
+Enable support for the experimental native GTK File 
Dialog
 Enable webp image format support
   
   



[gentoo-commits] proj/gamerlay:master commit in: media-libs/freeimage/, media-libs/freeimage/files/, games-util/quickbms/

2016-08-31 Thread Azamat H. Hackimov
commit: 32602d336005103b9cadfea3c26bf00bd6a73743
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Wed Aug 31 19:59:13 2016 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Wed Aug 31 19:59:13 2016 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=32602d33

Remove old and broken.

 games-util/quickbms/metadata.xml | 12 
 games-util/quickbms/quickbms-0.5.2.ebuild| 35 
 media-libs/freeimage/files/freeimage.pc.in   | 10 
 media-libs/freeimage/freeimage-3.15.2.ebuild | 83 
 media-libs/freeimage/metadata.xml| 12 
 5 files changed, 152 deletions(-)

diff --git a/games-util/quickbms/metadata.xml b/games-util/quickbms/metadata.xml
deleted file mode 100644
index af0e17b..000
--- a/games-util/quickbms/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-azamat.hacki...@gmail.com
-Azamat H. Hackimov
-
-
-Files extractor and reimporter, archives and file formats parser
-
-
-

diff --git a/games-util/quickbms/quickbms-0.5.2.ebuild 
b/games-util/quickbms/quickbms-0.5.2.ebuild
deleted file mode 100644
index 495594b..000
--- a/games-util/quickbms/quickbms-0.5.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-DESCRIPTION="Files extractor and reimporter, archives and file formats parser"
-HOMEPAGE="http://aluigi.altervista.org/quickbms.htm";
-SRC_URI="http://aluigi.altervista.org/papers/${PN}.zip -> ${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="app-arch/bzip2
-   dev-libs/openssl
-   sys-libs/zlib"
-RDEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   sed -i "/^CFLAGS/d" src/Makefile || die "sed failed"
-}
-
-src_compile() {
-   cd src
-   emake || die "emake failed"
-}
-
-src_install() {
-   dobin src/${PN}
-   dodoc quickbms.txt
-}

diff --git a/media-libs/freeimage/files/freeimage.pc.in 
b/media-libs/freeimage/files/freeimage.pc.in
deleted file mode 100644
index 34a6e5a..000
--- a/media-libs/freeimage/files/freeimage.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=${pcfiledir}/../..
-exec_prefix=${prefix}
-libdir=${exec_prefix}/@LIBDIR@
-
-Name: @PACKAGENAME@
-Description: @DESCRIPTION@
-Version: @VERSION@
-Requires: @REQUIRES@
-Libs: @LIBS@
-Libs.private: @EXTLIBS@

diff --git a/media-libs/freeimage/freeimage-3.15.2.ebuild 
b/media-libs/freeimage/freeimage-3.15.2.ebuild
deleted file mode 100644
index 6c152da..000
--- a/media-libs/freeimage/freeimage-3.15.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-inherit eutils flag-o-matic toolchain-funcs multilib
-
-MY_PN=FreeImage
-MY_PV=${PV//.}
-DESCRIPTION="Image library supporting many formats"
-HOMEPAGE="http://freeimage.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}${MY_PV}.zip
-   doc? ( mirror://sourceforge/${PN}/${MY_PN}${MY_PV}.pdf )
-   
http://ftp.gentoo.ru/people/winterheart/distfiles/${MY_PN}-${PV}-patches.tar.bz2";
-
-LICENSE="|| ( GPL-2 GPL-3 FIPL-1.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cxx doc"
-
-RDEPEND="
-   virtual/jpeg
-   >=media-libs/libpng-1.5.4
-   >=media-libs/tiff-4
-   sys-libs/zlib
-   media-libs/openjpeg
-   media-libs/openexr"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare() {
-   append-cflags -std=c99 -D_POSIX_SOURCE # silence warnings from gcc
-   EPATCH_SOURCE="${WORKDIR}/${MY_PN}-${PV}-patches" EPATCH_SUFFIX="patch" 
\
-   EPATCH_FORCE="yes" epatch
-}
-
-src_compile() {
-   emake -f Makefile.gnu || die "emake failed"
-   if use cxx ; then
-   emake -f Makefile.fip || die "emake fip failed"
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" INSTALLDIR="${D}/usr/$(get_libdir)" \
-   -f Makefile.gnu install || die
-   if use cxx ; then
-   emake DESTDIR="${D}" INSTALLDIR="${D}/usr/$(get_libdir)" \
-   -f Makefile.fip install
-   fi
-   dodoc README.linux Whatsnew.txt
-   use doc && dodoc "${DISTDIR}"/${MY_P}.pdf
-
-   ebegin "Installing pkg-config file"
-   dodir /usr/$(get_libdir)/pkgconfig
-   sed \
-   -e "s:@LIBDIR@:$(get_libdir):" \
-   -e "s:@PACKAGENAME@:${MY_PN}:" \
-   -e "s:@DESCRIPTION@:${DESCRIPTION}:" \
-   -e "s:@REQUIRES@:OpenEXR libpng:" \
-   -e "s:@VERSION@:${PV}:" \
-   -e "s:@LIBS@:-lfreeimage:" \
-   -e "s:@EXTLIBS@:-ljpeg -ltiff -lopenjpeg -lz:" \
-   "${FILESDIR}/${PN}.pc.in" > 
"${D}/usr/$(get_libdir)/pkgconfig/${PN}.pc" || die
-   PKG_CONFIG_PATH="${D}/usr/$(get_libdir)/pkgconfig/" pkg-config --exists 
${PN} \
-

[gentoo-commits] proj/gamerlay:master commit in: dev-games/aseprite/

2016-08-31 Thread Azamat H. Hackimov
commit: 4210177700aaf7c8f17d8a9e26fe0e2029af
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Wed Jul 13 10:05:55 2016 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Wed Aug 31 19:57:40 2016 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=4210

dev-games/aseprite: Various fixes for 1.1.6, sync with main tree.

Package-Manager: portage-2.2.28
Manifest-Sign-Key: A018DE8C

 dev-games/aseprite/aseprite-1.1.6.ebuild | 26 ++
 1 file changed, 6 insertions(+), 20 deletions(-)

diff --git a/dev-games/aseprite/aseprite-1.1.6.ebuild 
b/dev-games/aseprite/aseprite-1.1.6.ebuild
index fb64e0e..97b21ca 100644
--- a/dev-games/aseprite/aseprite-1.1.6.ebuild
+++ b/dev-games/aseprite/aseprite-1.1.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit cmake-utils flag-o-matic
+inherit cmake-utils eutils flag-o-matic
 
 DESCRIPTION="Animated sprite editor & pixel art tool"
 HOMEPAGE="http://www.aseprite.org";
@@ -53,7 +53,6 @@ src_prepare() {
if use debug ; then
sed -i '/-DNDEBUG/d' CMakeLists.txt || die
fi
-
# Fix shebang in thumbnailer
sed -i -e 's:#!/usr/bin/sh:#!/bin/sh:' desktop/aseprite-thumbnailer || 
die
 }
@@ -80,25 +79,12 @@ src_configure() {
-DWITH_QT_THUMBNAILER="$(usex kde)"
-DWITH_WEBP_SUPPORT="$(usex webp)"
-DENABLE_TESTS="$(usex test)"
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
)
cmake-utils_src_configure
-
-#  if use kde; then
-#  mycmakeargs=( )
-#  CMAKE_USE_DIR="${S}/desktop/kde" \
-#  BUILD_DIR="${WORKDIR}/${P}_desktop_build" \
-#  cmake-utils_src_configure
-#  fi
 }
 
-#src_compile() {
-#  cmake-utils_src_compile
-#  use kde && BUILD_DIR="${WORKDIR}/${P}_desktop_build" \
-#  cmake-utils_src_compile
-#}
-
-#src_install() {
-#  cmake-utils_src_install
-#  use kde && BUILD_DIR="${WORKDIR}/${P}_desktop_build" \
-#  cmake-utils_src_install
-#}
+src_install() {
+   newicon "${S}/data/icons/ase64.png" "${PN}.png"
+   cmake-utils_src_install
+}



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

2016-08-31 Thread Michael Palimaka
commit: b05c0df200176ee5f0284fae6370c8e47091e19b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 31 19:55:10 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 31 19:58:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05c0df2

app-text/ansifilter: add myself as maintainer

Package-Manager: portage-2.3.0

 app-text/ansifilter/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-text/ansifilter/metadata.xml b/app-text/ansifilter/metadata.xml
index 6f49eba..69570e8 100644
--- a/app-text/ansifilter/metadata.xml
+++ b/app-text/ansifilter/metadata.xml
@@ -1,5 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
+   
+   kensing...@gentoo.org
+   
 



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

2016-08-31 Thread Michael Palimaka
commit: 9b28e5e6efc1685e54e53bf089142bdf01679a73
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 31 19:54:14 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 31 19:58:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b28e5e6

app-text/ansifilter: version bump

Package-Manager: portage-2.3.0

 app-text/ansifilter/Manifest  |  1 +
 app-text/ansifilter/ansifilter-2.0.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/app-text/ansifilter/Manifest b/app-text/ansifilter/Manifest
index f4fc43e..e661a6d 100644
--- a/app-text/ansifilter/Manifest
+++ b/app-text/ansifilter/Manifest
@@ -1,2 +1,3 @@
 DIST ansifilter-1.11.tar.bz2 54132 SHA256 
fcd550428203225483c4b049b56c5ac3ce786b4863c7eff5ab9b16b141692434 SHA512 
db22a6eca7bd580683b9270abb11711c7fbee1b1a17fd710fd880518207a4c65f1df04d21565b22754109dea9a81e9d4fdba0f8e01eb9dac8555041bb83f4acc
 WHIRLPOOL 
d961c7e15381bebde1c11182bd38b119596fdadda8afbe019d7227c32546fd74fab2569b444806fb32ede1295f6237f749146410bf490347c519b037755a56d7
 DIST ansifilter-1.15.tar.bz2 79966 SHA256 
65dc20cc1a03d4feba990f830186404c90462d599e5f4b37610d4d822d67aec4 SHA512 
7b624b11579c4a88271325054a6023d139ea7ff67fc5552b8ab8387eb16ea54c40c586f242a5ab7f8dd6bf226041bc61a03b5c6acb50e8f915341bd7cd9cdff8
 WHIRLPOOL 
3e7bd5088b4696bf957ed1c1bbe2c20f6b11f50d856129c1da3651af24f2887ea65c0917db1e85d0d32e5cd6e2bce2177fdd50e0c6d197b05ee07f71415d44a1
+DIST ansifilter-2.0.tar.bz2 89274 SHA256 
4e9065f5bad6ffbb578054ae57253fbab4fcde7730da5234f9328e1132977a02 SHA512 
aff26a90faffa1116576246a24bb3184cf5732733f17ff849febc19542a23362329c0a95697f10e2809a529bece2cfd3d8b29b0e762d8f9ffba62e3512b9c53f
 WHIRLPOOL 
146f4a04f0e5c6b2afd40e617a5f03430182cc574696b5b284389f313aafdc379b6f5f504ea1b29b918da7c8ea800aa6d52debb4ab1c5759f7f3148cfcc4d6ae

diff --git a/app-text/ansifilter/ansifilter-2.0.ebuild 
b/app-text/ansifilter/ansifilter-2.0.ebuild
new file mode 100644
index ..198b13a
--- /dev/null
+++ b/app-text/ansifilter/ansifilter-2.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs qmake-utils
+
+DESCRIPTION="Handles text files containing ANSI terminal escape codes"
+HOMEPAGE="http://www.andre-simon.de/";
+SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="qt5"
+
+RDEPEND="
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   # bug 431452
+   rm src/qt-gui/moc_mydialog.cpp || die
+}
+
+src_configure() {
+   if use qt5 ; then
+   pushd src/qt-gui > /dev/null || die
+   eqmake5
+   popd > /dev/null || die
+   fi
+}
+
+src_compile() {
+   emake -f makefile CC="$(tc-getCXX)" CFLAGS="${CFLAGS} -c -std=c++11" 
LDFLAGS="${LDFLAGS}"
+
+   if use qt5 ; then
+   pushd src/qt-gui > /dev/null || die
+   emake
+   popd > /dev/null || die
+   fi
+}
+
+src_install() {
+   dobin src/${PN}
+   use qt5 && dobin src/qt-gui/${PN}-gui
+   doman man/${PN}.1.gz
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysphere/files/, app-crypt/monkeysphere/

2016-08-31 Thread Kristian Fiskerstrand
commit: db19bc9eb421753009d8e9392c014b46f0c3da48
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Wed Aug 31 19:38:24 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Wed Aug 31 19:39:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db19bc9e

app-crypt/monkeysphere: New upstream version 0.39

Package-Manager: portage-2.3.0

 app-crypt/monkeysphere/Manifest|  1 +
 ...re-0.39-make-tests-work-with-gnupg-2.1.15.patch | 45 +
 app-crypt/monkeysphere/monkeysphere-0.39.ebuild| 57 ++
 3 files changed, 103 insertions(+)

diff --git a/app-crypt/monkeysphere/Manifest b/app-crypt/monkeysphere/Manifest
index 44a78ab..3077fd7 100644
--- a/app-crypt/monkeysphere/Manifest
+++ b/app-crypt/monkeysphere/Manifest
@@ -1,3 +1,4 @@
 DIST monkeysphere_0.36.orig.tar.gz 98876 SHA256 
6ae4edeff2cc29b6913346e15b61500ea7cc06d761a9f42e67de83b7d2607be7 SHA512 
eb6776bd9996db8a5d6a1d16b5b06e6733069cbb3cb35f4e3965508575e084c6f08576f31c71429432daf93910d145804ecf155c3d7550a0f4550a056cb4f0c8
 WHIRLPOOL 
c163d0be77d3c6d838f752c8f53d967b17aeafd798e4fca694a31bf55628fb57d18b6a4664ca9552bd3daf3b89b6f86452d430529985ca0a31c3c4aa48470bc0
 DIST monkeysphere_0.37.orig.tar.gz 99557 SHA256 
b510b8a414fb400356e80f1f882488785df72ac54078410b54d4c50a84686e59 SHA512 
ebf636caaa0985a2495314375a9d78d131173ccedc116993e02b7bbc0ddc8c43c718dc65cb725619ecf7e72e0b7e11b941f3eb342d7c23d17ca0507b2ab28512
 WHIRLPOOL 
d27a3712ce4cd529986c4ac0af7398f8d69d66c1b5aed9842d3b21f417bab5d2b3afc7be9e069ce0e9f307b17ad33ef9e8d49d7624ec0d7d2aab60949982b9c1
 DIST monkeysphere_0.38.orig.tar.gz 107546 SHA256 
6951821d11ad646e6e7651d677bfab8f800fbc52703a0ab9942d03cd13959073 SHA512 
fd87460fe16b0133fd507ff93926a5dea6419343b45c3ba33e6e981333646f4fa840c127bb1f3e7750bc3ede66c5e07f417a8354cf38d89159422dca390f
 WHIRLPOOL 
26f96f1d845ce1178337cc23e50140576a785536f656e73ceaba4d64192106b2462bb046328758c2771b48de64abe1a3d866cfc2fadc7ac0d0e2341778cd9105
+DIST monkeysphere_0.39.orig.tar.gz 107735 SHA256 
73331e2df361b22e1dc6445a7d2b0b2c5a124daa4d850c2ecce721579592c29f SHA512 
069acbc3e4f1409a130d4efc95875c72b9e4c55af6ff211fb954a90ff26605ecf9cdbbe7d7f7849de479cafaab7957a33fccefd5f2d54a2317f18bc5454190c2
 WHIRLPOOL 
3b0b260e002e5bbc4f894f468da77c9b3eb0c020316ceed920663f66e0db525c2baea4d9be7a36e82544c02bc3ece3bb0bbfa455c47d8f89896de08e4ff7211f

diff --git 
a/app-crypt/monkeysphere/files/monkeysphere-0.39-make-tests-work-with-gnupg-2.1.15.patch
 
b/app-crypt/monkeysphere/files/monkeysphere-0.39-make-tests-work-with-gnupg-2.1.15.patch
new file mode 100644
index ..776e633
--- /dev/null
+++ 
b/app-crypt/monkeysphere/files/monkeysphere-0.39-make-tests-work-with-gnupg-2.1.15.patch
@@ -0,0 +1,45 @@
+From b1dd8fb1b84c6eea25523c3ea746852b3dce6034 Mon Sep 17 00:00:00 2001
+From: Valo 
+Date: Wed, 31 Aug 2016 14:00:05 -0400
+Subject: [PATCH] Make tests pass with GnuPG 2.1.15
+
+2.1.15 appears to always emit the fingerprint lines in these cases,
+while 2.1.14 did not.
+---
+ tests/keytrans | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/tests/keytrans b/tests/keytrans
+index 3076e3f..5c7d2c8 100755
+--- a/tests/keytrans
 b/tests/keytrans
+@@ -140,7 +140,7 @@ 
uid:u$timestamp::8200BD0425CC70C7D698DF3FE412044EAAB83F94::testtest
+ sig:!::1:$KEYID:$timestampmonkeymonkey:13x:8
+ EOF
+ 
+-diff -u "$TEMPDIR"/expectedout <(gpg --check-sigs --with-colons | grep -v 
^tru | sed 's/:*$//')
++diff -u "$TEMPDIR"/expectedout <(gpg --check-sigs --with-colons | grep -vE 
'^(tru|fpr):' | sed 's/:*$//')
+ 
+ echo "##"
+ echo "### sleeping to avoid test suite breakage on fast"
+@@ -170,7 +170,7 @@ rev:!::1:$KEYID:$revtimemonkeymonkey:30x:8
+ EOF
+ 
+ 
+-diff -u "$TEMPDIR"/expectedout <(gpg --check-sigs --with-colons | grep -v 
^tru | sed 's/:*$//')
++diff -u "$TEMPDIR"/expectedout <(gpg --check-sigs --with-colons | grep -vE 
'^(tru|fpr):' | sed 's/:*$//')
+ 
+ 
+ echo "##"
+@@ -206,7 +206,7 @@ sig:!::1:$NEWKEYID:$(($timestamp + 1))fubar:13x:8
+ EOF
+ 
+ echo "test: diff expected gpg list output"
+-diff -u "$TEMPDIR"/expectedout <(gpg --check-sigs --with-colons | grep -v 
^tru | sed 's/:*$//')
++diff -u "$TEMPDIR"/expectedout <(gpg --check-sigs --with-colons | grep -vE 
'^(tru|fpr):' | sed 's/:*$//')
+ 
+ sort >"$TEMPDIR"/expectedout [gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

commit: 0a8a416c68602046f75d519ce620547ad83c4db8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Aug 31 19:22:46 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Aug 31 19:39:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8a416c

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

Package-Manager: portage-2.3.0_p22

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 80_beta.ebuild => chrome-binary-plugins-53.0.2785.89_beta.ebuild} | 0
 0_alpha.ebuild => chrome-binary-plugins-54.0.2840.6_alpha.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index a9ad665..b77c09d 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_53.0.2785.80-1_amd64.deb 52388936 SHA256 
81bf604b0fb45c2b38c99ef02d69a4df2503fd72ea2f4ca2a1184285facc153c SHA512 
270ee446aeff0473528bd15fd8edf67932c13bb1c45b1c41eb65cf453b701d4d86d9b7a2b361e65383ad38f0cde02e328d733174b3534c589098f88c95681d3c
 WHIRLPOOL 
1cae43ccef1521fe9aee4c0291edb7f4efecf7397bb0890426eda2f12526b1275c966eb8a682afbfb97ac12103459a5b4c26e6c7a51a524e70acd4975fc24be2
+DIST google-chrome-beta_53.0.2785.89-1_amd64.deb 52408886 SHA256 
8c48d0aa96b0f29bdc65444f6ca4a75ef43370530f9e52b41a7b52569cd2c91f SHA512 
8bc0ec9a057b28c7420bb5fdb28048a760d0068ae144b3599354ce46a1cb0af9793b26fb135f996ce8c8e5f80a9c2dbcd429a42824e8c92aabc25e5064aded97
 WHIRLPOOL 
f02ca934e8d9e22fba912d7bff85a6a0b1313d5c89489b2ecf151c8237c28df9723422ac5dbddcfcb8aa24dc478ad84e7a6e4b452a82a87e61dc638805b571e6
 DIST google-chrome-stable_52.0.2743.116-1_amd64.deb 49266416 SHA256 
483343ad8eac2c8e329180745f252516a15b9f1a6875a5fdbbdbf1b1d9ebd44e SHA512 
5d51bebd0cb906b665e4b77dcf69d8f571cdce229a74280ea6b9ab5823db43d17bb9f3b56a9ecb25141a7ec14711c39923379dc717db0b15577369f4fcb3fdae
 WHIRLPOOL 
19577fc6487551f3862d27a475050f6cf48e622f59fcfe58048d8b96da7dfce2b9adb82858059e9fab8190fd833c197a83fa221493b21c8f20ea2a9e7b7572a2
-DIST google-chrome-unstable_54.0.2837.0-1_amd64.deb 52823402 SHA256 
ce435c400c2a275fefb14e08a2d49a0071226eeb866da7f86b56f67fea3d32ce SHA512 
22f942c36f22d0bc1c10c682481e4897c9681fcabea7b211fbb1a567e4088d6d9ef04a969706cdb6d2640e43808a376fe65cf6106ba92b2c0fb75eccddcde7e0
 WHIRLPOOL 
a5f8fdad55a07c329f35615fc7cf6b1f4ab5b06c80733295027ee35ef8a61e23ccea7f16d95d7d6b84f6255ebd5cd41b0e27ab0a95b771a4a5ec0a906d1c7e0a
+DIST google-chrome-unstable_54.0.2840.6-1_amd64.deb 47316822 SHA256 
0139266254a601f19bc0c8ab03ab2f190d4aa63dd96896e686dc77c22c081834 SHA512 
3708fb213edfa04cf4e559a216f672502dd610102728e45c171d8965677aad51e9aee86eb9f8a30e628a60ec88a54a5feda008dc1f2013bab320ed8c6ca2874f
 WHIRLPOOL 
270e56a7de157f8e858d895076c8bcce04bffb67ee29fb6d5ec244f9877542d6f7b7771f05949015facb86acf0692014506402fd7e7ed18a11b5c013ec57dd46

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

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2837.0_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.6_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2837.0_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.6_alpha.ebuild



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

commit: 902ef06e46872cc1e90d9a52c5c4cb0490005d6c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Aug 31 19:22:57 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Aug 31 19:39:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902ef06e

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

Package-Manager: portage-2.3.0_p22

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-54.0.2837.0.ebuild => google-chrome-unstable-54.0.2840.6.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index e0d77a7..f93ce36 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_54.0.2837.0-1_amd64.deb 52823402 SHA256 
ce435c400c2a275fefb14e08a2d49a0071226eeb866da7f86b56f67fea3d32ce SHA512 
22f942c36f22d0bc1c10c682481e4897c9681fcabea7b211fbb1a567e4088d6d9ef04a969706cdb6d2640e43808a376fe65cf6106ba92b2c0fb75eccddcde7e0
 WHIRLPOOL 
a5f8fdad55a07c329f35615fc7cf6b1f4ab5b06c80733295027ee35ef8a61e23ccea7f16d95d7d6b84f6255ebd5cd41b0e27ab0a95b771a4a5ec0a906d1c7e0a
+DIST google-chrome-unstable_54.0.2840.6-1_amd64.deb 47316822 SHA256 
0139266254a601f19bc0c8ab03ab2f190d4aa63dd96896e686dc77c22c081834 SHA512 
3708fb213edfa04cf4e559a216f672502dd610102728e45c171d8965677aad51e9aee86eb9f8a30e628a60ec88a54a5feda008dc1f2013bab320ed8c6ca2874f
 WHIRLPOOL 
270e56a7de157f8e858d895076c8bcce04bffb67ee29fb6d5ec244f9877542d6f7b7771f05949015facb86acf0692014506402fd7e7ed18a11b5c013ec57dd46

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2837.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-54.0.2837.0.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-54.0.2840.6.ebuild



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

commit: 7c06bea7dd0f83bf464ac5d41b19c67d4d505d04
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Aug 31 19:23:05 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Aug 31 19:39:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c06bea7

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

Package-Manager: portage-2.3.0_p22

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

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 2554901..4d69133 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_53.0.2785.80-1_amd64.deb 52388936 SHA256 
81bf604b0fb45c2b38c99ef02d69a4df2503fd72ea2f4ca2a1184285facc153c SHA512 
270ee446aeff0473528bd15fd8edf67932c13bb1c45b1c41eb65cf453b701d4d86d9b7a2b361e65383ad38f0cde02e328d733174b3534c589098f88c95681d3c
 WHIRLPOOL 
1cae43ccef1521fe9aee4c0291edb7f4efecf7397bb0890426eda2f12526b1275c966eb8a682afbfb97ac12103459a5b4c26e6c7a51a524e70acd4975fc24be2
+DIST google-chrome-beta_53.0.2785.89-1_amd64.deb 52408886 SHA256 
8c48d0aa96b0f29bdc65444f6ca4a75ef43370530f9e52b41a7b52569cd2c91f SHA512 
8bc0ec9a057b28c7420bb5fdb28048a760d0068ae144b3599354ce46a1cb0af9793b26fb135f996ce8c8e5f80a9c2dbcd429a42824e8c92aabc25e5064aded97
 WHIRLPOOL 
f02ca934e8d9e22fba912d7bff85a6a0b1313d5c89489b2ecf151c8237c28df9723422ac5dbddcfcb8aa24dc478ad84e7a6e4b452a82a87e61dc638805b571e6

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



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

commit: dffc19cf775304bc84675611be9fe1cb21e73ef9
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Aug 31 19:28:07 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Aug 31 19:30:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffc19cf

www-client/seamonkey-bin: bump unofficial release build to 2.45

Upstream is still currently unable to do official releases, but a member of the 
mozilla
community has stepped up and begun doing so on their own until the upstream 
release
system can be sorted out.

Package-Manager: portage-2.2.28

 www-client/seamonkey-bin/Manifest  |  25 
 .../seamonkey-bin-2.45_pre20160812.ebuild  | 150 +
 2 files changed, 175 insertions(+)

diff --git a/www-client/seamonkey-bin/Manifest 
b/www-client/seamonkey-bin/Manifest
index ea5f2b9..aa30012 100644
--- a/www-client/seamonkey-bin/Manifest
+++ b/www-client/seamonkey-bin/Manifest
@@ -46,7 +46,32 @@ DIST seamonkey-2.44-tr.xpi 905186 SHA256 
ceb8c21af3a91ec82f54a5b50833c8a61198862
 DIST seamonkey-2.44-uk.xpi 985013 SHA256 
c0d1363e7dfd082533ca2802f7901ffcd4941494f42e223640868d0606049a3c SHA512 
d498ab58e34166ec3bd03272dbd745d60e96e06b72ee0d183a37cf6df2057ef9da653b67ec99940844ca9be7db2835c7629fa88a7dcc425e445b60151c86735c
 WHIRLPOOL 
b83ac768855429093d6ff6b11028cb994f2971cf107763bdc892b70ea53880bc69e7ba895798443a1ecbb5490e9525614a463f4560971bfed1edfd8aefd7773b
 DIST seamonkey-2.44-zh-CN.xpi 933396 SHA256 
c1ec5e7228192a860217f4466d13107d6270354076e032cdb35233a87a650654 SHA512 
2004220123a033db6b3a94978170e57a7790a847963047ba6ed818124c85b200fbf681b05d3ef8cc457e0f2bb7e2eb55f2f942927808972e2d6b4ce80d9b42a2
 WHIRLPOOL 
3b0d13ffda71e9d792b9874271f26f95b2dce92fa7910be7094fb439b5978244072a47401d1b2191ab24f64b8ae5b44fa9213ea4c0404f90ee0460150b6712f4
 DIST seamonkey-2.44-zh-TW.xpi 963068 SHA256 
4cf9431a9be9e5c158d888b33b2bdd729fb93d47e09b8960b94791eb701e9559 SHA512 
aa50be1c46fe77a6382fc2399bcc0f3a8015a9652fa6059be616a4be7d68ff00a010dc0fb6d73308ae41c9d2194552e202347adcb235ba6cc6e4975b8ce17495
 WHIRLPOOL 
417d41ec0dee0c19062a3ce33ce8b079a2f8f840c34f399b577464597df664b8c3cb674604733c142885e6907b14c68c75c6df1b2d71160f5f1d145f30b2a5b4
+DIST seamonkey-2.45-be.xpi 933580 SHA256 
0939c85ec4219c94dcbbdcb20ea5c9a7acb0b69d4e0d67243e3e411212447102 SHA512 
627386b9f82224a08222e3abebc78ef36d93cbb932ea616cac36e124dbf76c7b29c479e9e21c0cdebbd01fb7a3f94ce9726b845d045669a9dcd32d9e47a0d5cf
 WHIRLPOOL 
a3b776c59d4fb115e8b03fe76a613f987eb4b284d96b711a3160b26c4fe1b746ee68e8ee4cde2a9aa05be44aae9a7644a9343cd54be03979db7123f35c859496
+DIST seamonkey-2.45-cs.xpi 933651 SHA256 
653724d8f35e8f95e546671d9ee44ad49940e534835ce5d34e304f001d2f2d5e SHA512 
1105bffd98743054b70a14c076c8fd63723edb5e2423c10a50ea9e900bf3d5ef8a47cb03fe1d179f1a41d7a199a36bef7ce86971f49d95d7ca79a119c1e0d03e
 WHIRLPOOL 
6d2d4aefa8c8ac6eaab7d587e2b495147cc9f3aa2f553e1a5816e5720696578394d08bb836dca9604074dc844dfc8a396c9630706c41a76b1cdc6ceedc824454
+DIST seamonkey-2.45-de.xpi 940358 SHA256 
6e350b0f9a852c8c202560583b1e5491b3ea3df075b7783276c2b1d7955f37ed SHA512 
872b25fbab6502ad5ff2956116f484ed8365b61947bdf37e4364cc11019d17d48fe433f9cba80ae76600ead3acee8cbc66ad339ef12e1d7e63e6042a42f79476
 WHIRLPOOL 
2b2c1d14495c832b6539b239a514c61cc327be5ddb4aef296a61fcf954addf721f7516fb781102f2c6a552bca9da7239da0ed7dae4dfbc81690be3c4f7f7457d
+DIST seamonkey-2.45-en-GB.xpi 898352 SHA256 
91a31ffa86578efe15774774c0d0be27cacacc50ef9f903eb9c63b0b687a1838 SHA512 
5643f3f5bc900e98376d63035f44985b0dc0fc52944f29f64706cfefa26a35f20ab9313ae007d32b5817800b2667dc93d5dafe55685dcb3e3599f4d89cee3af8
 WHIRLPOOL 
23c9dd0c237874845701a7666e93598cfef71a433f6a8981e168f945ea3be24432e14ffdd2e53d3d459e35d812c653dbdb011447deb1dde0c34d64aaafc3
+DIST seamonkey-2.45-es-AR.xpi 949509 SHA256 
da7ea7c5bf936289102647b41e7a74e0c89c3da35bf9c8753346a81b6763ab70 SHA512 
38641d0b7d3bedbfa897dc0b2f6e9b4f2e89a951169d776f95f952c49e79d564cba1082c28ca46e367769465986980cee4517fbaa8cacd3bc79dc3b5d1fe585a
 WHIRLPOOL 
8a7972994d2a9bda91aae96675b29b2394b09cfb65900b4008714d805ebdf8ae3bd36b880f106ff47d8019763b7e5bf8ee263f88fe267ca99c0f6236a1aaa8be
+DIST seamonkey-2.45-es-ES.xpi 880009 SHA256 
127dccfe250c8cdff4815f6842ba7583c64c5d9edbf73cc2066130b1c1be741f SHA512 
130016970af94667d97aa03a21d3ecd7c90fe0a54ba8a37e801f4650825d1cdc935cbb6be651b32e948bae1763281e4f6fcd6a035b4b38dd04c875c74927a3ae
 WHIRLPOOL 
e0e3d2a8f781068b22cf5413cbd32fe76f6bf3190b6913c44fd3d7b733acc43a18812ffcff159593dd7e906db49cdde9eecadc5755630c60d7cf4935ee10d13c
+DIST seamonkey-2.45-fr.xpi 943902 SHA256 
f6705da318681973ad6f7bfe62fadb27d0ba861b50056e2d5fd1d9544548ce2e SHA512 
428a896935b38484f0b1508406b2e82d354ae7d312c1b0639867abe878505f1798b0cf965accec5e9e5dbbc83295b4aa521bbf5d10ee6186dc3cd4b7b32cb78d
 WHIRLPOOL 
0e64ff4d25af435d9c1fc73297608f399ddb10f4e256d04fcdec2a9fe701b710a1a555067d0fe3700b58c6fcb0915383aa61eb44b59193503f437dfddc751aec
+DIST seamonkey-2.45-gl.xpi 913658 SHA256 
35ac7f5

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

commit: ad150c6ee2c1b21f746fb91f7819e2f0f6ad5874
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Aug 31 19:09:54 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Aug 31 19:09:54 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=ad150c6e

mail-client/thunderbird-45.3.0: patch to fix gcc6 compilation

 .../thunderbird/files/firefox-45-gcc6.patch| 40 ++
 mail-client/thunderbird/thunderbird-45.3.0.ebuild  |  3 +-
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/files/firefox-45-gcc6.patch 
b/mail-client/thunderbird/files/firefox-45-gcc6.patch
new file mode 100644
index 000..c5b861c
--- /dev/null
+++ b/mail-client/thunderbird/files/firefox-45-gcc6.patch
@@ -0,0 +1,40 @@
+Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1245076
+
+--- a/config/gcc-stl-wrapper.template.h2016-08-31 12:38:43.094770023 
-0400
 b/config/gcc-stl-wrapper.template.h2016-08-31 12:40:12.030579071 
-0400
+@@ -17,6 +17,12 @@
+ // Silence "warning: #include_next is a GCC extension"
+ #pragma GCC system_header
+ 
++
++#ifndef moz_dont_include_mozalloc_for_cstdlib
++#  define moz_dont_include_mozalloc_for_cstdlib
++#endif
++#ifndef moz_dont_include_mozalloc_for_${HEADER}
++
+ // mozalloc.h wants ; break the cycle by always explicitly
+ // including  here.  NB: this is a tad sneaky.  Sez the gcc docs:
+ //
+@@ -25,15 +31,17 @@
+ //same name as the current file. It simply looks for the file
+ //named, starting with the directory in the search path after the
+ //one where the current file was found.
+-#include_next 
++#  include_next 
+ 
+ // See if we're in code that can use mozalloc.  NB: this duplicates
+ // code in nscore.h because nscore.h pulls in prtypes.h, and chromium
+ // can't build with that being included before base/basictypes.h.
+-#if !defined(XPCOM_GLUE) && !defined(NS_NO_XPCOM) && !defined(MOZ_NO_MOZALLOC)
+-#  include "mozilla/mozalloc.h"
+-#else
+-#  error "STL code can only be used with infallible ::operator new()"
++#  if !defined(XPCOM_GLUE) && !defined(NS_NO_XPCOM) && 
!defined(MOZ_NO_MOZALLOC)
++#include "mozilla/mozalloc.h"
++#  else
++#error "STL code can only be used with infallible ::operator new()"
++#  endif
++
+ #endif
+ 
+ #if defined(DEBUG) && !defined(_GLIBCXX_DEBUG)

diff --git a/mail-client/thunderbird/thunderbird-45.3.0.ebuild 
b/mail-client/thunderbird/thunderbird-45.3.0.ebuild
index 84ebec5..f85141b 100644
--- a/mail-client/thunderbird/thunderbird-45.3.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-45.3.0.ebuild
@@ -144,7 +144,8 @@ src_prepare() {
 
# Apply our patchset from firefox to thunderbird as well
pushd "${S}"/mozilla &>/dev/null || die
-   eapply "${WORKDIR}/firefox"
+   eapply "${WORKDIR}/firefox" \
+   "${FILESDIR}"/firefox-45-gcc6.patch
popd &>/dev/null || die
 
# Ensure that are plugins dir is enabled as default



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

commit: 88d91665bb1b544be50c965894221026f90c5c4c
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Aug 31 19:08:17 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Aug 31 19:08:53 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=88d91665

www-client/firefox-45: bump to 45.3 and patch to fix gcc6

 www-client/firefox/Manifest| 178 ++---
 www-client/firefox/files/firefox-45-gcc6.patch |  40 +
 ...firefox-45.2.0.ebuild => firefox-45.3.0.ebuild} |  22 ++-
 3 files changed, 137 insertions(+), 103 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 9a9218a..33bd4b1 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,94 +1,90 @@
-DIST firefox-45.0-patches-04.tar.xz 18600 SHA256 
2ee0ab58e0a1db7b573dd7ac407dcb9a43a85dd295c5d6d263f72ce629c5290c SHA512 
cf5d4ddfe14dff92950baae066350ace0a503c5bdd9d837e4724fd2fb905a2fb540dcf34971531e79547dd62dfbf217d472f39ccc4802f34a245e24f406fdb5e
 WHIRLPOOL 
1461c61ba7e54b7a91c758fdf91fda22260eaff4148b3cccab8ccfd9d09a3d80c0314e999284d392d9e961c42cd9720d6d30ac190074f74d1e53ecb1afa1b1e3
-DIST firefox-45.2.0esr-ach.xpi 426530 SHA256 
ab32a48c5904390b6bae54666d6cdade4500256314b427d84c92aed6a545365e SHA512 
9654328b112f4a1b2176e4abe5cf43726a0325c981e1c53f4bb583e730d7adadaa4faa42fb1100ef0678e91e8c7eb43846a2cc43895880e660fbb068c2549c63
 WHIRLPOOL 
8df534aa10bbe99044337da86d9ec63d255c4f3ef6c12ad67585cc1acf5dba1bf41e4fd0692f4ff880d67ef688299e93b472f1bc85ed766473c6730d13a2e900
-DIST firefox-45.2.0esr-af.xpi 439353 SHA256 
ad0cac28e5f308d1b28c871a7a19ae8f90b5f74a6d5f3bb4180035e39250 SHA512 
584f78a5d0a2f2d4364129eab116e10a7fcb02a28bf798375d904b1a9bdcf1e09474f6718160290a0523af61c4d88fce94615ce581adcac94cafd7d1a5d946fc
 WHIRLPOOL 
8955197d5b38af620f991333e31d028fc6da4846d65e1f6bffd133428ada840e8f37e77419529b897a51218f8a6536b62faf69ba53dfd724c9bce766d19b33f9
-DIST firefox-45.2.0esr-an.xpi 449036 SHA256 
800b61986f4a120ece9746abdf3c0eff4702c16bc4968cd517d464705f40c848 SHA512 
e7b6855452b906e5b0547bb6392e9795095456dc10651640d6482d809bd3655611b61cabb858371c19b45b1d71ded453e17ddb892851d4d804b5782c28eda478
 WHIRLPOOL 
d65b0f09fe36908bf7639724e94c825a070e0687ec03ec7033954dc79911844479952086f09eca20f6084d2a44038b1dfdb2b52d4346901f94c74460f1275698
-DIST firefox-45.2.0esr-ar.xpi 474961 SHA256 
e59ce49538ea7825c762acf88263cd8cb3ceb2c51184ead1035d6995e8ee3e36 SHA512 
13f29b8c9577156b06c8d76333adefdad238cb0cd3102d8acc3e0c589cd5dfc966b70612f8c705f1a4da9a8559ac02abb1ec1a82d89a21a65706281b34ae8077
 WHIRLPOOL 
40d7313c917a9deeebb12c7cd4579738560e2975865c10761b20fef4a409103fc8191bc1647c8e2e853bf2db0190309c4dcd73fb24eab1066ad27bb3f154a4ad
-DIST firefox-45.2.0esr-as.xpi 483096 SHA256 
67f6fd6bd8c40c97b339fa98f10b34dc23c149260a130bcdb60fdd3f9914ef8f SHA512 
5d698d5a49c3982e9452a48be3c41ffa29cad03239d61531b74cb92ec360dec8b72f049eb631342803f358ada929f9cdf7d83aebf607140e44129f13e8a04a1f
 WHIRLPOOL 
6a8dcae38f68e286191fef23d16c7eedc0249376e51bef51d4ab39d917a01d777edfceb0f6a6adb779976c12603fb95d4418c41d42a8627efd9c354e40829c37
-DIST firefox-45.2.0esr-ast.xpi 419249 SHA256 
2b9ebd133922ea270fcec57b41f0c123fd3fdbd24fb0ff5a1afde2595691a3cc SHA512 
b1e98051a5221cf5838262f67822aee86bf52c0b31cf8ec0097eb77baa07eafea44c25e85f099b8aa7d6363c7d7efd3d3eaebd95ea1504ce465589b1c34058ff
 WHIRLPOOL 
5d9805b25f3a3c20d9899603daaf901bb3b307b797ee4f463b854bee192c7443718d834836bc2dbe90bcd1b516de1bb6a421d8fc2f0eeecae7f99cd04b120f64
-DIST firefox-45.2.0esr-az.xpi 464018 SHA256 
8eb51f7a8ba22cc2d98d017c8935e34e8fb4bad55faac7d4b2a2554ea2b41ee7 SHA512 
83adf73e83cd08485b3b83b8ac625f073c443b18a14403725bb7bb3f80afd80b4c90ae332dbe40c67fb45acadbeaaa7ab9fce015efd3b66ca79aae644b01cc57
 WHIRLPOOL 
dc44e5051c588e66729636bbf7a8959e3a05db3b107df99f0747ef1c0379d9e5c6935852db04f51e466c8a7b9b6a38b4f52c1e3e2844e2c35ee993c80fee9f92
-DIST firefox-45.2.0esr-be.xpi 442619 SHA256 
70fca224ef5d1511b407bcb03f555d0efbdd0917beb6d1d813da7d6e1b4ff5db SHA512 
ea22c730ef34ab0390ba1c39d1e24d8adf8e6173fd5d5e91ae0beeb25b461b2555d41e2d4505037b87fa0a368b89f4f6d0a58efd23613bf88f06b39253c95133
 WHIRLPOOL 
4e953cf79847e599c1af211a2febe21ae537822718bcacca2b162990cb238d353d5b69e7e02987617540063f78bf8c94a7d37bf6df46b0c7e03f219b1b39d625
-DIST firefox-45.2.0esr-bg.xpi 460809 SHA256 
eee477ac2a49d30afaccff8442936ccdc19848806aa71213982f7f4f21ffd5fb SHA512 
434fb3657d6f16c5ebd30a2547925dd0a39d1dec725d4041119422f247d7e463ddb03d2bbe658be4eb729400eac428df5bf1079e46a39387192d30e71de7d17e
 WHIRLPOOL 
98dd1db4e8fa7ab0a26d1029208ffa71cfa2a3d905f3fde540dcda9839d7ab52b35e7ffb92e3a419c8a59dd4b402e93c1a30d277f8a9154638e3fc0509ca9ea8
-DIST firefox-45.2.0esr-bn-BD.xpi 515643 SHA256 
1f58d1245fac7492bcd1ec42aa1c2179539bf515dc2a82bf7cc9695e3f78728c SHA512 
375ecd3e8628796b22cdaf29d997ebb86700df8f044b58f652ca683690e4fe0a504138801a5fdbc371ad82b79c7d6b7d8cc9c281778a444daf74641e82713fc6
 WHIRLPOOL 
b78a993e4dacf68fa85a51f1071ead5

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kshutdown/

commit: ee70a4abc40c2ccc2f33e5aad1b2ab5327054785
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 31 19:06:33 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 31 19:06:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee70a4ab

kde-misc/kshutdown: version bump

Package-Manager: portage-2.3.0

 kde-misc/kshutdown/Manifest |  1 +
 kde-misc/kshutdown/kshutdown-4.0.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/kde-misc/kshutdown/Manifest b/kde-misc/kshutdown/Manifest
index be1f2bd..ff05d36 100644
--- a/kde-misc/kshutdown/Manifest
+++ b/kde-misc/kshutdown/Manifest
@@ -1 +1,2 @@
 DIST kshutdown-source-3.2.zip 435553 SHA256 
8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f SHA512 
2b4f946e6571a590532d9c9d604630c803df09ac673725de00aeb438fedf2e25cc579a13f988facd84ecffe1c80067e357322e2d135cce86a96001de567261bc
 WHIRLPOOL 
95c6c28e8780bd531c087d6e21f8abb4dc89e035e19d6067edebc1890ca32b7d0393fef5c14da351de0a6f2011d46b679e2df6912c8125bb9b57cbe7e663850b
+DIST kshutdown-source-4.0.zip 459493 SHA256 
75733e5b55b36add775a2788365ee6f5fe8b3d21598e2a17e68b2f8dd62199fc SHA512 
720ca297760bf0442fca10f64e966b16db32a0bdb5a6b456408a7245fba071b9bdb465bee312878b5cf82df0aa1e27566b06fc6fe5026edc3a84d2d8295ea6ee
 WHIRLPOOL 
8b92e57d13aecc4a6caa2c420b40164a0ee6700a3eeb981ec3beef4e51bc40d2a1318d59157cbb5ef98b7ee429c275c265326f16a0207f1698f65ad631351293

diff --git a/kde-misc/kshutdown/kshutdown-4.0.ebuild 
b/kde-misc/kshutdown/kshutdown-4.0.ebuild
new file mode 100644
index ..426aa05
--- /dev/null
+++ b/kde-misc/kshutdown/kshutdown-4.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+MY_P=${PN}-source-${PV/_}
+
+DESCRIPTION="A shutdown manager for KDE"
+HOMEPAGE="http://kshutdown.sourceforge.net";
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   kde-frameworks/kconfig:5
+   kde-frameworks/kconfigwidgets:5
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kdbusaddons:5
+   kde-frameworks/kglobalaccel:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/kidletime:5
+   kde-frameworks/knotifications:5
+   kde-frameworks/knotifyconfig:5
+   kde-frameworks/kwidgetsaddons:5
+   kde-frameworks/kxmlgui:5
+   !kde-misc/kshutdown:4
+"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   kde-frameworks/extra-cmake-modules:5
+   sys-devel/gettext
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DKS_KF5=TRUE
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagstamon/, net-analyzer/nagstamon/files/

commit: 91677b075dc3191b847eb9af194cc40c3b66e750
Author: Christian Ruppert  gentoo  org>
AuthorDate: Wed Aug 31 19:01:05 2016 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Wed Aug 31 19:01:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91677b07

net-analyzer/nagstamon: Revbump, fixes 
https://github.com/HenriWahl/Nagstamon/issues/296

Package-Manager: portage-2.3.0

 .../nagstamon/files/nagstamon-2.0-EWMH.patch   | 38 ++
 ...agstamon-2.0.ebuild => nagstamon-2.0-r1.ebuild} | 15 ++---
 2 files changed, 40 insertions(+), 13 deletions(-)

diff --git a/net-analyzer/nagstamon/files/nagstamon-2.0-EWMH.patch 
b/net-analyzer/nagstamon/files/nagstamon-2.0-EWMH.patch
new file mode 100644
index ..f7e62bc
--- /dev/null
+++ b/net-analyzer/nagstamon/files/nagstamon-2.0-EWMH.patch
@@ -0,0 +1,38 @@
+From 8ea1a9336b6239ead43ea7c4b767052e10745fe8 Mon Sep 17 00:00:00 2001
+From: Christian Ruppert 
+Date: Wed, 31 Aug 2016 20:19:20 +0200
+Subject: [PATCH] Initialize EWMH as soon as possible, #296
+
+Signed-off-by: Christian Ruppert 
+---
+ Nagstamon/QUI/__init__.py | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/Nagstamon/QUI/__init__.py b/Nagstamon/QUI/__init__.py
+index 930cb68..d41b786 100644
+--- a/Nagstamon/QUI/__init__.py
 b/Nagstamon/QUI/__init__.py
+@@ -898,6 +898,10 @@ class StatusWindow(QWidget):
+ # immediately hide to avoid flicker on Windows and OSX
+ self.hide()
+
++# ewmh.py in thirdparty directory needed to keep floating statusbar 
on all desktops in Linux
++if not platform.system() in NON_LINUX:
++self.ewmh = EWMH()
++
+ # avoid quitting when using Qt.Tool flag and closing settings dialog
+ APP.setQuitOnLastWindowClosed(False)
+
+@@ -1080,10 +1084,6 @@ class StatusWindow(QWidget):
+ # start with priority 0 = lowest
+ self.worker_thread.start(0)
+
+-# ewmh.py in thirdparty directory needed to keep floating statusbar 
on all desktops in Linux
+-if not platform.system() in NON_LINUX:
+-self.ewmh = EWMH()
+-
+ # finally show up
+ self.set_mode()
+
+--
+2.7.3

diff --git a/net-analyzer/nagstamon/nagstamon-2.0.ebuild 
b/net-analyzer/nagstamon/nagstamon-2.0-r1.ebuild
similarity index 74%
rename from net-analyzer/nagstamon/nagstamon-2.0.ebuild
rename to net-analyzer/nagstamon/nagstamon-2.0-r1.ebuild
index 851bca1..7337ca2 100644
--- a/net-analyzer/nagstamon/nagstamon-2.0.ebuild
+++ b/net-analyzer/nagstamon/nagstamon-2.0-r1.ebuild
@@ -33,7 +33,8 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_PN}"
 
-PATCHES="${FILESDIR}/${P}-setup.patch"
+PATCHES="${FILESDIR}/${P}-setup.patch
+   ${FILESDIR}/${P}-EWMH.patch"
 
 src_prepare() {
default_src_prepare
@@ -43,15 +44,3 @@ src_prepare() {
 #  rm -rf "${S}/Nagstamon/thirdparty/Xlib/" || die
rm -rf "${S}/Nagstamon/thirdparty/keyring/" || die
 }
-
-pkg_preinst() {
-   if has_version "

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

commit: d689e3c66e9444fc460b3ae86549a46fc72ded7b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 31 18:24:09 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 31 18:24:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d689e3c6

dev-qt/qtwebengine: relax media-video/ffmpeg dependency for 5.7.0

Package-Manager: portage-2.3.0

 dev-qt/qtwebengine/qtwebengine-5.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.7.0.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.7.0.ebuild
index e94423e..cdebff6 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.7.0.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.7.0.ebuild
@@ -58,7 +58,7 @@ RDEPEND="
x11-libs/libXScrnSaver
x11-libs/libXtst
geolocation? ( ~dev-qt/qtpositioning-${PV} )
-   system-ffmpeg? ( =media-video/ffmpeg-2*:0= )
+   system-ffmpeg? ( media-video/ffmpeg:0= )
system-icu? ( dev-libs/icu:= )
widgets? ( ~dev-qt/qtwidgets-${PV} )
 "



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

commit: 4942382e75a61cbcf531f560907902f0e79c5cd7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 31 18:22:47 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 31 18:22:56 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=4942382e

dev-qt/qtwebengine: relax media-video/ffmpeg for 5.7 branch

Tested against media-video/ffmpeg-3.1.3 by josef64.

Package-Manager: portage-2.3.0

 dev-qt/qtwebengine/qtwebengine-5.7..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.7..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.7..ebuild
index e94423e..cdebff6 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.7..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.7..ebuild
@@ -58,7 +58,7 @@ RDEPEND="
x11-libs/libXScrnSaver
x11-libs/libXtst
geolocation? ( ~dev-qt/qtpositioning-${PV} )
-   system-ffmpeg? ( =media-video/ffmpeg-2*:0= )
+   system-ffmpeg? ( media-video/ffmpeg:0= )
system-icu? ( dev-libs/icu:= )
widgets? ( ~dev-qt/qtwidgets-${PV} )
 "



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeartwork-iconthemes/

commit: f6b59bf3ac550247023dfa0ea1dcae43f6599b2d
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 31 17:47:39 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 31 17:47:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b59bf3

kde-apps/kdeartwork-iconthemes: Remove last-rited pkg

 kde-apps/kdeartwork-iconthemes/Manifest   |  1 -
 .../kdeartwork-iconthemes-15.08.3.ebuild  | 19 ---
 kde-apps/kdeartwork-iconthemes/metadata.xml   |  8 
 3 files changed, 28 deletions(-)

diff --git a/kde-apps/kdeartwork-iconthemes/Manifest 
b/kde-apps/kdeartwork-iconthemes/Manifest
deleted file mode 100644
index eaa8add..
--- a/kde-apps/kdeartwork-iconthemes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdeartwork-15.08.3.tar.xz 140847804 SHA256 
fb3fe3a0502de6e5e3acc4a6bab5b11e861fa596cc3f8acf2f4f86451c003b0c SHA512 
780a7f8bd3f897907adc2d3573145b9cf52a740488fc604cd2d5b9e84e172b25a4d7824f30c77bec398a92db688e18f937d44912c033c90dd86ef4ef9fc9b520
 WHIRLPOOL 
312d2b3d7ccba86ae9368a210b6fb92e69af51e17c118846e05e2cc8efde55484511f2c18b39068b25ea9834173514a3293425d27fa8dbee908743b9e2a5ee71

diff --git 
a/kde-apps/kdeartwork-iconthemes/kdeartwork-iconthemes-15.08.3.ebuild 
b/kde-apps/kdeartwork-iconthemes/kdeartwork-iconthemes-15.08.3.ebuild
deleted file mode 100644
index e791e83..
--- a/kde-apps/kdeartwork-iconthemes/kdeartwork-iconthemes-15.08.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdeartwork"
-KMMODULE="IconThemes"
-KDE_SCM="svn"
-inherit kde4-meta
-
-DESCRIPTION="Icon themes for kde"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-# Provides nuvola icon theme
-RDEPEND="
-   !x11-themes/nuvola
-"

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



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeartwork-styles/

commit: 383239339667afa1b42fb5d82e1fd24f0336559a
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 31 17:49:19 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 31 17:49:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38323933

kde-apps/kdeartwork-styles: Remove last-rited pkg

 kde-apps/kdeartwork-styles/Manifest|  1 -
 .../kdeartwork-styles-15.08.3.ebuild   | 23 --
 kde-apps/kdeartwork-styles/metadata.xml|  8 
 3 files changed, 32 deletions(-)

diff --git a/kde-apps/kdeartwork-styles/Manifest 
b/kde-apps/kdeartwork-styles/Manifest
deleted file mode 100644
index eaa8add..
--- a/kde-apps/kdeartwork-styles/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdeartwork-15.08.3.tar.xz 140847804 SHA256 
fb3fe3a0502de6e5e3acc4a6bab5b11e861fa596cc3f8acf2f4f86451c003b0c SHA512 
780a7f8bd3f897907adc2d3573145b9cf52a740488fc604cd2d5b9e84e172b25a4d7824f30c77bec398a92db688e18f937d44912c033c90dd86ef4ef9fc9b520
 WHIRLPOOL 
312d2b3d7ccba86ae9368a210b6fb92e69af51e17c118846e05e2cc8efde55484511f2c18b39068b25ea9834173514a3293425d27fa8dbee908743b9e2a5ee71

diff --git a/kde-apps/kdeartwork-styles/kdeartwork-styles-15.08.3.ebuild 
b/kde-apps/kdeartwork-styles/kdeartwork-styles-15.08.3.ebuild
deleted file mode 100644
index 186d264..
--- a/kde-apps/kdeartwork-styles/kdeartwork-styles-15.08.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMMODULE="styles"
-KMNAME="kdeartwork"
-KDE_SCM="svn"
-inherit kde4-meta
-
-DESCRIPTION="Extra KWin styles and window decorations"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug"
-
-DEPEND="
-   $(add_kdebase_dep kwin '' 4.11)
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRA="
-   kwin-styles/
-"

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



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeartwork-colorschemes/

commit: 31f8b878af8883367fcfebb76054d9e9f6a2cc68
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 31 17:46:16 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 31 17:46:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f8b878

kde-apps/kdeartwork-colorschemes: Remove last-rited pkg

 kde-apps/kdeartwork-colorschemes/Manifest  |  1 -
 .../kdeartwork-colorschemes-15.08.3.ebuild | 14 --
 kde-apps/kdeartwork-colorschemes/metadata.xml  |  8 
 3 files changed, 23 deletions(-)

diff --git a/kde-apps/kdeartwork-colorschemes/Manifest 
b/kde-apps/kdeartwork-colorschemes/Manifest
deleted file mode 100644
index eaa8add..
--- a/kde-apps/kdeartwork-colorschemes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdeartwork-15.08.3.tar.xz 140847804 SHA256 
fb3fe3a0502de6e5e3acc4a6bab5b11e861fa596cc3f8acf2f4f86451c003b0c SHA512 
780a7f8bd3f897907adc2d3573145b9cf52a740488fc604cd2d5b9e84e172b25a4d7824f30c77bec398a92db688e18f937d44912c033c90dd86ef4ef9fc9b520
 WHIRLPOOL 
312d2b3d7ccba86ae9368a210b6fb92e69af51e17c118846e05e2cc8efde55484511f2c18b39068b25ea9834173514a3293425d27fa8dbee908743b9e2a5ee71

diff --git 
a/kde-apps/kdeartwork-colorschemes/kdeartwork-colorschemes-15.08.3.ebuild 
b/kde-apps/kdeartwork-colorschemes/kdeartwork-colorschemes-15.08.3.ebuild
deleted file mode 100644
index bfd8ad8..
--- a/kde-apps/kdeartwork-colorschemes/kdeartwork-colorschemes-15.08.3.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdeartwork"
-KMMODULE="ColorSchemes"
-KDE_SCM="svn"
-inherit kde4-meta
-
-DESCRIPTION="KDE extra colorschemes"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""

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



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

commit: 4ae3903f2e542bfd0e0ea5222ef8628d983fa23e
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 31 17:49:58 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 31 17:49:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae3903f

kde-apps/kdeartwork-wallpapers: Remove last-rited pkg

 kde-apps/kdeartwork-wallpapers/Manifest|  1 -
 .../kdeartwork-wallpapers-15.08.3-kf5-port.patch   | 49 --
 .../kdeartwork-wallpapers-15.08.3-r2.ebuild| 34 ---
 .../kdeartwork-wallpapers-15.08.3.ebuild   | 20 -
 kde-apps/kdeartwork-wallpapers/metadata.xml|  8 
 5 files changed, 112 deletions(-)

diff --git a/kde-apps/kdeartwork-wallpapers/Manifest 
b/kde-apps/kdeartwork-wallpapers/Manifest
deleted file mode 100644
index eaa8add..
--- a/kde-apps/kdeartwork-wallpapers/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdeartwork-15.08.3.tar.xz 140847804 SHA256 
fb3fe3a0502de6e5e3acc4a6bab5b11e861fa596cc3f8acf2f4f86451c003b0c SHA512 
780a7f8bd3f897907adc2d3573145b9cf52a740488fc604cd2d5b9e84e172b25a4d7824f30c77bec398a92db688e18f937d44912c033c90dd86ef4ef9fc9b520
 WHIRLPOOL 
312d2b3d7ccba86ae9368a210b6fb92e69af51e17c118846e05e2cc8efde55484511f2c18b39068b25ea9834173514a3293425d27fa8dbee908743b9e2a5ee71

diff --git 
a/kde-apps/kdeartwork-wallpapers/files/kdeartwork-wallpapers-15.08.3-kf5-port.patch
 
b/kde-apps/kdeartwork-wallpapers/files/kdeartwork-wallpapers-15.08.3-kf5-port.patch
deleted file mode 100644
index 925560d..
--- 
a/kde-apps/kdeartwork-wallpapers/files/kdeartwork-wallpapers-15.08.3-kf5-port.patch
+++ /dev/null
@@ -1,49 +0,0 @@
 a/CMakeLists.txt   2013-10-18 18:04:24.0 +0200
-+++ b/CMakeLists.txt   2015-12-19 14:20:50.523356947 +0100
-@@ -3,9 +3,14 @@
- set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
- 
- # search packages used by KDE
--find_package(KDE4 REQUIRED)
--include (KDE4Defaults)
--include (MacroLibrary)
-+cmake_minimum_required(VERSION 2.8.12)
-+
-+find_package(ECM 0.0.9 REQUIRED NO_MODULE)
-+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
-+
-+include(KDEInstallDirs)
-+include(KDECMakeSettings)
-+include(ECMOptionalAddSubdirectory)
- 
- add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
- add_definitions( -DQT_NO_CAST_FROM_ASCII )
-@@ -14,18 +19,17 @@
- include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
- 
- 
--macro_optional_add_subdirectory(ColorSchemes)
--macro_optional_add_subdirectory(IconThemes)
--macro_optional_add_subdirectory(emoticons)
--macro_optional_add_subdirectory(kscreensaver)
-+ecm_optional_add_subdirectory(ColorSchemes)
-+ecm_optional_add_subdirectory(IconThemes)
-+ecm_optional_add_subdirectory(emoticons)
-+ecm_optional_add_subdirectory(kscreensaver)
- if (Q_WS_X11)
--   macro_optional_add_subdirectory(kwin-styles)
-+   ecm_optional_add_subdirectory(kwin-styles)
- endif (Q_WS_X11)
--macro_optional_add_subdirectory(styles)
--macro_optional_add_subdirectory(wallpapers)
--macro_optional_add_subdirectory(HighResolutionWallpapers)
--macro_optional_add_subdirectory(WeatherWallpapers)
--macro_optional_add_subdirectory(desktopthemes)
-+ecm_optional_add_subdirectory(styles)
-+ecm_optional_add_subdirectory(wallpapers)
-+ecm_optional_add_subdirectory(HighResolutionWallpapers)
-+ecm_optional_add_subdirectory(WeatherWallpapers)
-+ecm_optional_add_subdirectory(desktopthemes)
- 
--macro_display_feature_log()
- 

diff --git 
a/kde-apps/kdeartwork-wallpapers/kdeartwork-wallpapers-15.08.3-r2.ebuild 
b/kde-apps/kdeartwork-wallpapers/kdeartwork-wallpapers-15.08.3-r2.ebuild
deleted file mode 100644
index bfb5b22..
--- a/kde-apps/kdeartwork-wallpapers/kdeartwork-wallpapers-15.08.3-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-RESTRICT="binchecks strip"
-
-KMNAME="kdeartwork"
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-inherit kde5
-
-DESCRIPTION="Wallpapers from KDE"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep extra-cmake-modules)
-   $(add_qt_dep qtcore)
-"
-RDEPEND="!kde-apps/kdeartwork-wallpapers:4"
-
-PATCHES=( "${FILESDIR}/${P}-kf5-port.patch" )
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE
-   -DBUILD_wallpapers=TRUE
-   -DBUILD_HighResolutionWallpapers=TRUE
-   )
-
-   kde5_src_configure
-}

diff --git 
a/kde-apps/kdeartwork-wallpapers/kdeartwork-wallpapers-15.08.3.ebuild 
b/kde-apps/kdeartwork-wallpapers/kdeartwork-wallpapers-15.08.3.ebuild
deleted file mode 100644
index 9f17c76..
--- a/kde-apps/kdeartwork-wallpapers/kdeartwork-wallpapers-15.08.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-RESTRICT="bin

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

commit: 1b2c9e90823ca8f76eeb36bb317b4946b48da752
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 31 17:48:15 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 31 17:48:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2c9e90

kde-apps/kdeartwork-kscreensaver: Remove last-rited pkg

 kde-apps/kdeartwork-kscreensaver/Manifest  |  1 -
 ...work-kscreensaver-15.08.3-missing-include.patch | 10 -
 ...kdeartwork-kscreensaver-4.5.95-webcollage.patch | 11 -
 .../kdeartwork-kscreensaver-xscreensaver.patch | 48 -
 .../kdeartwork-kscreensaver-15.08.3-r1.ebuild  | 49 --
 kde-apps/kdeartwork-kscreensaver/metadata.xml  | 12 --
 6 files changed, 131 deletions(-)

diff --git a/kde-apps/kdeartwork-kscreensaver/Manifest 
b/kde-apps/kdeartwork-kscreensaver/Manifest
deleted file mode 100644
index eaa8add..
--- a/kde-apps/kdeartwork-kscreensaver/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdeartwork-15.08.3.tar.xz 140847804 SHA256 
fb3fe3a0502de6e5e3acc4a6bab5b11e861fa596cc3f8acf2f4f86451c003b0c SHA512 
780a7f8bd3f897907adc2d3573145b9cf52a740488fc604cd2d5b9e84e172b25a4d7824f30c77bec398a92db688e18f937d44912c033c90dd86ef4ef9fc9b520
 WHIRLPOOL 
312d2b3d7ccba86ae9368a210b6fb92e69af51e17c118846e05e2cc8efde55484511f2c18b39068b25ea9834173514a3293425d27fa8dbee908743b9e2a5ee71

diff --git 
a/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-15.08.3-missing-include.patch
 
b/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-15.08.3-missing-include.patch
deleted file mode 100644
index 0396cc8..
--- 
a/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-15.08.3-missing-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/CMakeLists.txt   2015-11-15 22:33:19.528585331 +0100
-+++ b/CMakeLists.txt   2015-11-15 22:35:45.976754477 +0100
-@@ -6,6 +6,7 @@
- find_package(KDE4 REQUIRED)
- include (KDE4Defaults)
- include (MacroLibrary)
-+include (CheckIncludeFiles)
- 
- add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
- add_definitions( -DQT_NO_CAST_FROM_ASCII )

diff --git 
a/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-4.5.95-webcollage.patch
 
b/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-4.5.95-webcollage.patch
deleted file mode 100644
index 11ec11b..
--- 
a/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-4.5.95-webcollage.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ruN 
kdeartwork-kscreensaver-4.5.95.orig/kscreensaver/kxsconfig/ScreenSavers/webcollage.desktop
 
kdeartwork-kscreensaver-4.5.95/kscreensaver/kxsconfig/ScreenSavers/webcollage.desktop
 
kdeartwork-kscreensaver-4.5.95.orig/kscreensaver/kxsconfig/ScreenSavers/webcollage.desktop
 2010-09-27 21:52:40.0 +0200
-+++ 
kdeartwork-kscreensaver-4.5.95/kscreensaver/kxsconfig/ScreenSavers/webcollage.desktop
  2011-01-09 20:00:26.0 +0100
-@@ -6,6 +6,7 @@
- TryExec=xscreensaver
- Actions=InWindow;Root;Setup;
- X-KDE-Category=Banners & Pictures
-+X-KDE-Type=NotSafeForWork
- Name=Web Collage
- Name[ast]=Web Collage
- Name[bg]=Đ£ĐµĐ±-ĐºĐ¾Đ»Đ°Đ¶

diff --git 
a/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-xscreensaver.patch
 
b/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-xscreensaver.patch
deleted file mode 100644
index 3cc2bc6..
--- 
a/kde-apps/kdeartwork-kscreensaver/files/kdeartwork-kscreensaver-xscreensaver.patch
+++ /dev/null
@@ -1,48 +0,0 @@
 cmake/modules/FindXscreensaver.cmake
-+++ cmake/modules/FindXscreensaver.cmake
-@@ -113,6 +113,45 @@
- endif(XSCREENSAVER_DIR)
- endif(NOT XSCREENSAVER_DIR)
-
-+if(NOT XSCREENSAVER_DIR)
-+FIND_PATH(XSCREENSAVER_DIR lib${LIB_SUFFIX}/misc/xscreensaver/deco
-+   ${KDE4_INCLUDE_DIR}
-+   /usr/
-+   /usr/local/
-+   /opt/local/
-+   /usr/X11R6/
-+   /opt/kde/
-+   /opt/kde3/
-+   /usr/kde/
-+   /usr/local/kde/
-+   /usr/local/xscreensaver/
-+   /usr/openwin/lib/xscreensaver/
-+   /etc/
-+)
-+if( XSCREENSAVER_DIR)
-+   set(XSCREENSAVER_DIR 
${XSCREENSAVER_DIR}/lib${LIB_SUFFIX}/misc/xscreensaver/)
-+endif(XSCREENSAVER_DIR)
-+endif(NOT XSCREENSAVER_DIR)
-+
-+if(NOT XSCREENSAVER_DIR)
-+FIND_PATH(XSCREENSAVER_DIR lib/misc/xscreensaver/deco
-+   ${KDE4_INCLUDE_DIR}
-+   /usr/
-+   /usr/local/
-+   /opt/local/
-+   /usr/X11R6/
-+   /opt/kde/
-+   /opt/kde3/
-+   /usr/kde/
-+   /usr/local/kde/
-+   /usr/local/xscreensaver/
-+   /usr/openwin/lib/xscreensaver/
-+   /etc/
-+)
-+if( XSCREENSAVER_DIR)
-+   set(XSCREENSAVER_DIR ${XSCREENSAVER_DIR}/lib/misc/xscreensaver/)
-+endif(XSCREENSAVER_DIR)
-+endif(NOT XSCREENSAVER_DIR)
-
-
- set(XSCREENSAVER_CONFIG_DIR)

diff --git 
a/kde-apps/kdeartwork-kscreensaver/kdeartwork-kscreensaver-15.08.3-r1.ebuild 
b/kde-apps/kdeartwork-kscreensaver/kdeartwork-kscreensaver-15.08.3-r1.ebuild
deleted file mode 100644
index 17a4c42..
--- a/kde-apps/kdeartwork-kscreensaver/kdeartwork-kscreensaver-15.08.3-r1.ebuild
+++ /d

[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeartwork-weatherwallpapers/, ...

commit: 1a808c998d739439df1305fb3050fe7bcbc529c5
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 31 17:50:38 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 31 17:50:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a808c99

kde-apps/kdeartwork-weatherwallpapers: Remove last-rited pkg

 kde-apps/kdeartwork-weatherwallpapers/Manifest |  1 -
 ...rtwork-weatherwallpapers-15.08.3-kf5-port.patch | 49 --
 .../kdeartwork-weatherwallpapers-15.08.3-r2.ebuild | 34 ---
 .../kdeartwork-weatherwallpapers-15.08.3.ebuild| 18 
 kde-apps/kdeartwork-weatherwallpapers/metadata.xml |  8 
 5 files changed, 110 deletions(-)

diff --git a/kde-apps/kdeartwork-weatherwallpapers/Manifest 
b/kde-apps/kdeartwork-weatherwallpapers/Manifest
deleted file mode 100644
index eaa8add..
--- a/kde-apps/kdeartwork-weatherwallpapers/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdeartwork-15.08.3.tar.xz 140847804 SHA256 
fb3fe3a0502de6e5e3acc4a6bab5b11e861fa596cc3f8acf2f4f86451c003b0c SHA512 
780a7f8bd3f897907adc2d3573145b9cf52a740488fc604cd2d5b9e84e172b25a4d7824f30c77bec398a92db688e18f937d44912c033c90dd86ef4ef9fc9b520
 WHIRLPOOL 
312d2b3d7ccba86ae9368a210b6fb92e69af51e17c118846e05e2cc8efde55484511f2c18b39068b25ea9834173514a3293425d27fa8dbee908743b9e2a5ee71

diff --git 
a/kde-apps/kdeartwork-weatherwallpapers/files/kdeartwork-weatherwallpapers-15.08.3-kf5-port.patch
 
b/kde-apps/kdeartwork-weatherwallpapers/files/kdeartwork-weatherwallpapers-15.08.3-kf5-port.patch
deleted file mode 100644
index 925560d..
--- 
a/kde-apps/kdeartwork-weatherwallpapers/files/kdeartwork-weatherwallpapers-15.08.3-kf5-port.patch
+++ /dev/null
@@ -1,49 +0,0 @@
 a/CMakeLists.txt   2013-10-18 18:04:24.0 +0200
-+++ b/CMakeLists.txt   2015-12-19 14:20:50.523356947 +0100
-@@ -3,9 +3,14 @@
- set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
- 
- # search packages used by KDE
--find_package(KDE4 REQUIRED)
--include (KDE4Defaults)
--include (MacroLibrary)
-+cmake_minimum_required(VERSION 2.8.12)
-+
-+find_package(ECM 0.0.9 REQUIRED NO_MODULE)
-+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
-+
-+include(KDEInstallDirs)
-+include(KDECMakeSettings)
-+include(ECMOptionalAddSubdirectory)
- 
- add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
- add_definitions( -DQT_NO_CAST_FROM_ASCII )
-@@ -14,18 +19,17 @@
- include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
- 
- 
--macro_optional_add_subdirectory(ColorSchemes)
--macro_optional_add_subdirectory(IconThemes)
--macro_optional_add_subdirectory(emoticons)
--macro_optional_add_subdirectory(kscreensaver)
-+ecm_optional_add_subdirectory(ColorSchemes)
-+ecm_optional_add_subdirectory(IconThemes)
-+ecm_optional_add_subdirectory(emoticons)
-+ecm_optional_add_subdirectory(kscreensaver)
- if (Q_WS_X11)
--   macro_optional_add_subdirectory(kwin-styles)
-+   ecm_optional_add_subdirectory(kwin-styles)
- endif (Q_WS_X11)
--macro_optional_add_subdirectory(styles)
--macro_optional_add_subdirectory(wallpapers)
--macro_optional_add_subdirectory(HighResolutionWallpapers)
--macro_optional_add_subdirectory(WeatherWallpapers)
--macro_optional_add_subdirectory(desktopthemes)
-+ecm_optional_add_subdirectory(styles)
-+ecm_optional_add_subdirectory(wallpapers)
-+ecm_optional_add_subdirectory(HighResolutionWallpapers)
-+ecm_optional_add_subdirectory(WeatherWallpapers)
-+ecm_optional_add_subdirectory(desktopthemes)
- 
--macro_display_feature_log()
- 

diff --git 
a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3-r2.ebuild
 
b/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3-r2.ebuild
deleted file mode 100644
index 11bf1eb..
--- 
a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KMNAME="kdeartwork"
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-inherit kde5
-
-DESCRIPTION="Weather aware wallpapers. Changes with weather outside"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep extra-cmake-modules)
-   $(add_qt_dep qtcore)
-"
-RDEPEND="
-   $(add_kdeapps_dep kdeartwork-wallpapers)
-   !kde-apps/kdeartwork-weatherwallpapers:4
-"
-
-PATCHES=( "${FILESDIR}/${P}-kf5-port.patch" )
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE
-   -DBUILD_WeatherWallpapers=TRUE
-   )
-
-   kde5_src_configure
-}

diff --git 
a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3.ebuild
 
b/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3.ebuild
deleted file mode 100644
index f085694..
--- 
a/kde-apps/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-15.08.3

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

commit: 8088ab0fdd4f71ac99cdc5c493cd83cc4e3e62cd
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 31 17:53:43 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 31 17:53:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8088ab0f

profiles: Drop mask for removed KDE Artwork pkgs

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1bffb09..a9922a3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -626,20 +626,6 @@ dev-perl/Test-Tester
 # Bugs #590272, #590270, #590268, #590266 etc.
 =sci-libs/fftw-3.3.5
 
-# Johannes Huber  (1 Aug 2016)
-# Masked for removal in 30 days. Dead by upstream. Last release
-# with 15.08. Exported to kde-sunset overlay.
-kde-apps/kdeartwork-colorschemes
-kde-apps/kdeartwork-desktopthemes
-kde-apps/kdeartwork-emoticons
-kde-apps/kdeartwork-iconthemes
-kde-apps/kdeartwork-kscreensaver
-kde-apps/kdeartwork-meta
-kde-apps/kdeartwork-styles
-kde-apps/kdeartwork-wallpapers
-kde-apps/kdeartwork-weatherwallpapers
-kde-apps/kde-base-artwork
-
 # Pawel Hajdan jr  (01 Aug 2016)
 # Dev channel releases are only for people who are developers or want more
 # experimental features and accept a more unstable release.



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeartwork-meta/

commit: 1066e22cac0c97fce011890ccf349b3bd5024803
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 31 17:48:42 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 31 17:48:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1066e22c

kde-apps/kdeartwork-meta: Remove last-rited pkg

 .../kdeartwork-meta-15.08.3-r1.ebuild| 20 
 kde-apps/kdeartwork-meta/metadata.xml|  8 
 2 files changed, 28 deletions(-)

diff --git a/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3-r1.ebuild 
b/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3-r1.ebuild
deleted file mode 100644
index 5c9a20b..
--- a/kde-apps/kdeartwork-meta/kdeartwork-meta-15.08.3-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="kdeartwork - merge this to pull in all kdeartwork-derived 
packages"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   $(add_kdeapps_dep kdeartwork-colorschemes)
-   $(add_kdeapps_dep kdeartwork-desktopthemes)
-   $(add_kdeapps_dep kdeartwork-emoticons)
-   $(add_kdeapps_dep kdeartwork-iconthemes)
-   $(add_kdeapps_dep kdeartwork-wallpapers)
-   $(add_kdeapps_dep kdeartwork-weatherwallpapers)
-"

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



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeartwork-desktopthemes/

commit: d298c19ed20cfee17fd57037b0f21ef2d8b2df2d
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 31 17:46:54 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 31 17:46:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d298c19e

kde-apps/kdeartwork-desktopthemes: Remove last-rited pkg

 kde-apps/kdeartwork-desktopthemes/Manifest |  1 -
 .../kdeartwork-desktopthemes-15.08.3.ebuild| 14 --
 kde-apps/kdeartwork-desktopthemes/metadata.xml |  8 
 3 files changed, 23 deletions(-)

diff --git a/kde-apps/kdeartwork-desktopthemes/Manifest 
b/kde-apps/kdeartwork-desktopthemes/Manifest
deleted file mode 100644
index eaa8add..
--- a/kde-apps/kdeartwork-desktopthemes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdeartwork-15.08.3.tar.xz 140847804 SHA256 
fb3fe3a0502de6e5e3acc4a6bab5b11e861fa596cc3f8acf2f4f86451c003b0c SHA512 
780a7f8bd3f897907adc2d3573145b9cf52a740488fc604cd2d5b9e84e172b25a4d7824f30c77bec398a92db688e18f937d44912c033c90dd86ef4ef9fc9b520
 WHIRLPOOL 
312d2b3d7ccba86ae9368a210b6fb92e69af51e17c118846e05e2cc8efde55484511f2c18b39068b25ea9834173514a3293425d27fa8dbee908743b9e2a5ee71

diff --git 
a/kde-apps/kdeartwork-desktopthemes/kdeartwork-desktopthemes-15.08.3.ebuild 
b/kde-apps/kdeartwork-desktopthemes/kdeartwork-desktopthemes-15.08.3.ebuild
deleted file mode 100644
index c8c3cb3..
--- a/kde-apps/kdeartwork-desktopthemes/kdeartwork-desktopthemes-15.08.3.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMMODULE="desktopthemes"
-KMNAME="kdeartwork"
-KDE_SCM="svn"
-inherit kde4-meta
-
-DESCRIPTION="Additional KDE4 Plasma themes"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""

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



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

commit: 4e42760df5460b2ca9319e98dc197a385d366efe
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 31 17:45:15 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 31 17:45:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e42760d

kde-apps/kde-base-artwork: Remove last-rited pkg

 kde-apps/kde-base-artwork/Manifest|  1 -
 kde-apps/kde-base-artwork/kde-base-artwork-15.08.3.ebuild | 12 
 kde-apps/kde-base-artwork/metadata.xml|  8 
 3 files changed, 21 deletions(-)

diff --git a/kde-apps/kde-base-artwork/Manifest 
b/kde-apps/kde-base-artwork/Manifest
deleted file mode 100644
index 466f246..
--- a/kde-apps/kde-base-artwork/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kde-base-artwork-15.08.3.tar.xz 7421060 SHA256 
ef85db59dc307152f9eeda3c40b306e136736d3e1169ed019b9d894d69619914 SHA512 
c0268a972f2bf1e0f022f69d480bea242b164a632fa2634b16d4a336252de9afc6a685964808a59844db2c06f1bdd69fed4a5b576c417ab778082f9acc52f8e3
 WHIRLPOOL 
e35f71b3c6e0628c099718315937f3c1c140281d3e1f918bc8e7dc10dd851c4ef178ded8462464ee90d8f8a2d25fb07e94ae22b0db1010f952d3375e46c8dab5

diff --git a/kde-apps/kde-base-artwork/kde-base-artwork-15.08.3.ebuild 
b/kde-apps/kde-base-artwork/kde-base-artwork-15.08.3.ebuild
deleted file mode 100644
index 47355e7..
--- a/kde-apps/kde-base-artwork/kde-base-artwork-15.08.3.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_SCM="svn"
-inherit kde4-base
-
-DESCRIPTION="KDE base artwork"
-IUSE=""
-KEYWORDS="amd64 ~arm x86"

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



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

commit: 326109b068b0fb2875ecec1bd6e553d557247036
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Aug 31 17:04:11 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Aug 31 17:04:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326109b0

dev-python/scapy-python3: block against net-analyzer/scapy

Put in a block while I figure out how to fix the file collision.

Gentoo-Bug: 592612

 .../{scapy-python3-0.18.ebuild => scapy-python3-0.18-r1.ebuild}| 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/scapy-python3/scapy-python3-0.18.ebuild 
b/dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild
similarity index 77%
rename from dev-python/scapy-python3/scapy-python3-0.18.ebuild
rename to dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild
index 69e8b43..501586c 100644
--- a/dev-python/scapy-python3/scapy-python3-0.18.ebuild
+++ b/dev-python/scapy-python3/scapy-python3-0.18-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,4 +17,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   !net-analyzer/scapy
+   "



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

commit: 8562547dd5017d92483ab709b262ad9bbd10b22a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug 31 16:57:26 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug 31 16:57:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8562547d

sys-apps/openrc: Stable for HPPA (bug #588786).

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

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

diff --git a/sys-apps/openrc/openrc-0.21.3.ebuild 
b/sys-apps/openrc/openrc-0.21.3.ebuild
index 47a8706..f92c471 100644
--- a/sys-apps/openrc/openrc-0.21.3.ebuild
+++ b/sys-apps/openrc/openrc-0.21.3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2";
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 LICENSE="BSD-2"



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

commit: 1ed2f6c6a9096a0ae8ecadc1270cf527ab141e78
Author: Naftuli Tzvi Kay  gmail  com>
AuthorDate: Tue Aug 30 19:14:48 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Aug 31 15:38:26 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1ed2f6c6

Add Vagrant box for development.

 .gitignore  |  2 ++
 Vagrantfile | 47 +++
 2 files changed, 49 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7eaab24..200bfeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,5 @@
 /policy/modules/kernel/corenetwork.if
 /policy/modules/kernel/corenetwork.te
 /tmp/
+
+.vagrant/

diff --git a/Vagrantfile b/Vagrantfile
new file mode 100644
index 000..129de68
--- /dev/null
+++ b/Vagrantfile
@@ -0,0 +1,47 @@
+# -*- mode: ruby -*-
+# vi: set ft=ruby :
+
+# All Vagrant configuration is done below. The "2" in Vagrant.configure
+# configures the configuration version (we support older styles for
+# backwards compatibility). Please don't change it unless you know what
+# you're doing.
+Vagrant.configure("2") do |config|
+  # build a Fedora 24 VM
+  config.vm.box = "bento/fedora-24"
+  # assign a nice hostname
+  config.vm.hostname = "selinux-devel"
+  # give it a private internal IP address
+  config.vm.network "private_network", type: "dhcp"
+
+  config.vm.provider "virtualbox" do |vb|
+# Customize the amount of memory on the VM:
+vb.memory = "1024"
+  end
+
+  # Enable provisioning with a shell script. Additional provisioners such as
+  # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
+  # documentation for more information about their specific syntax and use.
+  config.vm.provision "shell", run: "once", inline: <<-SHELL
+# get the man pages
+echo "Upgrading DNF and installing man pages..."
+dnf install -q -y man-pages >/dev/null
+dnf upgrade -q -y dnf >/dev/null
+
+# install a few packages to make this machine ready to go out of the box
+echo "Installing SELinux dev dependencies..."
+dnf install -q -y \
+  bash-completion \
+  man-pages \
+  vim \
+  make \
+  kernel-devel \
+  selinux-policy-devel \
+  libselinux-python \
+  libselinux-python3 \
+  >/dev/null
+
+# we set to permissive to allow loading and working with reference policy 
as opposed to fedora's fork
+echo "Setting SELinux to Permissive Mode..."
+setenforce 0
+  SHELL
+end



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

commit: f51d21f62c9f44d637796ab5d5fab793f871cb2e
Author: Nicolas Iooss  m4x  org>
AuthorDate: Sat Aug 27 15:08:57 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Aug 31 15:38:26 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f51d21f6

Make Travis-CI build without using sudo

This makes migrating to container-based infrastructure much easier (all
that is needed is adding "sudo: false" in the file).

Moreover installing the toolchain in a user directory fixes issues when
using the Trusty Beta environment: this toolchain broke the
already-installed Ubuntu packages (with for example policy version
issues between setfiles and checkpolicy). As the packaged tools (version
2.2) are much slower than the latest toolchain release on Trusty, it is
better to keep using the latest release.

As libcap-ng-dev package is not (yet? [1]) whitelisted in Travis-CI
container infrastructure, drop this package and do not build
policycoreutils/sandbox. Do not build policycoreutils/restorecond too as
it requires glib to be installed.

While at it, set the language as "generic" instead of "python".

[1] https://github.com/travis-ci/apt-package-whitelist/issues/1096

Signed-off-by: Nicolas Iooss  m4x.org>

 .travis.yml | 44 +---
 1 file changed, 33 insertions(+), 11 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7c6301d..3f9d678 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
 # Derived from Nicolas Iooss: 
https://github.com/fishilico/selinux-refpolicy-patched/blob/travis-upstream/.travis.yml
 
-language: python
-python:
- - "2.7"
+language: generic
 
 # for T in standard mls mcs ; do for D in arch debian gentoo ; do for I in n y 
; do for M in y n ; do for S in n y ; do
 # echo "  - TYPE=$T DISTRO=$D DIRECT_INITRC=$I MONOLITHIC=$M SYSTEMD=$S" ; 
done ; done ; done ; done ; done
@@ -32,16 +30,31 @@ env:
   - TYPE=mls DISTRO=gentoo DIRECT_INITRC=y MONOLITHIC=n SYSTEMD=n
   - TYPE=mls DISTRO=gentoo DIRECT_INITRC=y MONOLITHIC=n SYSTEMD=y
 
-before_install:
+# Uncomment to use Travis-CI container infrastructure 
(https://docs.travis-ci.com/user/ci-environment/)
+#sudo: false
+
+# Uncomment these two lines to use Travis-CI Trusty Beta environment
+#sudo: required
+#dist: trusty
+
+addons:
+  apt:
+packages:
+# Install SELinux userspace utilities dependencies
+- bison
+- flex
+- gettext
+- libaudit-dev
+- libbz2-dev
+- libustr-dev
+- libpcre3-dev
+- swig
+
+install:
   - lsb_release -a
   - bison -V
   - flex -V
-  - sudo apt-get update -qq
-
-  # Install SELinux userspace utilities dependencies
-  - sudo apt-get install -qq libaudit-dev libcap-ng-dev libustr-dev 
libpcre3-dev swig
 
-install:
   # Download current SELinux userspace tools and libraries
   - curl -sS -L 
https://github.com/SELinuxProject/selinux/archive/20160223.tar.gz | tar xz
   - mv selinux-20160223 selinux-src
@@ -56,10 +69,19 @@ install:
   # Drop sepolicy to break setools dependence (sepolicy isn't used anyway)
   - sed -i -e 's/sepolicy//' selinux-src/policycoreutils/Makefile
 
-  # Compile and install SELinux toolchain
+  # Drop restorecond to break glib dependence
+  - sed -i -e 's/ restorecond//' selinux-src/policycoreutils/Makefile
+
+  # Drop sandbox to break libcap-ng dependence
+  - sed -i -e 's/ sandbox//' selinux-src/policycoreutils/Makefile
+
+  # Compile and install SELinux toolchain into ~/selinux
   # On Ubuntu 12.04, default CFLAGS make the build fail in libsepol/cil with:
   #error: declaration of 'index' shadows a global declarationo
-  - sudo make CFLAGS="-O2 -pipe -fPIC -Wall" -C selinux-src install
+  - make "DESTDIR=$HOME/selinux" CFLAGS="-O2 -pipe -fPIC -Wall 
-I$HOME/selinux/usr/include" -C selinux-src install
+
+  # Use TEST_TOOLCHAIN variable to tell refpolicy Makefile about the installed 
location
+  - export TEST_TOOLCHAIN="$HOME/selinux"
 
   # Drop build.conf settings to listen to env vars
   - sed -r -i -e '/(DIRECT_INITRC|MONOLITHIC|TYPE|DISTRO|SYSTEMD)/d' build.conf



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

commit: bd991ba15fb551f1c1ddfcc56a57698404211b33
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Aug 31 16:45:50 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 31 16:53:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd991ba1

sys-apps/openrc: 0.21.7 version bump

Package-Manager: portage-2.2.28

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

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index d1a8fcf..0eee73d 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -9,4 +9,5 @@ DIST openrc-0.21.3.tar.bz2 167326 SHA256 
ce04bf2e1648fb49212b90d3f72910ee7e3ab6f
 DIST openrc-0.21.4.tar.bz2 167720 SHA256 
b3764e2209e5616cc542481b024f5b18da95af18697c5fa8f35931a62e7ec139 SHA512 
a59001a8cc2e4be3bf0c119edeefc7485c6bb1583a1724538cac57fb64e2d63458bd5710193d72c12a4bc6020fa7a511a921cbaea0f58334d788505b43cb230a
 WHIRLPOOL 
acff96bd1831a2f98218bed43a84df4efeb69017285de5717e6e8ffc368b0d6ab73aa20740c0d71477faf95cda1a0d79fad1508a2ffabe232c8b963f391eff74
 DIST openrc-0.21.5.tar.bz2 167905 SHA256 
a76b29d998c634779ddf54b6851287c584f070a3c6b2f3148a96a89d4848b273 SHA512 
46c752833706d87710dc0ce8281fe5714b55d2c59e85e37ca883445b215d726f59e5b0d599ca6231d31ee063b1aa486ad68802d02db2f81cfec57224f07ab82e
 WHIRLPOOL 
3fa284560727e975d5cc1325a1d7dabfab4a1fd30f6747cbbe77a7580350b7ef89a4e21dd2258e9a07061ec2115ccd1996256e43547b6e9d2109d2b609d06616
 DIST openrc-0.21.6.tar.bz2 168048 SHA256 
cebe846b43a5beafa6dc1803418523ead958cb2276f31a742f983fad69c262d6 SHA512 
e452ef3509cf07df0e0857a9b63fde67901122694ce3cdaaa9d160d0108bf43177a51b7d7533960c79bf3bfc37649f43853fec30b22502699c98eb132e40
 WHIRLPOOL 
7f5abe2d4b6396cec45511a4efd7adf158b16cc1af7d19499a3b5e1334ee70544874d0ad013cccb13fe2996c6d5ac33670b65a9d84f5e03ea51430e1af310f6c
+DIST openrc-0.21.7.tar.bz2 168104 SHA256 
0d4bb11cfac9950687dfbc1a72a90e337af25bb39edc032cb0b807cfe0d04c3d SHA512 
26edf47e0eae0b62b651484bcbe73a5ccda2032ecbcc303f280bbf671fd1a8a1394d206228bd12e5157e8214210eb124898d11acc78cdef0d9145a952754f6bc
 WHIRLPOOL 
5731326b0879759f58b3e251e3b1c4cc6dcc17bee3ebf1d8ef4b689dff5ec39d429cde9c3d4f2901c8a592aaad7253bfca69a0caaa2ae77b6f45f9afe6e66df4
 DIST openrc-0.21.tar.bz2 167636 SHA256 
ef92da7ff1447bc3a11aff799bf9aaaf226ce13c277318211f96d95bcbd064ac SHA512 
14200663740406729462f9c412e63ab1f850ace46db7bb709b74a03c4fbf2159b7b6d7827f9c917cd9338564202538e2e115a4d677885eed055bda530ab4216b
 WHIRLPOOL 
66ce916b25f6c81f2c87962bb6452f48ffab28eaee0c3f702830d62d9504c96d975c65aee2f2e3a03192a77cdc7cc75ca2e89af204ab4e4ac4d183f3c6f18a30

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

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

commit: 5332efe36406d3d953c7bc1e74390e6d453e90ef
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Aug 31 16:53:12 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 31 16:53:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5332efe3

sys-apps/openrc: remove unstable 0.21 series versions

Package-Manager: portage-2.2.28

 sys-apps/openrc/Manifest |   6 -
 sys-apps/openrc/openrc-0.21.1.ebuild | 352 ---
 sys-apps/openrc/openrc-0.21.2.ebuild | 352 ---
 sys-apps/openrc/openrc-0.21.4.ebuild | 330 
 sys-apps/openrc/openrc-0.21.5.ebuild | 330 
 sys-apps/openrc/openrc-0.21.6.ebuild | 330 
 sys-apps/openrc/openrc-0.21.ebuild   | 352 ---
 7 files changed, 2052 deletions(-)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 0eee73d..4a3360a 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -3,11 +3,5 @@ DIST openrc-0.18.4.tar.bz2 157237 SHA256 
2c8bf1c6f52fcf4c1f6945a2836ba2551a7d930
 DIST openrc-0.19.1.tar.bz2 159598 SHA256 
5628c04b12e2f51f25e59c303bdccbf545ba0db25484adcca48e70d0712ce0e6 SHA512 
303db4475fd02aa3aa161dbd8794a45c2633b9fe96aaab67b81014fa3915bed1aa51cff57128f4413cf9f2329ce1f2012e460e089c39f01ac6eb061a95844329
 WHIRLPOOL 
a4e8720579b8983cb3c2c9b4dd983c1b7bf45e053aa0c9545f31e36c22e44d06e55198d4143dc0a6bca3b7d00b151b43d1da439b2479044344ca12f3151711f1
 DIST openrc-0.20.4.tar.bz2 163060 SHA256 
0474a08e9e280a3c2450bed014b1f6b485e1a583391575f0d35c3551709e3784 SHA512 
6d4ccee5f3c3e64eeeaa05b591d7420e3cdaa82eb42606a8a721030b9323e1e56928da78d302e5cbd20c652f6ecf5db23a695de436216f2c55c0be4cfc98387a
 WHIRLPOOL 
b2bf5c1b66595a4b2b3a66a39f15896d6ab0aa4b0c42518146238016ba01adb12b3aaf6ce21570756693e283fe14a979f305afd253db68ba47246135529b1ab9
 DIST openrc-0.20.5.tar.bz2 163033 SHA256 
2af530aff271ffb8ef9428ca5847cde952ab985e2542b57f8d059373f8a77c4b SHA512 
0784ac741aee96d0a4eeddc028b92dd5c79dd7fb66c8102e660fd059789559babd52a0618b7ea9216ea0a113708b356b0e1f9cdd32246cc744b2c7d6004f5a81
 WHIRLPOOL 
9798675508060d07804eee04a2e10d0ce5a84340aff842e4bbb88a530e41385785100e2a6e107e5e6767471e85438a504f8531032807cd733232a40266425360
-DIST openrc-0.21.1.tar.bz2 167530 SHA256 
0445a2a187572e6dd10860420a5f3e8f04e96103393d7265b5d44b39c11ff836 SHA512 
fba77d304a08f2a8de44f430578c24728f8600a64e50326678e8caca150ee5d684f25589ced50b8306d581d8ab941650c738ba0fb4e17bf10b17027618b7877c
 WHIRLPOOL 
d0001b68d5574038a7ab3f1ed5ab1a6f29bf1c3ac1e4d63eac1395c45737f4d18b5ea67699d2732eb1946e94fb0d4e6c7941366f9645c05076cf185cf87de746
-DIST openrc-0.21.2.tar.bz2 167581 SHA256 
ebadaa0c2dd9c4ec6d62b1c7f6bfd6385e355a9e1c2fbde152474a2ddd02c608 SHA512 
8d8c0b89444b89c6acdbbf652c017a1d6fc0550180b2ae234e38ed99a697dca1ac2b13a497c35afc023a766f81a00a0d109e95d06cac9f89315d89041133c487
 WHIRLPOOL 
02052dd35590d0dca2a4bce53ea1453ed6fe38e7136512fdc22ae1514e4e91fe7837873eb7b926704adde67ac997b27bafcf3b74d4d8cb54afd5a2243a4fc7db
 DIST openrc-0.21.3.tar.bz2 167326 SHA256 
ce04bf2e1648fb49212b90d3f72910ee7e3ab6fc41a34416268d9d5a791d6cd6 SHA512 
452b09d016e91a235bbb3c0e2f44c915c5f14fb212924bcfcff8a6147a503df8d5fb0b30bb18bc93fb9a4413346e9f1dabd1095f053b4153d76eca2f44044a57
 WHIRLPOOL 
163c62dcfd70d104d60ab22c721a75ce62db2d3741d460e26bbb51ecf5715b3711c1c01e90c5a1dd08470b2c596ab964acbefdeaefa4646544832d29c82d9823
-DIST openrc-0.21.4.tar.bz2 167720 SHA256 
b3764e2209e5616cc542481b024f5b18da95af18697c5fa8f35931a62e7ec139 SHA512 
a59001a8cc2e4be3bf0c119edeefc7485c6bb1583a1724538cac57fb64e2d63458bd5710193d72c12a4bc6020fa7a511a921cbaea0f58334d788505b43cb230a
 WHIRLPOOL 
acff96bd1831a2f98218bed43a84df4efeb69017285de5717e6e8ffc368b0d6ab73aa20740c0d71477faf95cda1a0d79fad1508a2ffabe232c8b963f391eff74
-DIST openrc-0.21.5.tar.bz2 167905 SHA256 
a76b29d998c634779ddf54b6851287c584f070a3c6b2f3148a96a89d4848b273 SHA512 
46c752833706d87710dc0ce8281fe5714b55d2c59e85e37ca883445b215d726f59e5b0d599ca6231d31ee063b1aa486ad68802d02db2f81cfec57224f07ab82e
 WHIRLPOOL 
3fa284560727e975d5cc1325a1d7dabfab4a1fd30f6747cbbe77a7580350b7ef89a4e21dd2258e9a07061ec2115ccd1996256e43547b6e9d2109d2b609d06616
-DIST openrc-0.21.6.tar.bz2 168048 SHA256 
cebe846b43a5beafa6dc1803418523ead958cb2276f31a742f983fad69c262d6 SHA512 
e452ef3509cf07df0e0857a9b63fde67901122694ce3cdaaa9d160d0108bf43177a51b7d7533960c79bf3bfc37649f43853fec30b22502699c98eb132e40
 WHIRLPOOL 
7f5abe2d4b6396cec45511a4efd7adf158b16cc1af7d19499a3b5e1334ee70544874d0ad013cccb13fe2996c6d5ac33670b65a9d84f5e03ea51430e1af310f6c
 DIST openrc-0.21.7.tar.bz2 168104 SHA256 
0d4bb11cfac9950687dfbc1a72a90e337af25bb39edc032cb0b807cfe0d04c3d SHA512 
26edf47e0eae0b62b651484bcbe73a5ccda2032ecbcc303f280bbf671fd1a8a1394d206228bd12e5157e8214210eb124898d11acc78cdef0d9145a952754f6bc
 WHIRLPOOL 
5731326b0879759f58b3e251e3b1c4cc6dcc17bee3ebf1d8ef4b689dff5ec39d429cde9c3d4f

[gentoo-commits] proj/hardened-refpolicy: New branch: next

commit: 
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Aug 31 16:45:26 2016 +

New branch: next




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

commit: fbfc14040a62d99261971a6f094b5b8f63b5a990
Author: William Hubbs  gmail  com>
AuthorDate: Wed Aug 31 16:26:56 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 31 16:26:56 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=fbfc1404

update ChangeLog

 ChangeLog | 12 
 1 file changed, 12 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index ca24113..5504166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+commit 1522eaf28b7a75a1a3a0e25bb6b9828172460451
+Author: William Hubbs 
+Commit: William Hubbs 
+
+version 0.21.7
+
+commit eff1f12e5c51ceaf6a3451b90488524024b6f728
+Author: William Hubbs 
+Commit: William Hubbs 
+
+update ChangeLog
+
 commit 484e6089b90ffef9f53bdc8968c240e1b3a3f221
 Author: Martin Väth 
 Commit: William Hubbs 



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

commit: 832dbf1a63d2a601396a302297e497109561ca8d
Author: Jason Zaman  perfinion  com>
AuthorDate: Wed Aug 17 17:05:06 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Aug 17 17:05:06 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=832dbf1a

ntp: fcontext for ntpctl

ntpctl is hardlinked to ntpd and causes a labelling conflict randomly.
Set the fcontext on both to be the same so there are no issues.

 policy/modules/contrib/ntp.fc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/policy/modules/contrib/ntp.fc b/policy/modules/contrib/ntp.fc
index 01ae073..96f03d8 100644
--- a/policy/modules/contrib/ntp.fc
+++ b/policy/modules/contrib/ntp.fc
@@ -33,4 +33,7 @@
 ifdef(`distro_gentoo',`
 /usr/bin/sntp  --  gen_context(system_u:object_r:ntpdate_exec_t,s0)
 /var/lib/openntpd/ntpd.drift   --  
gen_context(system_u:object_r:ntp_drift_t,s0)
+
+# hardlinked to ntpd
+/usr/sbin/ntpctl   --  
gen_context(system_u:object_r:ntpd_exec_t,s0)
 ')



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

commit: a4b11e6f0296a059183a761a6fa32c875976fb36
Author: Chris PeBenito  ieee  org>
AuthorDate: Tue Aug 23 23:23:33 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Aug 31 16:06:19 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=a4b11e6f

Module version bump for webalizer dead type removal from Sean Placchetti.

 policy/modules/contrib/webalizer.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/webalizer.te 
b/policy/modules/contrib/webalizer.te
index 6074b57..99bef4a 100644
--- a/policy/modules/contrib/webalizer.te
+++ b/policy/modules/contrib/webalizer.te
@@ -1,4 +1,4 @@
-policy_module(webalizer, 1.13.0)
+policy_module(webalizer, 1.13.1)
 
 
 #



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

commit: 98e8126580499243939dd3d6bfd7248e5e77e725
Author: Jason Zaman  perfinion  com>
AuthorDate: Wed Aug 31 16:34:35 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Aug 31 16:34:35 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=98e81265

Merge upstream

 gentoo/STATE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gentoo/STATE b/gentoo/STATE
index 978d6d7..3dd764e 100644
--- a/gentoo/STATE
+++ b/gentoo/STATE
@@ -1,2 +1,2 @@
-contrib is at 3774b2aa7fc842ab99a7d9c29c85c8a2fc4660f0
-master is at bc7c71be42f690e42c46203c3398b6b14618cc1e
+contrib is at 13a564e603f5724255f3cddc2f9c62879e43376c
+master is at 9d1727712e204e9984476418a5753a04cc92d838



[gentoo-commits] proj/hardened-refpolicy: Branch deleted: next

commit: 
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Aug 31 16:44:35 2016 +

Branch deleted: next




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

commit: f7d866b62b7040b98e1bd81257f506dbc417672f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 31 16:39:57 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 31 16:39:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d866b6

eutils.eclass: Show death notice only when user patches were really applied

As part of the user requested feature from [Gentoo-Bug #543878]
eutils.eclass shows a warning regarding user applied patches in case of an
error [Link 1].

However this warning will always be shown even if no user patch were
applied at all (example: empty /etc/portage// directory).

This commit adds a new global variable "EPATCH_N_APPLIED_PATCHES" which
tracks the number of applied user patches. This allows us to only show the
notice when user patches were really applied.

Link: 
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?r1=1.443&r2=1.444

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

 eclass/eutils.eclass | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index dbedffe..aaf195b 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -595,6 +595,8 @@ epatch() {
: $(( count++ ))
done
 
+   (( EPATCH_N_APPLIED_PATCHES++ ))
+
# if we had to decompress the patch, delete the temp one
if [[ -n ${PIPE_CMD} ]] ; then
rm -f "${PATCH_TARGET}"
@@ -1736,13 +1738,17 @@ epatch_user() {
[[ -r ${EPATCH_SOURCE} ]] || 
EPATCH_SOURCE=${EPATCH_USER_SOURCE}/${CHOST}/${check}
[[ -r ${EPATCH_SOURCE} ]] || 
EPATCH_SOURCE=${EPATCH_USER_SOURCE}/${check}
if [[ -d ${EPATCH_SOURCE} ]] ; then
+   local 
old_n_applied_patches=${EPATCH_N_APPLIED_PATCHES:-0}
EPATCH_SOURCE=${EPATCH_SOURCE} \
EPATCH_SUFFIX="patch" \
EPATCH_FORCE="yes" \
EPATCH_MULTI_MSG="Applying user patches from 
${EPATCH_SOURCE} ..." \
epatch
echo "${EPATCH_SOURCE}" > "${applied}"
-   has epatch_user_death_notice ${EBUILD_DEATH_HOOKS} || 
EBUILD_DEATH_HOOKS+=" epatch_user_death_notice"
+   if [[ ${old_n_applied_patches} -lt 
${EPATCH_N_APPLIED_PATCHES} ]]; then
+   has epatch_user_death_notice 
${EBUILD_DEATH_HOOKS} || \
+   EBUILD_DEATH_HOOKS+=" 
epatch_user_death_notice"
+   fi
return 0
fi
done



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/

commit: b4d0e393e05570bb3581a17bbba3f2c3070073bd
Author: Chris PeBenito  ieee  org>
AuthorDate: Tue Aug 30 00:24:48 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Aug 31 15:38:26 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b4d0e393

Module version bump for module_load perm use from Guido Trentalancia.

 policy/modules/kernel/files.te  | 2 +-
 policy/modules/kernel/kernel.te | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/kernel/files.te b/policy/modules/kernel/files.te
index 3ad8cd8..9eff39b 100644
--- a/policy/modules/kernel/files.te
+++ b/policy/modules/kernel/files.te
@@ -1,4 +1,4 @@
-policy_module(files, 1.21.1)
+policy_module(files, 1.21.2)
 
 
 #

diff --git a/policy/modules/kernel/kernel.te b/policy/modules/kernel/kernel.te
index c18e7eb..cb9a236 100644
--- a/policy/modules/kernel/kernel.te
+++ b/policy/modules/kernel/kernel.te
@@ -1,4 +1,4 @@
-policy_module(kernel, 1.20.4)
+policy_module(kernel, 1.20.5)
 
 
 #



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

commit: dc06a3ac8e1e7043065f5e48d459f9f42640e790
Author: Sean Placchetti  gmail  com>
AuthorDate: Sun Aug 21 02:14:20 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Aug 31 16:06:19 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=dc06a3ac

-Remove unused declarations from webalizer type enforcement file

 policy/modules/contrib/webalizer.te | 6 --
 1 file changed, 6 deletions(-)

diff --git a/policy/modules/contrib/webalizer.te 
b/policy/modules/contrib/webalizer.te
index ae919b9..6074b57 100644
--- a/policy/modules/contrib/webalizer.te
+++ b/policy/modules/contrib/webalizer.te
@@ -16,18 +16,12 @@ role webalizer_roles types webalizer_t;
 type webalizer_etc_t;
 files_config_file(webalizer_etc_t)
 
-type webalizer_usage_t;
-files_type(webalizer_usage_t)
-
 type webalizer_tmp_t;
 files_tmp_file(webalizer_tmp_t)
 
 type webalizer_var_lib_t;
 files_type(webalizer_var_lib_t)
 
-type webalizer_write_t;
-files_type(webalizer_write_t)
-
 
 #
 # Local policy



[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/

commit: aec9eaf2286333e32c87e20244488b162b885df9
Author: Guido Trentalancia  trentalancia  net>
AuthorDate: Fri Aug 19 13:27:32 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Aug 31 15:38:26 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=aec9eaf2

Add module_load permission to can_load_kernmodule

The "module_load" permission has been recently added to the "system"
class (kernel 4.7).

The following patch updates the Reference Policy so that the new
permission is allowed when a kernel module should be loaded.

To preserve the module encapsulation, a new interface is defined
in the kernel files module and that interface is then used in the
kernel module.

A short note is added about unneeded permissions that set the
kernel scheduling parameters (might lead to service disruption).

Signed-off-by: Guido Trentalancia  trentalancia.net>

 policy/modules/kernel/files.if  | 19 +++
 policy/modules/kernel/kernel.te |  4 
 2 files changed, 23 insertions(+)

diff --git a/policy/modules/kernel/files.if b/policy/modules/kernel/files.if
index dc13e31..0d9fddd 100644
--- a/policy/modules/kernel/files.if
+++ b/policy/modules/kernel/files.if
@@ -4160,6 +4160,25 @@ interface(`files_kernel_modules_filetrans',`
 
 
 ## 
+## Load kernel module files.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`files_load_kernel_modules',`
+   gen_require(`
+   type modules_object_t;
+   ')
+
+   files_read_kernel_modules($1)
+   allow $1 modules_object_t:system module_load;
+')
+
+
+## 
 ## List world-readable directories.
 ## 
 ## 

diff --git a/policy/modules/kernel/kernel.te b/policy/modules/kernel/kernel.te
index 6467aed..c18e7eb 100644
--- a/policy/modules/kernel/kernel.te
+++ b/policy/modules/kernel/kernel.te
@@ -429,8 +429,12 @@ optional_policy(`
 if( ! secure_mode_insmod ) {
allow can_load_kernmodule self:capability sys_module;
 
+   files_load_kernel_modules(can_load_kernmodule)
+
# load_module() calls stop_machine() which
# calls sched_setscheduler()
+   # gt: there seems to be no trace of the above, at
+   # least in kernel versions greater than 2.6.37...
allow can_load_kernmodule self:capability sys_nice;
kernel_setsched(can_load_kernmodule)
 }



[gentoo-commits] proj/openrc: New tag: 0.21.6

commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 31 16:37:48 2016 +

New tag: 0.21.6




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

commit: 1522eaf28b7a75a1a3a0e25bb6b9828172460451
Author: William Hubbs  gmail  com>
AuthorDate: Wed Aug 31 15:38:22 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 31 15:38:22 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1522eaf2

version 0.21.7

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 401e9d6..f361f51 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.21.6
+VERSION=   0.21.7
 PKG=   ${NAME}-${VERSION}



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

commit: 578d1b9de64e9bc6e7594a37fa22fe94d5a8113f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug 31 16:30:51 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug 31 16:31:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578d1b9d

net-analyzer/scapy: Add live ebuild.

Package-Manager: portage-2.3.0

 net-analyzer/scapy/metadata.xml  |  1 -
 net-analyzer/scapy/scapy-.ebuild | 34 ++
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
index 0a58b7f..d5456af 100644
--- a/net-analyzer/scapy/metadata.xml
+++ b/net-analyzer/scapy/metadata.xml
@@ -9,7 +9,6 @@
net...@gentoo.org
Gentoo network monitoring and analysis project

-   Scapy is a powerful interactive packet 
manipulation program.

Enable dev-python/pyx support for 
psdump/pdfdump commands
Enable dev-python/visual support 
for 3d graphs

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
new file mode 100644
index ..dae6820
--- /dev/null
+++ b/net-analyzer/scapy/scapy-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1 git-r3
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
+HOMEPAGE="http://www.secdev.org/projects/scapy/";
+EGIT_REPO_URI="https://github.com/secdev/${PN}";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
+
+RDEPEND="
+   net-analyzer/tcpdump
+   gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
+   pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
+   crypt? ( dev-python/pycrypto[${PYTHON_USEDEP}] )
+   graphviz? ( media-gfx/graphviz )
+   imagemagick? (
+   || (
+   media-gfx/imagemagick
+   media-gfx/graphicsmagick[imagemagick]
+   )
+   )
+   visual? ( dev-python/visual )
+   tcpreplay? ( net-analyzer/tcpreplay )
+"



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

commit: 11087818969b4ce38d8f55d19a4f1353a77413ea
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 31 16:07:26 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 31 16:07:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11087818

dev-libs/libressl: add metadata reminder to pin to SLOT 0

As discussed on IRC with Soap.

Package-Manager: portage-2.3.0

 dev-libs/libressl/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/libressl/metadata.xml b/dev-libs/libressl/metadata.xml
index 6376c57..021d35b 100644
--- a/dev-libs/libressl/metadata.xml
+++ b/dev-libs/libressl/metadata.xml
@@ -21,6 +21,9 @@
libressl-portable/portable


+   
+   Pin source packages to SLOT 0, as binary compatibility 
slots are expected to come and go.
+   

Reflect ABI of libcrypto.so and libssl.so only, NOT 
libtls.so.




[gentoo-commits] repo/gentoo:master commit in: app-crypt/qca/

commit: b5ee5d59a90346f4da67c7cfe750c853d6c5948d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 31 15:42:40 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 31 15:42:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ee5d59

app-crypt/qca: add openssl/libressl subslot operators

Package-Manager: portage-2.3.0

 app-crypt/qca/qca-2.1.0.3.ebuild  | 4 ++--
 app-crypt/qca/qca-2.1.1-r1.ebuild | 4 ++--
 app-crypt/qca/qca-2.1.1.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-crypt/qca/qca-2.1.0.3.ebuild b/app-crypt/qca/qca-2.1.0.3.ebuild
index 6bf3132..3cbbad0 100644
--- a/app-crypt/qca/qca-2.1.0.3.ebuild
+++ b/app-crypt/qca/qca-2.1.0.3.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$
 
@@ -29,7 +29,7 @@ RDEPEND="
gcrypt? ( dev-libs/libgcrypt:= )
gpg? ( app-crypt/gnupg )
nss? ( dev-libs/nss )
-   openssl? ( >=dev-libs/openssl-1.0.1:0 )
+   openssl? ( >=dev-libs/openssl-1.0.1:0= )
pkcs11? (
dev-libs/openssl:0
dev-libs/pkcs11-helper

diff --git a/app-crypt/qca/qca-2.1.1-r1.ebuild 
b/app-crypt/qca/qca-2.1.1-r1.ebuild
index 158e45a..ff969a7 100644
--- a/app-crypt/qca/qca-2.1.1-r1.ebuild
+++ b/app-crypt/qca/qca-2.1.1-r1.ebuild
@@ -28,8 +28,8 @@ RDEPEND="
gpg? ( app-crypt/gnupg )
nss? ( dev-libs/nss )
openssl? (
-   !libressl? ( >=dev-libs/openssl-1.0.1:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( >=dev-libs/openssl-1.0.1:0= )
+   libressl? ( dev-libs/libressl:= )
)
pkcs11? (
!libressl? ( dev-libs/openssl:0 )

diff --git a/app-crypt/qca/qca-2.1.1.ebuild b/app-crypt/qca/qca-2.1.1.ebuild
index 5cfedf5..3ac1973 100644
--- a/app-crypt/qca/qca-2.1.1.ebuild
+++ b/app-crypt/qca/qca-2.1.1.ebuild
@@ -28,8 +28,8 @@ RDEPEND="
gpg? ( app-crypt/gnupg )
nss? ( dev-libs/nss )
openssl? (
-   !libressl? ( >=dev-libs/openssl-1.0.1:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( >=dev-libs/openssl-1.0.1:0= )
+   libressl? ( dev-libs/libressl:= )
)
pkcs11? (
!libressl? ( dev-libs/openssl:0 )



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

commit: ccdef96bdbb41eaef9f4e011051cfa622ad897bb
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Aug 31 15:31:15 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Aug 31 15:31:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccdef96b

net-libs/signon-ui: add missing USE dependency

Gentoo-bug: 588260

Package-Manager: portage-2.3.0

 net-libs/signon-ui/signon-ui-0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/signon-ui/signon-ui-0.15.ebuild 
b/net-libs/signon-ui/signon-ui-0.15.ebuild
index 79bc953..6328d7b 100644
--- a/net-libs/signon-ui/signon-ui-0.15.ebuild
+++ b/net-libs/signon-ui/signon-ui-0.15.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
+   dev-qt/qtnetwork:5[ssl]
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
net-libs/accounts-qt



  1   2   3   >