[gentoo-commits] data/glep:master commit in: /

2017-11-05 Thread Ulrich Müller
commit: 40f1719a21a3ba21d6766d5b63dcef7afd059622
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov  6 07:43:26 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov  6 07:43:26 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=40f1719a

glep-0010: Restore original Type.

The Type header was lost in commit 21d3ba39ad06b493897ecaf6ed4a869f43ef8772
and incorrectly re-added as Informational later.

 glep-0010.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glep-0010.rst b/glep-0010.rst
index a0bbcf0..e5e6422 100644
--- a/glep-0010.rst
+++ b/glep-0010.rst
@@ -3,7 +3,7 @@ GLEP: 10
 Title: Localized Gentoo Sites
 Author: Tobias Scherbaum ,
 Sven Vermeulen 
-Type: Informational
+Type: Standards Track
 Status: Deferred
 Version: 1
 Created: 2003-08-04



[gentoo-commits] repo/gentoo:master commit in: net-mail/offlineimap/

2017-11-05 Thread Tim Harder
commit: 5c82436d2f604b4b6d74f308fc780d0c84a82d88
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 07:33:30 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 07:45:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c82436d

net-mail/offlineimap: version bump to 7.1.4

 net-mail/offlineimap/Manifest |  1 +
 net-mail/offlineimap/offlineimap-7.1.4.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/net-mail/offlineimap/Manifest b/net-mail/offlineimap/Manifest
index 39fa94eaa4a..67870a154a4 100644
--- a/net-mail/offlineimap/Manifest
+++ b/net-mail/offlineimap/Manifest
@@ -5,3 +5,4 @@ DIST offlineimap-7.1.0.tar.gz 698600 SHA256 
dc998d1032f0e4f944cae0e584a146b70ea7
 DIST offlineimap-7.1.1.tar.gz 701776 SHA256 
a624f8a77eae664dd458be47c5306c28911d4a1f788ff5641d7bb37e01ecb703 SHA512 
a04a8bdbd2b22f8b74681707faa4fcd768a11abd4eeab1e3b6fd7e7851d97c5c7f7db56c7e7e4809a7cb661a357c38941ea320d9bcb0fc509b3f79b223a0c602
 WHIRLPOOL 
8fe84b4cd82c5e9d8816b4dce6aafae88ad718375927f6aa7cd08fd9b010ea0550a420045ad8f0c376102a0926c1c9ff404802b528d20cf3bf2587ab508f247d
 DIST offlineimap-7.1.2.tar.gz 708014 SHA256 
7203435e34f73e90d1833b72c49a859decf7b5828384a2648ee4b2d1ef3bdc66 SHA512 
14bf6c561ad9cde72f71651970b98380139a016b689c75ed150027f8b71d9f1a646f6738e8fd74d6328103b25c17985ac494d9929568f90bb4be37b71a4de22d
 WHIRLPOOL 
961dcdf759266f90a9f1831ef8b2b85457488bbd75fd548d4ba43a8c8be7df3c62a3dd5fea7874c21882cd58a5697ab2faac4f70661f322b48445591634ca9ac
 DIST offlineimap-7.1.3.tar.gz 710766 SHA256 
02fc106904ddeb3fb64b3e17d3838ed2223e5ade0018900751b1ba8111b45f45 SHA512 
bf24be740b0e7607a1b53df7e872b5dd4b4c720601d99bd88a7ac8add078e5512b62b18c12177e28a00f510aaa8a48e25be82decfdd7ae2da76b671d44071e4a
 WHIRLPOOL 
5a676d6e8ccf887c4a8d903ae969144d42d6652ed85327fcc2fc27c260f41bbdbd03d4d0e8dbc91b20908d1ae409d6d7d0aa847a6eed037237915c5ca2acb3a9
+DIST offlineimap-7.1.4.tar.gz 711048 SHA256 
c6fe4a99458542b52f101d2569cb7ca6d2c758bc0eba3731d4e6263af48c6454 SHA512 
f2623a400de2fac339249f887529e1f02224ba40c5f739b4084b5b26d1f8b6f26faf2c248aeaecd48dd7f6cc27bdaa8b7691c10f3db3b9673a1a5338f435447c
 WHIRLPOOL 
d6eaefeb2a3816a383a1b1b1d6689db498ded130f55c16fea349bb112174126631b18e911d3ba94c2af38e68bc27651cf0f8b8a31b89d4f7956e3b1cec7177b2

diff --git a/net-mail/offlineimap/offlineimap-7.1.4.ebuild 
b/net-mail/offlineimap/offlineimap-7.1.4.ebuild
new file mode 100644
index 000..3258d1bf16b
--- /dev/null
+++ b/net-mail/offlineimap/offlineimap-7.1.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# Normally you need only one version of this.
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads,sqlite,ssl?"
+
+inherit distutils-r1
+
+DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
+HOMEPAGE="http://offlineimap.org";
+SRC_URI="https://github.com/OfflineIMAP/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="doc ssl"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="doc? ( app-text/asciidoc )"
+
+# see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 284925
+PATCHES=(
+   "${FILESDIR}/${PN}-7.0.3-darwin10.patch"
+)
+
+src_compile() {
+   distutils-r1_src_compile
+   use doc && emake -C docs man
+}
+
+src_install() {
+   distutils-r1_src_install
+   dodoc offlineimap.conf offlineimap.conf.minimal
+   use doc && doman docs/{offlineimap.1,offlineimapui.7}
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "You will need to configure offlineimap by creating 
~/.offlineimaprc"
+   elog "Sample configurations are in /usr/share/doc/${PF}/"
+   elog ""
+   elog "If you connect via ssl/tls and don't use CA cert 
checking, it will"
+   elog "display the server's cert fingerprint and require you to 
add it to the"
+   elog "configuration file to be sure it connects to the same 
server every"
+   elog "time. This serves to help fixing CVE-2010-4532 
(offlineimap doesn't"
+   elog "check SSL server certificate) in cases where you have no 
CA cert."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/, dev-util/umockdev/files/

2017-11-05 Thread Tim Harder
commit: b69b1eb73e94e14a939e03854b347d8858b5b5ab
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Nov  4 04:42:33 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 07:45:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69b1eb7

dev-util/umockdev: version bump to 0.9.4

 dev-util/umockdev/Manifest |  1 +
 .../umockdev/files/umockdev-0.9.4-sysmacros.patch  | 20 +
 dev-util/umockdev/umockdev-0.9.4.ebuild| 34 ++
 3 files changed, 55 insertions(+)

diff --git a/dev-util/umockdev/Manifest b/dev-util/umockdev/Manifest
index 7b425a951cc..d625e2fcaf3 100644
--- a/dev-util/umockdev/Manifest
+++ b/dev-util/umockdev/Manifest
@@ -1 +1,2 @@
 DIST umockdev-0.8.11.tar.xz 741812 SHA256 
222518a634c57b1d6d9f51b042e8c80641251260d9c43e6c6273d446d577ccb7 SHA512 
dd6aa23873060c2778796f7300b61aa46e6f9bed8b2b2dc107eb747ade93f9d9027385a414f2107f3da4932065e1f7ec488cc91c6f24c3204a7abbbdf4cb8e84
 WHIRLPOOL 
b736ca9d9f73294e5aabc3be75e006efcfdba8f8ecb96cdeb2fb88a12cc3ba53870c416c82c315acc7da7929d07a9efcdc6ceadaa324e0c63a9a60589d66148c
+DIST umockdev-0.9.4.tar.xz 754856 SHA256 
968cea51804d1de7a1db1c96958326e2f2207a0fdaae18940445e29430e94468 SHA512 
c291d3f40a0ab366f14021aa0960852de049f4299a0207d93cec28d5961f3bc7f89448add6f7b35c1262d805d1d638837d4d5e6b734879ffb5910da50019e1cd
 WHIRLPOOL 
76ffb5c7d0ce53f1a7126247d8d7e9e99f7fafb537b19ef8ae48b794664a713c6ade3565abf20a1bbc10857dc8c4c20d3d75a4543dba7e010b63d4fe2a62f3a5

diff --git a/dev-util/umockdev/files/umockdev-0.9.4-sysmacros.patch 
b/dev-util/umockdev/files/umockdev-0.9.4-sysmacros.patch
new file mode 100644
index 000..bfc8bc9ed53
--- /dev/null
+++ b/dev-util/umockdev/files/umockdev-0.9.4-sysmacros.patch
@@ -0,0 +1,20 @@
+--- umockdev-0.9.4/src/umockdev-record.c
 umockdev-0.9.4/src/umockdev-record.c
+@@ -30,6 +30,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+--- umockdev-0.9.4/tests/test-umockdev-vala.c
 umockdev-0.9.4/tests/test-umockdev-vala.c
+@@ -36,6 +36,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free 
(var), NULL)))

diff --git a/dev-util/umockdev/umockdev-0.9.4.ebuild 
b/dev-util/umockdev/umockdev-0.9.4.ebuild
new file mode 100644
index 000..56a4b358cf1
--- /dev/null
+++ b/dev-util/umockdev/umockdev-0.9.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit python-any-r1
+
+DESCRIPTION="Mock hardware devices for creating unit tests"
+HOMEPAGE="https://github.com/martinpitt/umockdev/";
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs test"
+
+RDEPEND="virtual/libgudev:=
+   virtual/libudev:=
+   >=dev-libs/glib-2.32:2"
+DEPEND="${RDEPEND}
+   test? ( ${PYTHON_DEPS} )
+   app-arch/xz-utils
+   virtual/pkgconfig"
+
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-sysmacros.patch #579988
+)
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}



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

2017-11-05 Thread Tim Harder
commit: 5ea2607aa8f23011e95e78972e0f3fa6802630a8
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 07:39:54 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 07:45:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea2607a

dev-python/hypothesis: version bump to 3.34.1

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-3.34.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index d832513f004..525b3792b4c 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,3 +1,4 @@
 DIST hypothesis-3.31.1.tar.gz 464365 SHA256 
b2e5413e5424b433f013f4c7c5308130a55fa7dde346ffad2e0868139d442e57 SHA512 
2bb0bcf1030374a17d0002901a9ffeb2bd522917428989206a3398e13dc0523703b9b39331cc503ee4d815ad48dca4826cc49379434767803373aa7b81a2625d
 WHIRLPOOL 
a46599f7e1a5c93e2de4dff00f3b40f75972cdbbab3ee943e1683774cb9dbbb5e7c6cfdbd700e08c72c772b13b21789ee39d6ee954ce47f77ee79a477ae5e5f2
 DIST hypothesis-3.33.0.tar.gz 467424 SHA256 
cd10a68b65b160da6c957557255dc2aa89c8967c21169a79d765d4aae1d2a929 SHA512 
3e89fa183381f2df556016ff4af17d2731685b019aed74d5f8dccd53ad262dce107f83f105b7e950a579ef247cc9b8336f15ee321292522118fa4c3487a21138
 WHIRLPOOL 
ce1d30d72880d841c116dc2b8edd700fa483c845d7c7271efeceb94ba3336e5ed9493d0032c8aa4efb15d67a95490f3bb556b63a4be6168c53ed06406558808b
+DIST hypothesis-3.34.1.tar.gz 468030 SHA256 
331a185a60bb4321073219b73516435923744c07f06c4bed188ddba8078bb247 SHA512 
d061c67551c7f877fd7b046ab8164fd01f73f8b013f257817a4e85177f0b8b1782d333d79b492e07771ecdb54ca4451fbcc6271cae19f9a9040160cc45db0644
 WHIRLPOOL 
7b33284a141b1f8e75e225a82cffae71621a946e48c9d48818fa3870d584347d6b0dcfdfb12b45700970a7ff1400e26fba4e9ff8fbc422b472d11eb1a21798d8
 DIST hypothesis-3.6.0.tar.gz 73586 SHA256 
ecb0e711ab83032c54605d88fda1e07ca5c6025bdb5e91deab96eca29491f678 SHA512 
cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389
 WHIRLPOOL 
189c788fdd0a326879a468061c271b14056da5f7dc1d5975e8f360cd5a91957eb8f79c26a045fbe49d7b11f7cc09024d3d09a353321b1dda1d4d96b452fd9e7b

diff --git a/dev-python/hypothesis/hypothesis-3.34.1.ebuild 
b/dev-python/hypothesis/hypothesis-3.34.1.ebuild
new file mode 100644
index 000..4869c0b7b9e
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-3.34.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python 
https://pypi.python.org/pypi/hypothesis";
+SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 
pypy)"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${PN}-python-${PV}
+
+pkg_postinst() {
+   optfeature "datetime support" dev-python/pytz
+   optfeature "numpy support" dev-python/numpy
+   optfeature "django support" dev-python/django dev-python/pytz
+   optfeature "pytest support" dev-python/pytest
+}



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

2017-11-05 Thread Tim Harder
commit: 82ef6f036a79682be73b32cccf98c776a086d256
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 07:32:26 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 07:45:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ef6f03

media-gfx/feh: version bump to 2.22

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

diff --git a/media-gfx/feh/Manifest b/media-gfx/feh/Manifest
index 71c1978a36c..ddaf37fbbf8 100644
--- a/media-gfx/feh/Manifest
+++ b/media-gfx/feh/Manifest
@@ -2,3 +2,4 @@ DIST feh-2.18.3.tar.bz2 2127924 SHA256 
d82f68c7a96e1860dab3584ed58bda69446b692ae
 DIST feh-2.19.3.tar.bz2 2128692 SHA256 
5ec97b655afbde3f1172543d175ec67fe35cd31397a009bda3fc3d40c1de7ed0 SHA512 
0a5ee36bb9536e190b8aee11c097f5efd5f95dbb74ec299b41ec4d7d8bdfa68721b312607eb8e75941c4b79f92fcdbbc31731ab543907b2f6989bcc8e36ac6e5
 WHIRLPOOL 
4305cd425b20fe262fdcf4acf0ecfbeab8404bd6883fc9753f93109557b845cfe0a53edebad2d088a37bbafca7240daa4f0455d86e59793fc1f0ecc48e0716cb
 DIST feh-2.20.tar.bz2 2129466 SHA256 
4b504302099ec6dd099c84dd7e285c80dc318977ebda48949593386bc26e700b SHA512 
a621bc0b1327666af4ae71f6a9c286535b7951bde10f93cc5281304a1ab30e2584f94a5eb48d74dfc40deb007d9f88256a984bcfe2469bf4e11a9d8c8aa52ffc
 WHIRLPOOL 
fb2d8827b687a5b953ad3885745c78707f217cd4f3fb26940a34971d2ec8c13c2689e570882c89283877004d45e484ee3011cb9ffd0170949102743c454ecf5b
 DIST feh-2.21.tar.bz2 2129718 SHA256 
520481c9908d999f8f7546103b78ff9b11f41d25b0938f0a22f10aaa48beef2b SHA512 
f869d6588976973fca55714829478293bbd89fe03c7575c48847d23caec09353dc54eddf6fa41dc7f560c92eaee49ee23008258d72f4d55a49a5166625560a43
 WHIRLPOOL 
81db9d7b87a279468145e750392edb1e7ee477612f80e9ab51d09b313f1ee4efe0c3deffbcc3f7eb5da909a387c33bd9abe213b43f5c11601ad6e5af1ef0c10b
+DIST feh-2.22.tar.bz2 2129914 SHA256 
b257267cf58bf2eef31bd955d49437e165f0f1bf4e60b9ddfb460496d6670c7b SHA512 
403b1e760e2b3e177768b47de5bb7bd45c11152f04a21f6788afcaec12357a085f7c9944000f78a8df41a3d60a67985622d36effd543216153ab04e539b5b85f
 WHIRLPOOL 
e9848ed69eb1d4b75c68b925f9ab0e8b803e848f30d1b4b730c8e7cd52e02c42ec8b3e5732342f484b8ca0e79cec17f277a3cf19311c261989fedfbd730c

diff --git a/media-gfx/feh/feh-2.22.ebuild b/media-gfx/feh/feh-2.22.ebuild
new file mode 100644
index 000..73ad8e804e4
--- /dev/null
+++ b/media-gfx/feh/feh-2.22.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="A fast, lightweight imageviewer using imlib2"
+HOMEPAGE="https://feh.finalrewind.org/";
+SRC_URI="https://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="${EPREFIX}"/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: dev-python/fonttools/

2017-11-05 Thread Tim Harder
commit: 66308e76e7da33ba1c40acaeb5f0d7c31d602b9d
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov  6 07:40:10 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov  6 07:45:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66308e76

dev-python/fonttools: version bump to 3.18.0

 dev-python/fonttools/Manifest|  1 +
 dev-python/fonttools/fonttools-3.18.0.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
index 30e954bbca7..ef9e25d610e 100644
--- a/dev-python/fonttools/Manifest
+++ b/dev-python/fonttools/Manifest
@@ -2,3 +2,4 @@ DIST fonttools-3.0.tar.gz 298992 SHA256 
3bc9141d608603faac3f800482feec78a550d0a9
 DIST fonttools-3.10.0.tar.gz 820057 SHA256 
91fbab7277017587d9c6bfaf6770cbf1b38983d02308eb3f948b7915e43ef6bb SHA512 
fe59f03d6d2bb1dbbe02da922c994911cbb12cea02dfae67651872fbda9b5b1c522bd6d69a4eb117854eceb79c92b385a28e2df5a4a7ceebce4467f9f193e68d
 WHIRLPOOL 
ac3acbf8346f3e60c7d9615a4b4493cfb4ac687781c54f8a70ed5959f15ae1ef117eeed3c3009b2d03aea1fba4bfa66a2a09fba30128afbe6b01d73440b5
 DIST fonttools-3.15.1.tar.gz 888194 SHA256 
72c0706fed42b5fbb0d02b2abed040763de7b5062681f81978ffe288fa81486e SHA512 
a5d258c52d56a37f368cf405a0705744e5c0828954ea389359115c3cd0ccc856dd7d699182410a5173e9b9f60c38495abbe1fb01b8a9b6c9263ef7aa93f9ce4b
 WHIRLPOOL 
b7e32bce05ec6b7c4f258cbccfbb7cec1ea6e58c726bf5f2fe043bf46f563c6cc1618cf1fe067b58228547c552d107b82e8d3f4ff72c6042e7fb0870683ba465
 DIST fonttools-3.17.0.tar.gz 937186 SHA256 
0acafe9b45cec75d547293e7f45eb7d313b950f28c49e10e5501fa29fe032f6a SHA512 
09bb16d9e7b453b0ce28cf096c797f04a31b7e24f9258be9869b680cac22e0a50b954c2f5aae6821152f26a74890e1372e9a3a30f0d6f86e5299cb28d3d65a55
 WHIRLPOOL 
95c005f9fc30cecfb4886241b7cad97ddbd8a0a738f04aae3c69635b81010698c0e8eef9cb9c528ceb8185b22d7cb73063b86879a7ecc2f1be78aaa434eb8e5b
+DIST fonttools-3.18.0.tar.gz 944103 SHA256 
0f9987594bba2705d0b5cb421b2f81a0669e03123bcd47392ecc4c74342b91b2 SHA512 
514f729bc701f402d416c9f4a4292007bdcd53aa1a288aa20490be9622916817b9f038aacc0d92d7ca6769eb334c8a06569ab133dc88e9a82abffd74be226869
 WHIRLPOOL 
41c4291b0963a5ff2c06bb772431f2461ff8a18d6efd019936daab18a53ed3aff70d60f5ae10f98b97e6b8f1726788cf9304efeeeb40536358aedc723f801c49

diff --git a/dev-python/fonttools/fonttools-3.18.0.ebuild 
b/dev-python/fonttools/fonttools-3.18.0.ebuild
new file mode 100644
index 000..19ab74bba8d
--- /dev/null
+++ b/dev-python/fonttools/fonttools-3.18.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
+HOMEPAGE="https://github.com/behdad/fonttools/";
+SRC_URI="https://github.com/behdad/fonttools/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? (
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   touch Tests/svgLib/__init__.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2017-11-05 Thread Sergei Trofimovich
commit: caacdbe7a3030fb58b9c897c3a328b859fbfb251
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov  6 07:44:58 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov  6 07:45:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caacdbe7

dev-python/unidecode: stable 0.04.20 for sparc, bug #616976 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/unidecode/unidecode-0.04.20.ebuild 
b/dev-python/unidecode/unidecode-0.04.20.ebuild
index 1caa3609b94..8270a7cc345 100644
--- a/dev-python/unidecode/unidecode-0.04.20.ebuild
+++ b/dev-python/unidecode/unidecode-0.04.20.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ppc ppc64 sparc x86"
 
 S=${WORKDIR}/${MY_P}
 



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

2017-11-05 Thread Amy Liffey
commit: 23d7aa2282f6b16c508738d31eb90d0334d8c602
Author: Tomáš Mózes  gmail  com>
AuthorDate: Sat Nov  4 22:05:10 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Nov  6 07:35:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d7aa22

app-emulation/vagrant: bump to 2.0.1

 app-emulation/vagrant/Manifest |  1 +
 app-emulation/vagrant/files/vagrant.in-r1  | 50 +++
 app-emulation/vagrant/vagrant-2.0.1.ebuild | 78 ++
 3 files changed, 129 insertions(+)

diff --git a/app-emulation/vagrant/Manifest b/app-emulation/vagrant/Manifest
index 34dfc7b9412..c626066ee4a 100644
--- a/app-emulation/vagrant/Manifest
+++ b/app-emulation/vagrant/Manifest
@@ -1,3 +1,4 @@
 DIST vagrant-1.9.7.tar.gz 1119024 SHA256 
194de72442a2d08f6e04fbed8698a99d190a0e7203d35b49e80d4ddfcb71fb1b SHA512 
062921070ace7ce93145981b5b768dc9dc447559fc12c52c8da323d1e3523fbff2a8e7afca0e2f751e232aae822c969b5d166b3b0f01a0744ca20c4e4e33567f
 WHIRLPOOL 
ef0331781cf6a71dca9eb485943c459a5360f55b1db45b4f23b413b848eeac1700afe3ea51b6dd2e0da1a7c1ba6ad456bd9fcb7a7b3532145e95a38fc997dd99
 DIST vagrant-1.9.8.tar.gz 1127560 SHA256 
59c1d50437d2f50eeae219bc03c90d397fe8d8c974cce7c51b017b8ceeaefb54 SHA512 
d22cc0a6800aa5ef84085c750f5ec8729f7b3adefd9a5df1a1fcaf60d1219e781869ede4f57ce4fdeb269224603dfc3a8024545a0250ebd9e144745ce9aa670b
 WHIRLPOOL 
d9c199322798e792a895aef03f729b4db8bb5eb3eaab960092d5aa2831032106a9f55ac3957b43378cceea2d27cf53f8ecf6ff38ff54ff2f8c4451c0238029ee
 DIST vagrant-2.0.0.tar.gz 1142850 SHA256 
c25d3a5f18abdf349047f4d80bb74e6cb526959536e4bef5aa771de9d39cb260 SHA512 
ee9059dfd205253d6f978fd225d85eef5a281532a1992bc9382eb713c95a0280d4b6518460106227237ae4e93cf5e2eaf670bd378627c3e9696b0fe9a2427ac1
 WHIRLPOOL 
8337800f6c5cc88081dc6f8630de60ecba8c851687d14143f34dc41b62cbd67b1e463f7351ecc0e1c764742004fdba389bc33c0bb2a5c043d1fbf6dde352171c
+DIST vagrant-2.0.1.tar.gz 1153702 SHA256 
212b91c45f60a825fcfc656424021e2550833778a6d4ebe13458676201a04eba SHA512 
4458fd819cfcbf732dcbb5e334986afc986e3da4f4ea883260ed9b7ff8dd90ef9b0078c067a1bf7fbf51562f235ab447234762a38aa0ac539974f6205f6d9cfd
 WHIRLPOOL 
7c66469b1fc0078524b62dd62dd66ae45f6527602df650dbe755bbbe12d4d4b04d6e0964606705a2c9ef4113d5b6abdc5619d223f4913cb9425d4032921ec0d9

diff --git a/app-emulation/vagrant/files/vagrant.in-r1 
b/app-emulation/vagrant/files/vagrant.in-r1
new file mode 100644
index 000..7c0405e8a83
--- /dev/null
+++ b/app-emulation/vagrant/files/vagrant.in-r1
@@ -0,0 +1,50 @@
+#!/usr/bin/env bash
+#
+# This is a wrapper to properly execute Vagrant within the embedded
+# Vagrant installation directory. This sets up proper environmental variables
+# so that everything loads and compiles to proper directories.
+
+for r in ruby24 ruby23 ruby22; do
+  VAGRANT_DIR="$( "${r}" -e 'print Gem::default_path[-1] + 
"/gems/vagrant-@VAGRANT_VERSION@"' )"
+  # Export the VAGRANT_EXECUTABLE so that pre-rubygems can optimize a bit
+  export VAGRANT_EXECUTABLE="${VAGRANT_DIR}/bin/vagrant"
+  "${r}" "${VAGRANT_EXECUTABLE}" "version" &> /dev/null
+  if [ $? -eq 0 ]; then
+ruby="${r}"
+break
+  fi
+done
+
+# Export GEM_HOME based on VAGRANT_HOME
+#
+# This needs to be set because Bundler includes gem paths
+# from RubyGems' Gem.paths.
+if [ -z ${VAGRANT_HOME} ]; then
+  VAGRANT_HOME="~/.vagrant.d"
+fi
+export GEM_HOME="${VAGRANT_HOME}/gems"
+
+# SSL certs
+export SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt"
+
+# Export an environmental variable to say we're in a Vagrant
+# installer created environment.
+export VAGRANT_INSTALLER_ENV=1
+
+# This is currently used only in Vagrant::Plugin::Manager.system_plugins_file
+# to locate plugins configuration file.
+export VAGRANT_INSTALLER_EMBEDDED_DIR="/var/lib/vagrant"
+export VAGRANT_INSTALLER_VERSION=2
+
+# Export the OS as an environmental variable that Vagrant can access
+# so that it can behave better.
+export VAGRANT_DETECTED_OS="$(uname -s 2>/dev/null)"
+
+# Allow to install plugins even with deps in different slots (Bug #628648)
+export VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1
+
+# Make it work with rvm (Bugs #474476 #628648)
+unset GEM_HOME GEM_PATH
+
+# Call the actual Vagrant bin with our arguments
+exec "${ruby}" "${VAGRANT_EXECUTABLE}" "$@"

diff --git a/app-emulation/vagrant/vagrant-2.0.1.ebuild 
b/app-emulation/vagrant/vagrant-2.0.1.ebuild
new file mode 100644
index 000..a496014e0f4
--- /dev/null
+++ b/app-emulation/vagrant/vagrant-2.0.1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
+RUBY_FAKEGEM_EXTRAINSTALL="keys plugins templates version.txt"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="A tool for building and distributing development environments"
+HOMEPAGE="http:/

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

2017-11-05 Thread Amy Liffey
commit: a87aeea90cf92a816a21ab18304296075f753922
Author: Tomáš Mózes  gmail  com>
AuthorDate: Sat Nov  4 22:06:35 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Nov  6 07:37:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87aeea9

app-emulation/vagrant: drop old

Closes:#6126

 app-emulation/vagrant/Manifest |  1 -
 .../vagrant/files/vagrant-1.8.1-rvm.patch  | 11 ---
 app-emulation/vagrant/files/vagrant-1.9.6  | 45 
 app-emulation/vagrant/vagrant-1.9.7.ebuild | 84 --
 4 files changed, 141 deletions(-)

diff --git a/app-emulation/vagrant/Manifest b/app-emulation/vagrant/Manifest
index c626066ee4a..6608809f83d 100644
--- a/app-emulation/vagrant/Manifest
+++ b/app-emulation/vagrant/Manifest
@@ -1,4 +1,3 @@
-DIST vagrant-1.9.7.tar.gz 1119024 SHA256 
194de72442a2d08f6e04fbed8698a99d190a0e7203d35b49e80d4ddfcb71fb1b SHA512 
062921070ace7ce93145981b5b768dc9dc447559fc12c52c8da323d1e3523fbff2a8e7afca0e2f751e232aae822c969b5d166b3b0f01a0744ca20c4e4e33567f
 WHIRLPOOL 
ef0331781cf6a71dca9eb485943c459a5360f55b1db45b4f23b413b848eeac1700afe3ea51b6dd2e0da1a7c1ba6ad456bd9fcb7a7b3532145e95a38fc997dd99
 DIST vagrant-1.9.8.tar.gz 1127560 SHA256 
59c1d50437d2f50eeae219bc03c90d397fe8d8c974cce7c51b017b8ceeaefb54 SHA512 
d22cc0a6800aa5ef84085c750f5ec8729f7b3adefd9a5df1a1fcaf60d1219e781869ede4f57ce4fdeb269224603dfc3a8024545a0250ebd9e144745ce9aa670b
 WHIRLPOOL 
d9c199322798e792a895aef03f729b4db8bb5eb3eaab960092d5aa2831032106a9f55ac3957b43378cceea2d27cf53f8ecf6ff38ff54ff2f8c4451c0238029ee
 DIST vagrant-2.0.0.tar.gz 1142850 SHA256 
c25d3a5f18abdf349047f4d80bb74e6cb526959536e4bef5aa771de9d39cb260 SHA512 
ee9059dfd205253d6f978fd225d85eef5a281532a1992bc9382eb713c95a0280d4b6518460106227237ae4e93cf5e2eaf670bd378627c3e9696b0fe9a2427ac1
 WHIRLPOOL 
8337800f6c5cc88081dc6f8630de60ecba8c851687d14143f34dc41b62cbd67b1e463f7351ecc0e1c764742004fdba389bc33c0bb2a5c043d1fbf6dde352171c
 DIST vagrant-2.0.1.tar.gz 1153702 SHA256 
212b91c45f60a825fcfc656424021e2550833778a6d4ebe13458676201a04eba SHA512 
4458fd819cfcbf732dcbb5e334986afc986e3da4f4ea883260ed9b7ff8dd90ef9b0078c067a1bf7fbf51562f235ab447234762a38aa0ac539974f6205f6d9cfd
 WHIRLPOOL 
7c66469b1fc0078524b62dd62dd66ae45f6527602df650dbe755bbbe12d4d4b04d6e0964606705a2c9ef4113d5b6abdc5619d223f4913cb9425d4032921ec0d9

diff --git a/app-emulation/vagrant/files/vagrant-1.8.1-rvm.patch 
b/app-emulation/vagrant/files/vagrant-1.8.1-rvm.patch
deleted file mode 100644
index 81d17be010e..000
--- a/app-emulation/vagrant/files/vagrant-1.8.1-rvm.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 vagrant-1.8.1/bin/vagrant
-+++ vagrant-1.8.1/bin/vagrant
-@@ -5,6 +5,8 @@
- # initializing which have historically resulted in stack traces.
- Signal.trap("INT") { abort }
- 
-+ENV.delete('GEM_PATH')
-+
- # Split arguments by "--" if its there, we'll recombine them later
- argv = ARGV.dup
- argv_extra = []

diff --git a/app-emulation/vagrant/files/vagrant-1.9.6 
b/app-emulation/vagrant/files/vagrant-1.9.6
deleted file mode 100644
index ef264888f3f..000
--- a/app-emulation/vagrant/files/vagrant-1.9.6
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/usr/bin/env bash
-#
-# This is a wrapper to properly execute Vagrant within the embedded
-# Vagrant installation directory. This sets up proper environmental variables
-# so that everything loads and compiles to proper directories.
-
-VAGRANT_DIR="$( ruby -e 'print Gem::default_path[-1] + "/gems/vagrant-1.9.6"' 
)"
-
-# Export GEM_HOME based on VAGRANT_HOME
-#
-# This needs to be set because Bundler includes gem paths
-# from RubyGems' Gem.paths.
-if [ -z $VAGRANT_HOME ]; then
-  VAGRANT_HOME=$(eval echo "~/.vagrant.d")
-fi
-export GEM_HOME="$VAGRANT_HOME/gems"
-
-# SSL certs
-export SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt"
-
-# Export an environmental variable to say we're in a Vagrant
-# installer created environment.
-export VAGRANT_INSTALLER_ENV=1
-
-# This is currently used only in Vagrant::Plugin::Manager.system_plugins_file
-# to locate plugins configuration file.
-export VAGRANT_INSTALLER_EMBEDDED_DIR="/var/lib/vagrant"
-export VAGRANT_INSTALLER_VERSION="2"
-
-# Determine the OS that we're on, which is used in some later checks.
-# It is very important we do this _before_ setting the PATH below
-# because uname dependencies can conflict on some platforms.
-OS=$(uname -s 2>/dev/null)
-
-# Export the OS as an environmental variable that Vagrant can access
-# so that it can behave better.
-export VAGRANT_DETECTED_OS="${OS}"
-
-VAGRANT_EXECUTABLE="${VAGRANT_DIR}/bin/vagrant"
-
-# Export the VAGRANT_EXECUTABLE so that pre-rubygems can optimize a bit
-export VAGRANT_EXECUTABLE
-
-# Call the actual Vagrant bin with our arguments
-exec ruby "${VAGRANT_EXECUTABLE}" "$@"

diff --git a/app-emulation/vagrant/vagrant-1.9.7.ebuild 
b/app-emulation/vagrant/vagrant-1.9.7.ebuild
deleted file mode 100644
index b6b67db26be..000
--- a/app-emulation/vagra

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

2017-11-05 Thread Amy Liffey
commit: d6008d5da2ae30b86fea0f8ee943a27a9c408653
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Nov  5 09:39:07 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Nov  6 07:31:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6008d5d

dev-libs/check: remove unused patch

Closes:#6129

 .../check/files/check-0.9.10-AM_PATH_CHECK.patch   | 33 --
 1 file changed, 33 deletions(-)

diff --git a/dev-libs/check/files/check-0.9.10-AM_PATH_CHECK.patch 
b/dev-libs/check/files/check-0.9.10-AM_PATH_CHECK.patch
deleted file mode 100644
index a433549a363..000
--- a/dev-libs/check/files/check-0.9.10-AM_PATH_CHECK.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Index: doc/example/tests/Makefile.am
-===
 doc/example/tests/Makefile.am  (revision 747)
-+++ doc/example/tests/Makefile.am  (working copy)
-@@ -3,5 +3,5 @@
- TESTS = check_money
- check_PROGRAMS = check_money
- check_money_SOURCES = check_money.c $(top_builddir)/src/money.h
--check_money_CFLAGS = @CHECK_CFLAGS@
--check_money_LDADD = $(top_builddir)/src/libmoney.la @CHECK_LIBS@
-+check_money_CFLAGS = $(CHECK_CFLAGS)
-+check_money_LDADD = $(top_builddir)/src/libmoney.la $(CHECK_LIBS)
-Index: doc/example/configure.ac
-===
 doc/example/configure.ac   (revision 747)
-+++ doc/example/configure.ac   (working copy)
-@@ -20,12 +20,10 @@
- 
- # Checks for libraries.
- 
--# This macro is defined in check.m4 and tests if check.h and
--# libcheck.a are installed in your system. It sets CHECK_CFLAGS and
--# CHECK_LIBS accordingly.  
--#  AM_PATH_CHECK([MINIMUM-VERSION,
--#[ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
--AM_PATH_CHECK()
-+# Use pkg-config instead of upstream-provided and possibly-broken
-+# AM_PATH_CHECK. This command sets CHECK_CFLAGS and CHECK_LIBS
-+# appropriately.
-+PKG_CHECK_MODULES([CHECK], [check])
- 
- # Checks for header files.
- AC_HEADER_STDC



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

2017-11-05 Thread Amy Liffey
commit: e1fffbc307ced49f7d240460cbfa89ef6b314288
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Nov  5 21:05:29 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Nov  6 07:30:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fffbc3

ned-dns/knot: remove unused patch

Closes:#6134

 net-dns/knot/files/2.5.3-link-with-libatomic.patch | 117 -
 1 file changed, 117 deletions(-)

diff --git a/net-dns/knot/files/2.5.3-link-with-libatomic.patch 
b/net-dns/knot/files/2.5.3-link-with-libatomic.patch
deleted file mode 100644
index 14e5366f7d9..000
--- a/net-dns/knot/files/2.5.3-link-with-libatomic.patch
+++ /dev/null
@@ -1,117 +0,0 @@
-From 5cf2d1acf87fa0ab18375534ca210f1cabf212b3 Mon Sep 17 00:00:00 2001
-From: Pierre-Olivier Mercier 
-Date: Wed, 2 Aug 2017 23:16:43 +0200
-Subject: [PATCH] Link with libatomic on architectures that requires it
-

- configure.ac| 10 +-
- src/Makefile.am |  2 +-
- 2 files changed, 10 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 2a28214..5bd1798 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -504,8 +504,16 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], 
[[cpuset_t* set = cpuset
- AC_COMPILE_IFELSE(
-   [AC_LANG_PROGRAM([[#include ]],
-[[uint64_t val = 0; __atomic_add_fetch(&val, 1, 
__ATOMIC_RELAXED);]])],
--  [AC_DEFINE(HAVE_ATOMIC, 1, [Define to 1 if you have '__atomic' functions.])]
-+  [AC_DEFINE(HAVE_ATOMIC, 1, [Define to 1 if you have '__atomic' functions.])
-+AC_LINK_IFELSE(
-+ [AC_LANG_PROGRAM([[#include ]],
-+  [[uint64_t val = 0; __atomic_add_fetch(&val, 1, 
__ATOMIC_RELAXED);]])],
-+ [atomic_LIBS=""],
-+ [atomic_LIBS="-latomic"]
-+  )],
-+  [atomic_LIBS=""]
- )
-+AC_SUBST([atomic_LIBS])
- 
- # Prepare CFLAG_VISIBILITY to be used where needed
- gl_VISIBILITY()
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 948912e..bf28013 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -399,7 +399,7 @@ libknotd_la_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAG_VISIBILITY) 
$(systemd_CFLAGS) \
-$(liburcu_CFLAGS) -DKNOTD_MOD_STATIC
- libknotd_la_LDFLAGS  = $(AM_LDFLAGS) -export-symbols-regex '^knotd_'
- libknotd_la_LIBADD   = libknot.la zscanner/libzscanner.la $(systemd_LIBS) \
--   $(liburcu_LIBS)
-+   $(liburcu_LIBS) $(atomic_LIBS)
- 
- ###
- # Knot DNS Daemon #
 a/src/Makefile.in  2017-08-05 18:09:14.029882010 +0200
-+++ b/src/Makefile.in  2017-08-05 18:12:43.541190937 +0200
-@@ -379,7 +379,7 @@
- @STATIC_MODULE_dnstap_TRUE@   contrib/dnstap/libdnstap.la
- libknotd_la_DEPENDENCIES = libknot.la zscanner/libzscanner.la \
-   $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
--  $(am__DEPENDENCIES_2)
-+  $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
- am__libknotd_la_SOURCES_DIST = knot/conf/base.c knot/conf/base.h \
-   knot/conf/conf.c knot/conf/conf.h knot/conf/confdb.c \
-   knot/conf/confdb.h knot/conf/confio.c knot/conf/confio.h \
-@@ -937,6 +937,7 @@
- am__quote = @am__quote@
- am__tar = @am__tar@
- am__untar = @am__untar@
-+atomic_LIBS = @atomic_LIBS@
- bindir = @bindir@
- build = @build@
- build_alias = @build_alias@
-@@ -1275,7 +1276,8 @@
-   $(am__append_11)
- libknotd_la_LDFLAGS = $(AM_LDFLAGS) -export-symbols-regex '^knotd_'
- libknotd_la_LIBADD = libknot.la zscanner/libzscanner.la \
--  $(systemd_LIBS) $(liburcu_LIBS) $(am__append_12)
-+  $(systemd_LIBS) $(liburcu_LIBS) $(atomic_LIBS) \
-+  $(am__append_12)
- @HAVE_DAEMON_TRUE@sbin_SCRIPTS = utils/pykeymgr/pykeymgr
- @HAVE_DAEMON_TRUE@CLEAN_FILES = $(sbin_SCRIPTS)
- @HAVE_DAEMON_TRUE@knotddir = $(includedir)/knot
 a/configure2017-08-05 18:09:14.039882551 +0200
-+++ b/configure2017-08-05 18:12:18.779857706 +0200
-@@ -655,6 +655,7 @@
- CODE_COVERAGE_ENABLED_TRUE
- HAVE_VISIBILITY
- CFLAG_VISIBILITY
-+atomic_LIBS
- libidn_LIBS
- libidn_CFLAGS
- libidn2_LIBS
-@@ -16347,10 +16358,32 @@
- 
- $as_echo "#define HAVE_ATOMIC 1" >>confdefs.h
- 
-+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-+/* end confdefs.h.  */
-+#include 
-+int
-+main ()
-+{
-+uint64_t val = 0; __atomic_add_fetch(&val, 1, __ATOMIC_RELAXED);
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+if ac_fn_c_try_link "$LINENO"; then :
-+  atomic_LIBS=""
-+else
-+  atomic_LIBS="-latomic"
-+
-+fi
-+rm -f core conftest.err conftest.$ac_objext \
-+conftest$ac_exeext conftest.$ac_ext
-+else
-+  atomic_LIBS=""
- 
- fi
- rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- 
-+
- # Prepare CFLAG_VISIBILITY to be used where needed
- 
- 



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

2017-11-05 Thread David Seifert
commit: db01d59aa45c2be75b088ed5ae41cd6a1baa8811
Author: David Seifert  gentoo  org>
AuthorDate: Mon Nov  6 07:10:43 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Nov  6 07:10:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db01d59a

media-sound/audacious: Readd support for GTK+3

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-sound/audacious/Manifest  |  1 +
 media-sound/audacious/audacious-3.9.ebuild  | 18 +-
 media-sound/audacious/audacious-.ebuild | 18 +-
 3 files changed, 27 insertions(+), 10 deletions(-)

diff --git a/media-sound/audacious/Manifest b/media-sound/audacious/Manifest
index d663c459ec5..b30fd688980 100644
--- a/media-sound/audacious/Manifest
+++ b/media-sound/audacious/Manifest
@@ -4,5 +4,6 @@ DIST audacious-3.7.1-gtk3.tar.bz2 571720 SHA256 
30d63066916d0de32891c74b6b39e3c9
 DIST audacious-3.7.1.tar.bz2 571450 SHA256 
c8366870aea21d5f4a5a282dee45fba99390e4e3d5164cd119e343f79e9ecbbf SHA512 
4c74fcfa6e575375501828905f01ed1e769d88fa346a99162c6800da5bc6aa33ec5598c5de1201c4e24cadb31b8c36768ea390aa4884de6bdbf42b0bea5a31a8
 WHIRLPOOL 
19fb9e0bd4b606e09ef21a66b8684fbc5ccac4e97c0f26abe96b42851fc3a2c629d89b39ec3f9a5ec82a779a2d6a5ae56ab36ab0993a2e0c1ff48861e6c28518
 DIST audacious-3.8.2-gtk3.tar.bz2 591423 SHA256 
4ec6bd82d812c5cdcb1c32f4b0912b219edc8f1ce2603b07f714e0c4f2ed08bc SHA512 
fc2c69748c8f044aa8eae1848771b45088d85fbb67baf5dcd3ab2ff52e0848ba626e138d1a37756df98249f32cb3d6c54de29355b218602c6a47ff15c8ba0b96
 WHIRLPOOL 
7d9e2c295e89ec40ef91613f4a4c1f808446f156bbbc6e6be89511fa94a4b9cce5bef209187d1396edd008dd4474c127ad97a493cf9bf3deffd6064f07cdec8e
 DIST audacious-3.8.2.tar.bz2 591209 SHA256 
bdf1471cce9becf9599c742c03bdf67a2b26d9101f7d865f900a74d57addbe93 SHA512 
13914d837ab5f283c45297424033486d9a5158f78f17f5538ecce780125fa76585e9e45852d15f6ecf3ed974e7a2f6289ceaaeffa97b2ea79b2bef449d8c786b
 WHIRLPOOL 
9027baf4fe10e69fd41417d46db2d9105701a6a8c8b80f5bfa3f0aa9615b07a0103b159585b601c01b3483f93872ed890ed81f921b512d295648bffc820267f0
+DIST audacious-3.9-gtk3.tar.bz2 588784 SHA256 
f671657f53115d3ee90dee84cccdfc01a3cd968c62731e15cacab5d27f840633 SHA512 
7410e27d90a236dca6c988a05fe6cd5ed73fb2c7dbf3779cc29bf5b23618b9430ecb2bf340b67bef07aa821130734d978738c976d09cf216ba5140b569e9190f
 WHIRLPOOL 
16bf9c0b49c66ce429bd7c5eccbfa42c8d167f22342280e31573da50cc36f513fdb91f935d176e1ef071702d0a9e97568122d3af2527d169bfa8ed9ced290ce9
 DIST audacious-3.9.tar.bz2 599488 SHA256 
2d8044673ac786d71b08004f190bbca368258bf60e6602ffc0d9622835ccb05e SHA512 
d8ef24c91c84bfa80831075cd9a12fc4bf02cec8bc96bcfa5a941254d194cccdc482482b1c015bc63e1142718c2221034c0f3a87e2cb6e4daf3b4cc428328aaa
 WHIRLPOOL 
a3e3d4f6b9fb0b3e2e90ea249101ae9cc0263d8dda0e49696e44ee00492218d9e19770669abcbcc4b8adfc4e53c263de1e8c9b5d5cdcc9a43d90e9b70d76e282
 DIST gentoo_ice-xmms-0.2.tar.bz2 51839 SHA256 
d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 SHA512 
e863a8f86073007c47ce8c20739aae4bff22e22a7ddc11556b12ae6ebb68654cec7310fdc9d05f2c47f81cf2591fe601b2eb12a2fd911c0a6118c9f3cc524f05
 WHIRLPOOL 
b7a4409629a860021477f34f8886c40c005ea2ec34373d80e6a696323866e54f361e38c76b1ac536775ae5912308f11416e613dec791f21473f01a2fad35bcfd

diff --git a/media-sound/audacious/audacious-3.9.ebuild 
b/media-sound/audacious/audacious-3.9.ebuild
index 464c12ddd85..8d0969f7e2f 100644
--- a/media-sound/audacious/audacious-3.9.ebuild
+++ b/media-sound/audacious/audacious-3.9.ebuild
@@ -13,7 +13,9 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git";
 else
-   SRC_URI="http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2";
+   SRC_URI="
+   !gtk3? ( 
http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
+   gtk3? ( 
http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -21,8 +23,8 @@ SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="gtk nls qt5"
-REQUIRED_USE="^^ ( gtk qt5 )"
+IUSE="gtk gtk3 nls qt5"
+REQUIRED_USE="^^ ( gtk gtk3 qt5 )"
 
 RDEPEND="
>=dev-libs/dbus-glib-0.60
@@ -30,7 +32,8 @@ RDEPEND="
>=x11-libs/cairo-1.2.6
>=x11-libs/pango-1.8.0
virtual/freedesktop-icon-theme
-   gtk?  ( x11-libs/gtk+:2 )
+   gtk? ( x11-libs/gtk+:2 )
+   gtk3? ( x11-libs/gtk+:3 )
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -43,6 +46,11 @@ PDEPEND="~media-plugins/audacious-plugins-${PV}"
 
 src_unpack() {
default
+
+   if use gtk3; then
+   mv "${MY_P}"{-gtk3,} || die
+   fi
+
[[ ${PV} == * ]] && git-r3_src_unpack
 }
 
@@ -60,7 +68,7 @@ src_configure() {
econf \
--disable-valgrind \
--enable-dbus \
-   $(use_enable gtk) \
+   $(use_enable $(usex gtk gtk gtk3) g

[gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/

2017-11-05 Thread David Seifert
commit: 5600ec12e40a15a4e9cffab37a765c4cd1867059
Author: David Seifert  gentoo  org>
AuthorDate: Mon Nov  6 07:10:47 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Nov  6 07:10:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5600ec12

media-plugins/audacious-plugins: Readd support for GTK+3

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-plugins/audacious-plugins/Manifest   |  1 +
 .../audacious-plugins/audacious-plugins-3.9.ebuild | 29 --
 .../audacious-plugins-.ebuild  | 29 --
 3 files changed, 43 insertions(+), 16 deletions(-)

diff --git a/media-plugins/audacious-plugins/Manifest 
b/media-plugins/audacious-plugins/Manifest
index 441eea5275a..f9b500752f7 100644
--- a/media-plugins/audacious-plugins/Manifest
+++ b/media-plugins/audacious-plugins/Manifest
@@ -4,4 +4,5 @@ DIST audacious-plugins-3.7.1-gtk3.tar.bz2 1838067 SHA256 
75469b52694fcfce237a937
 DIST audacious-plugins-3.7.1.tar.bz2 1838045 SHA256 
228a384f26afb99166776d3454539956aa00fde90dcb4612ce8910ed4116 SHA512 
2d22131babba572af235ec5f27135061a1602be55a2f709e327b7cd4052f7c11bc31398d01574a6f07197daa6b79cb42d5fa7b26f75764680420a46aede5cd9a
 WHIRLPOOL 
026c355c6323aa6b56b09c119d9320ec5a7306f11b90504631f8a25c05b4f9bd1641ff223e0122a7b5be48f341a3820b759d1829ca60274285cfe19897c9edae
 DIST audacious-plugins-3.8.2-gtk3.tar.bz2 1821924 SHA256 
7849024beae61b8af3874b166cf3977905aec77859e53901158b531b31ef0cef SHA512 
a5457cecc72ca4d57a3fad686b5ff42b2110d8ef65203fa49ad063c8944fc41af5d231b0870126e21c4cc8b3152de36c13726813075d26ba86450ef2132a6d33
 WHIRLPOOL 
0a75dd8a439dd30dce4764385fa60f317c521c3f45b5e4ae6c1d14f6a64854d4c1650ba59facc7d204cbd53b7a8b3fca8dd94ee1b040fc2c8f444b179e4f
 DIST audacious-plugins-3.8.2.tar.bz2 1821558 SHA256 
d7cefca7a0e32bf4e58bb6e84df157268b5e9a6771a0e8c2da98b03f92a5fdd4 SHA512 
61be2ee962853ed05366d4089ae1bef96c282ff61a947dc32f06651a9b620035a33cf4d75f4c4d74821099f36f9124f2b2266940f4844d14ca43ef70a81cde08
 WHIRLPOOL 
9d87947da3a7d90f0e5262d27dcbbbff2cfc833d340e87448a11d7c5fdfd5a64d8e1f49823a50e7f6ff33214a93594051e561e75eab422aa6321402067076e75
+DIST audacious-plugins-3.9-gtk3.tar.bz2 1883096 SHA256 
10b393885ce19161abbae73d39daf470b7bb1e98f5322e4853b95ea9b59802f7 SHA512 
b46f76aa0b49b8f4430e6a9d6369e96cfc07cdc7b5014bd512dc6bfdfbc19c5ae171cb5c19083a1b2150ae67d9ff91e1c342d32a1a53074da4b7d6fe51a2
 WHIRLPOOL 
a6c286ffd6ffa10a14434cd0b05bbcd5dc01693fe23d75d4cfaafa6ebe053021362035abfe33cfa10d4a035bc49d094c64467e75ab86e08680970f4e49e8f43c
 DIST audacious-plugins-3.9.tar.bz2 1843084 SHA256 
8bf7f21089cb3406968cc9c71307774aee7100ec4607f28f63cf5690d5c927b8 SHA512 
00c8c53d69995ca1fedb91c7df609cc6c65b13e1af23b98a2fbda143c02ac554cc2c42c01f1c593af252e36bfb85b6324f2daca8632d3b672c69fb4dead2e3fa
 WHIRLPOOL 
e0b7cb6a6fb97d7cd69be4d2efc7867bb8510e6ea94af84055e3c61ffb8b06e716f7ac30b961155d560f4e646b82c7df894a7024cfe68c0ee47c64b9e66e9665

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild
index 2b9250e2722..0593e968060 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild
@@ -12,16 +12,18 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3

EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git";
 else
-   SRC_URI="http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2";
+   SRC_URI="
+   !gtk3? ( 
http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
+   gtk3? ( 
http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth gnome 
hotkeys http gme gtk jack lame libav
+IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth gnome 
hotkeys http gme gtk gtk3 jack lame libav
libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 
scrobbler sdl sid sndfile soxr vorbis wavpack"
 REQUIRED_USE="
-   ^^ ( gtk qt5 )
+   ^^ ( gtk gtk3 qt5 )
qt5? ( !libnotify )
|| ( alsa jack pulseaudio sdl )"
 
@@ -47,7 +49,7 @@ RDEPEND="
dev-libs/dbus-glib
dev-libs/glib[utils]
dev-libs/libxml2:2
-   ~media-sound/audacious-${PV}[gtk?,qt5?]
+   ~media-sound/audacious-${PV}[gtk?,gtk3?,qt5?]
aac? ( >=media-libs/faad2-2.7 )
alsa? ( >=media-libs/alsa-lib-1.0.16 )
ampache? ( www-apps/ampache )
@@ -68,9 +70,8 @@ RDEPEND="
)
fluidsynth? ( media-sound/fluidsynth )
http? ( >=net-libs/neon-0.26.4 )
-   gtk? (
-   x11-libs/gtk+:2
-   )
+   gtk? ( x11-libs/gtk+:2 )
+   gtk3? ( x11-libs/gtk+:3 )
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -108,6 +

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

2017-11-05 Thread David Seifert
commit: 58bcfd144656b78ed114b1b986b39b05ba24fdce
Author: David Seifert  gentoo  org>
AuthorDate: Mon Nov  6 07:10:40 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Nov  6 07:10:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58bcfd14

media-libs/adplug: Update to EAPI 6

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-libs/adplug/adplug-2.2.1.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-libs/adplug/adplug-2.2.1.ebuild 
b/media-libs/adplug/adplug-2.2.1.ebuild
index dc62bad7856..ab8068472a1 100644
--- a/media-libs/adplug/adplug-2.2.1.ebuild
+++ b/media-libs/adplug/adplug-2.2.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player 
library"
 HOMEPAGE="http://adplug.sourceforge.net";
@@ -16,8 +16,6 @@ RDEPEND=">=dev-cpp/libbinio-1.4"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
-DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO )
-
 src_configure() {
econf \
$(use_enable static-libs static) \
@@ -26,5 +24,5 @@ src_configure() {
 
 src_install() {
default
-   rm -f "${ED}"usr/lib*/lib${PN}.la
+   find "${D}" -name '*.la' -delete || die
 }



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

2017-11-05 Thread Amy Liffey
commit: 73668e19377cffa720941b94ad6c7fe852a4ee91
Author: Amy Liffey  gentoo  org>
AuthorDate: Mon Nov  6 07:02:49 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Nov  6 07:02:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73668e19

sci-libs/dlib: version bump 19.7

Acked-by: David Seifert  gentoo.org>
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-libs/dlib/Manifest |  1 +
 sci-libs/dlib/dlib-19.7.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/sci-libs/dlib/Manifest b/sci-libs/dlib/Manifest
index 3754a6afb31..da63b4e98b1 100644
--- a/sci-libs/dlib/Manifest
+++ b/sci-libs/dlib/Manifest
@@ -1 +1,2 @@
 DIST dlib-19.4.tar.gz 7226923 SHA256 
2bed9669f1a5c436579498d0806b27a9b60c42a975a9b6e67b594b40f58b1a88 SHA512 
23bf80353f9b6ce07b6a3a7df05016705645c18bcf2b3ead567935008ea12c9f6dc0722d9bbacc009bd26f78eb43c1cbecf776bfed5a3445c1f2e8e208f201e2
 WHIRLPOOL 
300670d12b306e224fce6d7f22d79690f543876f78d30064ab2f9782a3a79a031a6b048863a5a2b21f27eb2538b9ab42f9d00dc88f144129fa591b4b1387c367
+DIST dlib-19.7.tar.gz 7670615 SHA256 
bc9f7be1866b9a7dcd2aeea66469cfb6025e25e6659470a4410dae166df1d645 SHA512 
a3877066e04a411d96e910f4229c60a86971a9290e840aa4a5b2f0b102e9b8c37bfede259b80b71ba066d21eb0aa2565808e51d0eab6397ff5fd2bac60dcedd5
 WHIRLPOOL 
24d556021129d112e169352d2a96ad7324568ee0bf70b361f7f50f5c4cdc49f69b7d9f21dbcd7c79b91252abfad29d6e321440b136626151068142d9ee669f8d

diff --git a/sci-libs/dlib/dlib-19.7.ebuild b/sci-libs/dlib/dlib-19.7.ebuild
new file mode 100644
index 000..34db9681490
--- /dev/null
+++ b/sci-libs/dlib/dlib-19.7.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils cuda
+
+DESCRIPTION="Numerical and networking C++ library"
+HOMEPAGE="http://dlib.net/";
+SRC_URI="https://github.com/davisking/dlib/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cblas debug cuda examples gif jpeg lapack mkl png sqlite static-libs 
test X"
+
+# doc needs a bunch of deps not in portage
+
+RDEPEND="
+   cblas? ( virtual/cblas:= )
+   cuda? ( dev-libs/cudnn:= )
+   jpeg? ( virtual/jpeg:0= )
+   lapack? ( virtual/lapack:= )
+   mkl? ( sci-libs/mkl:= )
+   png? ( media-libs/libpng:0= )
+   sqlite? ( dev-db/sqlite:3= )
+   X? ( x11-libs/libX11:= )
+"
+DEPEND="test? ( ${RDEPEND} )"
+
+src_prepare() {
+   use cuda && cuda_src_prepare
+   cmake-utils_src_prepare
+   sed -i -e '/LICENSE.txt/d' dlib/CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR="$(get_libdir)"
+   -DDLIB_ENABLE_ASSERTS="$(usex debug)"
+   -DDLIB_ENABLE_STACK_TRACE="$(usex debug)"
+   -DDLIB_GIF_SUPPORT="$(usex gif)"
+   -DDLIB_JPEG_SUPPORT="$(usex jpeg)"
+   -DDLIB_PNG_SUPPORT="$(usex png)"
+   -DDLIB_LINK_WITH_SQLITE3="$(usex sqlite)"
+   -DDLIB_NO_GUI_SUPPORT="$(usex X OFF ON)"
+   -DDLIB_USE_BLAS="$(usex cblas)"
+   -DDLIB_USE_CUDA="$(usex cuda)"
+   -DDLIB_USE_LAPACK="$(usex lapack)"
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   mkdir "${BUILD_DIR}"/dlib/test || die
+   pushd "${BUILD_DIR}"/dlib/test > /dev/null || die
+   cmake "${S}"/dlib/test && emake
+   ./dtest --runall || die
+   popd > /dev/null || die
+}
+
+src_install() {
+   cmake-utils_src_install
+   dodoc docs/README.txt
+   use static-libs || rm -f "${ED}"/usr/$(get_libdir)/*.a
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}
+   fi
+}



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

2017-11-05 Thread Jeroen Roovers
commit: 09089a8d0fc0b04c3e71acc9cf7d35278efc18da
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov  6 06:50:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov  6 06:50:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09089a8d

dev-libs/openssl: Stable for HPPA too.

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --ignore-arches

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

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



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

2017-11-05 Thread Matt Thode
commit: 06a590281fea9f16d68bd96d1ee9a3718cdebc37
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov  6 05:45:03 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Nov  6 05:47:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a59028

app-admin/ansible: install examples via dodoc bug 635990

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 ...sible-.ebuild => ansible-2.4.1.0-r1.ebuild} | 44 --
 app-admin/ansible/ansible-.ebuild  | 29 ++
 2 files changed, 26 insertions(+), 47 deletions(-)

diff --git a/app-admin/ansible/ansible-.ebuild 
b/app-admin/ansible/ansible-2.4.1.0-r1.ebuild
similarity index 53%
copy from app-admin/ansible/ansible-.ebuild
copy to app-admin/ansible/ansible-2.4.1.0-r1.ebuild
index 114b173baee..682eaf4749b 100644
--- a/app-admin/ansible/ansible-.ebuild
+++ b/app-admin/ansible/ansible-2.4.1.0-r1.ebuild
@@ -3,69 +3,55 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_5 )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1 eutils versionator
 
 DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/";
-EGIT_REPO_URI="https://github.com/ansible/ansible.git";
-EGIT_BRANCH="devel"
+HOMEPAGE="http://ansible.com/";
+SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86 ~x64-macos"
 IUSE="test"
 
 RDEPEND="
-   =dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/httplib2[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/netaddr[${PYTHON_USEDEP}]
-   app-text/asciidoc
net-misc/sshpass
virtual/ssh
 "
-
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/packaging-16.6[${PYTHON_USEDEP}]
test? (
${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   https://www.ansible.com/";
+HOMEPAGE="http://ansible.com/";
 EGIT_REPO_URI="https://github.com/ansible/ansible.git";
 EGIT_BRANCH="devel"
 
@@ -18,33 +18,30 @@ KEYWORDS=""
 IUSE="test"
 
 RDEPEND="
-   =dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/httplib2[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/netaddr[${PYTHON_USEDEP}]
-   app-text/asciidoc
net-misc/sshpass
virtual/ssh
 "
-
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/packaging-16.6[${PYTHON_USEDEP}]
test? (
${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   

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

2017-11-05 Thread Hans de Graaff
commit: 66e36ac64b552b0fb0fb14e71c2016f0bc615853
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov  6 05:34:31 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov  6 05:34:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e36ac6

dev-ruby/rspec-retry: add 0.5.6

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/rspec-retry/Manifest |  1 +
 dev-ruby/rspec-retry/rspec-retry-0.5.6.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/rspec-retry/Manifest b/dev-ruby/rspec-retry/Manifest
index 0f8f89f4d0a..8b2bf5673cf 100644
--- a/dev-ruby/rspec-retry/Manifest
+++ b/dev-ruby/rspec-retry/Manifest
@@ -1,2 +1,3 @@
 DIST rspec-retry-0.5.4.gem 12288 SHA256 
c3fa7339684d3068d6cad921152ae6f8bc09bb8d0e8db99a206d0a851ab164ec SHA512 
e23ea3c172255d0cc880c3bf5d38bef870ce13c5d52105c987d78bf1850adeb8346d6850f94a213de8dfe767289839dedd9a0851ed1d3f90a9c9d3a0b6b825b0
 WHIRLPOOL 
e287e2ccd445357a3bc9ccba0b398a6b94a27b88be9a1c0f17bbaf17a355db52751866065afba9366d647133258ede989f2bcef62b0dd3b71a35b25ad0144129
 DIST rspec-retry-0.5.5.gem 12800 SHA256 
269a2ab2f3bfadc4558993ddd721369e90bf3861baff0a57d6833f91ca0c5817 SHA512 
dd8a63e0e511b0c655a93c02f96bcd3e1eed8697a500d744a70afe9cf9ea55ea7c7a089d8240622be0bd44c4c9baaa889c3469e9228468bc35676da6fbc38a08
 WHIRLPOOL 
66997954eb01cec416a714caf388e04c59a4982140897fed30866bc3d6d2f38ce78428496dc8df63361a261693dd8451e69f4607a6d4227ee7d855c3e808f2e6
+DIST rspec-retry-0.5.6.gem 12800 SHA256 
81128646ea3f75d4fc9dac54107cd2597cde46a8616f6938d3893cf76bcfb200 SHA512 
8bbc5dc37162370fa919ec7730709e5f9a9d0a751e20258caa4ba6fc2dac15701fce4d0ed82200357aff1a95dadaba278adaa2e99dce4c24d6e5a88f19261164
 WHIRLPOOL 
bebf35ddf2e536c35183cb00c6d6c67eff8d7d0690a9d2573deee3ddbfb2d6b34abcb2a2f68f17a6fc15a31c272c70947445c531b84a86529d36cd29814a738c

diff --git a/dev-ruby/rspec-retry/rspec-retry-0.5.6.ebuild 
b/dev-ruby/rspec-retry/rspec-retry-0.5.6.ebuild
new file mode 100644
index 000..ae31161816c
--- /dev/null
+++ b/dev-ruby/rspec-retry/rspec-retry-0.5.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Retry intermittently failing rspec examples"
+HOMEPAGE="https://github.com/NoRedInk/rspec-retry";
+IUSE=""
+SLOT="0"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~ppc64 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+ruby_add_rdepend ">=dev-ruby/rspec-core-3.3:3"
+
+all_ruby_prepare() {
+   sed -i -e '/pry/ s:^:#:' spec/spec_helper.rb || die
+}



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

2017-11-05 Thread Hans de Graaff
commit: 22b01602f95b2e83ed6ecd21cf6b84dfd880683e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov  6 05:45:14 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov  6 05:45:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b01602

dev-ruby/sass-listen: initial import of 4.0.0

New dependency of dev-ruby/sass

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/sass-listen/Manifest |  1 +
 dev-ruby/sass-listen/metadata.xml | 11 +++
 dev-ruby/sass-listen/sass-listen-4.0.0.ebuild | 45 +++
 3 files changed, 57 insertions(+)

diff --git a/dev-ruby/sass-listen/Manifest b/dev-ruby/sass-listen/Manifest
new file mode 100644
index 000..c67416915d0
--- /dev/null
+++ b/dev-ruby/sass-listen/Manifest
@@ -0,0 +1 @@
+DIST sass-listen-4.0.0.tar.gz 49449 SHA256 
5b09daf811df4ae3d8657cf919976b9795d275a3792ab08bdf3b1cccaecd3f4b SHA512 
799e1e70f86b4be671c3286ae860cbcec83d8a1311d67fb37956dc527e2961888094439fd8377d50c78798c494f19ddbed3a412f02e76e429dcc1717c93b7e19
 WHIRLPOOL 
35994d67872bb0cbc7d6cffb79ab5fd8655a94695475ea80d6ef5648d89d1cda6260460a8d24efaeeff081fa418b783b2420fbce352acbdbee5841a3073b1fe1

diff --git a/dev-ruby/sass-listen/metadata.xml 
b/dev-ruby/sass-listen/metadata.xml
new file mode 100644
index 000..97e36c4153f
--- /dev/null
+++ b/dev-ruby/sass-listen/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+sass/listen
+  
+

diff --git a/dev-ruby/sass-listen/sass-listen-4.0.0.ebuild 
b/dev-ruby/sass-listen/sass-listen-4.0.0.ebuild
new file mode 100644
index 000..bd33d06c486
--- /dev/null
+++ b/dev-ruby/sass-listen/sass-listen-4.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+SRC_URI="https://github.com/sass/listen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="Fork of guard/listen provides a stable API for users of the ruby 
Sass CLI"
+HOMEPAGE="https://github.com/guard/listen";
+RUBY_S="listen-${PV}"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.7"
+
+ruby_add_bdepend "test? ( dev-ruby/thor )"
+
+all_ruby_prepare() {
+   rm -f Gemfile || die
+   sed -i -e "/git/,+3d" -e "/rb-fsevent/d" ${PN}.gemspec || die
+   sed -i -e "/rb-fsevent/d"  lib/sass-listen/adapter/darwin.rb || die
+   rm -rf spec/lib/listen/adapter/darwin_spec.rb || die
+}
+
+each_ruby_prepare() {
+   mkdir spec/.fixtures || die
+}
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec
+   rm -rf spec/.fixtures || die
+}



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

2017-11-05 Thread Andreas Sturmlechner
commit: e3c14220dd985121802124e9666f8959fa7789c5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 19:15:22 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 01:57:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c14220

media-gfx/freecad: Switch to xdg-utils

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-gfx/freecad/freecad-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/freecad/freecad-.ebuild 
b/media-gfx/freecad/freecad-.ebuild
index a9032d1b3e8..3890e6216c8 100644
--- a/media-gfx/freecad/freecad-.ebuild
+++ b/media-gfx/freecad/freecad-.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils eutils fdo-mime fortran-2 python-single-r1
+inherit cmake-utils eutils xdg-utils fortran-2 python-single-r1
 
 DESCRIPTION="Qt based Computer Aided Design application"
 HOMEPAGE="https://www.freecadweb.org/";
@@ -121,9 +121,9 @@ src_install() {
 }
 
 pkg_postinst() {
-   fdo-mime_mime_database_update
+   xdg_mimeinfo_database_update
 }
 
 pkg_postrm() {
-   fdo-mime_mime_database_update
+   xdg_mimeinfo_database_update
 }



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

2017-11-05 Thread Andreas Sturmlechner
commit: 82ecce779a48319853f3ef403fa2b6b3f813b43e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 19:18:34 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 01:57:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ecce77

media-gfx/freecad: Sync live ebuild w/ recent changes

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-gfx/freecad/freecad-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-gfx/freecad/freecad-.ebuild 
b/media-gfx/freecad/freecad-.ebuild
index 3890e6216c8..e39d3974bf7 100644
--- a/media-gfx/freecad/freecad-.ebuild
+++ b/media-gfx/freecad/freecad-.ebuild
@@ -23,7 +23,6 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-#sci-libs/orocos_kdl waiting for Bug 604130 (keyword ~x86)
 #dev-qt/qtgui:4[-egl] and dev-qt/qtopengl:4[-egl] : Bug 564978
 #dev-python/pyside[svg] : Bug 591012
 COMMON_DEPEND="
@@ -43,6 +42,7 @@ COMMON_DEPEND="
media-libs/coin
media-libs/freetype
|| ( sci-libs/opencascade:6.9.1[vtk] sci-libs/opencascade:6.9.0[vtk] 
sci-libs/opencascade:6.8.0 sci-libs/opencascade:6.7.1 )
+   sci-libs/orocos_kdl
sys-libs/zlib
virtual/glu"
 RDEPEND="${COMMON_DEPEND}
@@ -77,14 +77,13 @@ src_configure() {
#-DOCC_* defined with cMake/FindOpenCasCade.cmake
#-DCOIN3D_* defined with cMake/FindCoin3D.cmake
#-DSOQT_ not used
-   #-DFREECAD_USE_EXTERNAL_KDL="ON" waiting for Bug 604130 (keyword ~x86)
local mycmakeargs=(
-DOCC_INCLUDE_DIR="${CASROOT}"/inc
-DOCC_LIBRARY_DIR="${CASROOT}"/$(get_libdir)
-DCMAKE_INSTALL_DATADIR=share/${P}
-DCMAKE_INSTALL_DOCDIR=share/doc/${PF}
-DCMAKE_INSTALL_INCLUDEDIR=include/${P}
-   -DFREECAD_USE_EXTERNAL_KDL="OFF"
+   -DFREECAD_USE_EXTERNAL_KDL="ON"
)
 
# TODO to remove embedded dependencies:



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

2017-11-05 Thread Andreas Sturmlechner
commit: 2894b945fd35ad9739d317b0abe5537715445ccf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 20:15:38 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 01:57:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2894b945

sci-libs/vtk: Sort (R)DEPENDs

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sci-libs/vtk/vtk-6.1.0-r4.ebuild | 14 --
 sci-libs/vtk/vtk-7.1.0.ebuild| 39 ---
 2 files changed, 28 insertions(+), 25 deletions(-)

diff --git a/sci-libs/vtk/vtk-6.1.0-r4.ebuild b/sci-libs/vtk/vtk-6.1.0-r4.ebuild
index d93b08dc870..13badd6cfd5 100644
--- a/sci-libs/vtk/vtk-6.1.0-r4.ebuild
+++ b/sci-libs/vtk/vtk-6.1.0-r4.ebuild
@@ -77,6 +77,7 @@ RDEPEND="
mpi? (
virtual/mpi[cxx,romio]
python? ( dev-python/mpi4py[${PYTHON_USEDEP}] )
+   )
mysql? ( virtual/mysql )
odbc? ( dev-db/unixODBC )
offscreen? ( media-libs/mesa[osmesa] )
@@ -84,7 +85,6 @@ RDEPEND="
python? (
${PYTHON_DEPS}
dev-python/sip[${PYTHON_USEDEP}]
-   )
)
qt5? (
dev-qt/designer:5
@@ -94,7 +94,8 @@ RDEPEND="
dev-qt/qtsql:5
dev-qt/qtwebkit:5
python? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
-   )
+   )
+   R? ( dev-lang/R )
tbb? ( dev-cpp/tbb )
tcl? ( dev-lang/tcl:0= )
tk? ( dev-lang/tk:0= )
@@ -108,10 +109,11 @@ RDEPEND="
)
)
xdmf2? ( sci-libs/xdmf2 )
-   R? ( dev-lang/R )"
+"
 DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
-   java? ( >=virtual/jdk-1.5 )"
+   java? ( >=virtual/jdk-1.5 )
+"
 
 S="${WORKDIR}"/VTK-${PV}
 
@@ -125,9 +127,9 @@ PATCHES=(
"${FILESDIR}"/${P}-memset.patch
"${FILESDIR}"/${P}-gdal2.patch
"${FILESDIR}"/${P}-gcc67.patch
-   )
+)
 
-RESTRICT=test
+RESTRICT="test"
 
 pkg_setup() {
use java && java-pkg-opt-2_pkg_setup

diff --git a/sci-libs/vtk/vtk-7.1.0.ebuild b/sci-libs/vtk/vtk-7.1.0.ebuild
index 0ed71fe076f..8c9bff9d54a 100644
--- a/sci-libs/vtk/vtk-7.1.0.ebuild
+++ b/sci-libs/vtk/vtk-7.1.0.ebuild
@@ -43,10 +43,24 @@ REQUIRED_USE="
"
 
 RDEPEND="
-   boost? ( dev-libs/boost:=[mpi?] )
dev-libs/expat
dev-libs/jsoncpp:=
dev-libs/libxml2:2
+   >=media-libs/freetype-2.5.4
+   media-libs/libpng:0=
+   media-libs/libtheora
+   media-libs/mesa
+   media-libs/tiff:0
+   sci-libs/exodusii
+   sci-libs/hdf5:=
+   sci-libs/netcdf-cxx:3
+   sys-libs/zlib
+   virtual/jpeg:0
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libXmu
+   x11-libs/libXt
+   boost? ( dev-libs/boost:=[mpi?] )
examples? (
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -56,11 +70,6 @@ RDEPEND="
gdal? ( sci-libs/gdal )
java? ( >=virtual/jdk-1.7:* )
kaapi? ( =media-libs/freetype-2.5.4
-   media-libs/libpng:0=
-   media-libs/mesa
-   media-libs/libtheora
-   media-libs/tiff:0
mpi? (
virtual/mpi[cxx,romio]
python? ( dev-python/mpi4py[${PYTHON_USEDEP}] )
@@ -83,16 +92,10 @@ RDEPEND="
python? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
)
R? ( dev-lang/R )
-   sci-libs/exodusii
-   sci-libs/hdf5:=
-   sci-libs/netcdf-cxx:3
-   sys-libs/zlib
tbb? ( dev-cpp/tbb )
tcl? ( dev-lang/tcl:0= )
tk? ( dev-lang/tk:0= )
video_cards_nvidia? ( || ( 
x11-drivers/nvidia-drivers[tools,static-libs] media-video/nvidia-settings ) )
-   virtual/jpeg:0
-   virtual/opengl
web? (
${WEBAPP_DEPEND}
dev-python/autobahn[${PYTHON_USEDEP}]
@@ -100,21 +103,19 @@ RDEPEND="
dev-python/zope-interface[${PYTHON_USEDEP}]
)
xdmf2? ( sci-libs/xdmf2 )
-   x11-libs/libX11
-   x11-libs/libXmu
-   x11-libs/libXt"
-
+"
 DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
+   doc? ( app-doc/doxygen )
+"
 
 S="${WORKDIR}"/VTK-${PV}
 
 PATCHES=(
"${FILESDIR}"/${PN}-7.0.0-glext.patch
"${FILESDIR}"/${PN}-6.1.0-memset.patch
-   )
+)
 
-RESTRICT=test
+RESTRICT="test"
 
 pkg_setup() {
use java && java-pkg-opt-2_pkg_setup



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

2017-11-05 Thread Andreas Sturmlechner
commit: c7919db53c1507c4b4dc1514ebf10596dd6506f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 19:11:28 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 01:57:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7919db5

media-gfx/freecad: Update DESCRIPTION, HOMEPAGE

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-gfx/freecad/freecad-0.16.6712.ebuild | 4 ++--
 media-gfx/freecad/freecad-0.17_pre.ebuild  | 4 ++--
 media-gfx/freecad/freecad-.ebuild  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-gfx/freecad/freecad-0.16.6712.ebuild 
b/media-gfx/freecad/freecad-0.16.6712.ebuild
index e1f0300bd89..47739ae3578 100644
--- a/media-gfx/freecad/freecad-0.16.6712.ebuild
+++ b/media-gfx/freecad/freecad-0.16.6712.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit cmake-utils eutils xdg-utils fortran-2 python-single-r1
 
-DESCRIPTION="QT based Computer Aided Design application"
-HOMEPAGE="http://www.freecadweb.org/";
+DESCRIPTION="Qt based Computer Aided Design application"
+HOMEPAGE="https://www.freecadweb.org/";
 
 if [[ ${PV} == * ]]; then
inherit git-r3

diff --git a/media-gfx/freecad/freecad-0.17_pre.ebuild 
b/media-gfx/freecad/freecad-0.17_pre.ebuild
index e1f0300bd89..47739ae3578 100644
--- a/media-gfx/freecad/freecad-0.17_pre.ebuild
+++ b/media-gfx/freecad/freecad-0.17_pre.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit cmake-utils eutils xdg-utils fortran-2 python-single-r1
 
-DESCRIPTION="QT based Computer Aided Design application"
-HOMEPAGE="http://www.freecadweb.org/";
+DESCRIPTION="Qt based Computer Aided Design application"
+HOMEPAGE="https://www.freecadweb.org/";
 
 if [[ ${PV} == * ]]; then
inherit git-r3

diff --git a/media-gfx/freecad/freecad-.ebuild 
b/media-gfx/freecad/freecad-.ebuild
index b7e08d6c582..a9032d1b3e8 100644
--- a/media-gfx/freecad/freecad-.ebuild
+++ b/media-gfx/freecad/freecad-.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit cmake-utils eutils fdo-mime fortran-2 python-single-r1
 
-DESCRIPTION="QT based Computer Aided Design application"
-HOMEPAGE="http://www.freecadweb.org/";
+DESCRIPTION="Qt based Computer Aided Design application"
+HOMEPAGE="https://www.freecadweb.org/";
 
 if [[ ${PV} == * ]]; then
inherit git-r3



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

2017-11-05 Thread Andreas Sturmlechner
commit: 0d2a598ccf73735880a42e5f67212dadec0fde0c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 19:55:52 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 01:57:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2a598c

sci-libs/opencascade: Drop USE=qt4

Thanks-to: Fabio Rossi  inwind.it>
Closes: https://bugs.gentoo.org/624194
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sci-libs/opencascade/opencascade-6.9.1-r2.ebuild | 21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/sci-libs/opencascade/opencascade-6.9.1-r2.ebuild 
b/sci-libs/opencascade/opencascade-6.9.1-r2.ebuild
index 3f0de66418d..5b581add74b 100644
--- a/sci-libs/opencascade/opencascade-6.9.1-r2.ebuild
+++ b/sci-libs/opencascade/opencascade-6.9.1-r2.ebuild
@@ -12,9 +12,10 @@ 
SRC_URI="http://www.opencascade.com/sites/default/files/private/occt/OCC_${PV}_r
 LICENSE="|| ( Open-CASCADE-LGPL-2.1-Exception-1.0 LGPL-2.1 )"
 SLOT="${PV}"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug doc examples freeimage gl2ps java qt4 +tbb +vtk"
+IUSE="debug doc examples freeimage gl2ps java +tbb +vtk"
 
-DEPEND="app-eselect/eselect-opencascade
+DEPEND="
+   app-eselect/eselect-opencascade
dev-lang/tcl:0=
dev-lang/tk:0=
dev-tcltk/itcl
@@ -28,14 +29,16 @@ DEPEND="app-eselect/eselect-opencascade
gl2ps? ( x11-libs/gl2ps )
java? ( >=virtual/jdk-0:= )
tbb? ( dev-cpp/tbb )
-   vtk? ( || ( sci-libs/vtk[imaging] sci-libs/vtk[qt4] 
sci-libs/vtk[rendering] sci-libs/vtk[views] sci-libs/vtk[all-modules] ) )"
+   vtk? ( || ( sci-libs/vtk[imaging] sci-libs/vtk[rendering] 
sci-libs/vtk[views] sci-libs/vtk[all-modules] ) )"
 RDEPEND="${DEPEND}"
 
 CHECKREQS_MEMORY="256M"
 CHECKREQS_DISK_BUILD="3584M"
 
-PATCHES=( "${FILESDIR}"/${PN}-6.8.0-fixed-DESTDIR.patch
-   "${FILESDIR}"/${PN}-6.9.1-vtk-configure.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.8.0-fixed-DESTDIR.patch
+   "${FILESDIR}"/${PN}-6.9.1-vtk-configure.patch
+)
 
 pkg_setup() {
check-reqs_pkg_setup
@@ -111,9 +114,9 @@ TCL_LIBRARY=${my_sys_lib}/tcl$(grep TCL_VER 
/usr/include/tcl.h | sed 's/^.*"\(.*
 
sed -e "/^AM_C_PROTOTYPES$/d" \
-e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" \
-   -e "s:\$qt/include:\$qt/include/qt4:g"\
-   -e "s:\$qt/lib:\$qt/$(get_libdir)/qt4:g"\
+   -e "/\$qt directory is not 
exists/s/AC_MSG_ERROR/AC_MSG_NOTICE/" \
-i configure.ac || die
+
eautoreconf
 }
 
@@ -123,9 +126,9 @@ src_configure() {
--with-tcl="${EROOT}usr/$(get_libdir)" 
--with-tk="${EROOT}usr/$(get_libdir)" \
--with-freetype="${EROOT}usr" \
--with-ftgl="${EROOT}usr" \
+   --without-qt \
$(usex freeimage "--with-freeimage=${EROOT}usr" "") \
$(usex gl2ps "--with-gl2ps=${EROOT}usr" "") \
-   $(usex qt4 "--with-qt=${EROOT}usr" "") \
$(usex tbb "--with-tbb-include=${EROOT}usr" "") \
$(usex tbb "--with-tbb-library=${EROOT}usr" "") \
$(use java && echo "--with-java-include=$(java-config 
-O)/include" || echo "--without-java-include") \
@@ -162,9 +165,7 @@ src_install() {
 
 pkg_postinst() {
eselect ${PN} set ${PV}
-   einfo
elog "After upgrading OpenCASCADE you may have to rebuild packages 
depending on it."
elog "You get a list by running \"equery depends sci-libs/opencascade\""
elog "revdep-rebuild does NOT suffice."
-   einfo
 }



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

2017-11-05 Thread Andreas Sturmlechner
commit: 0e0aa278fcc593b5168ce201e4c75ae19d350078
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 20:10:29 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 01:57:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0aa278

sci-libs/vtk: Switch to https

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sci-libs/vtk/vtk-6.1.0-r4.ebuild | 10 +-
 sci-libs/vtk/vtk-7.1.0.ebuild| 10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/sci-libs/vtk/vtk-6.1.0-r4.ebuild b/sci-libs/vtk/vtk-6.1.0-r4.ebuild
index 409b62823c8..d93b08dc870 100644
--- a/sci-libs/vtk/vtk-6.1.0-r4.ebuild
+++ b/sci-libs/vtk/vtk-6.1.0-r4.ebuild
@@ -14,13 +14,13 @@ inherit eutils flag-o-matic java-pkg-opt-2 python-single-r1 
qmake-utils versiona
 SPV="$(get_version_component_range 1-2)"
 
 DESCRIPTION="The Visualization Toolkit"
-HOMEPAGE="http://www.vtk.org/";
+HOMEPAGE="https://www.vtk.org/";
 SRC_URI="
-   http://www.${PN}.org/files/release/${SPV}/VTK-${PV}.tar.gz
-   doc? ( 
http://www.${PN}.org/files/release/${SPV}/${PN}DocHtml-${PV}.tar.gz )
+   https://www.${PN}.org/files/release/${SPV}/VTK-${PV}.tar.gz
+   doc? ( 
https://www.${PN}.org/files/release/${SPV}/${PN}DocHtml-${PV}.tar.gz )
test? (
-   http://www.${PN}.org/files/release/${SPV}/VTKData-${PV}.tar.gz
-   
http://www.${PN}.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz
+   https://www.${PN}.org/files/release/${SPV}/VTKData-${PV}.tar.gz
+   
https://www.${PN}.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz
)
"
 

diff --git a/sci-libs/vtk/vtk-7.1.0.ebuild b/sci-libs/vtk/vtk-7.1.0.ebuild
index b3324b6d7d7..0ed71fe076f 100644
--- a/sci-libs/vtk/vtk-7.1.0.ebuild
+++ b/sci-libs/vtk/vtk-7.1.0.ebuild
@@ -13,13 +13,13 @@ inherit flag-o-matic java-pkg-opt-2 python-single-r1 
qmake-utils versionator too
 SPV="$(get_version_component_range 1-2)"
 
 DESCRIPTION="The Visualization Toolkit"
-HOMEPAGE="http://www.vtk.org/";
+HOMEPAGE="https://www.vtk.org/";
 SRC_URI="
-   http://www.vtk.org/files/release/${SPV}/VTK-${PV}.tar.gz
-   doc? ( http://www.vtk.org/files/release/${SPV}/vtkDocHtml-${PV}.tar.gz )
+   https://www.vtk.org/files/release/${SPV}/VTK-${PV}.tar.gz
+   doc? ( https://www.vtk.org/files/release/${SPV}/vtkDocHtml-${PV}.tar.gz 
)
test? (
-   http://www.vtk.org/files/release/${SPV}/VTKData-${PV}.tar.gz
-   
http://www.vtk.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz
+   https://www.vtk.org/files/release/${SPV}/VTKData-${PV}.tar.gz
+   
https://www.vtk.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz
)
"
 



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

2017-11-05 Thread Andreas Sturmlechner
commit: 0ac12fb9162942c2d7e4e0dd9448f77b75748613
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 19:23:19 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 01:57:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac12fb9

media-gfx/freecad: Compact sci-libs/opencascade DEPENDs

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-gfx/freecad/freecad-0.16.6712.ebuild | 2 +-
 media-gfx/freecad/freecad-0.17_pre.ebuild  | 2 +-
 media-gfx/freecad/freecad-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/freecad/freecad-0.16.6712.ebuild 
b/media-gfx/freecad/freecad-0.16.6712.ebuild
index 47739ae3578..46964014555 100644
--- a/media-gfx/freecad/freecad-0.16.6712.ebuild
+++ b/media-gfx/freecad/freecad-0.16.6712.ebuild
@@ -39,7 +39,7 @@ COMMON_DEPEND="
dev-qt/qtwebkit:4
media-libs/coin
media-libs/freetype
-   || ( sci-libs/opencascade:6.9.1[vtk] sci-libs/opencascade:6.9.0[vtk] 
sci-libs/opencascade:6.8.0 sci-libs/opencascade:6.7.1 )
+   sci-libs/opencascade:*[vtk(+)]
sci-libs/orocos_kdl
sys-libs/zlib
virtual/glu"

diff --git a/media-gfx/freecad/freecad-0.17_pre.ebuild 
b/media-gfx/freecad/freecad-0.17_pre.ebuild
index 47739ae3578..46964014555 100644
--- a/media-gfx/freecad/freecad-0.17_pre.ebuild
+++ b/media-gfx/freecad/freecad-0.17_pre.ebuild
@@ -39,7 +39,7 @@ COMMON_DEPEND="
dev-qt/qtwebkit:4
media-libs/coin
media-libs/freetype
-   || ( sci-libs/opencascade:6.9.1[vtk] sci-libs/opencascade:6.9.0[vtk] 
sci-libs/opencascade:6.8.0 sci-libs/opencascade:6.7.1 )
+   sci-libs/opencascade:*[vtk(+)]
sci-libs/orocos_kdl
sys-libs/zlib
virtual/glu"

diff --git a/media-gfx/freecad/freecad-.ebuild 
b/media-gfx/freecad/freecad-.ebuild
index e39d3974bf7..d6e044a1e51 100644
--- a/media-gfx/freecad/freecad-.ebuild
+++ b/media-gfx/freecad/freecad-.ebuild
@@ -41,7 +41,7 @@ COMMON_DEPEND="
dev-qt/qtwebkit:4
media-libs/coin
media-libs/freetype
-   || ( sci-libs/opencascade:6.9.1[vtk] sci-libs/opencascade:6.9.0[vtk] 
sci-libs/opencascade:6.8.0 sci-libs/opencascade:6.7.1 )
+   sci-libs/opencascade:*[vtk(+)]
sci-libs/orocos_kdl
sys-libs/zlib
virtual/glu"



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

2017-11-05 Thread Andreas Sturmlechner
commit: 0d35130d08f9029d75ef94aa9947b8675b7c8d34
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 19:10:17 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 01:57:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d35130d

media-gfx/freecad: Drop old

Bug: https://bugs.gentoo.org/620702
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-gfx/freecad/Manifest |   2 -
 .../files/freecad-0.15.4671-boost-1.60.patch   |  16 ---
 media-gfx/freecad/freecad-0.15.4671.ebuild | 145 -
 media-gfx/freecad/freecad-0.16-r1.ebuild   | 132 ---
 media-gfx/freecad/freecad-0.16.ebuild  | 135 ---
 5 files changed, 430 deletions(-)

diff --git a/media-gfx/freecad/Manifest b/media-gfx/freecad/Manifest
index 54f7f4203d2..3b3cee5f75a 100644
--- a/media-gfx/freecad/Manifest
+++ b/media-gfx/freecad/Manifest
@@ -1,4 +1,2 @@
-DIST freecad-0.15.4671.tar.gz 93680347 SHA256 
8dda8f355cb59866a55c9c6096f39a3ebc5347892284db4c305352cc9be03bbc SHA512 
695081117b5511bbc0b7335b63a8760e164987a6dff2c5b0dc86b6b0a93bb7d7b83aa9f4fab1d66d7d2c917a42b0135af78553b463579873a1d1e52e3dd9aecb
 WHIRLPOOL 
0c351ad9ee360dfd9af54af9cc348a6ba3d8c15b6743667f6943e41aa252cec9bd2149baa32fceeceac65660a9b629aefba3c80a5c3a84c45a8d502323547287
 DIST freecad-0.16.6712.tar.gz 111706423 SHA256 
97aa130addeb0f3c0bf79e4828fbd242b76cc92603771d6b7aeb9dbd9f111a92 SHA512 
ea8214b37f7a10a3e3e558e6c1223d9212d6c2906b79961c8cb9211edff97a41e2da0ce6cf64cdc7a22610f6ff13495163c46573b5dd84d4a7cc0260f15e371e
 WHIRLPOOL 
2c6f9e3afeb83befbaeb8d51ddf8272ab21473f8ef73095eebe5985a4f1979bb67767c3fca30ebdc853dfbdcd207e2a58e41f323d6ca8ff9502ee2aef9b33850
-DIST freecad-0.16.tar.gz 111706127 SHA256 
6cc71ab4b0dc60b493d3aaa4b42f1ce1af9d4fcd539309ab0792804579e18e09 SHA512 
bc9dc8122cabd9a84f2b955746818e0d77ae90e68747ec96521099472b7803df9ff794ed823d6eb29352bd0538b8f01cf81c306ff427f1af2ee049f8f7096dbb
 WHIRLPOOL 
8d90a4213808dcd7ce7adeaeac8a30351e06b217e31326817cb034ec02dcfe7be0ea71cb5bf297e1bab3a8a6c6ac24848f51a0453f9bf09162e700bc52f9cf4d
 DIST freecad-0.17_pre.tar.gz 111704401 SHA256 
25648fbaac8a96d7e63d8881fbc79f1829eff2852927e427cfe6d5f4f60a4f95 SHA512 
a826a549d842ba322f7ec5f786d402e81f5b916008be450bacefb7ee976e203427130938c036cc6fca6ea11a8df0ab9b4a39f3bdfedc3cc1a7d31e7a5d11e142
 WHIRLPOOL 
959c90ad8bc70f063a98bbd03c2bf3c84c8f8bd0ea534120811d59cf9b8f017bdca62538ff226bfc4b326155b435cd948fe5a207a97a237e971a96c99a8756c6

diff --git a/media-gfx/freecad/files/freecad-0.15.4671-boost-1.60.patch 
b/media-gfx/freecad/files/freecad-0.15.4671-boost-1.60.patch
deleted file mode 100644
index 4a7dbabdfc5..000
--- a/media-gfx/freecad/files/freecad-0.15.4671-boost-1.60.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-From e0683f4db0fb56f8139f78ca2e500b21ec2a67f0 Mon Sep 17 00:00:00 2001
-From: wmayer 
-Date: Mon, 28 Dec 2015 13:54:40 +0100
-Subject: [PATCH] + fixes #0002347: freecad fails to build with Boost 1.60.0
-
 freecad-0.15.4671/src/Mod/Drawing/App/FeaturePage.cpp
-+++ freecad-0.15.4671/src/Mod/Drawing/App/FeaturePage.cpp
-@@ -195,7 +195,7 @@
- if (count < editText.size()) {
- // change values of editable texts
- boost::regex e2 
("((.*?)()");
--boost::re_detail::string_out_iterator 
out(newfragment);
-+std::back_insert_iterator out(newfragment);
- boost::regex_replace(out, begin, what[0].second, e2, 
"$1>"+editText[count]+"$3");
- }
- count++;

diff --git a/media-gfx/freecad/freecad-0.15.4671.ebuild 
b/media-gfx/freecad/freecad-0.15.4671.ebuild
deleted file mode 100644
index 32e4afa2735..000
--- a/media-gfx/freecad/freecad-0.15.4671.ebuild
+++ /dev/null
@@ -1,145 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils eutils fortran-2 multilib python-single-r1 fdo-mime
-
-DESCRIPTION="QT based Computer Aided Design application"
-HOMEPAGE="http://www.freecadweb.org/";
-SRC_URI="mirror://sourceforge/free-cad/${PN}_${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="dev-cpp/eigen:3
-   dev-libs/boost
-   dev-libs/xerces-c[icu]
-   dev-python/matplotlib
-   dev-python/pyside:0[X]
-   dev-python/shiboken:0
-   dev-qt/designer:4
-   dev-qt/qtgui:4
-   dev-qt/qtopengl:4
-   dev-qt/qtsvg:4
-   dev-qt/qtwebkit:4
-   media-libs/coin
-   || ( sci-libs/opencascade:6.9.0[vtk] sci-libs/opencascade:6.8.0 
sci-libs/opencascade:6.7.1 )
-   sys-libs/zlib
-   virtual/glu
-   ${PYTHON_DEPS}"
-RDEPEND="${COMMON_DEPEND}
-   dev-qt/assistant:4
-   dev-python/pivy
-   dev-python/numpy"
-DEPEND="${COMMON_DEPEND}
-   dev-p

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

2017-11-05 Thread Andreas Sturmlechner
commit: cc14a95f5d9b0f6ad318e7c267e76269aededdb3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 20:23:54 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 01:57:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc14a95f

profiles: Drop obsolete package.mask entries

 profiles/package.mask | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index bd106e5be79..b72ec183297 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -205,10 +205,8 @@ dev-qt/qtwebkit:4
 # Andreas Sturmlechner  (16 Oct 2017)
 # Reverse-deps on dead Qt4WebKit. Bug #620684
 =net-misc/teamviewer-10
- (15 Oct 2017)
 # Dead upstream, depends on dead kdelibs4/Qt4/Qt3Support.
@@ -429,10 +427,6 @@ app-xemacs/xemacs-packages-all
 # with it, bug #626292
 >=dev-libs/libfilezilla-0.10.0
 
-# Alexey Shvetsov  (26 Jul 2017)
-# Its pre release so better to mask it
-=media-gfx/freecad-0.17_pre*
-
 # Kent Fredric  (21 Jul 2017)
 # Masked due to serious regression that introduces widespread data
 # corruption when storing data in blobs. Masked, because any code



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

2017-11-05 Thread Andreas Sturmlechner
commit: f65d777114375d66e7b4d7f44c74c3ff2111de79
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov  6 00:02:55 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 01:57:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65d7771

sci-libs/vtk: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sci-libs/vtk/Manifest|   4 -
 sci-libs/vtk/vtk-6.1.0-r3.ebuild | 390 ---
 sci-libs/vtk/vtk-7.0.0.ebuild| 348 --
 3 files changed, 742 deletions(-)

diff --git a/sci-libs/vtk/Manifest b/sci-libs/vtk/Manifest
index e25d4468ada..adfbf858551 100644
--- a/sci-libs/vtk/Manifest
+++ b/sci-libs/vtk/Manifest
@@ -1,12 +1,8 @@
 DIST VTK-6.1.0.tar.gz 27608882 SHA256 
bd7df10a479606d529a8b71f466c44a2bdd11fd534c62ce0aa44fad91883fa34 SHA512 
3ab922166502348e5cdd68e14dbf4717c0405c9d8881c04aa8be8f95d8516af39cd02aaca5171c6de8af1b462ca386399b7a87a843ec62999f0f32c11788a2dc
 WHIRLPOOL 
e387390efdc8cd2e413524794786369ba8a2bfe788913dfb161b82d9bc041e15ed5585286bebe38f955d1def3043481303d3bc74c648bbf5bf856e212ac9950c
-DIST VTK-7.0.0.tar.gz 30659751 SHA256 
78a990a15ead79cdc752e86b83cfab7dbf5b7ef51ba409db02570dbdd9ec32c3 SHA512 
4ce51ff6ddf56f1fb45c1b09a09389bc43dffd892f80c833ea861537e02a61079e9cfd3931308f7d72f37d1977806ed2ce010a7b5c2c1a0c5bb1435e09e1f049
 WHIRLPOOL 
5b6aaf42440b27b6d46ceb5484266df84c7dd205eb87353faec034a080b0d2bc61dafaee05ff3d16e381fae8ec00ef093a93f422d531d7061250f4c15dd6be37
 DIST VTK-7.1.0.tar.gz 31171521 SHA256 
5f3ea001204d4f714be972a810a62c0f2277fbb9d8d2f8df39562988ca37497a SHA512 
83f0c9291cd2bc517a4bc449ad28a1d77e7ece169e846c7beab0b1140b9ef4b7bad30e3fa6e5a59826a707df78e2e336e07fa8bd30cf7498096ee80feef16534
 WHIRLPOOL 
7e52342bae6487f3cdede70a6b77da4c74b27d8e9eb45aef3065f12d4ff940093b4051b1d3bfb523ddbd2b9b4f18da5b78c32570c2d76dcc8ea1aebaa8987047
 DIST VTKData-6.1.0.tar.gz 94452190 SHA256 
aba27ac05d721e36b9424131f1d0f673448f2b31aac34e9e74590fdf208ad0c7 SHA512 
4e23cc3de3b81a852458849f2bd4dfe2e84e9df4f77f5f0d4ac249b04a7f74144a483a91876bd748bb90685d1943071e9b36fce8dd618376621bc37e63365e65
 WHIRLPOOL 
1ee803055e3bbf0c8150807a77efce81406c8a512c40644c5ccc35279cb1098bb8f0382b5f2bb01f483c8a38a4e81ee70ed39145c52b4375a0545919faee2a28
-DIST VTKData-7.0.0.tar.gz 183031503 SHA256 
68260172ed85134a135a2a7ab2173f6e44640dc20de43fa0f286b545a53fae15 SHA512 
a97fd3a3df96b09ee356f60bae190bbd5ca803d774fcfae5d788a897662ba1344990ca0981e41d2b3caa0750b08ed9e60905df2a1dfe29e4b9fba68e6e13c3de
 WHIRLPOOL 
dd1bf3faf428cfecb7f85b0b5239a11b48d4d3240c4b44bcb7bbeac91692d976a53a63d7705814d86450af93d5df8a570f612e67c3503d485d6f5522e33375c9
 DIST VTKData-7.1.0.tar.gz 249106922 SHA256 
4e476a982b08de1ea8d6655ba6dde6ec3fdfa4720d093a184fba6978f8406795 SHA512 
8f78fdce36fc683c8b8b7137a02fd727f322ceecce66f20a4b1b3f8d260e8e894c1ec1ed46eb2427e501239f12b02b1476ca3a302fa1f9287584110598972f9e
 WHIRLPOOL 
1998bb07ab7c689033dd061b4d4fae96515521c80e81f7b3984b0990fcb692417fd2ffd27329c7024dd363595bc5ac9a4e03ce36efb8b088e8b10f093080f4b0
 DIST VTKLargeData-6.1.0.tar.gz 166019220 SHA256 
d8985508ff2b7fbfbae0aadedfbe2b293640cf6441d3cce41da5c3f591c96d4c SHA512 
3663a124c16448882ad3aef0fb15f55f438863ba2176106803ad9c6fb561325accd74f2675d8b6e1de791babfa8b992e516d87640efedda4a6daeb5affc2cf3f
 WHIRLPOOL 
db62af365a5c1d71b209d21578184ff1ee7a5913aefd7e5729b7dc555bdd20a8f070ed83051387634bf6a9fc1141ab68a291ec0d557602fa5802e3e6020b7ae1
-DIST VTKLargeData-7.0.0.tar.gz 166680081 SHA256 
27db751b93480c0ea9362927a25d8ab5b2cb47532b1e898cdf77c1e41db29ecc SHA512 
a17d7b883262c12a0cf0689eec02d92415746d3eea64d308e22d4945e0eaa2bef8eadafef995690c1e02d357c8887a62702c5eaf0f46fe19a66cb9993ce18624
 WHIRLPOOL 
1e19a68d3a4e7e00d417ddf7f460331179b26f9ef434beedfc52e31a4733892fbd11209c45763a69c775fcbd510971f6463f00e9dbc794945db5110fe646bf84
 DIST VTKLargeData-7.1.0.tar.gz 166680011 SHA256 
dbf9e9a427e1183886ee7686272c571447491eb7179036f2401622ac7987c6b2 SHA512 
79d058732932837f2873a14850e18375d6a43f07de7cf4b71570ae32cf7abb7651052378ff9cbd1e221c95f78e46c13c9852425a509ae02c826f5345e836e455
 WHIRLPOOL 
3dfb71273a3de14d046f42e8f19b96c04fa08ae5f91309b595143e8c3be7206115c71a87816ae6415bf17b4b739b41a618d79f6e5acbd06193e5114eb88c975d
 DIST vtkDocHtml-6.1.0.tar.gz 230827905 SHA256 
e35d0f5b7905e5c827d8daa71ee61b14dc080445efad91f97583a2b9303c1813 SHA512 
fcae74a65157d87b39a162facdecbb0ab0a9b95b9f2555ed2b15d635b82034bfc62181eea441caf0b1edbe036b792a8231d409908b943398ce7f662c149d3a60
 WHIRLPOOL 
bc1714223259953a605612c0da124ece60604989458b7de5cf24b37d0f4c339f50c07a13d899f218364e61a35f8e1ace126eda5e83acbc3fe4930b041df0f55d
-DIST vtkDocHtml-7.0.0.tar.gz 114223726 SHA256 
e2f5ff7b693880d6f7dd842428d212ea2739dd93f12f008adce3b9958125d65d SHA512 
062a2d23df2c1330b2ef46758038cd222923d17c1f3bf810f6df30456729c2f33a921815cd501aa41aeb9739500f121a5b35538613365cbf30f3c7a483e4a235
 WHIRLPOOL 
853894c3a382dccb3f2947911b7b10fd76956fe48a4ba0ad71169e826a2e663bb965bbf4

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

2017-11-05 Thread Andreas Sturmlechner
commit: 5e7c5d97488b5b46e20db03862f2502f91335286
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 19:30:20 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 01:57:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7c5d97

sci-libs/opencascade: Drop old

Bug: https://bugs.gentoo.org/624194
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sci-libs/opencascade/Manifest  |   3 -
 .../opencascade-6.5.4-fixed-tbb-VERSION.patch  |  10 --
 .../files/opencascade-6.7.0-fixed-DESTDIR.patch|  51 ---
 .../opencascade-6.7.1-deprecated-glx-api.patch |  89 ---
 sci-libs/opencascade/opencascade-6.7.1-r1.ebuild   | 161 
 sci-libs/opencascade/opencascade-6.8.0-r1.ebuild   | 158 
 sci-libs/opencascade/opencascade-6.9.0-r1.ebuild   | 163 
 sci-libs/opencascade/opencascade-6.9.1-r1.ebuild   | 164 -
 8 files changed, 799 deletions(-)

diff --git a/sci-libs/opencascade/Manifest b/sci-libs/opencascade/Manifest
index 2bc71fba802..635f58a5844 100644
--- a/sci-libs/opencascade/Manifest
+++ b/sci-libs/opencascade/Manifest
@@ -1,4 +1 @@
-DIST opencascade-6.7.1.tgz 194568487 SHA256 
c918cb554c0c22d322dc1d2f3a31069e1d5dcbae869db741339e1d4903e864b1 SHA512 
31df4bd172d51b1ebee7e67075fa9cdbeb73eccb326f428b1911f15c9ac0feedc5977e2490f54a130b409f292dd6bfb7d40143263a47aa0330c28337639fe828
 WHIRLPOOL 
d6fc042a4aca381ce74eaf1ca2adead5b0f88b599176c13ecd7a967f9dd92e4589c73ebde53ee3b374a78f696bacf674eb18a356ffcf38bbc8d7e60b30043fa6
-DIST opencascade-6.8.0.tgz 198319238 SHA256 
50b145655fd3a4448e291388650cd0dcab8f9d99201aba32e8d26aeff03e8e1c SHA512 
4fa95bc244001fd27ad1248acf44d6fd6633fa21fa2479bbea42977bdc9688b638eaca5df8442120d3e075113a031a7f894d0525a6b54e537cb3363c0a698c8b
 WHIRLPOOL 
5b57de759208668e970ef0f3cf55589ea13d2295bac8d12ee597d7a40be402427c3c67e232d68df5a0f91ed87c9f7157faa717490f774e8431910d8223c49bf1
-DIST opencascade-6.9.0.tgz 203915299 SHA256 
e9da098b304f6b65c3958947c3c687f00128ce020b67d97554a3e3be9cf3d090 SHA512 
79c7f715087ca627447a1cfd0b19a216150d71865f53f791978842ca9663181c5b608d93a7dc81945ad0dba287ea003cfa3ff47ebae07602a8fd38e6e1344aee
 WHIRLPOOL 
ab3bf2d1e369f87501bc5f3f63c092b6586a76b56443179e542fc2c1b10e9d504429c60096b7bd555c578ba54212693d4b495f34bb9045c3e1fb519b1d480538
 DIST opencascade-6.9.1.tgz 209589289 SHA256 
f92659ae3fb09c28233fb9178bc24fd2aab6776f6d9ea2479c3bdfe6296b873f SHA512 
92f0fffb110344feebaba9dd4a3427419ea9e6db7b09556b7dcdb1248f2a868e3337587abf9921392435031431f3876cea4d4709fd9926604dcebbd6d26f8963
 WHIRLPOOL 
02fe93b6e6dc7de45a3bf55ce9c5d826cb83ffda565273d008961c5824475d8f4dda04b782071b821c017409aeb0f6be05ea29a5d89ca57db85ea757aec27e4a

diff --git 
a/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch 
b/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch
deleted file mode 100644
index 88b13acd21c..000
--- a/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 src/Standard/Standard_MMgrTBBalloc.cxx
-+++ src/Standard/Standard_MMgrTBBalloc.cxx
-@@ -12,6 +12,7 @@
- 
- // paralleling with Intel TBB
- #ifdef HAVE_TBB
-+#undef VERSION
- #include 
- using namespace tbb;
- #else

diff --git a/sci-libs/opencascade/files/opencascade-6.7.0-fixed-DESTDIR.patch 
b/sci-libs/opencascade/files/opencascade-6.7.0-fixed-DESTDIR.patch
deleted file mode 100644
index 3a3f9809344..000
--- a/sci-libs/opencascade/files/opencascade-6.7.0-fixed-DESTDIR.patch
+++ /dev/null
@@ -1,51 +0,0 @@
 Makefile.am.old2014-01-13 09:43:18.530500362 +0100
-+++ Makefile.am2014-01-13 09:45:40.430496833 +0100
-@@ -82,29 +82,29 @@
-   cd $(top_builddir)/adm/lin/amk && $(MAKE) $(AM_MAKEFLAGS) Draw
- 
- install-exec-local:
--  $(INSTALL) -d $(prefix)/$(platform)
--  if [ -e $(prefix)/bin -a ! -e $(prefix)/$(platform)/bin ]; then \
--  cd $(prefix)/$(platform) && ln -s ../bin bin; \
-+  $(INSTALL) -d $(DESTDIR)$(prefix)/$(platform)
-+  if [ -e $(DESTDIR)$(prefix)/bin -a ! -e 
$(DESTDIR)$(prefix)/$(platform)/bin ]; then \
-+  cd $(DESTDIR)$(prefix)/$(platform) && ln -s ../bin bin; \
-   fi
--  if [ -e $(prefix)/lib -a ! -e $(prefix)/$(platform)/lib ]; then \
--  cd $(prefix)/$(platform) && ln -s ../lib lib; \
-+  if [ -e $(DESTDIR)$(prefix)/lib -a ! -e 
$(DESTDIR)$(prefix)/$(platform)/lib ]; then \
-+  cd $(DESTDIR)$(prefix)/$(platform) && ln -s ../lib lib; \
-   fi
--  buildd=`pwd`; cd $(top_srcdir); sourced=`pwd`; cd $(prefix); 
installd=`pwd`; cd $$buildd; \
-+  buildd=`pwd`; cd $(top_srcdir); sourced=`pwd`; cd $(DESTDIR)$(prefix); 
installd=`pwd`; cd $$buildd; \
-   if [ "$$installd" != "$$sourced" ]; then \
--  $(INSTALL) -d $(prefix)/inc; \
--  cp -frL $(top_srcdir)/inc $(prefix); \
--  cp -frL $$build

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

2017-11-05 Thread Anthony G. Basile
commit: 7faf5361e775c20b58c1eacc0645ba73fdabf880
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Nov  6 00:42:50 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Nov  6 00:42:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7faf5361

net-libs/libnsl: fix DEPEND on non-glibc systems

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/net-libs/libnsl/libnsl-0.ebuild b/net-libs/libnsl/libnsl-0.ebuild
index 08ff16d005d..37bd022979c 100644
--- a/net-libs/libnsl/libnsl-0.ebuild
+++ b/net-libs/libnsl/libnsl-0.ebuild
@@ -14,5 +14,5 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc 
ppc64 ~s390 ~sh sparc
 
 IUSE=""
 
-DEPEND="

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

2017-11-05 Thread Jory Pratt
commit: 8acad4eda1485797fae23556ee63d73f5f449ae5
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Mon Nov  6 00:34:27 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Nov  6 00:34:27 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=8acad4ed

www-client/firefox - version bump 57.0_beta14

 www-client/firefox/Manifest| 184 ++---
 0_beta13.ebuild => firefox-57.0_beta14.ebuild} |   0
 2 files changed, 92 insertions(+), 92 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 785c061..2dd9e08 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -185,95 +185,95 @@ DIST firefox-56.0-zh-CN.xpi 498978 SHA256 
91e2e7ca6b338bed8df0fdea0d4d773f5d7ca3
 DIST firefox-56.0-zh-TW.xpi 497763 SHA256 
92f2d02297eb2cc688fabe0d5e3e62e70648292d0895fb564a27b906762435c6 SHA512 
c8bffbea3c010e03e14366c0d9b60ceaf7c56fe12369c2fb495e90da2b1397586aa960aa1b7e06786497519b6804f27c44531990ed5e083a8d3d0950df067082
 WHIRLPOOL 
07534cf2072d454998c26f5b1d3685ce93f1fa51e81ecbfcda56e378a2ba1498a267529316eb81c4c101af95766877a689459d353d28e5baa1a1a8f5afbfca9b
 DIST firefox-56.0.source.tar.xz 255389204 SHA256 
0d8b7e91429f622c25509b7e73530807506ef3ff9f749d962251a35ed2bfed7e SHA512 
3aeb0ff54e10c83894f61734daa4f0801a1bb499d4667adad9c78520e588eae809d0e4d61e9227206466d62c3b453e2ce9ca8198f59f5354cd1b6804c00f0990
 WHIRLPOOL 
0e1b3d0acd0fd17ef62d85aefd15165026f456c4d7ee5061ebed9dd69074f95367f910c929644b9295fe9b746643d834097fceeeb991059798b7053c7a723c79
 DIST firefox-57.0-patches-01.tar.xz 10964 SHA256 
96894412d99bcd0d4c74507e4980e4f6bfb445a5cce4b7fb213088999c84f78a SHA512 
5f4c668eb1ae9b4067997973e7f5fcfa4d3de7b60520f7cc2a96b97b0814e921f777862e45fa0ffad231040d99e98f259e2482d4a5d7be096abc5d5860bfc593
 WHIRLPOOL 
5ab3260772f2dbc93914613b3bbaa3e6448247d06feca9ba2379067674aa09bddcf22ad6d8ddac9c0d1232c12381a80da4b16d8d5488d29f41e62e002d6d1f30
-DIST firefox-57.0b13-ach.xpi 44 SHA256 
4143dd4c8f1498c1068340a18bb53d451861777d8b193c4a00c0f2a82e3b3dc9 SHA512 
3b3a157da8c5ba5d8115a5be9d73dca3f8e09136ca2111968986bb8a41429299bbeb982b84d52429532376bbb249edf65a7cecd094c9bfd399fe21cc60db3e16
 WHIRLPOOL 
2472077699419908814f4a56e749b9a0b52d1befc2ea13984eb5ff2f48e4a95146d835e3ef97fc3eeab7052ff8624fec18e022ee9cae64e9a9a00b77e5fa471f
-DIST firefox-57.0b13-af.xpi 442206 SHA256 
d7c883df3e0b089b6a88cbe968545810ee44b46b899c51a63beca2002ae4278e SHA512 
dd6f8688909db7c1ff92d91e6c6eb8c3d85c5028c08dfac6c67f227146cecc1f7d82489f152bf3ae7db71910551747b19caf527168a04c4d3a639780e58ab910
 WHIRLPOOL 
0722c8c9e15b2d6285c4d919dae8457a15f1657f8a013ffb0b26377df633be8bf289ef6b5a424b3ddd2294439a253a73917e6535c48ff129eb248f7b0662
-DIST firefox-57.0b13-an.xpi 462778 SHA256 
862a491353b1170cdfc03056d16d89ba933b05a16494d697640d37809dd7b611 SHA512 
fa48e182a6673269e5dbfa522964fec7b7b80fe6f5227ad66e1c03dcac62e57da624ecf017235a461238b57598e3702897acee6a6b22a7482f848661ea319e48
 WHIRLPOOL 
0006e720e5719b986ec19237230bcf44eadf0f9420655b40a34759bcc59892dfa1c69c65ad8454a7da092c63d0fa086fac2b0c90d94159514ebd8bd225d8f5e0
-DIST firefox-57.0b13-ar.xpi 488160 SHA256 
d9b4822ea9cf91376b07c20d3f3a8ea5dc3efd845ee360a094fa6aecd8e1569b SHA512 
9e71e6b50b58ab83357ed90bc23695803b4188a5a8922418d3edc45a37c88093e67e3dc091e1e2046d31f2c0ea274c90976701a5b9920140738bb90a31a63bd3
 WHIRLPOOL 
05ef44b05ea149bf3c4ea21ce10ff7ee4302107f4ed55138b35b64322607475940c64ee8ab950fa059d5f1818174f867a389ad99a8b632a958d126fbb2654fbc
-DIST firefox-57.0b13-as.xpi 491075 SHA256 
28a31ba5ac4ca2614a40ee1778ddd52f8149f5af0fc1232f3364a863397a5e2a SHA512 
e5760e98549f74b8664486d3f41ee5eadfcf97c27b7ad407bad29d95ea240ec5dbdf280f53a8442e5fff3679463ac5531465430ede5cbb84da0419d59bcde8f8
 WHIRLPOOL 
f4182a0be05d3f2196924d639615635a7edf9107394227e52d2b120905d209cf10dd152f4098e3278a975695276b23de423f1aaea177194e2dc08ad16d008dcb
-DIST firefox-57.0b13-ast.xpi 455503 SHA256 
e330b60a178a78f758c07b49d07c7d64dbe6052ca9f57494fb6b4133cc4493ea SHA512 
a6307ac50b599c7bf1d562a911a69e9a14c6a014667dea5c9b0a5bfdf23b4f7cc2f8e0fd1a6cb12e9e3e218507bd462549b594ec48da9b1c07bba9a35ad95980
 WHIRLPOOL 
0e249e2aa74819e3892758cdf097680041610123105423baa9fd3af14d54b2a8214f8d759248c0bb9a78e89904659e3be2d7269cbf2f7b70ebd7117bf16e9748
-DIST firefox-57.0b13-az.xpi 466042 SHA256 
41a576be5f61c904e16eb85ba7ed3b43cb303aa8d92a8c4db501d7031b51dcbc SHA512 
25c2fb2031ee4feda8389987fb6bf7decf5cd571f2df45586364c2c04f685bb2413757d6eeb01fde33718362f465f246401c649071e9204bcfb1740ba8dc0779
 WHIRLPOOL 
0ff02782eb4f4aa7f24e2ad8a36b55e5ae358c71142c8edc71574715e4f0cc524bc7e73d93041dcfa980e4f525cd5ce72e33327617cb1a5d394375453b1d59e6
-DIST firefox-57.0b13-bg.xpi 510111 SHA256 
057022f29b07ddb170d4ae4bcc5ef384a874b6ccba2ac240c64483bde2bb8a4c SHA512 
7bdd6d36ac1175c792ea10b6ea051615220200d916593231fd06f810fbfbe2d76d93a9561f626470be4081cb179f26be87a55aaf05b589a01c0ca638e55c0b14
 WHIRLPOOL 
c26cdb7b5663bf48e2f85b0bf30bd146447658b8c59c519ae81d

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

2017-11-05 Thread Michael Orlitzky
commit: 79818694bb1a0455071e4073fdc20b74e79ff732
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Nov  5 23:45:25 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Nov  5 23:53:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79818694

dev-php/phpunit: remove unused phpunit-5.0.10.ebuild.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-php/phpunit/Manifest  |  1 -
 dev-php/phpunit/phpunit-5.0.10.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-php/phpunit/Manifest b/dev-php/phpunit/Manifest
index 3f58958d716..c330d2628f9 100644
--- a/dev-php/phpunit/Manifest
+++ b/dev-php/phpunit/Manifest
@@ -1,4 +1,3 @@
 DIST phpunit-3.7.20.phar 2769487 SHA256 
7972291d498a425f7daaf0274eed45d8ba564b87da3250fc975e1af2b0d60602 SHA512 
9263364087ad2f4870ce4d849c31b75c82799088809e444206b9e113e917d05923ece62264568ee5f2a6d7aeb04d75cbdc375ddd7825ceff16704431de5f68bf
 WHIRLPOOL 
7e6399ccfe01f5e59bd14e243ee4fed760a40d36708aea8c1c5be08b2814125effb89f351f8ea0777d280d7a5557aadfe6142330bbc020d4c1159658cfc99baa
 DIST phpunit-4.3.1.phar 3324489 SHA256 
1bac0c5f53bc04efa680bf9b3dcb35e804714eb8f497931ba81bdf08ae432c37 SHA512 
de123e2301dc1d64e7401ceaec48c9458c3ab0dfc78faa488bed12c5b30b1367e1f9f6dfbbd5a07b427a56aad6d989f36a11b4642a0a843eed9c39e551be0490
 WHIRLPOOL 
dbe5bed2251832c6c905b09c131bc2dc98de6247ef55077d9882c41a0b20b2e8b1c2489dbc0b3c1ed746f81c2b7163042e73790fff2b2ca78f8470875d77d88f
-DIST phpunit-5.0.10.phar 2773192 SHA256 
e740f1376fec6dd19023d38537583276f804d02f818af1f1b2012599743c7c29 SHA512 
978bbc409aeb6823c8a8a630fb6221fad5e6aac1d49288c93a69936468bdc6c01d2c58344b161b6fa6a6ccf6ff1100738edb00d7c3cef357751d00323c365d8d
 WHIRLPOOL 
52255b646c063b60d2094fd1f08546b4c498ddd3c4b7fe0ebfc3f6370581e00679774e5492a30a3f5428007250a1c13937c34016e746004a019bfa26e52cdc18
 DIST phpunit-5.7.15.tar.gz 205474 SHA256 
d1ce59cfe5f4939c694b6a3ca84eed9a0099228ad8f57c379ffc6fd4806ef1a7 SHA512 
6a836e1ad1656fd1d1c5a58ced3c1826b4decc01798b6a804b487c9b4e094ec32f6eb8a84058e268eade62a2fe19d7bd1e760b8b9433299d9fe9c09afdf2bdd3
 WHIRLPOOL 
7a268ac8df88992fe97fa74820a766bf4199753c743da945d6bae64987fa8f904c0dfe026d861d81aade4cd23576133592f998dc66150aea730cefc804ed610b

diff --git a/dev-php/phpunit/phpunit-5.0.10.ebuild 
b/dev-php/phpunit/phpunit-5.0.10.ebuild
deleted file mode 100644
index 46336b4d6db..000
--- a/dev-php/phpunit/phpunit-5.0.10.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A PHP Unit Testing framework"
-HOMEPAGE="http://phpunit.de";
-
-PHPUNIT_PHAR="${P}.phar"
-
-SRC_URI="https://phar.phpunit.de/${PHPUNIT_PHAR}";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   || (
-   dev-lang/php:5.6[phar,xml]
-   dev-lang/php:7.0[phar,xml]
-   )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   return
-}
-
-src_install() {
-   insinto /usr/share/php/phpunit
-   insopts -m755
-   newins "${DISTDIR}"/${PHPUNIT_PHAR} phpunit.phar
-   dosym ../share/php/phpunit/phpunit.phar /usr/bin/phpunit
-}
-
-pkg_postinst() {
-   elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
-   elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite 
mysql\"."
-}



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

2017-11-05 Thread Michael Orlitzky
commit: 41a8cd2ee843c4fdd8fb815b0331fcdf41a3581b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Nov  5 23:37:16 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Nov  5 23:53:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a8cd2e

dev-php/PEAR-PEAR: add ~alpha and ~x86 keywords.

This is pure PHP code, what could possibly go wrong? We need this for
half of the packages in dev-php, and it's been 8 months, so... bam.

Closes: https://bugs.gentoo.org/613380
Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.5.ebuild 
b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.5.ebuild
index 9a39ac1c947..277099941f1 100644
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.5.ebuild
+++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="PEAR Base System"
 HOMEPAGE="http://pear.php.net/package/${MY_PN}";
 SRC_URI="http://pear.php.net/get/${MY_P}.tgz";
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE=""
 



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

2017-11-05 Thread Michael Orlitzky
commit: a75c4271932742acc4e1078ff82080706b9679de
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Nov  5 23:41:19 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Nov  5 23:53:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75c4271

dev-php/PEAR-PEAR: remove PEAR-PEAR-1.10.3-r1.ebuild.

The 1.10.3-r1 ebuild was "used" only on s390, sh, and sparc. The first
two are vapier land, and sparc has had long enough to keyword 1.10.5.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-php/PEAR-PEAR/Manifest   |   1 -
 dev-php/PEAR-PEAR/PEAR-PEAR-1.10.3-r1.ebuild | 167 ---
 2 files changed, 168 deletions(-)

diff --git a/dev-php/PEAR-PEAR/Manifest b/dev-php/PEAR-PEAR/Manifest
index dc9fd43a2d7..743a39fcb21 100644
--- a/dev-php/PEAR-PEAR/Manifest
+++ b/dev-php/PEAR-PEAR/Manifest
@@ -1,3 +1,2 @@
 DIST PEAR-1.10.1.tgz 291167 SHA256 
7eca0d8e4f6391d66d92abc4faebd5a9346e739b92573e20392db9e878a8d59f SHA512 
df5f09a92d211a09dae147af474399171aed46e0536c091468b73b43ba4acdbdbf7b5cbdd17ef48b7d36d7b9dd23187dc6c75733731c267768d49c89698b0ef2
 WHIRLPOOL 
ef067937d805a1e5c082c5945ffcbffd005757326f72572563154f2b5c573713050cc002af7727ebe053b3956fa1113c29bbbad6e74d8fb110704b07b7291929
-DIST PEAR-1.10.3.tgz 291095 SHA256 
c882979c48640b0b1a71cf2290dad3b3bbef1c33e4f1ec9af36a710e88e7921a SHA512 
1ad531a6e0ac30719b05e58f0758393bc6cdb0e89b4f99f843e7318a40ef18e74767e8ed63346b0ece9d6e8e71c8ebe15b08eaeb6f0c4f3169814bb4bb524332
 WHIRLPOOL 
987d875a76ccbf26ea3fce0ca1b11d0885bcd98c73c1bdd43ce41f5f0cec4504f769aaa2b1bca3e501763ab21c3d6980a2eb02d26bfdfbd6f9a28f938ebbd4ea
 DIST PEAR-1.10.5.tgz 291151 SHA256 
74c28725fed39617a6c2f310d5e1185b05982e3478196c2fedc64b4e747c2465 SHA512 
c310fa8ec72ba201313dc03953ec1eba82daa137b27eac880fd5388dce72d38e6aa40737da43c3ad41db4df0d6717c7d77cf477d64b29245854ae95d2a94c364
 WHIRLPOOL 
8d2bf23cb28c4242b9c452f141b42d445e2fce343ed091bc834ba058fb0358a1b8585c0074bde445a0de8807af27b57d503962e57c45cd1f00e2f982ad7e

diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.3-r1.ebuild 
b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.3-r1.ebuild
deleted file mode 100644
index 94d1ad067dd..000
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.3-r1.ebuild
+++ /dev/null
@@ -1,167 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="PEAR Base System"
-HOMEPAGE="http://pear.php.net/package/${MY_PN}";
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz";
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/php:*[cli,xml,zlib]
-   >=dev-php/PEAR-Archive_Tar-1.4.0
-   >=dev-php/PEAR-Console_Getopt-1.4.1
-   >=dev-php/PEAR-Structures_Graph-1.1.0
-   >=dev-php/PEAR-XML_Util-1.3.0"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/gentoo-libtool-mismatch-fix-v2.patch" )
-
-pkg_setup() {
-   [[ -z "${PEAR_CACHEDIR}" ]] && PEAR_CACHEDIR="${EPREFIX}/var/cache/pear"
-   [[ -z "${PEAR_DOWNLOADDIR}" ]] && 
PEAR_DOWNLOADDIR="${EPREFIX}/var/tmp/pear"
-   [[ -z "${PEAR_TEMPDIR}" ]] && PEAR_TEMPDIR="${EPREFIX}/tmp"
-
-   elog
-   elog "cache_dir is set to: ${PEAR_CACHEDIR}"
-   elog "download_dir is set to: ${PEAR_DOWNLOADDIR}"
-   elog "temp_dir is set to: ${PEAR_TEMPDIR}"
-   elog
-   elog "If you want to change the above values, you need to set"
-   elog "PEAR_CACHEDIR, PEAR_DOWNLOADDIR and PEAR_TEMPDIR variable(s)"
-   elog "accordingly in /etc/portage/make.conf and re-emerge ${PN}."
-   elog
-}
-
-src_install() {
-   insinto /usr/share/php
-   doins -r PEAR/
-   doins -r OS/
-   doins PEAR.php System.php
-   doins scripts/pearcmd.php
-   doins scripts/peclcmd.php
-
-   newbin scripts/pear.sh pear
-   newbin scripts/peardev.sh peardev
-   newbin scripts/pecl.sh pecl
-
-   # adjust some scripts for current version
-   [[ -z "${PEAR}" ]] && PEAR="${PV}"
-   for i in pearcmd.php peclcmd.php ; do
-   sed "s:@pear_version@:${PEAR}:g" -i "${D}/usr/share/php/${i}" \
-   || die "failed to sed pear_version"
-   done
-
-   for i in pear peardev pecl ; do
-   sed "s:@bin_dir@:${EPREFIX}/usr/bin:g" -i "${D}/usr/bin/${i}" \
-   || die "failed to sed @bin_dir@ in ${i}"
-   sed "s:@php_dir@:${EPREFIX}/usr/share/php:g" -i 
"${D}/usr/bin/${i}" \
-   || die "failed to sed @php_dir@ in ${i}"
-   done
-
-   sed "s:-d output_buffering=1:-d output_buffering=1 -d 
memory_limit=32M:g" \
-   -i "${D}/usr/bin/pear" \
-   || die "failed to set PHP ini values in pear executable"
-
-   sed "s:@package_version@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/Command/P

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

2017-11-05 Thread Michael Orlitzky
commit: 99a7e6010c199615e4c6f7700114b6485b5efbf1
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Nov  5 23:47:40 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Nov  5 23:53:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a7e601

dev-php/phpunit: remove unused phpunit-3.7.20.ebuild.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-php/phpunit/Manifest  |  1 -
 dev-php/phpunit/phpunit-3.7.20.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-php/phpunit/Manifest b/dev-php/phpunit/Manifest
index c330d2628f9..e76b0dfdeb1 100644
--- a/dev-php/phpunit/Manifest
+++ b/dev-php/phpunit/Manifest
@@ -1,3 +1,2 @@
-DIST phpunit-3.7.20.phar 2769487 SHA256 
7972291d498a425f7daaf0274eed45d8ba564b87da3250fc975e1af2b0d60602 SHA512 
9263364087ad2f4870ce4d849c31b75c82799088809e444206b9e113e917d05923ece62264568ee5f2a6d7aeb04d75cbdc375ddd7825ceff16704431de5f68bf
 WHIRLPOOL 
7e6399ccfe01f5e59bd14e243ee4fed760a40d36708aea8c1c5be08b2814125effb89f351f8ea0777d280d7a5557aadfe6142330bbc020d4c1159658cfc99baa
 DIST phpunit-4.3.1.phar 3324489 SHA256 
1bac0c5f53bc04efa680bf9b3dcb35e804714eb8f497931ba81bdf08ae432c37 SHA512 
de123e2301dc1d64e7401ceaec48c9458c3ab0dfc78faa488bed12c5b30b1367e1f9f6dfbbd5a07b427a56aad6d989f36a11b4642a0a843eed9c39e551be0490
 WHIRLPOOL 
dbe5bed2251832c6c905b09c131bc2dc98de6247ef55077d9882c41a0b20b2e8b1c2489dbc0b3c1ed746f81c2b7163042e73790fff2b2ca78f8470875d77d88f
 DIST phpunit-5.7.15.tar.gz 205474 SHA256 
d1ce59cfe5f4939c694b6a3ca84eed9a0099228ad8f57c379ffc6fd4806ef1a7 SHA512 
6a836e1ad1656fd1d1c5a58ced3c1826b4decc01798b6a804b487c9b4e094ec32f6eb8a84058e268eade62a2fe19d7bd1e760b8b9433299d9fe9c09afdf2bdd3
 WHIRLPOOL 
7a268ac8df88992fe97fa74820a766bf4199753c743da945d6bae64987fa8f904c0dfe026d861d81aade4cd23576133592f998dc66150aea730cefc804ed610b

diff --git a/dev-php/phpunit/phpunit-3.7.20.ebuild 
b/dev-php/phpunit/phpunit-3.7.20.ebuild
deleted file mode 100644
index 382ae095598..000
--- a/dev-php/phpunit/phpunit-3.7.20.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A PHP Unit Testing framework"
-HOMEPAGE="http://phpunit.de";
-
-PHPUNIT_PHAR="${P}.phar"
-
-SRC_URI="https://dev.gentoo.org/~olemarkus/phpunit/${PHPUNIT_PHAR}";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
-IUSE=""
-
-DEPEND="dev-lang/php:*[phar,xml]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   return
-}
-
-src_install() {
-   insinto /usr/share/php/phpunit
-   insopts -m755
-   newins "${DISTDIR}"/${PHPUNIT_PHAR} phpunit.phar
-   dosym ../share/php/phpunit/phpunit.phar /usr/bin/phpunit
-}
-
-pkg_postinst() {
-   elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
-   elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite 
mysql\"."
-}



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

2017-11-05 Thread Michael Orlitzky
commit: 09ee36520670ea1058ef012fc5aeb137bd8aa2fc
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Nov  5 23:35:24 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Nov  5 23:52:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ee3652

dev-php/PEAR-Exception: add ~alpha and ~x86 keywords.

This is pure PHP code, what could possibly go wrong? We need this for
half of the packages in dev-php, and it's been 8 months, so... bam.

Bug: https://bugs.gentoo.org/613380
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild 
b/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild
index ed45b38d93f..42a77744cb2 100644
--- a/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild
+++ b/dev-php/PEAR-Exception/PEAR-Exception-1.0.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN}";
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz";
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 RDEPEND="dev-lang/php:*
!<=dev-php/PEAR-PEAR-1.10.3-r1"



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

2017-11-05 Thread Patrice Clement
commit: 3eb669ffb0a423507e71b746614dd5a40f1e545e
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov  5 23:34:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Nov  5 23:35:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb669ff

app-vim/vim2hs: new package.

vim2hs is a collection of vimscripts for Haskell development.

Closes: https://bugs.gentoo.org/476450
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-vim/vim2hs/Manifest|  1 +
 app-vim/vim2hs/metadata.xml| 11 +++
 app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild | 31 ++
 3 files changed, 43 insertions(+)

diff --git a/app-vim/vim2hs/Manifest b/app-vim/vim2hs/Manifest
new file mode 100644
index 000..b02f4f63677
--- /dev/null
+++ b/app-vim/vim2hs/Manifest
@@ -0,0 +1 @@
+DIST vim2hs-0.1_p20171106.tar.gz 259627 SHA256 
7190ad8b7f205331d6485b584acfdca6c0b45aed4e5242e482110d17871bc728 SHA512 
835ea1344f055af06843a327bf7294ae9fe0e735455b3c21d4fba56eab75f19b578ff8cd962f6527efee0e0f89084c9c2cd86d3944e0ac35b89b33a6047df4a0
 WHIRLPOOL 
40caa6f1fccd6b344e8b808c99387c4ecceec935fce219ba42587e59b9a390fc23e99c8bbbf7e7933a3c95975dc773c0be5363aee6ebaf6e4ac1b3131c891711

diff --git a/app-vim/vim2hs/metadata.xml b/app-vim/vim2hs/metadata.xml
new file mode 100644
index 000..cf984477fc4
--- /dev/null
+++ b/app-vim/vim2hs/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+   
+   dag/vim2hs
+   
+

diff --git a/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild 
b/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
new file mode 100644
index 000..4d8504e4b3a
--- /dev/null
+++ b/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+# Commit Date: 16 Apr 2014
+COMMIT="f2afd55704bfe0a2d66e6b270d247e9b8a7b1664"
+
+DESCRIPTION="vim plugin: collection of vimscripts for Haskell development"
+HOMEPAGE="https://github.com/dag/vim2hs";
+SRC_URI="https://github.com/dag/vim2hs/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-lang/ghc"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_compile() { :; }
+
+src_install() {
+   # We want a stripped-down version of these.
+   local f
+   for f in screenshots/*; do
+   bzip2 -9 "${f}" || die
+   done
+   vim-plugin_src_install
+}



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

2017-11-05 Thread Michael Orlitzky
commit: 86c0130c6e56f79e9830e3ee07a0400f04dd0efd
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Nov  5 23:28:22 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Nov  5 23:28:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c0130c

dev-php/PEAR-PEAR: remove unused PEAR-PEAR-1.10.3-r2.ebuild.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-php/PEAR-PEAR/PEAR-PEAR-1.10.3-r2.ebuild | 173 ---
 1 file changed, 173 deletions(-)

diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.3-r2.ebuild 
b/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.3-r2.ebuild
deleted file mode 100644
index a097da16a52..000
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.10.3-r2.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="PEAR Base System"
-HOMEPAGE="http://pear.php.net/package/${MY_PN}";
-SRC_URI="http://pear.php.net/get/${MY_P}.tgz";
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~hppa"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/php:*[cli,xml,zlib]
-   dev-php/PEAR-Archive_Tar
-   dev-php/PEAR-Console_Getopt
-   dev-php/PEAR-Exception
-   dev-php/PEAR-Structures_Graph
-   dev-php/PEAR-XML_Util"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/gentoo-libtool-mismatch-fix-v2.patch" )
-
-pkg_setup() {
-   [[ -z "${PEAR_CACHEDIR}" ]] && PEAR_CACHEDIR="${EPREFIX}/var/cache/pear"
-   [[ -z "${PEAR_DOWNLOADDIR}" ]] && 
PEAR_DOWNLOADDIR="${EPREFIX}/var/tmp/pear"
-   [[ -z "${PEAR_TEMPDIR}" ]] && PEAR_TEMPDIR="${EPREFIX}/tmp"
-
-   elog
-   elog "cache_dir is set to: ${PEAR_CACHEDIR}"
-   elog "download_dir is set to: ${PEAR_DOWNLOADDIR}"
-   elog "temp_dir is set to: ${PEAR_TEMPDIR}"
-   elog
-   elog "If you want to change the above values, you need to set"
-   elog "PEAR_CACHEDIR, PEAR_DOWNLOADDIR and PEAR_TEMPDIR variable(s)"
-   elog "accordingly in /etc/portage/make.conf and re-emerge ${PN}."
-   elog
-}
-
-src_prepare() {
-   default
-   # Exception.php is part of dev-php/PEAR-Exception.
-   rm PEAR/Exception.php || die "failed to remove PEAR/Exception.php"
-}
-
-src_install() {
-   insinto /usr/share/php
-   doins -r PEAR/
-   doins -r OS/
-   doins PEAR.php System.php
-   doins scripts/pearcmd.php
-   doins scripts/peclcmd.php
-
-   newbin scripts/pear.sh pear
-   newbin scripts/peardev.sh peardev
-   newbin scripts/pecl.sh pecl
-
-   # adjust some scripts for current version
-   [[ -z "${PEAR}" ]] && PEAR="${PV}"
-   for i in pearcmd.php peclcmd.php ; do
-   sed "s:@pear_version@:${PEAR}:g" -i "${D}/usr/share/php/${i}" \
-   || die "failed to sed pear_version"
-   done
-
-   for i in pear peardev pecl ; do
-   sed "s:@bin_dir@:${EPREFIX}/usr/bin:g" -i "${D}/usr/bin/${i}" \
-   || die "failed to sed @bin_dir@ in ${i}"
-   sed "s:@php_dir@:${EPREFIX}/usr/share/php:g" -i 
"${D}/usr/bin/${i}" \
-   || die "failed to sed @php_dir@ in ${i}"
-   done
-
-   sed "s:-d output_buffering=1:-d output_buffering=1 -d 
memory_limit=32M:g" \
-   -i "${D}/usr/bin/pear" \
-   || die "failed to set PHP ini values in pear executable"
-
-   sed "s:@package_version@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/Command/Package.php" \
-   || die "failed to sed @package_version@"
-
-   sed "s:@PEAR-VER@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/Dependency2.php" \
-   || die "failed to sed @PEAR-VER@ in Dependency2.php"
-
-   sed "s:@PEAR-VER@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/PackageFile/Parser/v1.php" \
-   || die "failed to sed @PEAR-VER@ in v1.php"
-
-   sed "s:@PEAR-VER@:${PEAR}:g" \
-   -i "${D}/usr/share/php/PEAR/PackageFile/Parser/v2.php" \
-   || die "failed to sed @PEAR-VER@ in v2.php"
-
-   # finalize install
-   insinto /etc
-   newins "${FILESDIR}"/pear.conf-r2 pear.conf
-
-   sed "s|s:PHPCLILEN:\"PHPCLI\"|s:${#PHPCLI}:\"${PHPCLI}\"|g" \
-   -i "${D}/etc/pear.conf" \
-   || die "failed to sed PHPCLILEN in pear.conf"
-
-   sed 
"s|s:CACHEDIRLEN:\"CACHEDIR\"|s:${#PEAR_CACHEDIR}:\"${PEAR_CACHEDIR}\"|g" \
-   -i "${D}/etc/pear.conf" \
-   || die "failed to sed CACHEDIRLEN in pear.conf"
-
-   sed 
"s|s:DOWNLOADDIRLEN:\"DOWNLOADDIR\"|s:${#PEAR_DOWNLOADDIR}:\"${PEAR_DOWNLOADDIR}\"|g"
 \
-   -i "${D}/etc/pear.conf" \
-   || die "failed to sed DOWNLOADDIRLEN in pear.conf"
-
-   sed 
"s|s:TEMPDIRLEN:\"TEMPDIR\"|s:${#PEAR_TEMPDIR}:\"${PEAR_TEMPDIR}\"|g" \
-   -i "${D}/etc/pear.conf" \
-   || die "failed to 

[gentoo-commits] repo/gentoo:master commit in: net-vpn/tinc/

2017-11-05 Thread Anthony G. Basile
commit: f356a93c7acc8c66fe3e35127db02205e788791e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Nov  5 23:20:23 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Nov  5 23:20:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f356a93c

net-vpn/tinc: version bump to 1.0.33

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-vpn/tinc/Manifest   |  1 +
 net-vpn/tinc/tinc-1.0.33.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/net-vpn/tinc/Manifest b/net-vpn/tinc/Manifest
index d1ba938a483..afddf8ea6cb 100644
--- a/net-vpn/tinc/Manifest
+++ b/net-vpn/tinc/Manifest
@@ -1,3 +1,4 @@
 DIST tinc-1.0.31.tar.gz 494877 SHA256 
d3cbc82e6e07975a2ccc0b369d07e30fc3324e71e240dca8781ce9a4f629519b SHA512 
ac694d4ceec19bddebd3d5b9f37eb703a4701b93f65a7bbcdbc0b364f2a4f8b116c85748d06ec7821474de5c4d434caf5448109a0846e15c4a96adb92a0fc622
 WHIRLPOOL 
aec84cd59ca80ca806171003447f946073c8f99fd872eaef1e7fea9d423cd4905d554964920be802e0862f5ab8de7d9d7094792c30403af8b62abca12286e2b1
 DIST tinc-1.0.32.tar.gz 496221 SHA256 
4db24feaff8db4bbb7edb7a4b8f5f8edc39b26eb5feccc99e8e67a6960c05587 SHA512 
1533305a062782ec788bcb59f4cbfac76ed401ccfe57b5cbd9a3fd9b76a238dbd0f612071c24b157fec4dfc409c79b1b4fbf6e176510b321dcdd79174632028c
 WHIRLPOOL 
1d20dd365ea4c774555f809412befe0857fdd574dbbb92b8cf61764973dfaa67ebe95480913c594de663cc91845b3850b9fe541c006725d60c32d6f403cb6be0
+DIST tinc-1.0.33.tar.gz 486374 SHA256 
7f6f5dc6444bc651ac635c81f4745bcce581bbd1d45ed60cbdc4ee11bebb10f4 SHA512 
f17c7682e177d85a049891255fc590069c7901307951ee93364a7a754f1a7c5ca4b6a6f7ddcb4c9ad150f0155ff7db7112990a3fc3a6496b48bdbfd3b1ae8804
 WHIRLPOOL 
9fa868d3ac0b89e0c4458c00b79149e21baa3a6e9950665da11e91278048f2a8866c23027e39f1cf34e940794d5c6b5427a561c4a0a1e4bbfdce3d2554b6b3d8
 DIST tinc-1.1pre15.tar.gz 704145 SHA256 
41dc3e40c5f8be497b779acd6f59ef4572e1430d0d0f0436f2de5cb21a59ef18 SHA512 
29b109c84a89204a9fe298e3cfb092169a7c3cbb62e0cabdb7fe8eaa01b03343b7d48bf028525754af1a340781de209e0b9412669c256a30e7226a8a21412c17
 WHIRLPOOL 
f258704dd6f2f4c5fd184a1f38da93a2bd8e655b07cfed47837e57a049c8be4e9b744f1a10b1932d020aab6c7c5bf043a83d7c9529755f5accca445f95355439

diff --git a/net-vpn/tinc/tinc-1.0.33.ebuild b/net-vpn/tinc/tinc-1.0.33.ebuild
new file mode 100644
index 000..c8adaa0c7d3
--- /dev/null
+++ b/net-vpn/tinc/tinc-1.0.33.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit systemd
+
+DESCRIPTION="tinc is an easy to configure VPN implementation"
+HOMEPAGE="http://www.tinc-vpn.org/";
+SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+IUSE="libressl +lzo uml vde +zlib"
+
+DEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   lzo? ( dev-libs/lzo:2 )
+   zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}
+   vde? ( net-misc/vde )"
+
+src_configure() {
+   econf \
+   --enable-jumbograms \
+   --disable-tunemu  \
+   $(use_enable lzo) \
+   $(use_enable uml) \
+   $(use_enable vde) \
+   $(use_enable zlib)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodir /etc/tinc
+   dodoc AUTHORS NEWS README THANKS
+   doconfd "${FILESDIR}"/tinc.networks
+   newconfd "${FILESDIR}"/tincd.conf tincd
+   newinitd "${FILESDIR}"/tincd-r1 tincd
+   systemd_newunit "${FILESDIR}"/tincd_at.service "tincd@.service"
+}
+
+pkg_postinst() {
+   elog "This package requires the tun/tap kernel device."
+   elog "Look at http://www.tinc-vpn.org/ for how to configure tinc"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/xwmfs/

2017-11-05 Thread Patrice Clement
commit: d2ceae7ce6813f5ab0d7bd18127061b51faec240
Author: Matthias Gerstner  nefkom  net>
AuthorDate: Sun Oct 22 21:11:52 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Nov  5 23:07:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ceae7c

sys-fs/xmwfs: new ebuild.

xmwfs is a X11 Window-Manager file system based on FUSE.

Closes: https://github.com/gentoo/gentoo/pull/6020
Closes: https://bugs.gentoo.org/634810

 sys-fs/xwmfs/Manifest  |  1 +
 sys-fs/xwmfs/metadata.xml  | 34 ++
 sys-fs/xwmfs/xwmfs-0.81.ebuild | 20 
 3 files changed, 55 insertions(+)

diff --git a/sys-fs/xwmfs/Manifest b/sys-fs/xwmfs/Manifest
new file mode 100644
index 000..805b0d3fc67
--- /dev/null
+++ b/sys-fs/xwmfs/Manifest
@@ -0,0 +1 @@
+DIST xwmfs-0.81.tar.gz 192750 SHA256 
490f9186681dfce8b6576f81130cfce6f51fd5d5a70a8554637946c5bf831c6a SHA512 
7b11e4f38654144467b128fcdd84082f3d5f16817d6b40285a0726165bb16c34ea076981d5866c952ce74e9a21b6b2dbcf53ed96631fd13d7b263a55cb6a577a
 WHIRLPOOL 
0ee5a4fff41ba2330dc777a89e686e3e8f954f61c53c265a7208856cbec4cc01596bedb23819e8e222f31a31a1ac34bf3cf0c2b934c117718dfb8894a8e86b5c

diff --git a/sys-fs/xwmfs/metadata.xml b/sys-fs/xwmfs/metadata.xml
new file mode 100644
index 000..8b58b472e95
--- /dev/null
+++ b/sys-fs/xwmfs/metadata.xml
@@ -0,0 +1,34 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+matthias.gerst...@nefkom.net
+Matthias Gerstner
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+This is xwmfs (X window manager file system), a userspace file system 
based on
+fuse that allows interaction with an EWMH compliant X11 window manager
+via files.
+
+Some of its features are:
+
+- newly appearing and disappearing windows in the X server are recognized 
and
+  the file system is updated in an event based manner
+- new values for properties of window manager and windows will be 
reflected in
+  the file system in an event based manner
+- properties of windows and window manager can be changed via writing to 
files
+  in the file system
+- some X operations are accessible via control files in the file system
+
+The file system can be used for easily implementing scripts that operate on
+the window manager and windows (for example identifying specific windows,
+rename a window, move it around and so on).
+  
+  
+gestner-hub/xwmfs
+  
+

diff --git a/sys-fs/xwmfs/xwmfs-0.81.ebuild b/sys-fs/xwmfs/xwmfs-0.81.ebuild
new file mode 100644
index 000..aa134c2864b
--- /dev/null
+++ b/sys-fs/xwmfs/xwmfs-0.81.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="FUSE-based X11 Window-Manager file system"
+HOMEPAGE="https://github.com/gerstner-hub/xwmfs";
+SRC_URI="https://github.com/gerstner-hub/${PN}/releases/download/v${PV}/${P}-dist.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~arm"
+SLOT="0"
+
+RDEPEND="
+   sys-fs/fuse:=
+   >=x11-libs/libX11-1.6.5"
+
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-php/maxmind-db-reader/files/, dev-php/maxmind-db-reader/

2017-11-05 Thread Michael Orlitzky
commit: 80d52ea829aac43e9a067b6a8f3e010c221de717
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Nov  5 22:52:19 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Nov  5 22:57:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d52ea8

dev-php/maxmind-db-reader: new PHP interface to the MaxMind databases.

Add the new (Composer-based) PHP interface to the MaxMind binary
database format. This lets you query the newer "mmdb" files directly,
from PHP code. There is an optional C extension that can be built with
USE=extension, and which ostensibly (but I have not tested this)
improves performance through the use of dev-libs/libmaxminddb.

Thanks to Steffen Weber for the initial ebuild.

Reported-by: Steffen Weber
Closes: https://bugs.gentoo.org/511088
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-php/maxmind-db-reader/Manifest |  1 +
 dev-php/maxmind-db-reader/files/autoload.php   |  6 ++
 .../maxmind-db-reader-1.2.0.ebuild | 85 ++
 dev-php/maxmind-db-reader/metadata.xml | 16 
 4 files changed, 108 insertions(+)

diff --git a/dev-php/maxmind-db-reader/Manifest 
b/dev-php/maxmind-db-reader/Manifest
new file mode 100644
index 000..b4042bc7805
--- /dev/null
+++ b/dev-php/maxmind-db-reader/Manifest
@@ -0,0 +1 @@
+DIST MaxMind-DB-Reader-php-1.2.0.tar.gz 17488 SHA256 
b1d0166ac9d7a2df2ec33c2fd3e2ccfcb556f013c8f58df3610e08bbf7e9c383 SHA512 
2965c5348ec787e503c04322961b00fe7806cd95c5f711efd9833adc0acb21f0c40cab1983868f8ea0bb4e8576186d83e1e1913b203aab999f3870ea298a9b2a
 WHIRLPOOL 
6059929c7b6e10ceafc4d50b7b2af2162c5a6e3b4dfc7390bd6b7adebca69de1847a01632e63c4b7de09581fdbd3c21dabe3c5182346d503228fd8e0112ad366

diff --git a/dev-php/maxmind-db-reader/files/autoload.php 
b/dev-php/maxmind-db-reader/files/autoload.php
new file mode 100644
index 000..45e8c2dfba3
--- /dev/null
+++ b/dev-php/maxmind-db-reader/files/autoload.php
@@ -0,0 +1,6 @@
+https://github.com/maxmind/${MY_PN}";
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="extension test"
+
+COMMON_DEPEND="extension? ( dev-libs/libmaxminddb )"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   dev-php/fedora-autoloader"
+
+src_unpack() {
+   # Don't make copies of the source tree if they won't be used.
+   if use extension; then
+   php-ext-source-r3_src_unpack
+   else
+   default
+   fi
+}
+
+src_prepare(){
+   # We need to call eapply_user ourselves, because it may be skipped
+   # if either the "extension" USE flag is not set, or if the user's
+   # PHP_TARGETS is essentially empty. In the latter case, the eclass
+   # src_prepare does nothing. We only call the eclass phase conditionally
+   # because the correct version of e.g. "phpize" may not be there
+   # unless USE=extension is set.
+   eapply_user
+   use extension && php-ext-source-r3_src_prepare
+}
+
+src_configure() {
+   # The eclass phase will try to run the ./configure script even if it
+   # doesn't exist (in contrast to the default src_configure), so we
+   # need to skip it if the eclass src_prepare (that creates said
+   # script) is not run.
+   use extension && php-ext-source-r3_src_configure
+}
+
+src_compile() {
+   # Avoids the same problem as in src_configure.
+   use extension && php-ext-source-r3_src_compile
+}
+
+src_install() {
+   dodoc CHANGELOG.md README.md
+   insinto /usr/share/php
+   doins -r src/MaxMind
+   insinto /usr/share/php/MaxMind/Db
+   doins "${FILESDIR}/autoload.php"
+
+   use extension && php-ext-source-r3_src_install
+}
+
+src_test() {
+   # The PHP API has its own set of tests that isn't shipped with the
+   # release tarballs at the moment (github issues 55).
+   use extension && php-ext-source-r3_src_test
+}
+
+pkg_postinst(){
+   elog "${PN} has been installed in /usr/share/php/MaxMind/Db/."
+   elog "To use it in a script, require('MaxMind/Db/autoload.php'),"
+   elog "and then most of the examples in the documentation should"
+   elog "work without further modification."
+}

diff --git a/dev-php/maxmind-db-reader/metadata.xml 
b/dev-php/maxmind-db-reader/metadata.xml
new file mode 100644
index 000..c6051cdbefb
--- /dev/null
+++ b/dev-php/maxmind-db-reader/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+php-b...@gentoo.org
+PHP
+  
+   
+
+  Build the C extension that uses dev-libs/libmaxminddb
+
+  
+  
+maxmind/MaxMind-DB-Reader-php
+  
+



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

2017-11-05 Thread Sergei Trofimovich
commit: f50e535e7997076ca2da9b0d4904d07846090a7e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 22:16:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 22:16:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50e535e

dev-libs/libatasmart: stable 0.19-r2 for sparc, bug #630338 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild 
b/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
index 49c61709c62..46c17c3288b 100644
--- a/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
+++ b/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://0pointer.de/public/${P}.tar.xz
 
 LICENSE="LGPL-2.1"
 SLOT="0/4"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
 IUSE="static-libs"
 
 RDEPEND="virtual/libudev:="



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

2017-11-05 Thread Mike Pagano
commit: 38cf8f64817ec0ee997d00c287d4ae63611b81d0
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Nov  5 21:58:36 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Nov  5 21:58:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cf8f64

sys-kernel/git-sources: Linux patch 4.14-rc8

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/git-sources/Manifest|  1 +
 sys-kernel/git-sources/git-sources-4.14_rc8.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 56845108523..de327e8fb96 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -6,3 +6,4 @@ DIST patch-4.14-rc4.patch 51066860 SHA256 
eadd18c5df62a14abe2614b702ef2aab45f352
 DIST patch-4.14-rc5.patch 51247202 SHA256 
376bb637ec96ac3e1ebdf4a29ef69327238e954f871bc15660c0f2ae366df8d1 SHA512 
56cf0a920c5f78051fe16f1fff06f3e6216ceab97634f064ccb085ec1eedf142cb8f8e1903d967ac05b0dd49fec28e073ea8bda332263818535a8439d286d5d4
 WHIRLPOOL 
67f2a29aa37e6a3ac144b8bd13ddfbe1824e97ad9733e0fb48f2bd009bd0fa31ae1ce878bf07b7fd0edd43552a78e9676ef6ba58b39a8c0612bbc9893d5b5fc1
 DIST patch-4.14-rc6.patch 51559410 SHA256 
519f148591b719fda9ec74c0ad284f9eca5268587ddca01faaea4eb25126a58c SHA512 
129741872167058f2c215822820dbd890855b99e6ebf05b5d904e67592472f3ac5089bc4ce8d5493ad4571148d200f1e3ae0108cd37d54f43638998f13530bfc
 WHIRLPOOL 
31a186e1a54a3868b431c8999daaef238b8af9430ebff7185ae6b0ff4de8558bd8c1396fa481c18febdb17797d0d103635318f5165fd1cd95af0178f951f3e74
 DIST patch-4.14-rc7.patch 51715185 SHA256 
35e1f2d42c383c5796331c08a9536e2bd1604ee284ce063a41c567fa3fc582e0 SHA512 
4b33b60a223359936e546498f9651f7bad21528beac404ca580ba6fd725fe6637845a80ba1079fa0cf4c6f614768d4b361e1e1b04ce7edde6dde686e623f1ed1
 WHIRLPOOL 
e266a98b221fc84d73a3073f934137cbb077224f784f029f65a5f25108dc4ffedd5b1a548cde6f5396dec32343bd74ec97c502207b74f5b99c5dd97c06b1d334
+DIST patch-4.14-rc8.patch 55459153 SHA256 
cbaced25b4361ad9fafea5398f525922cb0b869ddbfa306d18a66918b6ce1eec SHA512 
01c1630044973e6c2ff1d6bc84cefda77fa15955d1c41170d2c9e3dd9ae980f699b2ee1dce2aa7924cfe1533e6ae9be65a2327f498cc0872e50247b936a7834b
 WHIRLPOOL 
ac8ba0f2f164ac06d956a38f1d381a73ac88a051e96afa525ceb4424547bda8463c82f91d527ff87b620dd9cf6cbd2b943fa20a2853c69f00cb8768d4bbc625a

diff --git a/sys-kernel/git-sources/git-sources-4.14_rc8.ebuild 
b/sys-kernel/git-sources/git-sources-4.14_rc8.ebuild
new file mode 100644
index 000..7f2595c38a3
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.14_rc8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="4.13"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org";
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.5"
+
+pkg_postinst() {
+   postinst_sources
+}



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

2017-11-05 Thread Mike Gilbert
commit: f4ea3e88f050277653eef242be707079ca5ad03d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov  5 21:52:14 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov  5 21:56:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ea3e88

meson.eclass: set system=windows for mingw cross-compiles

Closes: https://bugs.gentoo.org/636654

 eclass/meson.eclass | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index be1055a3fe5..2c943dd6ae2 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -103,12 +103,13 @@ _meson_create_cross_file() {
# system roughly corresponds to uname -s (lowercase)
local system=unknown
case ${CHOST} in
-   *-aix*) system=aix ;;
-   *-cygwin*)  system=cygwin ;;
-   *-darwin*)  system=darwin ;;
-   *-freebsd*) system=freebsd ;;
-   *-linux*)   system=linux ;;
-   *-solaris*) system=sunos ;;
+   *-aix*)  system=aix ;;
+   *-cygwin*)   system=cygwin ;;
+   *-darwin*)   system=darwin ;;
+   *-freebsd*)  system=freebsd ;;
+   *-linux*)system=linux ;;
+   mingw*|*-mingw*) system=windows ;;
+   *-solaris*)  system=sunos ;;
esac
 
local cpu_family=$(tc-arch)



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

2017-11-05 Thread Richard Freeman
commit: 28d0bdd20453d231a09a8838deacf441ab7a7df5
Author: Richard Freeman  gentoo  org>
AuthorDate: Sun Nov  5 21:38:41 2017 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sun Nov  5 21:43:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d0bdd2

app-misc/sleepyhead: clean out old qt4 versions

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 app-misc/sleepyhead/Manifest |  2 -
 app-misc/sleepyhead/sleepyhead-0.9.2.2-r1.ebuild | 52 
 app-misc/sleepyhead/sleepyhead-0.9.2.2.ebuild| 49 --
 app-misc/sleepyhead/sleepyhead-0.9.3.ebuild  | 50 ---
 4 files changed, 153 deletions(-)

diff --git a/app-misc/sleepyhead/Manifest b/app-misc/sleepyhead/Manifest
index 058d74feb0f..c65e15a18dd 100644
--- a/app-misc/sleepyhead/Manifest
+++ b/app-misc/sleepyhead/Manifest
@@ -1,3 +1 @@
-DIST sleepyhead-0.9.2.2.tgz 1399077 SHA256 
49bcc7cf2b8351026a1f30b44d71a8500b9c74c6f6ac1aeeb14ca3b039ee7123 SHA512 
bb6219c8575b8723b2db063d9a40b164d1aa50223b63468457c85b18895aefc74835d55bcd1f7d0e48e942531bd77041a749e44d870189d9ba011ad85d13c7fa
 WHIRLPOOL 
3e1955aa2d1ab96da8a4f091f15538ba2bd091d935a2b9acaa012c7aadf304e7dcf5cf0f3284e0ed4c29d11f39420f236144adcaec0646f0f4d879c375a822c8
-DIST sleepyhead-0.9.3.tgz 1804053 SHA256 
b807f12c3f767037dd2e5bfdeb1f353e425ad537509be4cf3918ec61cf2efea2 SHA512 
e50476e9b64ce056d33a55798a86b26fef6db4e8c6058e4e6c5c547e15acb745ea5d79bf3978713583da943626b2395894ed8109fa30a55ca15fa53ff29a2ac9
 WHIRLPOOL 
5759d97c0309a5c9f312ae9fde85531bc718da4fffe375d6f08b06dd2f34877e935339fa56634f482a3bfc66877c0ad0f4577832f3f89a64ec24dc18b880b826
 DIST sleepyhead-1.0.0_beta2.tar.bz2 3404013 SHA256 
db6152a47df69c5cf85a75171d64c2208a953d838ea5c974c2399e8d7cc94353 SHA512 
147a853bd77e6277b70d5d70f9b82f46c3f6328283c30b38d77e698146519367c9fa02f8fb21c687237657ceb78d7bc9ee07e4e8ccdbe41652ddd8dc55049eca
 WHIRLPOOL 
f07f7dc916e93e213998daecdb469b838e10c642ce87bbdba415e89eccbdab3392b5cbd8414e391270ccd8687b2cdc1cebc8e098ec8eac43ab5d6702a2cc

diff --git a/app-misc/sleepyhead/sleepyhead-0.9.2.2-r1.ebuild 
b/app-misc/sleepyhead/sleepyhead-0.9.2.2-r1.ebuild
deleted file mode 100644
index ca723883d46..000
--- a/app-misc/sleepyhead/sleepyhead-0.9.2.2-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils qt4-r2
-DESCRIPTION="Software used to analyze data from CPAP machines"
-HOMEPAGE="https://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Main_Page";
-
-# Point to any required sources; these will be automatically downloaded by
-# Portage.
-SRC_URI="https://github.com/rich0/rich0-sleepyhead/tarball/${PV} -> ${P}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND="virtual/opengl
-   x11-libs/libX11
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtopengl:4
-   dev-qt/qtwebkit:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/rich0-rich0-sleepyhead-86250b9"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-}
-
-src_prepare() {
-#  qt4_src_prepare
-   cd "{$S}"
-   epatch "${FILESDIR}/gitfix.patch"
-   epatch "${FILESDIR}/prs1-64fix.patch"
-   epatch "${FILESDIR}/prs1-code8fix.patch"
-   epatch "${FILESDIR}/common_gui.patch"
-
-   sed -i '1i#define OF(x) x' quazip/ioapi.h quazip/unzip.c quazip/unzip.h 
\
-  quazip/zip.c quazip/zip.h quazip/zlib.h
-   eqmake4 SleepyHeadQT.pro
-}
-
-src_install() {
-   cd "{$S}"
-   dobin SleepyHead || die
-   dodoc README || die
-   dodoc docs/* || die
-}

diff --git a/app-misc/sleepyhead/sleepyhead-0.9.2.2.ebuild 
b/app-misc/sleepyhead/sleepyhead-0.9.2.2.ebuild
deleted file mode 100644
index 1ece62067ec..000
--- a/app-misc/sleepyhead/sleepyhead-0.9.2.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils qt4-r2
-DESCRIPTION="Software used to analyze data from CPAP machines"
-HOMEPAGE="https://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Main_Page";
-
-# Point to any required sources; these will be automatically downloaded by
-# Portage.
-SRC_URI="https://github.com/rich0/rich0-sleepyhead/tarball/${PV} -> ${P}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND="virtual/opengl
-   x11-libs/libX11
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtopengl:4
-   dev-qt/qtwebkit:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/rich0-rich0-sleepyhead-86250b9"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-}
-
-src_prepare() {
-#  qt4_src_prepare
-   cd "{$S}"
-   epatch "${FILESDIR}/gitfix.patch"
-   epatch "${FILESDIR}/prs1-64fix.patch"
-   sed -i '1i#define OF

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

2017-11-05 Thread Richard Freeman
commit: e8544ac9e400911c8ad8ee187ce2015de8e413f1
Author: Richard Freeman  gentoo  org>
AuthorDate: Sun Nov  5 21:42:59 2017 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sun Nov  5 21:43:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8544ac9

profiles: remove sleepyhead mask after package cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.4

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6b99142e5f9..bd106e5be79 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -205,7 +205,6 @@ dev-qt/qtwebkit:4
 # Andreas Sturmlechner  (16 Oct 2017)
 # Reverse-deps on dead Qt4WebKit. Bug #620684
 =net-misc/teamviewer-10
 

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

2017-11-05 Thread Thomas Deutschmann
commit: a81e6b60537f596da66449db343d627eed093f92
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  5 21:28:05 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  5 21:29:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81e6b60

net-libs/libtorrent-rasterbar: x86 stable (bug #623152)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.5-r1.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.5-r1.ebuild
index ccafa8fcf82..6e332beb33a 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.5-r1.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.5-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_
 
 LICENSE="BSD"
 SLOT="0/9"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug +dht doc examples libressl python +ssl static-libs test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2017-11-05 Thread Thomas Deutschmann
commit: bdcca002d396fbeeea39034ff70adf301b0202a4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  5 14:48:59 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  5 21:28:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcca002

dev-java/icedtea-bin: x86 stable (bug #636522)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-java/icedtea-bin/icedtea-bin-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icedtea-bin/icedtea-bin-3.6.0.ebuild 
b/dev-java/icedtea-bin/icedtea-bin-3.6.0.ebuild
index d79a57f58e5..6c02a29ca4d 100644
--- a/dev-java/icedtea-bin/icedtea-bin-3.6.0.ebuild
+++ b/dev-java/icedtea-bin/icedtea-bin-3.6.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 # Don't block arm. See bug #600134.
 #MULTILIB_COMPAT=( abi_ppc_64 abi_x86_{32,64} )
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="-* ~amd64 ~arm ~arm64 x86"
 
 inherit java-vm-2 multilib-build toolchain-funcs
 



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

2017-11-05 Thread Thomas Deutschmann
commit: 85f30fcd17c9d9f9bc0d1a0a61800ccaf282da83
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  5 21:22:17 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  5 21:28:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f30fcd

sys-apps/coreutils: arm64/m68k/s390/sh stable (bug #629584)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/sys-apps/coreutils/coreutils-8.26.ebuild 
b/sys-apps/coreutils/coreutils-8.26.ebuild
index feb126d914d..6b9584bd0ab 100644
--- a/sys-apps/coreutils/coreutils-8.26.ebuild
+++ b/sys-apps/coreutils/coreutils-8.26.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="acl caps gmp hostname kill multicall nls selinux static userland_BSD 
vanilla xattr"
 
 LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )



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

2017-11-05 Thread Thomas Deutschmann
commit: fa520c941402ed413db7d70af4603926025e2b6a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  5 21:27:22 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  5 21:29:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa520c94

net-p2p/qbittorrent: x86 stable (bug #636052)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild 
b/net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild
index 98163e4f20c..0e0064d17d8 100644
--- a/net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-3.3.16.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
 else
MY_P=${P/_}
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~ppc64 x86"
S=${WORKDIR}/${MY_P}
 fi
 



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

2017-11-05 Thread Thomas Deutschmann
commit: 488edadb18d9ffcf0ee822ce488fce62ca47c96a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  5 21:25:15 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  5 21:29:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488edadb

net-misc/memcached: x86 stable (bug #636236)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/net-misc/memcached/memcached-1.5.2.ebuild 
b/net-misc/memcached/memcached-1.5.2.ebuild
index 1bdf5b35e65..3307097b631 100644
--- a/net-misc/memcached/memcached-1.5.2.ebuild
+++ b/net-misc/memcached/memcached-1.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later
 
 RDEPEND=">=dev-libs/libevent-1.4:=



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

2017-11-05 Thread Thomas Deutschmann
commit: c55ade345f446f5022ab52e4b4181a0379802dc2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  5 21:19:30 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  5 21:28:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55ade34

sys-apps/coreutils: x86 stable (bug #629584)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/sys-apps/coreutils/coreutils-8.26.ebuild 
b/sys-apps/coreutils/coreutils-8.26.ebuild
index d2e18b884f5..feb126d914d 100644
--- a/sys-apps/coreutils/coreutils-8.26.ebuild
+++ b/sys-apps/coreutils/coreutils-8.26.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="acl caps gmp hostname kill multicall nls selinux static userland_BSD 
vanilla xattr"
 
 LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )



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

2017-11-05 Thread Thomas Deutschmann
commit: 35192e0f0fff919313c2d007f281b19e0eaad9f6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  5 21:28:41 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  5 21:29:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35192e0f

net-libs/libsrtp: x86 stable (bug #579318)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/net-libs/libsrtp/libsrtp-1.6.0.ebuild 
b/net-libs/libsrtp/libsrtp-1.6.0.ebuild
index 6a0e05b78a6..4a3e5df6d48 100644
--- a/net-libs/libsrtp/libsrtp-1.6.0.ebuild
+++ b/net-libs/libsrtp/libsrtp-1.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 -sparc ~x86 
~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 -sparc x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="aesicm console debug doc libressl openssl static-libs syslog test"
 
 RDEPEND="



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

2017-11-05 Thread Thomas Deutschmann
commit: 6eeb4bb68efc993863fbc2ba8ef0513a47cef076
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  5 21:26:34 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  5 21:29:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eeb4bb6

media-gfx/exiv2: x86 stable (bug #621028)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-gfx/exiv2/exiv2-0.26_p20171104.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild 
b/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
index c0bc75ce027..d6bfcd0dcf2 100644
--- a/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
+++ b/media-gfx/exiv2/exiv2-0.26_p20171104.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
 else
COMMIT=900d2417dbeb46e14cbf65fc2798ed1d043ab76d
SRC_URI="https://github.com/Exiv2/${PN}/tarball/${COMMIT} -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 fi
 inherit cmake-multilib python-any-r1 vcs-snapshot
 



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

2017-11-05 Thread Thomas Deutschmann
commit: 6ac2961efc5f1ec1bfe24170de5812bddb87832a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  5 14:47:59 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  5 21:28:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac2961e

sys-kernel/genkernel-next: x86 stable (bug #621202)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-kernel/genkernel-next/genkernel-next-66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel-next/genkernel-next-66.ebuild 
b/sys-kernel/genkernel-next/genkernel-next-66.ebuild
index 2a5130d91fc..23a41a76dd2 100644
--- a/sys-kernel/genkernel-next/genkernel-next-66.ebuild
+++ b/sys-kernel/genkernel-next/genkernel-next-66.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 x86"
 inherit bash-completion-r1
 
 DESCRIPTION="Gentoo automatic kernel building scripts, reloaded"



[gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/

2017-11-05 Thread Thomas Deutschmann
commit: 1e9368d2dfd968d7d9df57d8c98a5928393e636d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov  5 21:24:21 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov  5 21:28:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9368d2

mail-filter/spamassassin: x86 stable (bug #636544)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 mail-filter/spamassassin/spamassassin-3.4.1-r19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/spamassassin/spamassassin-3.4.1-r19.ebuild 
b/mail-filter/spamassassin/spamassassin-3.4.1-r19.ebuild
index 7b85173addf..1c96798a640 100644
--- a/mail-filter/spamassassin/spamassassin-3.4.1-r19.ebuild
+++ b/mail-filter/spamassassin/spamassassin-3.4.1-r19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="berkdb cron ipv6 ldap libressl mysql postgres qmail sqlite ssl test"
 
 # The Makefile.PL script checks for dependencies, but only fails if a



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

2017-11-05 Thread Patrice Clement
commit: bb7f724185f344a656bbaf1df19f00f8265ea76d
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov  5 21:16:43 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Nov  5 21:17:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7f7241

vim-plugin.eclass: simplify permission setting logic.

We don't use Portage internal variables. Instead, we do away with that
chunk of code and invoke fperms recursively on the directory with the
right permission flags.

Closes: https://bugs.gentoo.org/469400

 eclass/vim-plugin.eclass | 17 ++---
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
index abe9c7b3661..a0ba714f6e6 100644
--- a/eclass/vim-plugin.eclass
+++ b/eclass/vim-plugin.eclass
@@ -35,19 +35,6 @@ vim-plugin_src_install() {
has "${EAPI:-0}" 0 1 2 && ! use prefix && ED="${D}"
local f
 
-   if use !prefix && [[ ${EUID} -eq 0 ]] ; then
-   ebegin "Fixing file permissions"
-   # Make sure perms are good
-   chmod -R a+rX "${S}" || die "chmod failed"
-   find "${S}" -user  'portage' -exec chown root '{}' \; || die 
"chown failed"
-   if use userland_BSD || [[ ${CHOST} == *-darwin* ]] ; then
-   find "${S}" -group 'portage' -exec chgrp wheel '{}' \; 
|| die "chgrp failed"
-   else
-   find "${S}" -group 'portage' -exec chgrp root '{}' \; 
|| die "chgrp failed"
-   fi
-   eend $?
-   fi
-
# When globbing, if nothing exists, the shell literally returns the glob
# pattern. So turn on nullglob and extglob options to avoid this.
eshopts_push -s extglob
@@ -85,8 +72,8 @@ vim-plugin_src_install() {
mv "${S}" "${ED}"/usr/share/vim/vimfiles || die \
"couldn't move ${S} to ${ED}/usr/share/vim/vimfiles"
 
-   # Fix remaining bad permissions
-   chmod -R -x+X "${ED}"/usr/share/vim/vimfiles/ || die "chmod failed"
+   # Set permissions
+   fperms -R a+rX /usr/share/vim/vimfiles
 }
 
 # @FUNCTION: vim-plugin_pkg_postinst



[gentoo-commits] repo/gentoo:master commit in: sys-process/glances/

2017-11-05 Thread Patrice Clement
commit: 1b016139ee17c351bb388cecdcc01ad17e3dc792
Author: soredake  krutt  org>
AuthorDate: Sat Nov  4 14:52:13 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Nov  5 21:14:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b016139

sys-process/glances: version bump to 2.11.1.

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

 sys-process/glances/Manifest  |  1 +
 sys-process/glances/glances-2.11.1.ebuild | 82 +++
 2 files changed, 83 insertions(+)

diff --git a/sys-process/glances/Manifest b/sys-process/glances/Manifest
index dcaf1f5e40a..7144f892f1a 100644
--- a/sys-process/glances/Manifest
+++ b/sys-process/glances/Manifest
@@ -1,4 +1,5 @@
 DIST Glances-2.10.tar.gz 5625608 SHA256 
3e3ebd41a4f627b76ee1cdf107482d81e787efde8a5e41e6568169d38eb2e696 SHA512 
a63c8280cd50564c6304979d2ea41eb05fca33c0618f78777f8c956249a345138d14cc6d745441cd73de85e88bc1074d0d8445ff531b0dafe9d565a326337993
 WHIRLPOOL 
985ceedeb8951e03f202c39c7e7eead570e80154408baf123be35e067ecca0f91aba01dbdb1c098e6fe6fae632200b6b2dfd3624c1d86822e77d590b8267cb58
+DIST Glances-2.11.1.tar.gz 5665685 SHA256 
b369d70835520ff7c4fad63958fcf5a09212d15a6c026131db6d0d3c20cdef5f SHA512 
99adccff7d1531760834b76f9a9525df0bf9a8f6f57dbd1f7c3c0515ba3b5c94f26172e19bbc7c93cecbe4bdebcca87ab3a11dd592259509eff85346780ef43a
 WHIRLPOOL 
d9b9aea335483c36ab9f6f1f9603aaac768eb867462bd0f3a82de87091988aa0886b657835abdb3ff6770b2dab54c4904d18328318fe0a905c7a8f10dcb12de6
 DIST Glances-2.11.tar.gz 5658061 SHA256 
94c9d54c6d158492aed454918cca91103387e03170397ba8cc7e9328db8dc9a1 SHA512 
b215326df86e4168ce54237595746d0ef119100f5fc50ee50781fa8b17fff7b91e85d9b67dacf7cb53fc5d847472eab786e87443c43f769744bbdbc1f77f3007
 WHIRLPOOL 
9ce82e2819f001312e91a874e3c5b47c307c43f8b2a7515596a278b15ef9975183eaeaeb97d509c989b815bed9c8b17b2ba9444fed21ba1b7b03be5c8f085b1c
 DIST Glances-2.7.1.tar.gz 13277845 SHA256 
afdfdb4b14ae514422c4a882788800473c6cff53719266735c9a2af400c14b86 SHA512 
c13e7fb8e6025d284cfabade4eaf10189f6605f53f219889c3c636780ac11773c579f39d956a9eebcf5618de2bffec42446982fb892d775109341af74e621b83
 WHIRLPOOL 
119792772e45e4a23ca7ddb0e84081eb79a6e72d68311fcba42f4305ae068b105a882b8dda3d14b3f9da6fb7fa55208a125d16c4170767c623c1d1286927fa11
 DIST Glances-2.8.1.tar.gz 5530699 SHA256 
12c10f9a9cac9c7ba70b0b5aa6551a97599731f2c8751c2cc53232da395c6b8b SHA512 
27759f621d5e29e1f4da0465abf9112b3e4146a8644110481000a7bf0fc8f2d3171a8082e7db7acd9a4a12558a8b3de8db1ae1bf0b1e5503b618aa5648b07c10
 WHIRLPOOL 
93ea9affc069a7c00fc7795d9afa625bfe9ba6dddf784c45403a305b7c4e186f964eebf15638709487aa66040f8270daf5bae06bf0ece434da1a7011a4085a5a

diff --git a/sys-process/glances/glances-2.11.1.ebuild 
b/sys-process/glances/glances-2.11.1.ebuild
new file mode 100644
index 000..954945702d1
--- /dev/null
+++ b/sys-process/glances/glances-2.11.1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1 eutils linux-info
+
+DESCRIPTION="CLI curses based monitoring tool"
+HOMEPAGE="https://github.com/nicolargo/glances";
+SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="+doc"
+
+DEPEND="
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+# There is another optional extra batinfo, absent from portage
+RDEPEND="${DEPEND}
+   >=dev-python/psutil-2.0.0[${PYTHON_USEDEP}]"
+
+CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
+
+S="${WORKDIR}/${P^}"
+
+pkg_setup() {
+   linux-info_pkg_setup
+}
+
+python_prepare_all() {
+   # Remove duplicate entries of a prebuilt doc build and
+   # ensure install of the file glances.conf in /etc/${PN}
+   sed \
+   -e '/share\/doc\/glances/d' \
+   -e "s/'CONTRIBUTING.md',//" \
+   -e "s:'conf/glances.conf':('${EPREFIX}/etc/glances', 
['conf/glances.conf':g" \
+   -i setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   # add an intended file from original data set from setup.py to DOCS
+   local DOCS=( README.rst CONTRIBUTING.md conf/glances.conf )
+   # build docs
+   if use doc; then
+   pushd docs
+   make html
+   popd
+   local HTML_DOCS=( docs/_build/html/. )
+   fi
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "Action script feature" dev-python/pystache
+   optfeature "Autodiscover mode" dev-python/zeroconf
+   optfeature "Battery monitoring support" dev-python/batinfo
+   optfeature "Docker monitoring support" dev-python/docker-py
+   optfeature "Graphica

[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-05 Thread Michał Górny
commit: 378f8dbc158620489965f1cf5bd6abe30a5f93c6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  5 21:11:03 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  5 21:11:03 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=378f8dbc

glep-0074: More suggestions from Robin H. Johnson

 glep-0074.rst | 61 ++-
 1 file changed, 35 insertions(+), 26 deletions(-)

diff --git a/glep-0074.rst b/glep-0074.rst
index e4d6a80..aae8fcf 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -125,9 +125,10 @@ that are not otherwise ignored, they need to be covered by 
an explicit
 
 All the local (non-``DIST``) files covered by a Manifest tree must
 reside on the same filesystem. It is an error to specify entries
-applying to files on another filesystem. If subdirectories
-that are not otherwise ignored reside on a different filesystem, they
-must be explicitly excluded via ``IGNORE``.
+applying to files on another filesystem. If files or directories that
+are not otherwise ignored reside on a different filesystem, or symbolic
+links point to targets on a different filesystem, they must
+be explicitly excluded via ``IGNORE``.
 
 
 File verification
@@ -194,7 +195,7 @@ The Manifest files can specify the following tags:
   to detect an outdated repository checkout as described in `Timestamp
   verification`_.
 
-``MANIFEST   …``
+``MANIFEST   ...``
   Specifies a sub-Manifest. The sub-Manifest must be verified like
   a regular file. If the verification succeeds, the entries from
   the sub-Manifest are included for verification as described
@@ -206,12 +207,12 @@ The Manifest files can specify the following tags:
   verification (always pass). *Path* must be a plain file or directory
   path without a trailing slash, and must not contain wildcards.
 
-``DATA   …``
+``DATA   ...``
   Specifies a regular file subject to Manifest verification. The file
   is required to pass verification. Used for all files that do not match
   any other type.
 
-``DIST   …``
+``DIST   ...``
   Specifies a distfile entry used to verify files fetched as part
   of ``SRC_URI``. The filename must match the filename used to store
   the fetched file as specified in the PMS [#PMS-FETCH]_. The package
@@ -226,15 +227,15 @@ Deprecated Manifest tags
 For backwards compatibility, the following tags are additionally
 allowed at the package directory level:
 
-``EBUILD   …``
+``EBUILD   ...``
   Equivalent to the ``DATA`` type.
 
-``MISC   …``
+``MISC   ...``
   Equivalent to the ``DATA`` type. Historically indicated that
   the package manager may ignore a verification failure if operating
   in non-strict mode. However, that behavior is deprecated.
 
-``AUX   …``
+``AUX   ...``
   Equivalent to the ``DATA`` type, except that the filename is relative
   to ``files/`` subdirectory.
 
@@ -314,13 +315,13 @@ of supported algorithms is outside the scope of this 
specification.
 The algorithm names reserved at the time of writing are:
 
 - ``MD5`` [#MD5]_,
-- ``RMD160`` — RIPEMD-160 [#RIPEMD160]_,
+- ``RMD160`` -- RIPEMD-160 [#RIPEMD160]_,
 - ``SHA1`` [#SHS]_,
-- ``SHA256`` and ``SHA512`` — SHA-2 family of hashes [#SHS]_,
+- ``SHA256`` and ``SHA512`` -- SHA-2 family of hashes [#SHS]_,
 - ``WHIRLPOOL`` [#WHIRLPOOL]_,
-- ``BLAKE2B`` and ``BLAKE2S`` — BLAKE2 family of hashes [#BLAKE2]_,
-- ``SHA3_256`` and ``SHA3_512`` — SHA-3 family of hashes [#SHA3]_,
-- ``STREEBOG256`` and ``STREEBOG512`` — Streebog family of hashes
+- ``BLAKE2B`` and ``BLAKE2S`` -- BLAKE2 family of hashes [#BLAKE2]_,
+- ``SHA3_256`` and ``SHA3_512`` -- SHA-3 family of hashes [#SHA3]_,
+- ``STREEBOG256`` and ``STREEBOG512`` -- Streebog family of hashes
   [#STREEBOG]_.
 
 The method of introducing new hashes is defined by GLEP 59 [#GLEP59]_.
@@ -370,9 +371,9 @@ the following content::
 IGNORE lost+found
 IGNORE packages
 MANIFEST app-accessibility/Manifest 14821 SHA256 1b5f.. SHA512 f7eb..
-…
+...
 MANIFEST eclass/Manifest.gz 50812 SHA256 8c55.. SHA512 2915..
-…
+...
 
 An example modern Manifest (disregarding backwards compatibility)
 for a package directory would have the following content::
@@ -484,15 +485,17 @@ files, and symbolic links to directories are followed as 
if they were
 regular directories.
 
 Dotfiles are implicitly ignored as that is a common notion used
-in software written for POSIX systems. All other common filenames
-require explicit ``IGNORE`` lines.
+in software written for POSIX systems. All other filenames require
+explicit ``IGNORE`` lines.
 
 An ability to inject additional ignore entries is provided to account
-for site configuration affecting the repository tree — placing
+for site configuration affecting the repository tree -- placing
 additional files in it, skipping some of the categories from syncing.
+This configuration can extend beyond the limits of this GLEP,
+e.g. by allowing wildcards or regular expressions.
 
 The 

[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-qtplugin/

2017-11-05 Thread Jimi Huotari
commit: 785b8b1c29df2e7440bc8767b8ad6a8aafd94859
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sun Nov  5 20:54:34 2017 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Sun Nov  5 20:54:34 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=785b8b1c

lxqt-base/lxqt-qtplugin: prepare for qt5 USE-flag removal

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild 
b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild
index 180c38bf..3415d489 100644
--- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild
+++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild
@@ -19,7 +19,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 
 RDEPEND="
-   dev-libs/libdbusmenu-qt[qt5]
+   dev-libs/libdbusmenu-qt[qt5(+)]
>=dev-libs/libqtxdg-2.0.0
dev-qt/qtcore:5
dev-qt/qtgui:5



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

2017-11-05 Thread Manuel Rüger
commit: 01c6089acde8ca39ba5bd2e8a5cec4c4841e06d4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov  5 20:51:40 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov  5 20:51:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c6089a

app-emulation/runc: Remove old

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 app-emulation/runc/Manifest|  2 -
 app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild | 57 --
 app-emulation/runc/runc-1.0.0_rc3.ebuild   | 55 -
 3 files changed, 114 deletions(-)

diff --git a/app-emulation/runc/Manifest b/app-emulation/runc/Manifest
index 4a6e583bd00..ed80588a16e 100644
--- a/app-emulation/runc/Manifest
+++ b/app-emulation/runc/Manifest
@@ -1,4 +1,2 @@
 DIST runc-1.0.0_rc2.tar.gz 550449 SHA256 
638742c48426b9a3281aeb619e27513d972de228bdbd43b478baea99c186d491 SHA512 
83a3d45efbb86d3d583b96062202b9e60121d250af2c0dd37d07fda574b642aa6f05e29cac6644ad3d624647400db694082e280383e41ca9f31dc0a33b87ed76
 WHIRLPOOL 
990a45739689db80bbeed43b0fd3a4ce4d0563ea833361b9112e750782313f19e638c4bfbd455f5dd1882d64c724dcf0213701322029c2c9f98f624863c744f3
-DIST runc-1.0.0_rc2_p20170222.tar.gz 576999 SHA256 
1ee6491b9c14e0ce9e0546ed92e3eb4bdc60cf4b5e58b6de0455dbe3b03145cb SHA512 
fe293057f55eee4f3821004af730ad57f512d610d7cf3693b26e69ffa068c8c28da5426b9f4988627c0803ecd1d46b6e427db8f1703649f5861859d61cd24bbd
 WHIRLPOOL 
561c09ffc7d3e0f1dd73f3711adb85b74d5fea265181cdd1535a83d23a164c1e4cb884053c0b46c968b0b582feeb2ccc9eb99e3e086b1fcbcce0813f172c
-DIST runc-1.0.0_rc3.tar.gz 453694 SHA256 
77dc6c48704da4005896acf369d0ee306f8af684c54a815f589fd87043221380 SHA512 
298a176db119a02c1dbe5c095897f34955d6d0d7ea3cb21496258a23225bae35603a818c13f7adc4be1c1f4e2b3a8a540fb2fc1b2828a59f29a53e3c8b13c354
 WHIRLPOOL 
649aba93a24eff37042cc08d55cff0d97d6e4fe6b2c35053b36a4a186040e8772b8f63be488f3cb8d75e7daa61193669a79b2ed1f04a13ae47695c98dccb17ec
 DIST runc-1.0.0_rc4.tar.gz 1090513 SHA256 
3ffefd293932d2ad509701878dd7dd6ef498c3667198a33e8e5d5a3cbce0eeaa SHA512 
cc2ae38b96f3f3355d9ba26f7af15c57975276aeaf58dcfe7fe5f0f0411ece8584a7cb51ae7fdd2f4109366f55ac8dfb86f225e26377fe07b685bbc56a2518ed
 WHIRLPOOL 
298e3ad3561c6d0de3f0517458da47f04389d4cf2686aba96cdf70966b1121e6a7997f0419159a4390dd276fd6cba41b08c6152aea66816a7bb760ebc5e46e32

diff --git a/app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild 
b/app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild
deleted file mode 100644
index 50ad9ca1ac3..000
--- a/app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/opencontainers/${PN}"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   EGIT_COMMIT="bd2f9c52cd3b766d993924ae6eba72b82998f3bd"
-   RUNC_COMMIT="bd2f9c" # Change this when you update the ebuild
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="runc container cli tools"
-HOMEPAGE="http://runc.io";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="apparmor hardened +seccomp"
-
-RDEPEND="
-   apparmor? ( sys-libs/libapparmor )
-   seccomp? ( sys-libs/libseccomp )
-   !app-emulation/docker-runc
-"
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-src_compile() {
-   # Taken from app-emulation/docker-1.7.0-r1
-   export CGO_CFLAGS="-I${ROOT}/usr/include"
-   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')
-   -L${ROOT}/usr/$(get_libdir)"
-
-   # Setup GOPATH so things build
-   rm -rf .gopath
-   mkdir -p .gopath/src/"$(dirname "${GITHUB_URI}")"
-   ln -sf ../../../.. .gopath/src/"${GITHUB_URI}"
-   export GOPATH="${PWD}/.gopath:${PWD}/vendor"
-
-   # build up optional flags
-   local options=(
-   $(usex apparmor 'apparmor')
-   $(usex seccomp 'seccomp')
-   )
-
-   emake BUILDTAGS="${options[*]}" \
-   COMMIT="${RUNC_COMMIT}"
-}
-
-src_install() {
-   dobin runc
-}

diff --git a/app-emulation/runc/runc-1.0.0_rc3.ebuild 
b/app-emulation/runc/runc-1.0.0_rc3.ebuild
deleted file mode 100644
index ed12e14ff1b..000
--- a/app-emulation/runc/runc-1.0.0_rc3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/opencontainers/${PN}/..."
-
-if [[ ${PV} == * ]]; then
-   inherit golang-build golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   EGIT_COMMIT="v${MY_PV}"
-   RUNC_COMMIT="75f8da7" # Change this when you update the ebuild
-   SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
-   inherit golang-build golang-vcs-snapshot
-

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

2017-11-05 Thread Manuel Rüger
commit: 1c3a945ebaa15f58928357348d3a5c2372d7f416
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov  5 20:50:11 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov  5 20:50:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3a945e

app-emulation/docker-runc: Remove old

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 app-emulation/docker-runc/Manifest |  1 -
 .../docker-runc-1.0.0_rc2_p20170308.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/app-emulation/docker-runc/Manifest 
b/app-emulation/docker-runc/Manifest
index e3fa704b97a..7b6ddb4e544 100644
--- a/app-emulation/docker-runc/Manifest
+++ b/app-emulation/docker-runc/Manifest
@@ -1,3 +1,2 @@
-DIST docker-runc-1.0.0_rc2_p20170308.tar.gz 561400 SHA256 
bdd0fc0b5db42bb1fc439d5a5d6347d97b285e676559afb620ffd9f62fc1de26 SHA512 
f17c7ff09578573a161f14616446e74d92d66039c1462bce23ea507b151eb66ede12d2ca583d3dace21d186a80bdadf222fc180bf1123e29c68e43f2f2d949c8
 WHIRLPOOL 
f6853ccdd09ca1481828b20e64403151cd9c5d46ceb81c50e884d47e18f8594c21bf53102b252852b259b6b0186f54f070fb7f3c7e4447123cbf05aa69233035
 DIST docker-runc-1.0.0_rc3_p20170706.tar.gz 1042839 SHA256 
d09b31b9a5adf0a3295d10b20e5f65ec8e1c52a371d463218694c37e075829e9 SHA512 
8e937e8ccaa114913d61a450b030496668c1e2d80eecccf5e4914c5685d7dde9a0d50bc2aef9be844dc69eab81621aa1c043abbc72ba28ab6bdb9db5e86daeaf
 WHIRLPOOL 
bec7b506a6b2522d401733b32a9f500aec69920dc6d8072ab434c7bfbb1c88a6fb00afa1d2728f78fbaac1d58f890a2b5932fdbe2b0e87b749293f2b48ed2e8a
 DIST docker-runc-1.0.0_rc4_p20170917.tar.gz 1094599 SHA256 
d5820f1c655061be79441bd57efea4e5b60b25b6a451214b64172395b9fda383 SHA512 
0cb0748812296294a87dda257dbf0947897a1ada2aa861ff3e65309a6bbecebbe798929845fca6f23b66fd0dc019bca0a032737c7192fe20618d8e1849866f3d
 WHIRLPOOL 
ed34894a3878c0cae50888c936eba1dad8d58da8d7042d5e421f06e4e98c1d7701a5c877baaba14a46d588b2ee3354e19d72bb141d5d8e7f6c0bed2d3a6b71b6

diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild 
b/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild
deleted file mode 100644
index 0026a269271..000
--- a/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p20170308.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/docker/${PN/docker-}"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   EGIT_COMMIT="54296cf40ad8143b62dbcaa1d90e520a2136ddfe"
-   RUNC_COMMIT="54296cf" # Change this when you update the ebuild
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="runc container cli tools (docker fork)"
-HOMEPAGE="http://runc.io";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="apparmor hardened +seccomp"
-
-RDEPEND="
-   apparmor? ( sys-libs/libapparmor )
-   seccomp? ( sys-libs/libseccomp )
-   !app-emulation/runc
-"
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-RESTRICT="test"
-
-src_compile() {
-   # Taken from app-emulation/docker-1.7.0-r1
-   export CGO_CFLAGS="-I${ROOT}/usr/include"
-   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')
-   -L${ROOT}/usr/$(get_libdir)"
-
-   # Setup GOPATH so things build
-   rm -rf .gopath
-   mkdir -p .gopath/src/"$(dirname "${GITHUB_URI}")"
-   ln -sf ../../../.. .gopath/src/"${GITHUB_URI}"
-   export GOPATH="${PWD}/.gopath:${PWD}/vendor"
-
-   # build up optional flags
-   local options=(
-   $(usex apparmor 'apparmor')
-   $(usex seccomp 'seccomp')
-   )
-
-   emake BUILDTAGS="${options[*]}" \
-   COMMIT="${RUNC_COMMIT}"
-}
-
-src_install() {
-   dobin runc
-}



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

2017-11-05 Thread Manuel Rüger
commit: c31a29214010ceb770c130c6f83bd93379d3842c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov  5 20:49:50 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov  5 20:49:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31a2921

app-emulation/docker: Remove old

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 app-emulation/docker/Manifest  |   1 -
 app-emulation/docker/docker-17.03.2.ebuild | 292 -
 .../docker/files/1.13.1-split-openrc-log.patch |  54 
 3 files changed, 347 deletions(-)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index f907a9b46c9..35b23bcf9da 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,4 +1,3 @@
-DIST docker-17.03.2.tar.gz 7783969 SHA256 
171a65c44340c7b5710da6948b0afb9306b126b36c531ddab1a3653fd2980aaa SHA512 
9fad6c1fa38f9a14208547ca2d3d6a11a565fe4cebd7b432ccad9e2a57ab4a005df20415d1c797f747a99d309b07d8ec97bb45c67644554622aafe0bf1893e04
 WHIRLPOOL 
e34f04698e4a510ed26c9e8f87510878a940d77dc7558df40173a8ea452a2843327196dea3099844dc389a051e23294671b3bc835120af3ca1f4c9c758de44a3
 DIST docker-17.06.2.tar.gz 9684548 SHA256 
cfcb5646db32f52c4c394bc688fff405e585beab4ded64251958804a102a5269 SHA512 
0a9b7b122aadef911141ec1f606759e892c0673821ddf5f3247a5b2d4476a20018add84a22c5aca32f0f91c1046e5be6d8d3f9ce65c3e4244896bf061b1eac6b
 WHIRLPOOL 
d0cc166319dbf735d67796df3836f79b24b9108327276ca0ba272398cdc70d6fae4649d9097b6dd29e62633ee636a216343e0d3ffd781cf63ef4c7a7c8cea259
 DIST docker-17.09.0.tar.gz 10132253 SHA256 
ef1d7f2c48824495e4109426ba85b75c09cc9463b9ba92703e25ffcbe14536ae SHA512 
d96570825fb3dc24516b3b9666e935d5277674221452d8a23e6bcd1116f0bb3a2b8b315f47b98f52e681ab79309c099bb3b5c437af942539708ff3126c993638
 WHIRLPOOL 
ca96166ff3573138713d3d45fcfc42cfed99a70e9db17a1763a9e157e6ce3f301fd01ab3c579aacfcbcab7639986e97c680fbc65edd76047aee079239b6b
 DIST docker-17.10.0.tar.gz 10252333 SHA256 
90f54b988d5241ee0472800e139e0628ae8a58dac168bb32fdb031383f3b46be SHA512 
4ec5dae379ecda36b9af7066432507947142631efea471cd7f447677f9db1fe1522fe81ef68b28d3e63b5e759535a1c518ce1ef71f4de0e9dd32c957c682098c
 WHIRLPOOL 
5e8278c663f0a0e793c2f439ce84e541371a45e605f78194a86ab3da4922400d8ef7101b5534ac35927381a658a88929c9a83a8ffee0f984488edb5a3c993eae

diff --git a/app-emulation/docker/docker-17.03.2.ebuild 
b/app-emulation/docker/docker-17.03.2.ebuild
deleted file mode 100644
index d74e50ededc..000
--- a/app-emulation/docker/docker-17.03.2.ebuild
+++ /dev/null
@@ -1,292 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="github.com/docker/docker"
-
-if [[ ${PV} = ** ]]; then
-   # Docker cannot be fetched via "go get", thanks to autogenerated code
-   EGIT_REPO_URI="https://${EGO_PN}.git";
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
-   inherit git-r3
-else
-   MY_PV="${PV/_/-}"
-   DOCKER_GITCOMMIT="f5ec1e2"
-   EGIT_COMMIT="v${MY_PV}-ce"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm"
-   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
-   inherit golang-vcs-snapshot
-fi
-inherit bash-completion-r1 golang-base linux-info systemd udev user
-
-DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
-HOMEPAGE="https://dockerproject.org";
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="apparmor aufs btrfs +container-init +device-mapper hardened overlay 
pkcs11 seccomp"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
-CDEPEND="
-   >=dev-db/sqlite-3.7.9:3
-   device-mapper? (
-   >=sys-fs/lvm2-2.02.89[thin]
-   )
-   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
-   apparmor? ( sys-libs/libapparmor )
-"
-
-DEPEND="
-   ${CDEPEND}
-
-   dev-go/go-md2man
-
-   btrfs? (
-   >=sys-fs/btrfs-progs-3.16.1
-   )
-"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
-# Runc/Containerd: Unfortunately docker does not version the releases, in 
order to avoid 
-#  incompatiblities we depend on snapshots
-RDEPEND="
-   ${CDEPEND}
-
-   !app-emulation/docker-bin
-   >=net-firewall/iptables-1.4
-   sys-process/procps
-   >=dev-vcs/git-1.7
-   >=app-arch/xz-utils-4.9
-
-   >=app-emulation/containerd-0.2.5_p20170308
-   ~app-emulation/docker-runc-1.0.0_rc2_p20170308[apparmor?,seccomp?]
-   app-emulation/docker-proxy
-   container-init? ( >=sys-process/tini-0.13.0[static] )
-"
-
-RESTRICT="installsources strip"
-
-S="${WORKDIR}/${P}/src/${EGO_PN}"
-
-# see "contrib/check-config.sh" from upstream's sources
-CONFIG_C

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

2017-11-05 Thread Manuel Rüger
commit: b01a303fb194ec0b0c82f1b7e4773ef1ea6272e1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov  5 20:50:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov  5 20:50:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01a303f

app-emulation/containerd: Remove old

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 app-emulation/containerd/Manifest  |  1 -
 .../containerd/containerd-0.2.5_p20170308.ebuild   | 40 --
 2 files changed, 41 deletions(-)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index 6425e16f332..acc98749768 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,4 +1,3 @@
-DIST containerd-0.2.5_p20170308.tar.gz 1021631 SHA256 
d08d3d0758b76f7de0e8f503b74e1562d8c0a1014cb4baf4cd34e246751cec4c SHA512 
8b00862a7b54490a8342bcc0eddaa7e8c86d1e05c02f5173b9f4a08321425f8d75d1fb0665e86bc79249294354977693c21d6a4d8405866ff8058da9772e2ecc
 WHIRLPOOL 
ed658d10f927fff4d9591930bdf855fc0ed259ca538d4361ce3cffcc5943dcfe39121242f1c9ef950897761016a8450b3a2117c0be0b8b0ebffeab330fe30b5d
 DIST containerd-0.2.9_p20170605.tar.gz 1229549 SHA256 
c506121c49e3bfea27018aa77e09e4734067f84ae85b6ef75ec31b488a91ae54 SHA512 
900cf9c251c4de0f9848fb5bf26537226c1361d1a64a0fba853bda3805cb141fc2a849442fe885f0ee228b3e3a7018440af18898b484a54a7b75b4a86538aaa9
 WHIRLPOOL 
880f19a994f623b7cd8c3f771b5c56468681de349ae4196e60ffcb5a34d42ef423d8eefc82c07134c9e50c33bc0ecbfc1a9e47c3df987050d8dcb82da0178d80
 DIST containerd-0.2.9_p20170917.tar.gz 1140788 SHA256 
4d2b6e30bcc6c4bb901d6b9f19b5ac1d4a2d9b17075a9b1f110102920d01f64a SHA512 
c749bda691197ec8a7603db9ad92f2800a3f065143430a660333b7862518deb4c158a1c1fd01671dff438b40988d4a64d8f06bab05496b8728c6e2f57cd7da0a
 WHIRLPOOL 
75cb3467a94af50bef52377f309d7c85386475789fab3d2758679f022b516735728a1ac2c54307954a14100c4f84059d8fd5e8376270fdd69e572cff43453fa0
 DIST containerd-1.0.0_beta2.tar.gz 3681494 SHA256 
3130384a814bc0a43fe3b76e2bbb2db2372fdc96490b76f8b278362ebc0d3fb1 SHA512 
cecb4d2e0dccbc27c1e59f3e49f8fd5b08445988e49aa4b8a2a5910851509d51e001b5295905288c29fee2d91eadf2180a6b86947e130abe1b33a9a01416a286
 WHIRLPOOL 
4d526904a146971d57adbde6102e4fe42e0d303b102e721e34aaea3f54ef3176586dedf31a347f52d95a6e5c1850454b31ab3e5c6195b868929d32fde6218eb3

diff --git a/app-emulation/containerd/containerd-0.2.5_p20170308.ebuild 
b/app-emulation/containerd/containerd-0.2.5_p20170308.ebuild
deleted file mode 100644
index 485c86e83d9..000
--- a/app-emulation/containerd/containerd-0.2.5_p20170308.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/docker/${PN}"
-
-inherit toolchain-funcs
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   MY_PV="${PV/_/-}"
-   EGIT_COMMIT="595e75c212d19a81d2b808a518fe1afc1391dad5"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="A daemon to control runC"
-HOMEPAGE="https://containerd.tools";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened +seccomp"
-
-DEPEND=""
-RDEPEND=">=app-emulation/docker-runc-1.0.0_rc2
-   seccomp? ( sys-libs/libseccomp )"
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-src_compile() {
-   local options=( $(usex seccomp "seccomp") )
-   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
-   LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') emake 
GIT_COMMIT="$EGIT_COMMIT" BUILDTAGS="${options[@]}"
-}
-
-src_install() {
-   dobin bin/containerd* bin/ctr
-}



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

2017-11-05 Thread Manuel Rüger
commit: 0c81232c6ee2d169c5cd9aa033d028f1118075fa
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov  5 20:48:28 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov  5 20:48:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c81232c

app-emulation/docker-compose: Version bump to 1.17.0

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 app-emulation/docker-compose/Manifest  |  1 +
 .../docker-compose/docker-compose-1.17.0.ebuild| 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 8b5719c7fec..e167d98dbe3 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,2 +1,3 @@
 DIST docker-compose-1.15.0.tar.gz 210455 SHA256 
af569f676c7a04a32d3fc4a72c739cb52d8b6305040295178c5388394b45e579 SHA512 
98de68db089754eb73a6f65971fca393703680241bce02e13fdbc88cbcdab93a3dbf3b94f359f8a9ff296535f001f06baee238d174e1555b39bd581d46328f42
 WHIRLPOOL 
7e13fceca7142f1e4ac80893faeb85bd4e935329c041a04c75e11b4c353520db748ad3e6c20fdc4ba1070bc130cc993e5a122758e6cb9b703fe889a1ee4f649c
 DIST docker-compose-1.16.1.tar.gz 212167 SHA256 
fb46a6a2c4d193a3ff1e4d7208eea920b629c81dc92257c87f3f93095cfb0bdf SHA512 
add6aa5647352b993e5eba81c41815467cea82d39643a755c9f24ffeeb482e2b22423a9e3facdd94f41b382b2726cb65433516881971a8f373c79bce44923c4a
 WHIRLPOOL 
144c8905fc06d11a2ed9583acb8d2dbf739771f2b90f60b6d90bce64a27d705b449a9df9e79754be094e3d1fec15993f88eecebc3647af32b7e54050338e39ca
+DIST docker-compose-1.17.0.tar.gz 221464 SHA256 
ba1c2117d24bdad9f0e1c717a433d49c381099e6016adbd59a904426509f4c60 SHA512 
2c42312e5eb848726cf8c78e07b6fbf63c34988b1bb85ffc8f30b5cb8eb1cbfc3b0b77746142e933b3311967c3f20610bc68477b33e10abf936f82f491a33682
 WHIRLPOOL 
b806aaa4d0f8da66ffa074d8d697ab0cc1476b4a56a4eb60500abedc996721fd16e5849b47246dc081f218baf25b430b25805726554e6fbfac9e5b86a92cd104

diff --git a/app-emulation/docker-compose/docker-compose-1.17.0.ebuild 
b/app-emulation/docker-compose/docker-compose-1.17.0.ebuild
new file mode 100644
index 000..e3bff20d7e0
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.17.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit bash-completion-r1 distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/}
+
+DESCRIPTION="Multi-container orchestration for Docker"
+HOMEPAGE="https://www.docker.com/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
+   =dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
+   =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
+   =dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
+   !~dev-python/PySocks-1.5.7[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   =dev-python/requests-2.6.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
+   =dev-python/texttable-0.9[${PYTHON_USEDEP}]
+   =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep '=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )
+"
+DEPEND="
+   ${CDEPEND}
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
+   )
+"
+RDEPEND="${CDEPEND}"
+
+python_test() {
+   ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp contrib/completion/bash/docker-compose ${PN}
+
+   insinto /usr/share/zsh/site-functions
+   doins contrib/completion/zsh/*
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/

2017-11-05 Thread Robin H. Johnson
commit: d5eaafc35a30d6371c1edfc53d44cf0678a849c8
Author: Zhao Yongming  gmail  com>
AuthorDate: Mon Oct 16 08:50:09 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Nov  5 20:45:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5eaafc3

net-nds/openldap: fix modules libtool files prune

the prune_libtool_files is run before the modules intall, that will
leave many la files in openldap module directory broken due to main
la file is gone, which will make revdep-rebuild or cave fix-linkage
keep rebuilding net-nds/openldap.

keep module la files removed by default will prevent user from using
.la file in modules config, which is working but should not been
encouraged, such as BUG:600484

Fixes: https://bugs.gentoo.org/537418
(cherry picked from commit 2c2376d9efd3d77424e3c8a626a165daf881e145)
Signed-off-by: Robin H. Johnson  gentoo.org>

 net-nds/openldap/openldap-2.4.44-r1.ebuild | 3 ++-
 net-nds/openldap/openldap-2.4.44.ebuild| 3 ++-
 net-nds/openldap/openldap-2.4.45.ebuild| 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-nds/openldap/openldap-2.4.44-r1.ebuild 
b/net-nds/openldap/openldap-2.4.44-r1.ebuild
index b25baead93f..b4e5a2c3c69 100644
--- a/net-nds/openldap/openldap-2.4.44-r1.ebuild
+++ b/net-nds/openldap/openldap-2.4.44-r1.ebuild
@@ -680,7 +680,6 @@ multilib_src_test() {
 multilib_src_install() {
local lt="${BUILD_DIR}/libtool"
emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install
-   use static-libs || prune_libtool_files --all
 
if ! use minimal && multilib_is_native_abi; then
# openldap modules go here
@@ -793,6 +792,8 @@ multilib_src_install() {
dosbin "${S}"/contrib/slapd-tools/statslog
newdoc "${S}"/contrib/slapd-tools/README README.statslog
fi
+
+   use static-libs || prune_libtool_files --all
 }
 
 multilib_src_install_all() {

diff --git a/net-nds/openldap/openldap-2.4.44.ebuild 
b/net-nds/openldap/openldap-2.4.44.ebuild
index be14b0370f6..a782cf0ca6c 100644
--- a/net-nds/openldap/openldap-2.4.44.ebuild
+++ b/net-nds/openldap/openldap-2.4.44.ebuild
@@ -658,7 +658,6 @@ multilib_src_test() {
 multilib_src_install() {
local lt="${BUILD_DIR}/libtool"
emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install
-   use static-libs || prune_libtool_files --all
 
if ! use minimal && multilib_is_native_abi; then
# openldap modules go here
@@ -770,6 +769,8 @@ multilib_src_install() {
dosbin "${S}"/contrib/slapd-tools/statslog
newdoc "${S}"/contrib/slapd-tools/README README.statslog
fi
+
+   use static-libs || prune_libtool_files --all
 }
 
 multilib_src_install_all() {

diff --git a/net-nds/openldap/openldap-2.4.45.ebuild 
b/net-nds/openldap/openldap-2.4.45.ebuild
index de36c98cf1a..6b11f7e0475 100644
--- a/net-nds/openldap/openldap-2.4.45.ebuild
+++ b/net-nds/openldap/openldap-2.4.45.ebuild
@@ -712,7 +712,6 @@ multilib_src_test() {
 multilib_src_install() {
local lt="${BUILD_DIR}/libtool"
emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install
-   use static-libs || prune_libtool_files --all
 
if ! use minimal && multilib_is_native_abi; then
# openldap modules go here
@@ -825,6 +824,8 @@ multilib_src_install() {
dosbin "${S}"/contrib/slapd-tools/statslog
newdoc "${S}"/contrib/slapd-tools/README README.statslog
fi
+
+   use static-libs || prune_libtool_files --all
 }
 
 multilib_src_install_all() {



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

2017-11-05 Thread Manuel Rüger
commit: 76fafcfe861db7332825f607a68ad4e77c9f7194
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov  5 20:38:13 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov  5 20:44:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fafcfe

dev-util/gogland: Remove pkgmoved package

 dev-util/gogland/Manifest   |  1 -
 dev-util/gogland/gogland-173.3415.23.ebuild | 45 -
 dev-util/gogland/metadata.xml   |  8 -
 3 files changed, 54 deletions(-)

diff --git a/dev-util/gogland/Manifest b/dev-util/gogland/Manifest
deleted file mode 100644
index 3868eab77e0..000
--- a/dev-util/gogland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gogland-173.3415.23.tar.gz 209703562 SHA256 
31a13e26729d5288d200f24e295d5009b3260a8b4fe42bfce25c192c8d579127 SHA512 
7cfcf07bef5115cecff9913551ec4af8cd493a341e30cb818223b5c36345c5816bba118f53f5ad652dc78533b336530ca98dba9f34e81a322c94a332d49f4524
 WHIRLPOOL 
bd7386ead98ae11f19556a80b7ab564b45037a4b5aedb8171d46e200a78677ae955c0dda12f67509c9f3471fa99619428430bb1ca478e23c0c9724478299115d

diff --git a/dev-util/gogland/gogland-173.3415.23.ebuild 
b/dev-util/gogland/gogland-173.3415.23.ebuild
deleted file mode 100644
index 14e1973f45c..000
--- a/dev-util/gogland/gogland-173.3415.23.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-SLOT=0
-
-SRC_URI="http://download.jetbrains.com/go/${P}.tar.gz";
-DESCRIPTION="Golang IDE by JetBrains"
-HOMEPAGE="http://www.jetbrains.com/go";
-
-KEYWORDS="~amd64"
-LICENSE="IDEA
-   || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
-
-QA_PREBUILT="opt/${P}/*"
-
-S=${WORKDIR}/Gogland-${PV}
-
-RDEPEND="dev-lang/go"
-
-src_prepare() {
-   default
-   if ! use arm; then
-   rm -rf bin/fsnotifier-arm || die
-   fi
-}
-
-src_install() {
-   local dir="/opt/${P}"
-
-   insinto "${dir}"
-   doins -r *
-   fperms 755 "${dir}"/bin/{${PN}.sh,fsnotifier{,64}}
-
-   make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
-   newicon "bin/${PN}.png" "${PN}.png"
-   make_desktop_entry "${PN}" "gogland" "${PN}" "Development;IDE;"
-
-   # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
-   mkdir -p "${D}/etc/sysctl.d/" || die
-   echo "fs.inotify.max_user_watches = 524288" > 
"${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
-}

diff --git a/dev-util/gogland/metadata.xml b/dev-util/gogland/metadata.xml
deleted file mode 100644
index 97df2a00971..000
--- a/dev-util/gogland/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   mr...@gentoo.org
-   Manuel Rüger
-   
-



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

2017-11-05 Thread Manuel Rüger
commit: d1459e04f1cfb4c3146a1ab8647364731b814fcf
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov  5 20:40:38 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov  5 20:44:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1459e04

net-analyzer/prometheus: Version bump to 1.8.2

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 net-analyzer/prometheus/Manifest|  1 +
 net-analyzer/prometheus/prometheus-1.8.2.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/net-analyzer/prometheus/Manifest b/net-analyzer/prometheus/Manifest
index 63392ac9770..75230ee8160 100644
--- a/net-analyzer/prometheus/Manifest
+++ b/net-analyzer/prometheus/Manifest
@@ -1,2 +1,3 @@
 DIST prometheus-1.8.1.tar.gz 5194859 SHA256 
dc2b7bb5b5f1273c131921d3e306fd198f2a5547abc58dcf511b700c62963595 SHA512 
936728f51a12a080a0689c17b134f70f747bb2219f750ea5f7df7460169b3e484689d75df319cfae12fc939b556e4f59ed49682731e43405a4a91e4bbcd9cbb7
 WHIRLPOOL 
755ac91ecfe9234675bac2cee2c63a50c80a5e02267818b1ac7747c669df81e4e267dd884aa1da7463339f5344e8fdbb488c7521d0d7817360bad74ece256a86
+DIST prometheus-1.8.2.tar.gz 5238057 SHA256 
7c8a9c9756790d1c4eb436bb6ebda49e2f671a6319c06a1c63d5df9eff7da0e2 SHA512 
ed52ab494ae565d4787b29cf1800605ac3bfdacee25e833704131d57bad9759a3e2585b96316ad754e6612324e68079d7f670004a86aa12c768a2e03542966d2
 WHIRLPOOL 
c61ed7a9238a86e0cdc1813e0d0f88e9b90567986b61e0e856d34f42d1c5ef5f2c66e6e95be659f00883aec39660536653c2d0f5baaf4573600711929480bd00
 DIST prometheus-2.0.0_rc2.tar.gz 5539456 SHA256 
99340e1708f9dd216048d0de8ce1a069c70879760d833dfee1ef480966d2d53c SHA512 
c895e0a561e89a13cee4cba1f4899ffcb4a8094f72618b9c7c2e48a035ceef3b844c0c8b9603f0886fac3e0d1c43b1e235f784f18d289e47c0e858b5d53ed47b
 WHIRLPOOL 
60070eddcaa06ada89e5612c893c97098c48c6d5953d17e1cfe6b16708c332aa9d855aaecf6aa00c28527b22ad77ce6ff26cbade01ea2e71d1bafc9ece59f655

diff --git a/net-analyzer/prometheus/prometheus-1.8.2.ebuild 
b/net-analyzer/prometheus/prometheus-1.8.2.ebuild
new file mode 100644
index 000..1006108b099
--- /dev/null
+++ b/net-analyzer/prometheus/prometheus-1.8.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/prometheus/prometheus"
+EGIT_COMMIT="v${PV}"
+PROMETHEUS_COMMIT="5211b96"
+ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Prometheus monitoring system and time series database"
+HOMEPAGE="https://github.com/prometheus/prometheus";
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=dev-lang/go-1.8
+   dev-util/promu"
+
+PROMETHEUS_HOME="/var/lib/prometheus"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup prometheus
+   enewuser prometheus -1 -1 "${PROMETHEUS_HOME}" prometheus
+}
+
+src_prepare() {
+   default
+   sed -i -e "s/{{.Revision}}/${PROMETHEUS_COMMIT}/" 
src/${EGO_PN}/.promu.yml || die
+}
+
+src_compile() {
+   pushd src/${EGO_PN} || die
+   GOPATH="${S}" promu build -v || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin promtool prometheus
+   dodoc -r {documentation,{README,CHANGELOG,CONTRIBUTING}.md}
+   insinto /etc/prometheus
+   doins documentation/examples/prometheus.yml
+   insinto /usr/share/prometheus
+   doins -r console_libraries consoles
+   dosym ../../usr/share/prometheus/console_libraries 
/etc/prometheus/console_libraries
+   dosym ../../usr/share/prometheus/consoles /etc/prometheus/consoles
+   popd || die
+
+   newinitd "${FILESDIR}"/prometheus.initd prometheus
+   newconfd "${FILESDIR}"/prometheus.confd prometheus
+   keepdir /var/log/prometheus /var/lib/prometheus
+   fowners prometheus:prometheus /var/log/prometheus /var/lib/prometheus
+}



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

2017-11-05 Thread Manuel Rüger
commit: d4807e70b4e60dd4d7a971b4549a68e7c3161100
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov  5 20:43:47 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov  5 20:44:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4807e70

net-analyzer/prometheus: Version bump to 2.0.0_rc3

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 net-analyzer/prometheus/Manifest   |  1 +
 .../prometheus/prometheus-2.0.0_rc3.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/net-analyzer/prometheus/Manifest b/net-analyzer/prometheus/Manifest
index 75230ee8160..7b183a7f398 100644
--- a/net-analyzer/prometheus/Manifest
+++ b/net-analyzer/prometheus/Manifest
@@ -1,3 +1,4 @@
 DIST prometheus-1.8.1.tar.gz 5194859 SHA256 
dc2b7bb5b5f1273c131921d3e306fd198f2a5547abc58dcf511b700c62963595 SHA512 
936728f51a12a080a0689c17b134f70f747bb2219f750ea5f7df7460169b3e484689d75df319cfae12fc939b556e4f59ed49682731e43405a4a91e4bbcd9cbb7
 WHIRLPOOL 
755ac91ecfe9234675bac2cee2c63a50c80a5e02267818b1ac7747c669df81e4e267dd884aa1da7463339f5344e8fdbb488c7521d0d7817360bad74ece256a86
 DIST prometheus-1.8.2.tar.gz 5238057 SHA256 
7c8a9c9756790d1c4eb436bb6ebda49e2f671a6319c06a1c63d5df9eff7da0e2 SHA512 
ed52ab494ae565d4787b29cf1800605ac3bfdacee25e833704131d57bad9759a3e2585b96316ad754e6612324e68079d7f670004a86aa12c768a2e03542966d2
 WHIRLPOOL 
c61ed7a9238a86e0cdc1813e0d0f88e9b90567986b61e0e856d34f42d1c5ef5f2c66e6e95be659f00883aec39660536653c2d0f5baaf4573600711929480bd00
 DIST prometheus-2.0.0_rc2.tar.gz 5539456 SHA256 
99340e1708f9dd216048d0de8ce1a069c70879760d833dfee1ef480966d2d53c SHA512 
c895e0a561e89a13cee4cba1f4899ffcb4a8094f72618b9c7c2e48a035ceef3b844c0c8b9603f0886fac3e0d1c43b1e235f784f18d289e47c0e858b5d53ed47b
 WHIRLPOOL 
60070eddcaa06ada89e5612c893c97098c48c6d5953d17e1cfe6b16708c332aa9d855aaecf6aa00c28527b22ad77ce6ff26cbade01ea2e71d1bafc9ece59f655
+DIST prometheus-2.0.0_rc3.tar.gz 5585258 SHA256 
3e2eb9f2f24b12cea81b1918caa988ba42f842dba042e6c7ab8fdac54ec6a018 SHA512 
4d4ee83bbb8db3738c5c84f5d544d8b3ee25cef528ce15d6e6f02b67349c73a01347a8e22de2de04cce008ff707c6e59988e35dacd0bbaa0ab0b1356bcfabdb7
 WHIRLPOOL 
d0429870bac7e925b023132ae1a046cceeb7ff0354f104c73f2651ae06a90df575261f6a69e112d9fbd1590008418739ac54d3ddda1ab6572aa106f6e8f050c9

diff --git a/net-analyzer/prometheus/prometheus-2.0.0_rc3.ebuild 
b/net-analyzer/prometheus/prometheus-2.0.0_rc3.ebuild
new file mode 100644
index 000..e0858090614
--- /dev/null
+++ b/net-analyzer/prometheus/prometheus-2.0.0_rc3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/prometheus/prometheus"
+MY_PV=${PV/_rc/-rc.}
+EGIT_COMMIT="v${MY_PV}"
+PROMETHEUS_COMMIT="8a9b32d"
+ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Prometheus monitoring system and time series database"
+HOMEPAGE="https://github.com/prometheus/prometheus";
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-util/promu"
+
+PROMETHEUS_HOME="/var/lib/prometheus"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup prometheus
+   enewuser prometheus -1 -1 "${PROMETHEUS_HOME}" prometheus
+}
+
+src_prepare() {
+   default
+   sed -i -e "s/{{.Revision}}/${PROMETHEUS_COMMIT}/" 
src/${EGO_PN}/.promu.yml || die
+}
+
+src_compile() {
+   pushd src/${EGO_PN} || die
+   GOPATH="${S}" promu build -v || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin promtool prometheus
+   dodoc -r {documentation,{README,CHANGELOG,CONTRIBUTING}.md}
+   insinto /etc/prometheus
+   doins documentation/examples/prometheus.yml
+   insinto /usr/share/prometheus
+   doins -r console_libraries consoles
+   dosym ../../usr/share/prometheus/console_libraries 
/etc/prometheus/console_libraries
+   dosym ../../usr/share/prometheus/consoles /etc/prometheus/consoles
+   popd || die
+
+   newinitd "${FILESDIR}"/prometheus-3.initd prometheus
+   newconfd "${FILESDIR}"/prometheus.confd prometheus
+   keepdir /var/log/prometheus /var/lib/prometheus
+   fowners prometheus:prometheus /var/log/prometheus /var/lib/prometheus
+}
+
+pkg_postinst() {
+   if has_version '

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

2017-11-05 Thread Andreas Sturmlechner
commit: a870e59df449171d6712ff59578554e900e1eb90
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 20:37:04 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  5 20:42:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a870e59d

kde-misc/kwebkitpart: Fix HOMEPAGE

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170924.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170924.ebuild 
b/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170924.ebuild
index 0fd16459572..b87ceb79c06 100644
--- a/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170924.ebuild
+++ b/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170924.ebuild
@@ -7,7 +7,7 @@ COMMIT=6179caa457e0a6c5d17904e877e18171bd6ac795
 inherit kde5 vcs-snapshot
 
 DESCRIPTION="WebKit KPart for Konqueror"
-HOMEPAGE="https://quickgit.kde.org/?p=kwebkitpart.git";
+HOMEPAGE="https://cgit.kde.org/kwebkitpart.git";
 SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2"



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

2017-11-05 Thread Andreas Sturmlechner
commit: 48b87822c4d7289cca54517c43f76d820d72efea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 20:40:38 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  5 20:40:38 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=48b87822

kde-misc/kio-stash: Fix HOMEPAGE

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 kde-misc/kio-stash/kio-stash-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kio-stash/kio-stash-.ebuild 
b/kde-misc/kio-stash/kio-stash-.ebuild
index e7ed69b184..d5d9438770 100644
--- a/kde-misc/kio-stash/kio-stash-.ebuild
+++ b/kde-misc/kio-stash/kio-stash-.ebuild
@@ -7,7 +7,7 @@ KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="KIO Slave and daemon to stash discontinuous file selections"
-HOMEPAGE="http://arnavdhamija.com/blog/kio-stash-release.html 
https://quickgit.kde.org/?p=kio-stash.git";
+HOMEPAGE="http://arnavdhamija.com/blog/kio-stash-release.html 
https://cgit.kde.org/kio-stash.git";
 
 LICENSE="GPL-2+"
 SLOT="0"



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

2017-11-05 Thread Andreas Sturmlechner
commit: 25b60493258e12eda5f4c2f335f7224f1b3f9e76
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 20:40:22 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  5 20:42:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b60493

kde-misc/kio-stash: Fix HOMEPAGE

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 kde-misc/kio-stash/kio-stash-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kio-stash/kio-stash-1.0.ebuild 
b/kde-misc/kio-stash/kio-stash-1.0.ebuild
index a0b34b7c154..5aeb21e2b3c 100644
--- a/kde-misc/kio-stash/kio-stash-1.0.ebuild
+++ b/kde-misc/kio-stash/kio-stash-1.0.ebuild
@@ -7,7 +7,7 @@ KDE_TEST="forceoptional"
 inherit kde5
 
 DESCRIPTION="KIO Slave and daemon to stash discontinuous file selections"
-HOMEPAGE="http://arnavdhamija.com/blog/kio-stash-release.html 
https://quickgit.kde.org/?p=kio-stash.git";
+HOMEPAGE="http://arnavdhamija.com/blog/kio-stash-release.html 
https://cgit.kde.org/kio-stash.git";
 SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2+"



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

2017-11-05 Thread Andreas Sturmlechner
commit: 4766964c83d5f96d7b9f22fdbe5f6801dc8c2fc5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 20:37:19 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  5 20:37:19 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4766964c

kde-misc/kwebkitpart: Fix HOMEPAGE

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 kde-misc/kwebkitpart/kwebkitpart-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kwebkitpart/kwebkitpart-.ebuild 
b/kde-misc/kwebkitpart/kwebkitpart-.ebuild
index 36d9f90c6c..ebeab8dd84 100644
--- a/kde-misc/kwebkitpart/kwebkitpart-.ebuild
+++ b/kde-misc/kwebkitpart/kwebkitpart-.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit kde5
 
 DESCRIPTION="WebKit KPart for Konqueror"
-HOMEPAGE="https://quickgit.kde.org/?p=kwebkitpart.git";
+HOMEPAGE="https://cgit.kde.org/kwebkitpart.git";
 
 LICENSE="LGPL-2"
 KEYWORDS=""



[gentoo-commits] repo/gentoo:master commit in: dev-ml/facile/

2017-11-05 Thread Sergei Trofimovich
commit: 6f47ff71e37c5dcb9901ff8a5ab5ca5fa85478eb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 19:37:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 19:37:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f47ff71

dev-ml/facile: stable 1.1.3 for ia64, bug #636624

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 dev-ml/facile/facile-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/facile/facile-1.1.3.ebuild 
b/dev-ml/facile/facile-1.1.3.ebuild
index 70b836ea6aa..fe481a8bb68 100644
--- a/dev-ml/facile/facile-1.1.3.ebuild
+++ b/dev-ml/facile/facile-1.1.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://opti.recherche.enac.fr/facile/distrib/${P}.tar.gz";
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="+ocamlopt"
 
 RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]"



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

2017-11-05 Thread Alfredo Tupone
commit: 40e581e9adb9355ae55c4c277a79625a0162aece
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun Nov  5 19:13:41 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Nov  5 19:13:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e581e9

dev-lang/spark: disable zip on why3

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-lang/spark/spark-2017.ebuild b/dev-lang/spark/spark-2017.ebuild
index e63d7069015..a47fb312815 100644
--- a/dev-lang/spark/spark-2017.ebuild
+++ b/dev-lang/spark/spark-2017.ebuild
@@ -23,7 +23,7 @@ RDEPEND="dev-lang/gnat-gpl:6.3.0
>=dev-ada/gnatcoll-2017[gnat_2017,projects]
|| ( dev-ada/gnatcoll[shared] dev-ada/gnatcoll[static] )
sci-mathematics/alt-ergo
-   sci-mathematics/why3-for-spark"
+   sci-mathematics/why3-for-spark[-zip]"
 DEPEND="${RDEPEND}
dev-ada/gprbuild[gnat_2017]"
 



[gentoo-commits] proj/linux-patches: New tag: 3.10-116

2017-11-05 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Nov  5 18:58:41 2017 +

New tag: 3.10-116




[gentoo-commits] proj/linux-patches:3.10 commit in: /

2017-11-05 Thread Mike Pagano
commit: 679479168a68ec71fc95e7a66dac25305220e45f
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Nov  5 18:49:52 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Nov  5 18:49:52 2017 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=67947916

Linux patch 3.10.108

 _README   |4 +
 1107_linux-3.10.108.patch | 3467 +
 2 files changed, 3471 insertions(+)

diff --git a/_README b/_README
index e949f2e..e964bd4 100644
--- a/_README
+++ b/_README
@@ -470,6 +470,10 @@ Patch:  1106_linux-3.10.107.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.10.107
 
+Patch:  1107_linux-3.10.108.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.10.108
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1107_linux-3.10.108.patch b/1107_linux-3.10.108.patch
new file mode 100644
index 000..f8e4e90
--- /dev/null
+++ b/1107_linux-3.10.108.patch
@@ -0,0 +1,3467 @@
+diff --git a/Makefile b/Makefile
+index 752b1c67daa0..924f98a4bc0f 100644
+--- a/Makefile
 b/Makefile
+@@ -1,8 +1,8 @@
+ VERSION = 3
+ PATCHLEVEL = 10
+-SUBLEVEL = 107
++SUBLEVEL = 108
+ EXTRAVERSION =
+-NAME = TOSSUG Baby Fish
++NAME = END-OF-LIFE
+ 
+ # *DOCUMENTATION*
+ # To see a list of typical targets execute "make help"
+diff --git a/arch/mips/include/asm/branch.h b/arch/mips/include/asm/branch.h
+index e28a3e0eb3cb..582d8b61ce5c 100644
+--- a/arch/mips/include/asm/branch.h
 b/arch/mips/include/asm/branch.h
+@@ -44,10 +44,7 @@ static inline int compute_return_epc(struct pt_regs *regs)
+   return __microMIPS_compute_return_epc(regs);
+   if (cpu_has_mips16)
+   return __MIPS16e_compute_return_epc(regs);
+-  return regs->cp0_epc;
+-  }
+-
+-  if (!delay_slot(regs)) {
++  } else if (!delay_slot(regs)) {
+   regs->cp0_epc += 4;
+   return 0;
+   }
+diff --git a/arch/mips/kernel/branch.c b/arch/mips/kernel/branch.c
+index 46c2ad0703a0..63b942f613c4 100644
+--- a/arch/mips/kernel/branch.c
 b/arch/mips/kernel/branch.c
+@@ -200,7 +200,7 @@ int __MIPS16e_compute_return_epc(struct pt_regs *regs)
+  *
+  * @regs: Pointer to pt_regs
+  * @insn: branch instruction to decode
+- * @returns:  -EFAULT on error and forces SIGBUS, and on success
++ * @returns:  -EFAULT on error and forces SIGILL, and on success
+  *returns 0 or BRANCH_LIKELY_TAKEN as appropriate after
+  *evaluating the branch.
+  */
+@@ -297,6 +297,7 @@ int __compute_return_epc_for_insn(struct pt_regs *regs,
+   /*
+* These are unconditional and in j_format.
+*/
++  case jalx_op:
+   case jal_op:
+   regs->regs[31] = regs->cp0_epc + 8;
+   case j_op:
+@@ -436,8 +437,9 @@ int __compute_return_epc_for_insn(struct pt_regs *regs,
+   return ret;
+ 
+ sigill:
+-  printk("%s: DSP branch but not DSP ASE - sending SIGBUS.\n", 
current->comm);
+-  force_sig(SIGBUS, current);
++  pr_info("%s: DSP branch but not DSP ASE - sending SIGILL.\n",
++  current->comm);
++  force_sig(SIGILL, current);
+   return -EFAULT;
+ }
+ EXPORT_SYMBOL_GPL(__compute_return_epc_for_insn);
+diff --git a/arch/mips/kernel/syscall.c b/arch/mips/kernel/syscall.c
+index b79d13f95bf0..eb0f4dfb385c 100644
+--- a/arch/mips/kernel/syscall.c
 b/arch/mips/kernel/syscall.c
+@@ -140,7 +140,7 @@ static inline int mips_atomic_set(unsigned long addr, 
unsigned long new)
+   "1: ll  %[old], (%[addr])   \n"
+   "   move%[tmp], %[new]  \n"
+   "2: sc  %[tmp], (%[addr])   \n"
+-  "   bnez%[tmp], 4f  \n"
++  "   beqz%[tmp], 4f  \n"
+   "3: \n"
+   "   .subsection 2   \n"
+   "4: b   1b  \n"
+diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c
+index 3d492a823a55..dbddc9ccf270 100644
+--- a/arch/mips/math-emu/cp1emu.c
 b/arch/mips/math-emu/cp1emu.c
+@@ -2002,6 +2002,35 @@ static int fpu_emu(struct pt_regs *xcp, struct 
mips_fpu_struct *ctx,
+   return 0;
+ }
+ 
++/*
++ * Emulate FPU instructions.
++ *
++ * If we use FPU hardware, then we have been typically called to handle
++ * an unimplemented operation, such as where an operand is a NaN or
++ * denormalized.  In that case exit the emulation loop after a single
++ * iteration so as to let hardware execute any subsequent instructions.
++ *
++ * If we have no FPU hardware or it has been disabled, then continue
++ * emulating floating-po

[gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/, app-admin/mongo-tools/

2017-11-05 Thread Alexys Jacob
commit: 919341574ddb78492e657702b0056ae83e787e7b
Author: Ultrabug  gentoo  org>
AuthorDate: Sun Nov  5 18:12:55 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Sun Nov  5 18:14:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91934157

dev-db/mongodb: clean up 3.4.x ebuilds for #636200

 app-admin/mongo-tools/Manifest |   5 -
 app-admin/mongo-tools/mongo-tools-3.4.3.ebuild |  58 
 app-admin/mongo-tools/mongo-tools-3.4.4.ebuild |  58 
 app-admin/mongo-tools/mongo-tools-3.4.6.ebuild |  58 
 app-admin/mongo-tools/mongo-tools-3.4.7.ebuild |  63 
 app-admin/mongo-tools/mongo-tools-3.4.9.ebuild |  62 
 dev-db/mongodb/Manifest|   5 -
 dev-db/mongodb/mongodb-3.4.3.ebuild| 189 
 dev-db/mongodb/mongodb-3.4.4.ebuild| 190 
 dev-db/mongodb/mongodb-3.4.6.ebuild| 191 
 dev-db/mongodb/mongodb-3.4.7.ebuild| 189 
 dev-db/mongodb/mongodb-3.4.9.ebuild| 194 -
 12 files changed, 1262 deletions(-)

diff --git a/app-admin/mongo-tools/Manifest b/app-admin/mongo-tools/Manifest
index 03fe161e926..e9b196bcdb7 100644
--- a/app-admin/mongo-tools/Manifest
+++ b/app-admin/mongo-tools/Manifest
@@ -4,8 +4,3 @@ DIST mongo-tools-3.2.12.tar.gz 2712079 SHA256 
cda5e869b9233d591e91cac0b4c709a2e7
 DIST mongo-tools-3.2.13.tar.gz 2712076 SHA256 
a855eb0141445e34ff3b01807b016467519c390fce79f3566000b5aaecb65d72 SHA512 
caa0ba0f1452a16921c187cb407258326324b7222af91b1cd1b870ee2c9e6909d4fa94087a6da148a807f75b40f0bb97808a85804134d53cdab7970d8adf59f8
 WHIRLPOOL 
e2fb38cc8a35ab7c9461f680a2bf0647b5cb5d1225978b7321e6c4227b02ae3cae93e5f2a105f188f3329b0f0f8741e9a0c5439f37196ca875b049d3a91836d3
 DIST mongo-tools-3.2.16.tar.gz 2720003 SHA256 
1cd699f0e45b0b3afb0cfc7014258fb69e93c98e254ef9ef1605cd2de0b56d4c SHA512 
61c8cfd04a36e329c3573b73945d20a5623e1aa0a3430b309530e85e4289a27a46a850ec48ede7f04e66e67e23745ef26f5f4ddcf68ffeb647128e3d2526a724
 WHIRLPOOL 
2d2855f578f15e9afd133f6b24b23bd5d6a20516c96f665581223ca1c9a472ead6634749db46b55a1351a8b63923531046ab83a262ec54f439ccf008cb854f9e
 DIST mongo-tools-3.4.10.tar.gz 4719399 SHA256 
adaff068b7f340866dcd2085222ee4f879b26cd98a3010652fea4d53ffb8e0c7 SHA512 
b861bb3fb1a32c3aa2efefcf6a13bb6d4783ac1a9b006c477fd04deb338cbf6b7adc3944bc6919513b92bd96b8500813ff4af49c9dec0719ebd2fdaa99bc39a5
 WHIRLPOOL 
e484cec2036b1d9d88c3fa3b8142a681e0ba1d96f9a8d772fb7c7035033dac6d4e40fe154042dc8016b3a31ed09dce0081c7bc9b7d2c9f420cc2286eb47ccd2e
-DIST mongo-tools-3.4.3.tar.gz 4700637 SHA256 
70348800ca4cc04a319ca414291d5359e7dc86c888bc8264045fbc4de00adab2 SHA512 
ec754e8b19c517d9603e0eb89cc315e0af53886b74a905c0742faf5369af8b87b84cedf57aaa25f93068cd21370fa8a274a97dc3c58bbb4a50db6c2e4f0109d9
 WHIRLPOOL 
0b85fcdb52d5f08624bbcedb96d66c8a519e6415b9aefe68e7957627f3f1e220ca1174ea0a037f53ef2de0e594793ab42d6ec7db9cb42aa09b1892500dac5dd5
-DIST mongo-tools-3.4.4.tar.gz 4700326 SHA256 
d14f4ce153aec373459c802e5a159661ccfde4e5df39d8d750586bae54896cdd SHA512 
d49243e41bf3144264add3766a6f7016a07509a583a7368a639d85d2305500dd5afcfbc4449f3dcc8bec6e88bfb76ce021c813fe14169e3bd2476ed0db7c2d5d
 WHIRLPOOL 
33cb527ce7df19e92871219aef9b38f16ae292a4d1cbdd7bb3a1c6ccc752687469b9e4309cc4fd540a65e623740e1ebe20f4bdf8629b50aab25d4ea84c2988cc
-DIST mongo-tools-3.4.6.tar.gz 4715189 SHA256 
0b41ee2cb0a3d656f50ad950cc3853b41d5eb77a67ea0eb288f5ac80711ffc1d SHA512 
ad1d3acee1969934e8f679d6407b3b55aba85fb99ea806463b7418494fac491ff68033f3e59b55e17276a4d28932c6b74398fffc89ab7c229cf69e5a4714c4a2
 WHIRLPOOL 
993be475af7b71a189f2b9f7c98e3f49d7ae8d05f99928b242efbd3dd504415394c7c812c4debed192ca0a856f16f9839dc771be8efb1db48b3359e48ea48280
-DIST mongo-tools-3.4.7.tar.gz 4719398 SHA256 
8ff8c790108d3b858bb188f4cd45aedf3a1a9eddf3bd3f69627ecb35a0de2fb4 SHA512 
974062e934ff2004c2ec1b55398a04dce542542c122577326e6120154e4887dcc772fa90b0ea5e7bc57124526bbb76b8935efa75080fed78da6c252e3e599f3f
 WHIRLPOOL 
67a8e1ece75b1371df8da60780eb71db1f039912baa2f66d7cf0c79e863f5ce74a27131f1978578cebf47c3de66a5c9ef8227ce19d3a23effa40da05136ad3e4
-DIST mongo-tools-3.4.9.tar.gz 4719526 SHA256 
4b6f17afa628482c107567a82715b780d1e885125b4862ee07e0ab5080b8e0aa SHA512 
546060a65124e722a1c6eb152fd4e086bc523656312888e16238b4a1df5313ab63ece41e638f012676af4be94ed156855b053afa62d778f72cd31f0ccd70f19d
 WHIRLPOOL 
5707db723a3e502749f052d3825d5aba6bdc0ecf0d93f7f156285b2dee1196741baab4c4cabaad01eb156ad15e05b96d1dde23c24e543d17d99a7533ca80dee2

diff --git a/app-admin/mongo-tools/mongo-tools-3.4.3.ebuild 
b/app-admin/mongo-tools/mongo-tools-3.4.3.ebuild
deleted file mode 100644
index 992baa372c2..000
--- a/app-admin/mongo-tools/mongo-tools-3.4.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils

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

2017-11-05 Thread Sergei Trofimovich
commit: 3d50effd54935a9dbc0bff2ccb99f05b26994759
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 18:03:42 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:06:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d50effd

dev-util/meson: keyworded 0.43.0 for sparc, bug #626340 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-util/meson/meson-0.43.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-0.43.0.ebuild 
b/dev-util/meson/meson-0.43.0.ebuild
index 3bd963cb7b3..79db96315d6 100644
--- a/dev-util/meson/meson-0.43.0.ebuild
+++ b/dev-util/meson/meson-0.43.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 x86"
+   KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sparc x86"
 fi
 
 inherit distutils-r1



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

2017-11-05 Thread Sergei Trofimovich
commit: 907baf803bfec64560664c5afd9aa0efc06b910b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 18:03:39 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:06:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907baf80

dev-util/meson: keyworded 0.42.1 for sparc, bug #626340 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-util/meson/meson-0.42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-0.42.1.ebuild 
b/dev-util/meson/meson-0.42.1.ebuild
index bd996e33f68..b4d30079140 100644
--- a/dev-util/meson/meson-0.42.1.ebuild
+++ b/dev-util/meson/meson-0.42.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 inherit distutils-r1



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

2017-11-05 Thread Sergei Trofimovich
commit: 97740a08bbe1764936afbd247ea04de37c7bf8ff
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 18:02:32 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:06:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97740a08

dev-util/meson: stable 0.41.2 for sparc, bug #626340 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-util/meson/meson-0.41.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-0.41.2.ebuild 
b/dev-util/meson/meson-0.41.2.ebuild
index 3bd963cb7b3..4f8853daf67 100644
--- a/dev-util/meson/meson-0.41.2.ebuild
+++ b/dev-util/meson/meson-0.41.2.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 x86"
+   KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 inherit distutils-r1



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

2017-11-05 Thread Sergei Trofimovich
commit: 4b82fec75604fb3e6e89ad24b7559fd3e1d00b0a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 18:04:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:06:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b82fec7

net-misc/socat: stable 1.7.3.2 for sparc, bug #615180 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

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

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



[gentoo-commits] repo/gentoo:master commit in: app-portage/eix/

2017-11-05 Thread Sergei Trofimovich
commit: d6c770481a1162d8972dade72c9d8ce56041730a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 18:05:32 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:06:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c77048

app-portage/eix: stable 0.32.9 for sparc, bug #627280 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 app-portage/eix/eix-0.32.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.32.9.ebuild 
b/app-portage/eix/eix-0.32.9.ebuild
index edc7e712d07..73ea399159f 100644
--- a/app-portage/eix/eix-0.32.9.ebuild
+++ b/app-portage/eix/eix-0.32.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${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 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )



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

2017-11-05 Thread Sergei Trofimovich
commit: 94f7bb9b8e53863212857089f6fd7a7a447c36ba
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 18:03:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:06:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f7bb9b

dev-util/meson: keyworded 0.42.0 for sparc, bug #626340 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-util/meson/meson-0.42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-0.42.0.ebuild 
b/dev-util/meson/meson-0.42.0.ebuild
index bd996e33f68..b4d30079140 100644
--- a/dev-util/meson/meson-0.42.0.ebuild
+++ b/dev-util/meson/meson-0.42.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 inherit distutils-r1



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

2017-11-05 Thread Sergei Trofimovich
commit: 502bfd34dcaebbc985954bca382d7625fb9d6744
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 18:05:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:06:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502bfd34

app-shells/push: stable 2.0-r1 for sparc, bug #627280 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 app-shells/push/push-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/push/push-2.0-r1.ebuild 
b/app-shells/push/push-2.0-r1.ebuild
index 1dab5893c5b..6f4dac628ea 100644
--- a/app-shells/push/push-2.0-r1.ebuild
+++ b/app-shells/push/push-2.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris"
 IUSE=""
 
 src_install() {



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

2017-11-05 Thread Sergei Trofimovich
commit: d397f66d681e766866538f60e66daf5c9162a9c5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 18:02:28 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:06:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d397f66d

app-text/libgxps: stable 0.3.0 for sparc, bug #626340 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 app-text/libgxps/libgxps-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild 
b/app-text/libgxps/libgxps-0.3.0.ebuild
index 7303f6bbede..cd0fb4388b8 100644
--- a/app-text/libgxps/libgxps-0.3.0.ebuild
+++ b/app-text/libgxps/libgxps-0.3.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86"
 IUSE="+introspection jpeg lcms tiff"
 
 RDEPEND="



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

2017-11-05 Thread Alexis Ballier
commit: 11c74cdbb2139de40ce04510797d586c385ef66c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Nov  5 17:58:58 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Nov  5 18:05:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c74cdb

dev-util/omake: bump to 0.10.3

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-util/omake/Manifest|  1 +
 dev-util/omake/omake-0.10.3.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-util/omake/Manifest b/dev-util/omake/Manifest
index cd394e4db3c..4fe1096835c 100644
--- a/dev-util/omake/Manifest
+++ b/dev-util/omake/Manifest
@@ -1,2 +1,3 @@
 DIST omake-0.10.2.tar.gz 2434316 SHA256 
c454f20535d91082294b150beebde3d0542f52be81daed17211326f4efa4d6fe SHA512 
22c454825287dd54272874ec3aa7c5a79f7eac79e18a3eefd4b2e90a08f9767307b0f627d71049a4c08776c85318ce096e89fcc5619d3ec78cc073744efd0fbd
 WHIRLPOOL 
86078e22c975b03f48968e02722374be61f24f1df9b402eeac87d0305c73e1558f2d9b6e74e419a911f797e74dd330fee192591f695ff2bdfbcfa56a90372a4c
+DIST omake-0.10.3.tar.gz 2438877 SHA256 
ff3107e9459615ea6526309c533b04815eef60692a20dcd3a6169f5860786d1d SHA512 
77eb87b819048d7d9cb9b89a73c5f922ba3adc93f0d58536b3cfa20abdbf1d2a4c576b77921c52e8ea5f80171e8a503b573bf2a92b65fa0579f6492574079733
 WHIRLPOOL 
959b7f7285bcbd45670b478b092fc520c90bf151f25fa8785e114b74f4cecfc382921d7207b46ae384e93f001f28b6b75b8c3ddd72d7117aa65ca5f393927358
 DIST omake-0.9.8.6-0.rc1.tar.gz 3254283 SHA256 
23c498f071723621dd5e1e29c1abefd6937c73c67bb85d223fd514b9ae005ae9 SHA512 
10a7ef6746c656d25852d408fafdd67a95acc59b73c892f0dbc316f2a01949b5349d5203c9fe2400cc7c05e14a7b1bc075603bd462ab74b60427d944f8e177d0
 WHIRLPOOL 
d7da243aff8b6ff12f943db997bb644cfb88117b4deadb8ebea698537d864ede4084acc4afe7314a93eb24fa3a4092dbb24ecfb28cabff85c0214a03d89b44c6

diff --git a/dev-util/omake/omake-0.10.3.ebuild 
b/dev-util/omake/omake-0.10.3.ebuild
new file mode 100644
index 000..019e3e3775e
--- /dev/null
+++ b/dev-util/omake/omake-0.10.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit toolchain-funcs multilib eutils
+
+RESTRICT="installsources"
+DESCRIPTION="Make replacement"
+HOMEPAGE="http://projects.camlcity.org/projects/omake.html";
+SRC_URI="http://download.camlcity.org/download/${P}.tar.gz";
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc fam ncurses +ocamlopt readline"
+DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
+   ncurses? ( >=sys-libs/ncurses-5.3:0= )
+   fam? ( virtual/fam )
+   readline? ( >=sys-libs/readline-4.3:0= )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}/${PN}-0.10.2-cflags.patch"
+}
+
+src_configure() {
+   ./configure \
+   -prefix "${EPREFIX}/usr" \
+   $(use readline || echo '-disable-readline') \
+   $(use ncurses  || echo '-disable-ncurses' ) \
+   $(use fam  || echo '-disable-fam' ) \
+   || die
+}
+
+src_compile() {
+   emake all
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   dodoc ChangeLog CONTRIBUTORS.org README.md
+   if use doc; then
+   dodoc doc/ps/omake-doc.{pdf,ps} doc/txt/omake-doc.txt
+   dohtml -r doc/html/*
+   fi
+   use ocamlopt || export STRIP_MASK="*/bin/*"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/configurator/

2017-11-05 Thread Alexis Ballier
commit: 54b6fe092a095a630894e5faae8767ff7725bdda
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Nov  4 15:41:17 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Nov  5 18:05:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b6fe09

dev-ml/configurator: Remove old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-ml/configurator/Manifest  |  1 -
 dev-ml/configurator/configurator-0.9.0.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/dev-ml/configurator/Manifest b/dev-ml/configurator/Manifest
index 1ce6a1aed36..ded818e6ff6 100644
--- a/dev-ml/configurator/Manifest
+++ b/dev-ml/configurator/Manifest
@@ -1,2 +1 @@
-DIST configurator-0.9.0.tar.gz 10221 SHA256 
05e2f6f7bd92cfda01a95f3993db75e8c377434bc10ebad71f34dad610b4de5a SHA512 
3ed50093ecdeabd1e9bf7eeb99305fa64f2166093c75d616d627eb5aeb0df07092f7b43234140cba6ecec5c0e876d45f8e72b65f00b3486efa2bc5576252199e
 WHIRLPOOL 
e30c18e188403142de1fb021f0f1fac7f919343dedc6ee31cc4155fcdd38f4a274ed7e2bcf68fce86e4011acf7b76eeb3629c496fa9aaff48a850a50277831db
 DIST configurator-0.9.1.tar.gz 10231 SHA256 
f93c68f4d9d2939555fdcfb5ad02cd06bbfc116374bdfb7779d80f2ab1affb96 SHA512 
43d864d3317241dd66829747dd956ac42614cc687bbca23e2575cb1b3ab9d0c628dfbdd8f026bcd4d76cb87cf282d955d6a90f0e69543ee1ee1f01a1efa9b54b
 WHIRLPOOL 
1b771aff10a9676ce2fab2c24057f612c414e211c504ee63fd54652dab6edc2d1d35708643bee98764677ba85811650e93ddd720c06cefc4af8e431061643d10

diff --git a/dev-ml/configurator/configurator-0.9.0.ebuild 
b/dev-ml/configurator/configurator-0.9.0.ebuild
deleted file mode 100644
index 2d78c8695c7..000
--- a/dev-ml/configurator/configurator-0.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Helper library for gathering system configuration"
-HOMEPAGE="https://github.com/janestreet/configurator";
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   dev-lang/ocaml:=
-   dev-ml/base:=
-   dev-ml/ppx_base:=
-   dev-ml/ppx_driver:=
-   dev-ml/stdio:=
-   dev-ml/ocaml-migrate-parsetree:=
-   "
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"
-
-src_install() {
-   opam-installer -i \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   ${PN}.install || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Cpanel-JSON-XS/

2017-11-05 Thread Sergei Trofimovich
commit: 649a3cb3d94e2155309be30cd09fb3a9c32ba20c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 17:58:29 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:00:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649a3cb3

dev-perl/Cpanel-JSON-XS: keyworded 3.23.900 for hppa, bug #622982 (thanks to 
Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="hppa"

 dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild 
b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild
index 1050b28f0c6..79f16bb2ec8 100644
--- a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild
+++ b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND=""



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

2017-11-05 Thread Sergei Trofimovich
commit: c63eb04019c4c640e7925fd2e81b2a63926c1670
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 17:57:03 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:00:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63eb040

dev-perl/Module-ScanDeps: stable 1.240.0 for hppa, bug #622982 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="hppa"

 dev-perl/Module-ScanDeps/Module-ScanDeps-1.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-ScanDeps/Module-ScanDeps-1.240.0.ebuild 
b/dev-perl/Module-ScanDeps/Module-ScanDeps-1.240.0.ebuild
index 4cce6218bf0..859c6b3509f 100644
--- a/dev-perl/Module-ScanDeps/Module-ScanDeps-1.240.0.ebuild
+++ b/dev-perl/Module-ScanDeps/Module-ScanDeps-1.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Recursively scan Perl code for dependencies"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2017-11-05 Thread Sergei Trofimovich
commit: 74efffa26a7d9c2ac6b87b386adac8eff784b902
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 17:57:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:00:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74efffa2

dev-perl/JSON-MaybeXS: stable 1.3.9 for hppa, bug #622982 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="hppa"

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild 
b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index ba63ba380b0..c58e0b9ee27 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test +xs"
 
 # needs Scalar-Util



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

2017-11-05 Thread Sergei Trofimovich
commit: bf59d8e9ae7bf7f1a7e21f74fcd97a239b5f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 17:57:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:00:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf59d8e9

dev-perl/Module-Install: stable 1.180.0 for hppa, bug #622982 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="hppa"

 dev-perl/Module-Install/Module-Install-1.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Install/Module-Install-1.180.0.ebuild 
b/dev-perl/Module-Install/Module-Install-1.180.0.ebuild
index 599f71fdc1a..76ec01d9442 100644
--- a/dev-perl/Module-Install/Module-Install-1.180.0.ebuild
+++ b/dev-perl/Module-Install/Module-Install-1.180.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Standalone, extensible Perl module installer"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2017-11-05 Thread Sergei Trofimovich
commit: 7a6e2a10d5e206dc882d961d9e2370c1f22c5a4e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 17:56:59 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:00:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6e2a10

dev-perl/File-HomeDir: stable 1.2.0 for hppa, bug #622982 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="hppa"

 dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild 
b/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild
index 2ade48333dd..8a337a873e3 100644
--- a/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild
+++ b/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Get home directory for self or other user"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="+xdg test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Cpanel-JSON-XS/

2017-11-05 Thread Sergei Trofimovich
commit: 438a0b41a4a0383b941d62619de4bdc40547d6ba
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov  5 17:56:55 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov  5 18:00:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438a0b41

dev-perl/Cpanel-JSON-XS: stable 3.23.300 for hppa, bug #622982 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="hppa"

 dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.300.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.300.ebuild 
b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.300.ebuild
index 64c51e96836..ba1ed282e8f 100644
--- a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.300.ebuild
+++ b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.300.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing"
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/

2017-11-05 Thread Andreas Hüttel
commit: 0878f7a7c47cbbebaf2c65ca6d84504dc3af621f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Nov  5 17:49:48 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Nov  5 17:50:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0878f7a7

media-plugins/audacious-plugins: Remove old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-plugins/audacious-plugins/Manifest   |   1 -
 .../audacious-plugins-3.4.1.ebuild | 114 -
 media-plugins/audacious-plugins/metadata.xml   |   1 -
 3 files changed, 116 deletions(-)

diff --git a/media-plugins/audacious-plugins/Manifest 
b/media-plugins/audacious-plugins/Manifest
index 6f5c1351105..441eea5275a 100644
--- a/media-plugins/audacious-plugins/Manifest
+++ b/media-plugins/audacious-plugins/Manifest
@@ -1,4 +1,3 @@
-DIST audacious-plugins-3.4.1.tar.bz2 1765085 SHA256 
ad86b31a69bd3305aa4e65bb9daea7429b51674b6ecd9b7ead36816074cf3b0a SHA512 
7919a87a7aac9cfa0820a96e2eb937c70ee4d7f1091cdb3c1097b9849551cadea820e5e51877092590a8d49534be83fbc5b3147c3a2a482d4d47a2d3fd079dd6
 WHIRLPOOL 
5e46099b7970d64042e0bdf928c5bd658b0c065e4ea06b53f7d67db0332b554a0417b1efaad73e66df7816596e2c1735d22c06025e56634efe215fd27a94c301
 DIST audacious-plugins-3.6.2-gtk3.tar.bz2 176 SHA256 
943d94c1ea09817caba627b6abbf0de301c3cd19f2c8c0afae1ebc4dbe31fc95 SHA512 
1745c48ec5a71ed92d938fc56d0ae06fbbd43b2ef62652dd06178a3c739e2f8c701ee55249db135ee8afca663151482bb9a2b8c83f1d5bbfcd0408b0594d5847
 WHIRLPOOL 
2ff212a964c959d1acaf4c9d35e3ce0e3ef7261054ccef3f8174e6188d1bfb9215b780bd17df9e4c6848d4e3fd2e29d8847d3cf37e4203430a87b9fd439080a3
 DIST audacious-plugins-3.6.2.tar.bz2 1786338 SHA256 
e7798936249e1601177503d148a3dd59edd289579f3f1667351eb0ba463642e8 SHA512 
d0715bdc819b115e55daafc6715a770a9e2d8d61d19b9a9485195774e8ace672144dc7852f71bd0b796d26bfcb82766252f65d58a2a061e7a0228a1dda3148c5
 WHIRLPOOL 
055be62da6c7f8ddacf2c3ef18194ba09bf63dc3699919f6e5068740c0fc6db2b370da999ffe8724e62c60363928ae87ca86d526458fa93b9a3cce37799b12af
 DIST audacious-plugins-3.7.1-gtk3.tar.bz2 1838067 SHA256 
75469b52694fcfce237a937c6c64c0d355aefa6a7b6c2504ab447d901afc073f SHA512 
77b0e3c167d430ed97dfb2bd344d856de9a384a4667f7759ad59f47706de12d7b5b849455c381c27a58f82d3b423d08e922ac81f5e1bb0dd763b9a09bc3e53c6
 WHIRLPOOL 
fbbc8e4a512b681ff2a87ea7c971b3496ff007dab5fdb534457e5608724ba43fc71642384a417190ded19d900b6e1dc20c1369f59882d91791bbcc637402c4a3

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild
deleted file mode 100644
index 30a7b005c6c..000
--- a/media-plugins/audacious-plugins/audacious-plugins-3.4.1.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-MY_P="${P/_/-}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
-HOMEPAGE="http://audacious-media-player.org/";
-SRC_URI="http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
-IUSE="aac adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack
-lame libnotify libsamplerate lirc midi mms mp3 nls pulseaudio scrobbler sdl 
sid sndfile vorbis wavpack"
-
-RDEPEND="app-arch/unzip
-   >=dev-libs/dbus-glib-0.60
-   dev-libs/libxml2:2
-   media-libs/libmodplug
-   ~media-sound/audacious-3.4.1
-   >=net-libs/neon-0.26.4
-   x11-libs/gtk+:3
-   ( || ( >=dev-libs/glib-2.32.2 dev-util/gdbus-codegen ) )
-   aac? ( >=media-libs/faad2-2.7 )
-   adplug? ( >=dev-cpp/libbinio-1.4 )
-   alsa? ( >=media-libs/alsa-lib-1.0.16 )
-   bs2b? ( media-libs/libbs2b )
-   cdda? ( >=media-libs/libcddb-1.2.1
-   dev-libs/libcdio-paranoia )
-   cue? ( media-libs/libcue )
-   ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
-   flac? ( >=media-libs/libvorbis-1.0
-   >=media-libs/flac-1.2.1-r1 )
-   fluidsynth? ( media-sound/fluidsynth )
-   jack? ( >=media-libs/bio2jack-0.4
-   media-sound/jack-audio-connection-kit )
-   lame? ( media-sound/lame )
-   libnotify? ( x11-libs/libnotify )
-   libsamplerate? ( media-libs/libsamplerate )
-   lirc? ( app-misc/lirc )
-   mms? ( >=media-libs/libmms-0.3 )
-   mp3? ( >=media-sound/mpg123-1.12.1 )
-   pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
-   scrobbler? ( net-misc/curl )
-   sdl? ( media-libs/libsdl[sound] )
-   sid? ( >=media-libs/libsidplayfp-1.0.0 )
-   sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
-   vorbis? ( >=media-libs/libvorbis-1.2.0
- >=media-libs/libogg-1.1.3 )
-   wavpack? ( >=media-sound/wavpack-4.50.1-r1 )"
-
-DEPEND="${RDEPEND}
-   nls? ( dev-util/intltool )
-   virtual/pkgconfig"
-
-

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

2017-11-05 Thread Andreas Hüttel
commit: 90f8477e5a252fea1203b3feac994f6d6538875a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Nov  5 17:48:44 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Nov  5 17:50:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f8477e

media-sound/audacious: Remove old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-sound/audacious/Manifest   |  1 -
 media-sound/audacious/audacious-3.4.1.ebuild | 55 
 2 files changed, 56 deletions(-)

diff --git a/media-sound/audacious/Manifest b/media-sound/audacious/Manifest
index df7192acddf..d663c459ec5 100644
--- a/media-sound/audacious/Manifest
+++ b/media-sound/audacious/Manifest
@@ -1,4 +1,3 @@
-DIST audacious-3.4.1.tar.bz2 474755 SHA256 
57ed4d8378b1e753e266a82424c3ae595b6c0e88fc3e32957720cd6cc14ac971 SHA512 
2a9e203544861a0b902b720823202ef1038927932826847dc9b9a9c321dbecc19e2187afbdeb62a22ee8e6348c7df609ad671c8c63da2abc003a37556df20ac3
 WHIRLPOOL 
4b8facfb9fb3187286a59f5ddbba4ec784a3fd42e2fcadf322ee27cd8d1ae08ee3d5e23cb5c56875d3d3a879c1dd7ba21407cf19ef400693b8ab7a0adc176087
 DIST audacious-3.6.2-gtk3.tar.bz2 539937 SHA256 
ed951e588a9f3cb6766301cc387138a3fe2abc81c243eba478e4261390cb51ed SHA512 
6667f71de1951265d7c8bfbd83079d67942c2c97323ffc7214394ef3f81b1f58e0432117417281833611964e88c629ef855bd90562da46be1c5d350a51c0d997
 WHIRLPOOL 
4e218ca1c236b3e02b20e5ed5bb9d91fd95d8132273de8451963c84e2aabb869298cf4c58704ab07036ed7c1e5a6b1ea7855f733812aaed7685b13ce7a4ecd9d
 DIST audacious-3.6.2.tar.bz2 539843 SHA256 
b2fdb9f3cafd65b2afc50efea6f17a7a329547f1d394f525870e42cb0483cb04 SHA512 
b2fbf0b0628031ae5c883108cb1963232b50381b44882bf01faa7e11cd645e10a1d686d9ed078305a2cda66d238feaf7bdffd45c512830d20cef6770df327dde
 WHIRLPOOL 
f7b069b7e1f9538032d1bc290c7d476f16b075cf44a5d5d2b6f582a9e95ca3aa3e0a87d21ca00d4fc57a19983a9e74f3ded5e883acbd990df2064ac75e3da69a
 DIST audacious-3.7.1-gtk3.tar.bz2 571720 SHA256 
30d63066916d0de32891c74b6b39e3c9e81fc2449274eba3d0a9b8c9f70d02eb SHA512 
0ead2827c74b31e10c555fd1254deb3d11e5aebf8c15d455cf5d6ab258012b293324700693b2b9da48b2b4c25418c7149a1901e1dfe3f210ddf730c25a43a358
 WHIRLPOOL 
2ceaa0194378b12ad8905c86fcf15e696f6deefa6da793d24e4e6282f0619f0fc9f7d7b8a7db0c231ba3a4e17052b4e8cdbad32c2b5a886f9aedec520c29cc25

diff --git a/media-sound/audacious/audacious-3.4.1.ebuild 
b/media-sound/audacious/audacious-3.4.1.ebuild
deleted file mode 100644
index 919d0e6cb27..000
--- a/media-sound/audacious/audacious-3.4.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-MY_P="${P/_/-}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
-HOMEPAGE="http://audacious-media-player.org/";
-SRC_URI="http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2
-mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
-
-IUSE="chardet nls"
-
-RDEPEND=">=dev-libs/dbus-glib-0.60
-   >=dev-libs/glib-2.28
-   dev-libs/libxml2
-   >=x11-libs/cairo-1.2.6
-   >=x11-libs/pango-1.8.0
-   x11-libs/gtk+:3"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   chardet? ( >=app-i18n/libguess-1.1 )
-   nls? ( dev-util/intltool )"
-
-PDEPEND="~media-plugins/audacious-plugins-3.4.1"
-
-src_configure() {
-   # D-Bus is a mandatory dependency, remote control,
-   # session management and some plugins depend on this.
-   # Building without D-Bus is *unsupported* and a USE-flag
-   # will not be added due to the bug reports that will result.
-   # Bugs #197894, #199069, #207330, #208606
-   econf \
-   --enable-dbus \
-   $(use_enable chardet) \
-   $(use_enable nls)
-}
-
-src_install() {
-   default
-   dodoc AUTHORS
-
-   # Gentoo_ice skin installation; bug #109772
-   insinto /usr/share/audacious/Skins/gentoo_ice
-   doins "${WORKDIR}"/gentoo_ice/*
-   docinto gentoo_ice
-   dodoc "${WORKDIR}"/README
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/

2017-11-05 Thread Andreas Sturmlechner
commit: 63719ea224a070bd4758ee91671554a320e0e8b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 16:17:56 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  5 17:16:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63719ea2

app-office/skrooge: 2.10.3 version bump

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-office/skrooge/Manifest  |  1 +
 app-office/skrooge/skrooge-2.10.3.ebuild | 95 
 2 files changed, 96 insertions(+)

diff --git a/app-office/skrooge/Manifest b/app-office/skrooge/Manifest
index 0c0579e6df7..dd7f3f4732c 100644
--- a/app-office/skrooge/Manifest
+++ b/app-office/skrooge/Manifest
@@ -1,2 +1,3 @@
+DIST skrooge-2.10.3.tar.xz 19313088 SHA256 
1bb973c4e21fd5614b5f2822d8405e5c2e3707ba9b9f0fc92c80995efbbe530f SHA512 
13a6f133507bf54ea6cdceb7358ccc6e53be856420d5d473bd98ef8dabe256ac185e9aa514e9649ec01d2454d247ec7277b69fe45e0887fb2f99952a4672b5c2
 WHIRLPOOL 
275c83c8b28cbe2896e634e8eb7df86a6407be23b522b5c7078a2cb678404674aaccb2a84dd892d746b903cdb995909d3288f2da881106687e0d494590b0d1a2
 DIST skrooge-2.8.1.tar.xz 19299556 SHA256 
8f166db74a27db0ce0ea197f89dfd021224afc3e4875e36438a4496f10746460 SHA512 
864de0c9e8876b87ab4100b0d48ea8e573655ebad5175333230ff715faa46077b96e25b91e767da864196960de14df9b9fee5b561e4d51b03a80fb58a070755f
 WHIRLPOOL 
12d1455493fd32dd61cb0543a2365444f0fd1fa5b08214760f7c3b58836c3ac55a480f322cbea61eb13675b9698531fa860f8a2b4c9a915a789fc95bedc8b269
 DIST skrooge-2.9.0.tar.xz 19310412 SHA256 
ad02403026b649203f0381cc599a7754d36f41cc75cc03d14e63bfdb666e7bb5 SHA512 
cbcd1e9c00509d6aa387f83f3a245b20c856e936095d8bb16ec7ab6898131a24edda8a4e9ee20323c7d04ab56194b8d4720a77b8d10699e64e8dbacbe9bb868c
 WHIRLPOOL 
2ecc558add9160c724e2ff9623baa205e54ce45b385f63cc1d2151ce75dc79c65e7608abf419721761c19f3cffbe80a16db9876bdc4cc756d531a85a42bbec28

diff --git a/app-office/skrooge/skrooge-2.10.3.ebuild 
b/app-office/skrooge/skrooge-2.10.3.ebuild
new file mode 100644
index 000..8c3f56006c8
--- /dev/null
+++ b/app-office/skrooge/skrooge-2.10.3.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Personal finances manager, aiming at being simple and intuitive"
+HOMEPAGE="https://skrooge.org/";
+[[ ${PV} ==  ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities designer kde ofx"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative 'widgets')
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtscript)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   app-crypt/qca:2[qt5]
+   dev-db/sqlcipher
+   dev-libs/grantlee:5
+   activities? ( $(add_frameworks_dep kactivities) )
+   kde? ( $(add_frameworks_dep krunner) )
+   ofx? ( dev-libs/libofx )
+"
+DEPEND="${COMMON_DEPEND}
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kwindowsystem)
+   dev-libs/libxslt
+   virtual/pkgconfig
+   x11-misc/shared-mime-info
+   designer? (
+   $(add_frameworks_dep kdesignerplugin)
+   $(add_qt_dep designer)
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/skrooge:4
+"
+
+REQUIRED_USE="test? ( designer )"
+
+# hangs + installs files
+RESTRICT+=" test"
+
+src_configure() {
+   local mycmakeargs=(
+   -DSKG_BUILD_TEST=$(usex test)
+   -DSKG_DESIGNER=$(usex designer)
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package kde KF5Runner)
+   $(cmake-utils_use_find_package ofx LibOfx)
+   )
+
+   kde5_src_configure
+}
+
+src_test() {
+   local mycmakeargs=(
+   -DSKG_BUILD_TEST=ON
+   )
+   kde5_src_test
+}



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

2017-11-05 Thread Andreas Sturmlechner
commit: 60b2aa90e3e8348754bdf40f19bf50f3c42e701e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 16:03:10 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  5 17:16:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b2aa90

media-gfx/krita: 3.3.2.1 version bump

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 media-gfx/krita/Manifest |  1 +
 media-gfx/krita/krita-3.3.2.1.ebuild | 92 
 2 files changed, 93 insertions(+)

diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
index 4fc2ac23662..7a963ffb271 100644
--- a/media-gfx/krita/Manifest
+++ b/media-gfx/krita/Manifest
@@ -1,3 +1,4 @@
 DIST krita-3.1.4.tar.gz 209778186 SHA256 
741837b0d12afa795dbbca45d5efc78966f3041dbfb22a268c101c7dc23e82aa SHA512 
6695d8d09552de2d98cb4a8fac1aefc6b5e35df50d7b72c088f11a25af54574b303a7445b4a9cb099844cdf0729a185f03fd208ab2f98329123398fd54a374df
 WHIRLPOOL 
9b8819432594d10377ef6db5adaca06193044203ae5b870a2f014171c817dd2ffc251bd20af0a05183251a798d06fc6aa7b33c1a640879af3ac3c01c0e9869e7
 DIST krita-3.2.1.tar.gz 207014866 SHA256 
ef06cee677d75861edca0e1f825bca42ff59b7200aeb827e16f8d1fb5ef14e39 SHA512 
ddc7153a3fcef072de762cd48d4d6df765cc88b7a413028b3aec5690382c1ab7f61f6ae37070c78ef2be1bdc26107908d288976bfa12d14ca35934ce33fb10a3
 WHIRLPOOL 
79bc89b7ebf63b2a31bac726e91e4b77bf7b2a6eafe15a6bf15baf935f2bf56e2f612359fc16c7129251623dfe4d7fe53cd9d2f42d423385487a832309afd17e
 DIST krita-3.3.1.tar.gz 207093337 SHA256 
5fb86577753b28b8915ae993c80a417f388977d04159feb69f5afc0e592bfee9 SHA512 
b4293e9166a810142f7a5769415f1693d91d1749aa9c4e4ac77686eb705a28522a83242955cbf0f1b64da8c7f1b79a2f3118e04105b3478a090b4fb49baafb7f
 WHIRLPOOL 
571ff3449bb5ab4996bc0dc7712418bf7f1ec4cee905152913b3300155fb7e1447c7b0d5664321878886c4d4557f8ef1a47c7b5a6baa9d255f6181cb4dac80e3
+DIST krita-3.3.2.1.tar.xz 132385220 SHA256 
e555e1ba0cf2aef0800a49a98c5517a3f30ba6f5c47572aa410486e8d8117444 SHA512 
e10a0a0400cd9fce8b87afa133450401d9b2482d9442fde3b69eb73e5b6ef6f2ca7109599e11aafaf3de2965319b8a6e10c952e039fa23ded31a1346cb6b
 WHIRLPOOL 
acaae575bce5024d89a1ef3a8b3c0fef06d9a33dc94f494ac9b5109df812a962240a3437d0ad7c9cda07aa159c9279bfce2655e17ea003f993081bc3f2bb5aa4

diff --git a/media-gfx/krita/krita-3.3.2.1.ebuild 
b/media-gfx/krita/krita-3.3.2.1.ebuild
new file mode 100644
index 000..5bac8aa8541
--- /dev/null
+++ b/media-gfx/krita/krita-3.3.2.1.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Free digital painting application. Digital Painting, Creative 
Freedom!"
+HOMEPAGE="https://www.kde.org/applications/graphics/krita/ https://krita.org/";
+SRC_URI="mirror://kde/stable/${PN}/${PV%.1}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+IUSE="color-management fftw +gsl +jpeg openexr pdf qtmedia +raw tiff vc"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui '-gles2')
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   $(add_qt_dep qtxml)
+   dev-libs/boost:=
+   media-gfx/exiv2:=
+   media-libs/lcms
+   media-libs/libpng:0=
+   sys-libs/zlib
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXi
+   color-management? ( media-libs/opencolorio )
+   fftw? ( sci-libs/fftw:3.0= )
+   gsl? ( sci-libs/gsl:= )
+   jpeg? ( virtual/jpeg:0 )
+   openexr? (
+   media-libs/ilmbase:=
+   media-libs/openexr
+   )
+   pdf? ( app-text/poppler[qt5] )
+   qtmedia? ( $(add_qt_dep qtmultimedia) )
+   raw? ( media-libs/libraw:= )
+   tiff? ( media-libs/tiff:0 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-cpp/eigen:3
+   dev-lang/perl
+   sys-devel/gettext
+   vc? ( >=dev-libs/vc-1.1.0 )
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/calligra:4[calligra_features_krita]
+   !app-office/calligra-l10n:4[calligra_features_krita(+)]
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.2.0-tests-optional.patch )
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package color-manag

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

2017-11-05 Thread Andreas Sturmlechner
commit: 37a60e5d792a0b08d360feda98d76f98b0499c84
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  5 16:30:38 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  5 17:16:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a60e5d

kde-misc/kwebkitpart: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 kde-misc/kwebkitpart/Manifest  |  1 -
 .../kwebkitpart-1.4.0_pre20170128.ebuild   | 40 --
 2 files changed, 41 deletions(-)

diff --git a/kde-misc/kwebkitpart/Manifest b/kde-misc/kwebkitpart/Manifest
index bf2e38b0e93..e36b585cee6 100644
--- a/kde-misc/kwebkitpart/Manifest
+++ b/kde-misc/kwebkitpart/Manifest
@@ -1,2 +1 @@
-DIST kwebkitpart-1.4.0_pre20170128.tar.xz 106960 SHA256 
ba836438033651d42c2ff95a6790f4180be4b76d6ca87eee1eb7247fc2440ea7 SHA512 
6cb2c54df8d7488c4af3c6873461d4fc9053774df2a8fb7eea80ec50c9c1122fbb47d72b3f9256d5f0335675c2125e7baee7e5a775ee8776b7cf64d0a0fd
 WHIRLPOOL 
f46a6bfce4de17f0c0e48ec74a61938b4a511a28a6292be00ee7d474c2c34e014cf8d789d0f44593defe32b309d4fb570818a11637f6e19deec38f6179ee3410
 DIST kwebkitpart-1.4.0_pre20170924.tar.gz 120550 SHA256 
db129791411d7f21425c9b91d11ae27305723cee72f839351a8d566a307a47ca SHA512 
eb916bb1d9513300b1aef801451dcfd21e1e5d3e4898abcbcfd7b57d32bcf0f1fa66553960857a8831571787f87f5c0ebf422bcd3b0c8e956b97a520a160c621
 WHIRLPOOL 
5cc65ec6a6fa3d5243358f91ec2c19026e5adbe4ff4fa6e2d60453315d45c4b509157c5c8a7dd66cddf3b203a4063a1bbcd7797abe97fce1a79ec95f12374d3a

diff --git a/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170128.ebuild 
b/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170128.ebuild
deleted file mode 100644
index 4f754e38ee1..000
--- a/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170128.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="WebKit KPart for Konqueror"
-HOMEPAGE="https://quickgit.kde.org/?p=kwebkitpart.git";
-SRC_URI="https://dev.gentoo.org/~asturm/${P}.tar.xz";
-
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep kdewebkit)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
-   !kde-misc/kwebkitpart:4
-"



  1   2   3   >