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

2018-03-01 Thread Lars Wendler
commit: 1b8755052354989bd1a7ef629017de20d3dfa885
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar  2 07:51:59 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar  2 07:51:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b875505

sys-apps/util-linux: Removed old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/util-linux/Manifest   |   1 -
 sys-apps/util-linux/util-linux-2.32_rc1.ebuild | 202 -
 2 files changed, 203 deletions(-)

diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index 22c234321c2..856fed3eca1 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -1,5 +1,4 @@
 DIST util-linux-2.30.2.tar.xz 4442624 BLAKE2B 
7b76e255c9ee4d8b8f65f037a735808233edcdb8dce951038ae8983a3f4a6e493458622f6c7f6ce68d38672ac6dc5258b45b787c196dabede41cb19afc76e545
 SHA512 
b92ec16d5e8a405ad9ebbac8673bb49c5bf0a7f630118477f12c7a3c6b3b3ee5d56868632dd71fffd5c0434821207c2769f6859b9d398c2df770ec6487d7c32d
 DIST util-linux-2.31.1.tar.xz 4510096 BLAKE2B 
f2e4a398fe4ecc0bbfb7c2240698e3a37deed57eb48a028ddfb578ecc057c1c928b2082d13014f0dfdaf5a8274ee3a13993fdbc19b7e05e5a992505ac90de79a
 SHA512 
d45c1e62e39f5d5c7a642071e7ccce44fe4ecaafec54d8c9a4e9d526280a6e25723bfa0eb068401e291579c0d067661775bbe085190d13ff16493f47360b7760
 DIST util-linux-2.31.tar.xz 4503892 BLAKE2B 
8a9e2fc674cacbfabfc76cc0ab671f3fdb35d49de9f4ae8660b49df9e196878c2459d8fc57f6c9b6d2ad73cc56d970656ffcbc22deed97bb7a0cc28490a1fbb0
 SHA512 
48b668526e96a132736b882090d0e33c20b4b3a0e1760502d83118ed98ccc9423d310848a2bb73f82f85e9c19f6191075ae2c5269b007e76be1fbd7b6b88fbf5
-DIST util-linux-2.32-rc1.tar.xz 4540628 BLAKE2B 
2ece393a3ba334cd1e39e38b47330ea588b67034be2fcdd88ff38ac06c8c20099d177119e4e186d207df02d2aefed03470ec2f3538497df3b2cb6fef9c63dbb7
 SHA512 
46ccffb1b10b9b386ac04d1d627ae291a2e710f723546d527c6ffdf30e276694f8c19d4cbb563a0a5f1e5a30f1b4be7a5009f7de5a26b11d761138861c711fc1
 DIST util-linux-2.32-rc2.tar.xz 4552488 BLAKE2B 
31b17eff5e500f27e80f8354ebd71fa04c6c3faa8c17a36399362de5f6f8de7ae0344844325053dd680ba5b1ac48ed1b28ab20f76a1ea89d065dd01d1ae1215a
 SHA512 
a7c3b5b84fa78aded1fc7b4e3111c140512f5e2e5851162659423a3905eadd746d65beedd3faf813b77e823d63f3c9b33db1f44f7b85e9006ff64f82fb3cadb7

diff --git a/sys-apps/util-linux/util-linux-2.32_rc1.ebuild 
b/sys-apps/util-linux/util-linux-2.32_rc1.ebuild
deleted file mode 100644
index ee5b6efcc21..000
--- a/sys-apps/util-linux/util-linux-2.32_rc1.ebuild
+++ /dev/null
@@ -1,202 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \
-   pam python-single-r1 multilib-minimal systemd
-
-MY_PV="${PV/_/-}"
-MY_P="${PN}-${MY_PV}"
-
-if [[ ${PV} ==  ]] ; then
-   inherit git-r3 autotools
-   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
-else
-   [[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-   
SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
-fi
-
-DESCRIPTION="Various useful Linux utilities"
-HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/;
-
-LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain"
-SLOT="0"
-IUSE="build caps +cramfs fdformat kill ncurses nls pam python +readline 
selinux slang static-libs +suid systemd test tty-helpers udev unicode"
-
-# Most lib deps here are related to programs rather than our libs,
-# so we rarely need to specify ${MULTILIB_USEDEP}.
-RDEPEND="caps? ( sys-libs/libcap-ng )
-   cramfs? ( sys-libs/zlib )
-   ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
-   pam? ( sys-libs/pam )
-   python? ( ${PYTHON_DEPS} )
-   readline? ( sys-libs/readline:0= )
-   selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
-   slang? ( sys-libs/slang )
-   !build? ( systemd? ( sys-apps/systemd ) )
-   udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   test? ( sys-devel/bc )
-   virtual/os-headers"
-RDEPEND+="
-   kill? (
-   !sys-apps/coreutils[kill]
-   !sys-process/procps[kill]
-   )
-   !net-wireless/rfkill
-   !sys-process/schedutils
-   !sys-apps/setarch
-   ! "${T}"/fallocate.${ABI}.c
-   #define _GNU_SOURCE
-   #include 
-   main() { return fallocate(0, 0, 0, 0); }
-   EOF
-   append-lfs-flags
-   $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c 
-o /dev/null >/dev/null 2>&1 \
-   || export ac_cv_func_fallocate=no
-   rm -f "${T}"/fallocate.${ABI}.c
-}
-
-multilib_src_configure() {
-   

[gentoo-commits] data/api:master commit in: files/overlays/

2018-03-01 Thread Michał Górny
commit: 618eef0d379ab73055494631dd252f8fd8175a86
Author: Romaniuk Vadim  gmail  com>
AuthorDate: Wed Feb 28 02:07:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  2 07:49:51 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=618eef0d

repositories: Add glicOne-overlay

Closes: https://github.com/gentoo/api-gentoo-org/pull/110

 files/overlays/repositories.xml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 6fb29bf..06ed679 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1902,6 +1902,19 @@ FIN
 
 https://gitlab.awesome-it.de/overlays/gitlab.git
   
+  
+glicOne
+glicOne Overlay with non existing in layman 
utils
+https://github.com/RomaniukVadim/glicOne
+
+  lavadimka1...@gmail.com
+  Vadim Romaniuk
+
+git://github.com/RomaniukVadim/glicOne-overlay.git
+https://github.com/RomaniukVadim/glicOne-overlay.git
+g...@github.com:RomaniukVadim/glicOne-overlay.git
+
http://github.com/RomaniukVadim/glicOne-overlay/commits/master.atom
+  
   
 gnome
 experimental gnome ebuilds



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

2018-03-01 Thread Lars Wendler
commit: 3818e5b88335efd19375516ef8e9d9c6f2d6a2b6
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar  2 07:46:34 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar  2 07:46:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3818e5b8

sys-process/htop: Fixed build with python2_7

Closes: https://bugs.gentoo.org/649250
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-process/htop/htop-2.1.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-process/htop/htop-2.1.0-r1.ebuild 
b/sys-process/htop/htop-2.1.0-r1.ebuild
index a6d93f24ee2..14a9ecd0dfb 100644
--- a/sys-process/htop/htop-2.1.0-r1.ebuild
+++ b/sys-process/htop/htop-2.1.0-r1.ebuild
@@ -28,7 +28,6 @@ DOCS=( ChangeLog README )
 CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS"
 
 PATCHES=(
-   "${FILESDIR}/${PN}-2.1.0-MakeHeader-python3.patch" #646880
 
# Fixes from upstream (can usually be removed with next version bump)
"${FILESDIR}/${P}-sysmacros.patch"
@@ -54,6 +53,8 @@ src_prepare() {
rm missing || die
 
default
+   use python_single_target_python2_7 || \
+   eapply "${FILESDIR}/${PN}-2.1.0-MakeHeader-python3.patch" 
#646880
eautoreconf
python_fix_shebang scripts/MakeHeader.py
 }



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

2018-03-01 Thread Lars Wendler
commit: 1a1bdec78d6c8289d7f671eee716f34853ae43fb
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar  2 07:28:20 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar  2 07:28:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1bdec7

media-libs/libraw: Removed a patch which is no longer necessary.

Thanks Arfrever!

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libraw/libraw-0.18.8.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-libs/libraw/libraw-0.18.8.ebuild 
b/media-libs/libraw/libraw-0.18.8.ebuild
index 2db1f344707..4989fcd6c7f 100644
--- a/media-libs/libraw/libraw-0.18.8.ebuild
+++ b/media-libs/libraw/libraw-0.18.8.ebuild
@@ -32,10 +32,6 @@ S="${WORKDIR}/${MY_P}"
 
 DOCS=( Changelog.txt README )
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.18.4-glibc-2.27.patch
-)
-
 pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
 }



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

2018-03-01 Thread Hans de Graaff
commit: 09f53f4ba138134396933ecaa8fbfc9e8021cd2d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  2 07:19:50 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  2 07:20:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f53f4b

dev-ruby/net-telnet: add missing test dependency on minitest

Closes: https://bugs.gentoo.org/649256
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild 
b/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild
index ad6337cedfb..022f8d66db9 100644
--- a/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild
+++ b/dev-ruby/net-telnet/net-telnet-0.1.1-r1.ebuild
@@ -21,7 +21,9 @@ 
SRC_URI="https://github.com/ruby/net-telnet/archive/v${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="|| ( Ruby-BSD BSD-2 )"
 SLOT="1"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
 
 all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile || die



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

2018-03-01 Thread Jeroen Roovers
commit: fb29945877071bce9a66ac66cf20d190e930826b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Mar  2 07:10:38 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Mar  2 07:12:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb299458

net-libs/nodejs: Version 9.7.1.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/nodejs/Manifest|   1 +
 net-libs/nodejs/nodejs-9.7.1.ebuild | 200 
 2 files changed, 201 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index efdc6934a4f..4b634039a81 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -7,3 +7,4 @@ DIST node-v6.9.4.tar.xz 15519264 BLAKE2B 
4dfad88b06b209272b8468501cc3c87c4042578
 DIST node-v8.9.4.tar.xz 18338980 BLAKE2B 
81180fc0c9b10cebc051a72649fb40650c89a05d427b826a6f3937e2b108b97edd27dd1c1521e57168e5a92b37e590429735c07c3198e4b912774c305ae61693
 SHA512 
9656b57145c2b3048ff9ad70f91dbff33a7349dca564efe3b2ff585e2ffad004ea8de920a7a049ff4c5487683986d78b5a578306c2c99f3b1a3de96d9ad1dece
 DIST node-v9.5.0.tar.xz 18456216 BLAKE2B 
8e0f00be0e03af50c8d84ec3f647f8946312f60e78a6a3762d09e918f1467fcb3239a8cb9d8cfab263b96749f307cead8c9e4a383378dca6538e85aea9aad576
 SHA512 
f2f4d78e7c70ab32357bd35af7afeb59feca8839fb7e652421c4ac4d0c55c1c1c78cf9a2e433f3ed714be45e658c9e04cf465e751eb5a40a67d2b1afdebae4a9
 DIST node-v9.6.1.tar.xz 18501328 BLAKE2B 
f107f8cb01c9e4a4ba983798b0d613b8db3c2bf3bc0294d5ff85bd4bf31630f0df4c9b0ab7f8d75ad601633150a45980b8e47c2802016077f25428ab51869d9e
 SHA512 
488d1a0ed28128e6db63be29ac575cf8899a00bf8972aee1f9d6b1b0224a29a34b3915d2b0106156fbdb82df61985ee998e4861475df1c0504789f51ec4c0711
+DIST node-v9.7.1.tar.xz 18503976 BLAKE2B 
9648142590a73989efe08993c6c99447f66a92b67c43cd2ba3807ca5e31c63bd89fb7dfb8964632dee0aa02ceaea80bae908634cb5b498037e6870f45c053869
 SHA512 
618bd9f576182f72f18adc36469ef8785f458fddba8a0bfb02b2b388112ca6b0c25507dbb61f9211ca8427add8002ec25f0aa1fec081379e7e14980a88d4924a

diff --git a/net-libs/nodejs/nodejs-9.7.1.ebuild 
b/net-libs/nodejs/nodejs-9.7.1.ebuild
new file mode 100644
index 000..e73e3ad0251
--- /dev/null
+++ b/net-libs/nodejs/nodejs-9.7.1.ebuild
@@ -0,0 +1,200 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-single-r1 
toolchain-funcs
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
+
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap 
test"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   inspector? ( icu ssl )
+"
+
+RDEPEND="
+   >=dev-libs/libuv-1.19.2:=
+   >=net-libs/http-parser-2.7.0:=
+   >=net-libs/nghttp2-1.29.0
+   sys-libs/zlib
+   icu? ( >=dev-libs/icu-60.1:= )
+   ssl? ( >=dev-libs/openssl-1.0.2n:0=[-bindist] )
+"
+DEPEND="
+   ${RDEPEND}
+   ${PYTHON_DEPS}
+   systemtap? ( dev-util/systemtap )
+   test? ( net-misc/curl )
+"
+S="${WORKDIR}/node-v${PV}"
+PATCHES=(
+   "${FILESDIR}"/gentoo-global-npm-config.patch
+)
+
+pkg_pretend() {
+   (use x86 && ! use cpu_flags_x86_sse2) && \
+   die "Your CPU doesn't support the required SSE2 instruction."
+
+   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
+   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
+}
+
+src_prepare() {
+   tc-export CC CXX PKG_CONFIG
+   export V=1
+   export BUILDTYPE=Release
+
+   # fix compilation on Darwin
+   # https://code.google.com/p/gyp/issues/detail?id=260
+   sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || 
die
+
+   # make sure we use python2.* while using gyp
+   sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp 
|| die
+   sed -i -e "s/|| 'python2'/|| '${EPYTHON}'/" 
deps/npm/node_modules/node-gyp/lib/configure.js || die
+
+   # less verbose install output (stating the same as portage, basically)
+   sed -i -e "/print/d" tools/install.py || die
+
+   # proper libdir, hat tip @ryanpcmcquen 
https://github.com/iojs/io.js/issues/504
+   local LIBDIR=$(get_libdir)
+   sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die
+   sed -i -e "s/'lib'/'${LIBDIR}'/" lib/module.js deps/npm/lib/npm.js || 
die
+
+   # Avoid writing a depfile, not useful
+   sed -i -e "/DEPFLAGS =/d" tools/gyp/pylib/gyp/generator/make.py || die
+
+   sed -i -e "/'-O3'/d" common.gypi deps/v8/gypfiles/toolchain.gypi || die
+
+   # Avoid a test that I've only been able to 

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

2018-03-01 Thread Jeroen Roovers
commit: 2270c294808927a287826846c57ed6ee6b2641b7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Mar  2 07:11:45 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Mar  2 07:12:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2270c294

net-libs/nodejs: Old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/nodejs/Manifest |   2 -
 net-libs/nodejs/nodejs-6.12.3.ebuild | 199 --
 net-libs/nodejs/nodejs-9.5.0.ebuild  | 201 ---
 3 files changed, 402 deletions(-)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 4b634039a81..5143c6ae44e 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -1,10 +1,8 @@
 DIST node-v0.12.18.tar.gz 19842591 BLAKE2B 
f94f4de6e2875267be194580c645087a262b90da99f10d651a22838c041da07056df81204bb04ce8da083a080062509dcca4d1e3ac2250d651ead8a4cc025028
 SHA512 
6866608a43eb213f3b715ea0fcc28983fd959ab679c567a1b464f62acd936506f2bce88ea48a60209d8ef8d98259f4b47cd3434893eb4ff82a132775edb37b7b
 DIST node-v4.8.7.tar.xz 13370828 BLAKE2B 
b1ee93a586b66f8582783b1be50667547afe4bf48038ebc0b8148db55542cbc0520ac84ef88e4a7f453cabc245f484c32dbc238c1932bbc708791ceeb5c9d2ab
 SHA512 
25837a31023747723b146c45984a5b2096b61c0aa43cbf45fc8ff50b4bd5079bd0bc9f1dfd3fb076817448dc5537eb93ffb2f345280b7756ba93b67ad757c696
 DIST node-v6.11.5.tar.xz 15699404 BLAKE2B 
ba2df91bf5ef38cedb60b42919cf56f16807e619a81876fc92a5741e49da7ec91c4239d00f549c5e80d0bb8282bb9b396dd984507916cd18d61b403a3a7cef94
 SHA512 
62490725ef7957294c1bddf21ef0626c7472876791210168116501255ecee58457e9de9b044e10033706243299bbfd1495efeca169596fbf26f5eeba6d8fa4c9
-DIST node-v6.12.3.tar.xz 15767900 BLAKE2B 
2a986c8099d14b199e33676e1a7d416919407558a42d14e526794baa29d8788c74a5ff47e8d2a8509a747682bea393b45e31965569a4b72976b7691f2a84e971
 SHA512 
dcf30bc221aa949e6ca3bd9321ac68adb05d93af0b06119b4b73bfd4cfa2c31897520d90247ac0f783946c1fc2efe77178f52225150dad4522ac9408d036a8e4
 DIST node-v6.13.0.tar.xz 15843504 BLAKE2B 
0fdbdf4ccd4b0953f786426aef0c7006972de125d9cd53c8d4ab797ceb5ad1ffad8c87cd271866405db372a871322039c8de865d736a16daec0e10c9a0a0305b
 SHA512 
bcc757adc9ac9fd2d1cc8a575a1fb4b15b1ca893fffa134f5101278d72932c6b7e0cbd491e60fd0833854dfe507823251bd41e34d146a2be8176d46dccc8fb24
 DIST node-v6.9.4.tar.xz 15519264 BLAKE2B 
4dfad88b06b209272b8468501cc3c87c40425781fb55011ee93326555c2df88a166ffaff1877563668e06389703053849361739556f1bc87c1e2386d48b9542e
 SHA512 
86d3e2889031c2b50c021bd3fd63194c2c22c44291d51dff1b5e1652b01853c09d2880c2f58fdad062e3e2a3f637a3f0d78dac66b835b676790cf272e64f8dce
 DIST node-v8.9.4.tar.xz 18338980 BLAKE2B 
81180fc0c9b10cebc051a72649fb40650c89a05d427b826a6f3937e2b108b97edd27dd1c1521e57168e5a92b37e590429735c07c3198e4b912774c305ae61693
 SHA512 
9656b57145c2b3048ff9ad70f91dbff33a7349dca564efe3b2ff585e2ffad004ea8de920a7a049ff4c5487683986d78b5a578306c2c99f3b1a3de96d9ad1dece
-DIST node-v9.5.0.tar.xz 18456216 BLAKE2B 
8e0f00be0e03af50c8d84ec3f647f8946312f60e78a6a3762d09e918f1467fcb3239a8cb9d8cfab263b96749f307cead8c9e4a383378dca6538e85aea9aad576
 SHA512 
f2f4d78e7c70ab32357bd35af7afeb59feca8839fb7e652421c4ac4d0c55c1c1c78cf9a2e433f3ed714be45e658c9e04cf465e751eb5a40a67d2b1afdebae4a9
 DIST node-v9.6.1.tar.xz 18501328 BLAKE2B 
f107f8cb01c9e4a4ba983798b0d613b8db3c2bf3bc0294d5ff85bd4bf31630f0df4c9b0ab7f8d75ad601633150a45980b8e47c2802016077f25428ab51869d9e
 SHA512 
488d1a0ed28128e6db63be29ac575cf8899a00bf8972aee1f9d6b1b0224a29a34b3915d2b0106156fbdb82df61985ee998e4861475df1c0504789f51ec4c0711
 DIST node-v9.7.1.tar.xz 18503976 BLAKE2B 
9648142590a73989efe08993c6c99447f66a92b67c43cd2ba3807ca5e31c63bd89fb7dfb8964632dee0aa02ceaea80bae908634cb5b498037e6870f45c053869
 SHA512 
618bd9f576182f72f18adc36469ef8785f458fddba8a0bfb02b2b388112ca6b0c25507dbb61f9211ca8427add8002ec25f0aa1fec081379e7e14980a88d4924a

diff --git a/net-libs/nodejs/nodejs-6.12.3.ebuild 
b/net-libs/nodejs/nodejs-6.12.3.ebuild
deleted file mode 100644
index 04521bbfe55..000
--- a/net-libs/nodejs/nodejs-6.12.3.ebuild
+++ /dev/null
@@ -1,199 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-RESTRICT="test"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit bash-completion-r1 eutils flag-o-matic pax-utils python-single-r1 
toolchain-funcs
-
-DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
-HOMEPAGE="https://nodejs.org/;
-SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
-
-LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
-IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl test"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   inspector? ( icu ssl )
-
-"
-
-RDEPEND="
-   >=dev-libs/libuv-1.15.0:=
-   >=dev-libs/openssl-1.0.2n:0=[-bindist]
-   >=net-libs/http-parser-2.7.0:=
- 

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

2018-03-01 Thread Hans de Graaff
commit: ac9f386ac7f7078733a8ddefd413759271bfb3b9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  2 06:38:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  2 06:39:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9f386a

dev-ruby/httparty: add 0.16.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/httparty/Manifest   |  1 +
 dev-ruby/httparty/httparty-0.16.0.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/dev-ruby/httparty/Manifest b/dev-ruby/httparty/Manifest
index 8e7fee683be..b0f617d42a3 100644
--- a/dev-ruby/httparty/Manifest
+++ b/dev-ruby/httparty/Manifest
@@ -2,3 +2,4 @@ DIST httparty-0.14.0.gem 84992 BLAKE2B 
5fdb305a01c6c16bd8c9ea7bd11f0dddcb39a4bc3
 DIST httparty-0.15.5.gem 87552 BLAKE2B 
b5505b08ec91986da860d998a49b277e86151cb4a044a58d8c392bff65549170fb31ab3d7055772d18dcda690ce40962f9b8fce66a5c933093add93fc8364894
 SHA512 
c325a1b927e2b472c17b0895f322399e14f4beafe21626b4221a4a37ceb68cd3e92d801675a559d18cebc299f6317096b58bddecc59f687546ed88f284789459
 DIST httparty-0.15.6.gem 87552 BLAKE2B 
edbaf27c17d423e8bcc13744f7b567953c4486e41fbd91442261bc2981a46385dcbcbf10b62c63a6ed713cf5ffb38287be6afcc1af1ebbde8365e1920eec9341
 SHA512 
2c38cd0a20cccd03c33e521ca683c4c2eaf487acef00d4cab244898bb227bf05e21e5f01a9641869635391ad052fc1d79d63c46fce0e09a96908b4e5aa8ec571
 DIST httparty-0.15.7.gem 87552 BLAKE2B 
d7a0907d1c24113c129493a57ca900f45026e1ed7cc4407ac367d8ba5afa615af31496a2003755951d52672bdecd0646aaaf407b3c47d4856c9c492e7ec5cac7
 SHA512 
6bdf5946bc0f22afed346091078dd43dd62cb6190b3d01bc0de5c9732c611474e207c38b4c6eca5f3cc1e2139880c2eac19554d359dac861de33c5c5ceb28c5e
+DIST httparty-0.16.0.gem 89088 BLAKE2B 
27715c6760a9adeec289a005f89de219b32e6ad5c3f937478ad4187df895096f9375b0d20a4b33c1c62b96de6313017a713a036247756a96fe9366e7c1e77247
 SHA512 
c523ab3555d0a86e2df53e800be57b88f40bb680e7df31e754ddc3e76728eb2228e6ddbe9a3e580c4c604a126ebcd33be79dfde3758faf99aadbba4d30d9508d

diff --git a/dev-ruby/httparty/httparty-0.16.0.ebuild 
b/dev-ruby/httparty/httparty-0.16.0.ebuild
new file mode 100644
index 000..b65c830b1ec
--- /dev/null
+++ b/dev-ruby/httparty/httparty-0.16.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead 
easy"
+HOMEPAGE="https://jnunemaker.github.com/httparty;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend '>=dev-ruby/multi_xml-0.5.2'
+
+ruby_add_bdepend 'test? ( dev-ruby/webmock )'
+
+all_ruby_prepare() {
+   # Remove bundler
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
+
+   # Avoid test dependency on cucumber. We can't run the features since
+   # they depend on mongrel which is no longer packaged.
+   sed -i -e '/cucumber/I s:^:#:' Rakefile || die
+
+   # Avoid test dependency on simplecov
+   sed -i -e '/simplecov/I s:^:#:' \
+   -e '1i require "cgi"; require "delegate"' spec/spec_helper.rb 
|| die
+
+   # Avoid test that works standalone but fails in the suite
+   sed -i -e '/calls block given to perform with each redirect/,/^
end/ s:^:#:' spec/httparty/request_spec.rb
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   docinto examples
+   dodoc examples/*
+}



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

2018-03-01 Thread Hans de Graaff
commit: 9d26e5847f30f90c37ec934a967bbcb02e87d162
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  2 06:30:41 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  2 06:39:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d26e584

dev-ruby/ruby-odbc: add 0.9

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/ruby-odbc/Manifest |  1 +
 dev-ruby/ruby-odbc/ruby-odbc-0.9.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/ruby-odbc/Manifest b/dev-ruby/ruby-odbc/Manifest
index df314a08d17..cd930561fb8 100644
--- a/dev-ruby/ruby-odbc/Manifest
+++ b/dev-ruby/ruby-odbc/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-odbc-0.7.tar.gz 76708 BLAKE2B 
d122e7f2cccd305731ba598ca684761daab288903e0f3866735b2672f20a9c6b55ed74d768bd4f79a03e0d743b4dff4704f465e58ed331ce37762ba9f7c1e871
 SHA512 
15ea850efa9f65467ea829c93f7dc9ecbef9409876b19d0a309d085b20e711da2888b918f77fcd26e6a40096358eab836d6bc3000c534da88f4f3c2b60a8662a
 DIST ruby-odbc-0.8.tar.gz 76810 BLAKE2B 
97422dcd52bafad196fe9ccc7005c1ceae31649231fb62ccb00e45ccecbf46e9c679ff4ef905364b1fa05062aba9054d8c1b89025323b220a0c9893c22fd5fd0
 SHA512 
c983ca10cd21255d2a927deaac9c4689251f1149cc3c5b0b2a5578d5abdf2eb030a0bd726761eeb07abfb470e611316239de899d4739f4a380a598f4e0881f57
+DIST ruby-odbc-0.9.tar.gz 76934 BLAKE2B 
59de5a544b7eefe8e181f2c6a9a61915361743ef5f7554f778667b50ca0dc57fd0c4f71e406ad6f1d00fb2c6a6509030e61ad34dddecff61896f7bfe383d0a9b
 SHA512 
05e3e67a895406e1a57fbea6f8ecd1c087d836794ea3245bd9eec888eb3c46fa2bf2607cc1b8fdc416d7bc531d783d621c03c9fde004db8c2e431fe838c531af

diff --git a/dev-ruby/ruby-odbc/ruby-odbc-0.9.ebuild 
b/dev-ruby/ruby-odbc/ruby-odbc-0.9.ebuild
new file mode 100644
index 000..85f714bda62
--- /dev/null
+++ b/dev-ruby/ruby-odbc/ruby-odbc-0.9.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README ChangeLog"
+
+inherit ruby-fakegem
+
+DESCRIPTION="RubyODBC - For accessing ODBC data sources from the Ruby language"
+HOMEPAGE="http://www.ch-werner.de/rubyodbc/;
+SRC_URI="http://www.ch-werner.de/rubyodbc/${P}.tar.gz;
+
+LICENSE="|| ( GPL-2 Ruby )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${DEPEND} >=dev-db/unixODBC-2.0.6"
+RDEPEND="${RDEPEND} >=dev-db/unixODBC-2.0.6"
+
+# tests require to have an ODBC service enabled, so we can't run them
+# for now :(
+RESTRICT=test
+
+all_ruby_prepare() {
+   # Make sure that it doesn't try to use the absolute-local path for
+   # the extension as we'd be unable to run it properly otherwise.
+   sed -i -e 's:\./odbc:odbc:' test/{,utf8/}test.rb || die
+
+   # Since lib should not get installed avoid it entirely…
+   mv lib contrib || die
+}
+
+each_ruby_configure() {
+   for dir in ext ext/utf8; do
+   ${RUBY} -C${dir} extconf.rb --disable-dlopen || die "extconf 
(${dir}) failed"
+   done
+}
+
+each_ruby_compile() {
+   for dir in ext ext/utf8; do
+   emake V=1 -C${dir} || die "emake (${dir}) failed"
+   done
+}
+
+each_ruby_install() {
+   each_fakegem_install
+
+   ruby_fakegem_newins ext/odbc.so lib/odbc.so
+   ruby_fakegem_newins ext/utf8/odbc_utf8.so lib/odbc_utf8.so
+}
+
+all_ruby_install() {
+   all_fakegem_install
+   dohtml doc/*.html || die
+}



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

2018-03-01 Thread Hans de Graaff
commit: 8094d69bc9d4dc9496f5e559e33f15fe5567797a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  2 06:31:52 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  2 06:39:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8094d69b

dev-ruby/patron: add 0.12.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/patron/Manifest |  1 +
 dev-ruby/patron/patron-0.12.1.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/patron/Manifest b/dev-ruby/patron/Manifest
index 055fc8c2fb0..4609b195a86 100644
--- a/dev-ruby/patron/Manifest
+++ b/dev-ruby/patron/Manifest
@@ -1,3 +1,4 @@
 DIST patron-0.10.0.gem 59904 BLAKE2B 
f4ec8c81e4c0c13f3d3b5e0696955c01c8ff962980a8ed83ca7aaca722c422b0466a806af9b2c36f0183c16767f5b3f37dae4ae4a8801866592c8f861ba9778d
 SHA512 
bfe5fabbcbfa3d1c73ef6f79d100547de7e4121bcbd1f427423a127f0bc698bb8b6ade06c0e2eb1f529d1524e95fc36245b8be9d6e2c12b7e8d18b5f03ae6606
 DIST patron-0.11.1.gem 62976 BLAKE2B 
fc41865146876129eb824ccdd2351af8f0bb3bf099459becb87d0034291f864d576dda0c0ff017f0147eba88d7592dd5ce8ad3bb926db0d612e522a375a2c31a
 SHA512 
75a5705493f5496928279c751d396f9815bc47b4126ea8f9bcf9cabf7a40219b6f9cc2b12179d79848f616357552edcfe6b2b4312276bece432ed66a94ee8d63
 DIST patron-0.12.0.gem 64000 BLAKE2B 
1cdf258f4c49d5da6724a4ccb53ca81dd61f824727b5835a945799722db8aa9dd6878b903ea0cdebb2035a9f20f280539f624b9bf44e9a9da708687b163f8af0
 SHA512 
1826da20fe4aab21792d189466d4c6385d21388538c46e831f1852e0ea8f4007ddd0221e9c5a04eda67de9212d276bd494a98456f5befef42368925367d58798
+DIST patron-0.12.1.gem 64000 BLAKE2B 
d30990f79213929494d88e812e9c396474c326e87010a50416400ff5267acd9236fb5aedea8a110338356c3b0debc463752b23a595a04f44d9319a54d1c14cda
 SHA512 
ee551e221ea7c965055ddb72cdd063e5ed476ccaf032bc4b2a7f8344af38a4dbd5942d8eb5710bb2d23ca854b1676ff512eba4bfae7a33deef5238664bc7d00b

diff --git a/dev-ruby/patron/patron-0.12.1.ebuild 
b/dev-ruby/patron/patron-0.12.1.ebuild
new file mode 100644
index 000..9d99ba9f6d3
--- /dev/null
+++ b/dev-ruby/patron/patron-0.12.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 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 multilib ruby-fakegem
+
+DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl"
+HOMEPAGE="https://toland.github.com/patron/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND+=" net-misc/curl"
+RDEPEND+=" net-misc/curl"
+
+all_ruby_prepare() {
+   # Fix Rakefile
+   sed -i -e 's:rake/rdoctask:rdoc/task:' \
+   -e 's/README.txt/README.md/' \
+   -e '/bundler/I s:^:#:' \
+   -e '/extensiontask/ s:^:#:' \
+   -e '/ExtensionTask/,/^end/ s:^:#:' \
+   Rakefile || die
+
+   # Avoid specs with failures. We were not running any specs before.
+   rm spec/session_ssl_spec.rb spec/session_spec.rb spec/response_spec.rb 
|| die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/patron extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake -Cext/patron V=1
+   cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to 
cp shared object file"
+}



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

2018-03-01 Thread Jason Zaman
commit: 19d7347439c7e8a9eb4b4cd270b655567575ef4c
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Mar  2 04:26:33 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Mar  2 06:06:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d73474

sys-process/audit: inherit preserve-lib eclass

Closes: https://bugs.gentoo.org/645126
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-process/audit/audit-2.6.4.ebuild | 4 ++--
 sys-process/audit/audit-2.7.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-process/audit/audit-2.6.4.ebuild 
b/sys-process/audit/audit-2.6.4.ebuild
index e83cf86b2dd..506661c7095 100644
--- a/sys-process/audit/audit-2.6.4.ebuild
+++ b/sys-process/audit/audit-2.6.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
-inherit autotools multilib multilib-minimal toolchain-funcs python-r1 
linux-info systemd
+inherit autotools multilib multilib-minimal toolchain-funcs preserve-libs 
python-r1 linux-info systemd
 
 DESCRIPTION="Userspace utilities for storing and processing auditing records"
 HOMEPAGE="https://people.redhat.com/sgrubb/audit/;

diff --git a/sys-process/audit/audit-2.7.1.ebuild 
b/sys-process/audit/audit-2.7.1.ebuild
index 85a1f9a420f..0a0028578b6 100644
--- a/sys-process/audit/audit-2.7.1.ebuild
+++ b/sys-process/audit/audit-2.7.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 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 autotools multilib multilib-minimal toolchain-funcs python-r1 
linux-info systemd
+inherit autotools multilib multilib-minimal toolchain-funcs preserve-libs 
python-r1 linux-info systemd
 
 DESCRIPTION="Userspace utilities for storing and processing auditing records"
 HOMEPAGE="https://people.redhat.com/sgrubb/audit/;



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

2018-03-01 Thread Jason Zaman
commit: 08d385cdab2cb6662ae1ada844422c44692deac3
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Mar  2 04:30:35 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Mar  2 06:06:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d385cd

sys-process/audit: Add python3_6 compat

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-process/audit/audit-2.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/audit/audit-2.6.4.ebuild 
b/sys-process/audit/audit-2.6.4.ebuild
index 506661c7095..84c4930b609 100644
--- a/sys-process/audit/audit-2.6.4.ebuild
+++ b/sys-process/audit/audit-2.6.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit autotools multilib multilib-minimal toolchain-funcs preserve-libs 
python-r1 linux-info systemd
 



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

2018-03-01 Thread Jason Zaman
commit: bdc01316917d5975eff7b9a767b9c2fe7f2e3196
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Mar  1 15:43:53 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Mar  2 06:06:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc01316

sys-apps/policycoreutils: drop 2.6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-apps/policycoreutils/Manifest  |   2 -
 .../files/0010-remove-sesandbox-support.patch  |   9 -
 ...20-disable-autodetection-of-pam-and-audit.patch | 108 
 ...030-make-inotify-check-use-flag-triggered.patch |  14 --
 ...ttempt-fails-with-gentoo-sandbox-approach.patch |  11 --
 .../files/0110-build-mcstrans-bug-472912.patch |  64 ---
 ...ailure-for-mcscolor-for-CONTEXT__CONTAINS.patch |  11 --
 .../policycoreutils/policycoreutils-2.6-r1.ebuild  | 187 -
 8 files changed, 406 deletions(-)

diff --git a/sys-apps/policycoreutils/Manifest 
b/sys-apps/policycoreutils/Manifest
index ed6789183b4..38aec9564a6 100644
--- a/sys-apps/policycoreutils/Manifest
+++ b/sys-apps/policycoreutils/Manifest
@@ -1,4 +1,2 @@
-DIST policycoreutils-2.6.tar.gz 4660087 BLAKE2B 
26ea03db8552b5ad3967acb6912dde0f332315f93682e65e3f6461f19efdc4ec1444c219a946e3172283078012961c0a39bb77203e20544e6c4de48c7a6fa0f9
 SHA512 
ba289060bc348f9315bce84a5e5daf145600274289fdd2206edc10bb0ee03f9b02a9e40e9c118809961ddfe7844dee7d8952d8c9a239af7282f4fc1614c21e9d
 DIST policycoreutils-2.7.tar.gz 2796707 BLAKE2B 
4b1c03f2d12252b453950c3d6bcde75780926a1b91263d3881f741399c5630c707f0429b9b144c657b017b7b0c1500b63b6463610dea3caaef8c2f7c3f69fd8f
 SHA512 
ce97d659f72058fd23d8dab8db98fc7c0003806a636c521fa15da465d7358d40ccc8e3eaa9675f00a9b0b8aaa1465d3fb650bc0ebbbf00164e121230673256fb
-DIST policycoreutils-extra-1.35.tar.bz2 12124 BLAKE2B 
78e9651a1d8aa1747ef6a4dfd657e27a1b22e13d6ae36cabbfe8bd80986770a6f3638232db6b56f730cf379e85239e4a945cea4946553d07f18e1e9d1467996f
 SHA512 
8cc3c74afee7ec38d7d085744fdd60849d3ae97a75599d2181b12b5b472a6a4445868e8a6aff707e439c10d9c378fb55e329b4db21c0a771f41180bf3b9eabc1
 DIST policycoreutils-extra-1.36.tar.bz2 8830 BLAKE2B 
6d98e41ea379d3e95221a6e53d8a8b144e4e15ca5581381e76a529dbbaca304d5587b30419797c8c70cbd7c2b2588e5ecd62adcf97294e429950899c1c318346
 SHA512 
c6a18e6fb2d65f51dc55b88907f23241f2fbfc033d3d2888b109596d9ed31d509b2c93456727ea4d1f98544831afb15c449ff72d6aedf93b9e474b27817f7fb3

diff --git a/sys-apps/policycoreutils/files/0010-remove-sesandbox-support.patch 
b/sys-apps/policycoreutils/files/0010-remove-sesandbox-support.patch
deleted file mode 100644
index 52a34bd1f47..000
--- a/sys-apps/policycoreutils/files/0010-remove-sesandbox-support.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -uNr policycoreutils-2.4-rc2.orig/Makefile 
policycoreutils-2.4-rc2/Makefile
 policycoreutils-2.4-rc2.orig/Makefile  2014-08-28 20:13:23.212622408 
+0200
-+++ policycoreutils-2.4-rc2/Makefile   2014-08-28 20:14:24.136624808 +0200
-@@ -1,4 +1,4 @@
--SUBDIRS = sepolicy setfiles semanage load_policy newrole run_init sandbox 
secon audit2allow sestatus semodule_package semodule semodule_link 
semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man gui hll
-+SUBDIRS = sepolicy setfiles semanage load_policy newrole run_init secon 
audit2allow sestatus semodule_package semodule semodule_link semodule_expand 
semodule_deps sepolgen-ifgen setsebool scripts po man gui hll
- 
- INOTIFYH = $(shell ls /usr/include/sys/inotify.h 2>/dev/null)
- 

diff --git 
a/sys-apps/policycoreutils/files/0020-disable-autodetection-of-pam-and-audit.patch
 
b/sys-apps/policycoreutils/files/0020-disable-autodetection-of-pam-and-audit.patch
deleted file mode 100644
index a3eeaed901d..000
--- 
a/sys-apps/policycoreutils/files/0020-disable-autodetection-of-pam-and-audit.patch
+++ /dev/null
@@ -1,108 +0,0 @@
-diff -uNr policycoreutils-2.2.1.orig/newrole/Makefile 
policycoreutils-2.2.1/newrole/Makefile
 policycoreutils-2.2.1.orig/newrole/Makefile2013-11-04 
21:37:27.197018032 +0100
-+++ policycoreutils-2.2.1/newrole/Makefile 2013-11-04 21:37:47.602018075 
+0100
-@@ -4,8 +4,8 @@
- MANDIR ?= $(PREFIX)/share/man
- ETCDIR ?= $(DESTDIR)/etc
- LOCALEDIR = /usr/share/locale
--PAMH = $(shell ls /usr/include/security/pam_appl.h 2>/dev/null)
--AUDITH = $(shell ls /usr/include/libaudit.h 2>/dev/null)
-+PAMH ?= no
-+AUDITH ?= no
- # Enable capabilities to permit newrole to generate audit records.
- # This will make newrole a setuid root program.
- # The capabilities used are: CAP_AUDIT_WRITE.
-@@ -24,7 +24,7 @@
- EXTRA_OBJS =
- override CFLAGS += -DVERSION=\"$(VERSION)\" $(LDFLAGS) -I$(PREFIX)/include 
-DUSE_NLS -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\""
- LDLIBS += -lselinux -L$(PREFIX)/lib
--ifeq ($(PAMH), /usr/include/security/pam_appl.h)
-+ifeq ($(PAMH), yes)
-   override CFLAGS += -DUSE_PAM
-   EXTRA_OBJS += hashtab.o
-   LDLIBS += -lpam -lpam_misc
-@@ -32,7 +32,7 @@
-   

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

2018-03-01 Thread Jason Zaman
commit: eb3a8b5fa083c84ffba099539644c12a88ff
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Mar  1 14:31:02 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Mar  2 06:06:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3a8b5f

dev-python/ipy: add python3_6 compat

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/ipy/ipy-0.83.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ipy/ipy-0.83.ebuild b/dev-python/ipy/ipy-0.83.ebuild
index 300b8df59cb..1a3aaa0c375 100644
--- a/dev-python/ipy/ipy-0.83.ebuild
+++ b/dev-python/ipy/ipy-0.83.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 



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

2018-03-01 Thread Jason Zaman
commit: 6161f66ab37d1e9d97decb4ea9d3082940321a5d
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Mar  1 14:54:28 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Mar  2 06:06:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6161f66a

app-admin/setools: add python3_6 compat

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-admin/setools/setools-4.1.1.ebuild | 4 ++--
 app-admin/setools/setools-.ebuild  | 7 ---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-admin/setools/setools-4.1.1.ebuild 
b/app-admin/setools/setools-4.1.1.ebuild
index 28df40b3ee5..f9967bce90f 100644
--- a/app-admin/setools/setools-4.1.1.ebuild
+++ b/app-admin/setools/setools-4.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 
 inherit distutils-r1
 

diff --git a/app-admin/setools/setools-.ebuild 
b/app-admin/setools/setools-.ebuild
index f1e79d0d936..bc6d48e45d5 100644
--- a/app-admin/setools/setools-.ebuild
+++ b/app-admin/setools/setools-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 
 inherit distutils-r1
 
@@ -39,12 +39,13 @@ DEPEND="${RDEPEND}
test? (
python_targets_python2_7? ( dev-python/mock[${PYTHON_USEDEP}] )
dev-python/tox[${PYTHON_USEDEP}]
+   sys-apps/checkpolicy
)"
 
 python_prepare_all() {
sed -i "s/'-Werror', //" "${S}"/setup.py || die "failed to remove 
Werror"
 
-   use X || local PATCHES=( "${FILESDIR}"/setools-4.1.0-remove-gui.patch )
+   use X || local PATCHES=( "${FILESDIR}"/setools-4.1.1-remove-gui.patch )
distutils-r1_python_prepare_all
 }
 



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

2018-03-01 Thread Jason Zaman
commit: 475324fd4eb8db5f8807bd65fe574c829b67021b
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Mar  1 15:52:19 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Mar  2 06:08:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475324fd

profiles: mask dev-python/sepolgen for removal

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3bdcb431811..4f8eff62aa6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Jason Zaman  (02 Mar 2018)
+# Became sys-apps/selinux-python in release 2.7
+# Masked for removal in 30 days.
+dev-python/sepolgen
+
 # Tim Harder  (01 Mar 2018)
 # Masked for testing.
 >=dev-python/aiohttp-3



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

2018-03-01 Thread Jason Zaman
commit: 4d3321f12602ceb789360678628bfbd1048b4d7b
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Mar  1 15:21:09 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Mar  2 06:06:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3321f1

sys-apps/selinux-python: add python3_6 compat

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-apps/selinux-python/selinux-python-2.7.ebuild  | 4 ++--
 sys-apps/selinux-python/selinux-python-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/selinux-python/selinux-python-2.7.ebuild 
b/sys-apps/selinux-python/selinux-python-2.7.ebuild
index 832b4b2d809..eb6630aa164 100644
--- a/sys-apps/selinux-python/selinux-python-2.7.ebuild
+++ b/sys-apps/selinux-python/selinux-python-2.7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="xml"
 
 inherit python-r1 toolchain-funcs

diff --git a/sys-apps/selinux-python/selinux-python-.ebuild 
b/sys-apps/selinux-python/selinux-python-.ebuild
index 510a3b731c4..c1e6a49cf4c 100644
--- a/sys-apps/selinux-python/selinux-python-.ebuild
+++ b/sys-apps/selinux-python/selinux-python-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="xml"
 
 inherit python-r1 toolchain-funcs



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

2018-03-01 Thread Jason Zaman
commit: 5f93b5126d167339b3990532851086444234f749
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Mar  1 15:11:38 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Mar  2 06:06:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f93b512

sys-libs/libsemanage: add python3_6 compat

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-libs/libsemanage/libsemanage-2.6.ebuild  | 4 ++--
 sys-libs/libsemanage/libsemanage-2.7.ebuild  | 4 ++--
 sys-libs/libsemanage/libsemanage-.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-libs/libsemanage/libsemanage-2.6.ebuild 
b/sys-libs/libsemanage/libsemanage-2.6.ebuild
index e027c1f35ac..8fe7677a97c 100644
--- a/sys-libs/libsemanage/libsemanage-2.6.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit multilib python-r1 toolchain-funcs multilib-minimal
 

diff --git a/sys-libs/libsemanage/libsemanage-2.7.ebuild 
b/sys-libs/libsemanage/libsemanage-2.7.ebuild
index 0d8a7240a2a..793f84bdf7d 100644
--- a/sys-libs/libsemanage/libsemanage-2.7.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit multilib python-r1 toolchain-funcs multilib-minimal
 

diff --git a/sys-libs/libsemanage/libsemanage-.ebuild 
b/sys-libs/libsemanage/libsemanage-.ebuild
index 5015c4e9fc9..90f98fe5933 100644
--- a/sys-libs/libsemanage/libsemanage-.ebuild
+++ b/sys-libs/libsemanage/libsemanage-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit multilib python-r1 toolchain-funcs multilib-minimal
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs/

2018-03-01 Thread NP Hardass
commit: 7977590eae9ec4be8170ba6fcaa8fd62cb17e777
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:36:10 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7977590e

net-fs/openafs: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs/Manifest  |   2 -
 net-fs/openafs/openafs-1.6.22.ebuild | 222 ---
 2 files changed, 224 deletions(-)

diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest
index d43a0e71a00..f475d2a5b24 100644
--- a/net-fs/openafs/Manifest
+++ b/net-fs/openafs/Manifest
@@ -1,5 +1,3 @@
-DIST openafs-1.6.22-doc.tar.bz2 3567926 BLAKE2B 
49c20ba0cf28cf567bbdbdd9f34bce504bfc90fe87d74bc9a1f30250a51802239ff9ee1286da5961fed50e84c71d311df7b3c11e393a10f58f88e4dc57773ca1
 SHA512 
6ae43aa86744b1a7879e583faea96ecbdf4dd6f9c4eb39040ca58217c63ae5bbf565cd70e48cddf870b8cb7623e923260a31559d7d1e22b4ef86922601aedd62
-DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
 DIST openafs-1.6.22.1-doc.tar.bz2 3534064 BLAKE2B 
e9f67fb42b6c4e6c2092e713e801db5479beccb1e3dc6d48c16e655151dcf91693497c4ee57c47c98c52cba6eb0ad271698ed450487bdb462111a9276cb1eb74
 SHA512 
1c9481507824a450d6610dbbb427bdbccb3373e12bae0bf603ec121023ee7bbb05fef366f5eec793736b0643d0f6e8f611bc55473c71a831e3b31970420ec44c
 DIST openafs-1.6.22.1-src.tar.bz2 14682183 BLAKE2B 
a01e08f30f28dda9484407bbe0568df7b517e587b6e2475d669269e09745050bee955438dfeab9d86564dbc22821bc2fb417c15f8add0aae6acdde266c080df0
 SHA512 
901959051f60f7ffa2db8a253a16f9460713e3637a53f0b6b05e72247e08b633951116dc28b19db9c7448d8ebc7a20a8a851d5356c52f16c28f5c89209f8190e
 DIST openafs-1.6.22.2-doc.tar.bz2 3533975 BLAKE2B 
a44b39291ece3d4b1f9f9e722b35f48698063e4daecb94745b5a8ead00412b9e8e7baef0c1264c6289de45cab66b4b83ed3cfe83a60072480c848c14bb61016c
 SHA512 
e8405ad2f5c3ad24d37789fdf71961ed3f1af4467b9385a87f70f8ffc39dfccf1db35a492360811cf62bb3959cdb7f6eee08991aaafa24961b24815f908172c1

diff --git a/net-fs/openafs/openafs-1.6.22.ebuild 
b/net-fs/openafs/openafs-1.6.22.ebuild
deleted file mode 100644
index 3c3aa6efbac..000
--- a/net-fs/openafs/openafs-1.6.22.ebuild
+++ /dev/null
@@ -1,222 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools eutils flag-o-matic multilib pam systemd toolchain-funcs 
versionator
-
-MY_PV=$(delete_version_separator '_')
-MY_P="${PN}-${MY_PV}"
-PVER="20170822"
-
-DESCRIPTION="The OpenAFS distributed file system"
-HOMEPAGE="https://www.openafs.org/;
-# We always d/l the doc tarball as man pages are not USE=doc material
-[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
-SRC_URI="
-   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
-   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-doc.tar.bz2
-   https://dev.gentoo.org/~bircoph/afs/${PN}-patches-${PVER}.tar.xz
-"
-
-LICENSE="IBM BSD openafs-krb5-a APSL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-
-IUSE="bitmap-later debug doc fuse kerberos +modules ncurses pam pthreaded-ubik 
+supergroups"
-
-CDEPEND="
-   virtual/libintl
-   fuse? ( sys-fs/fuse )
-   kerberos? ( virtual/krb5 )
-   ncurses? ( sys-libs/ncurses:0= )
-   pam? ( virtual/pam )"
-
-DEPEND="${CDEPEND}
-   virtual/yacc
-   doc? (
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   )"
-
-RDEPEND="${CDEPEND}
-   modules? ( ~net-fs/openafs-kernel-${PV} )"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${WORKDIR}/gentoo/patches" )
-
-src_prepare() {
-   default
-
-   # fixing 2-nd level makefiles to honor flags
-   sed -i -r 's/\

[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs/

2018-03-01 Thread NP Hardass
commit: 0c61d3b80d393e87f20abef474ee79caf72404fc
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:20:24 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c61d3b8

net-fs/openafs:  Bump to 1.6.22.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs/Manifest|   2 +
 net-fs/openafs/openafs-1.6.22.2.ebuild | 222 +
 2 files changed, 224 insertions(+)

diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest
index d24412ddc6f..d43a0e71a00 100644
--- a/net-fs/openafs/Manifest
+++ b/net-fs/openafs/Manifest
@@ -2,4 +2,6 @@ DIST openafs-1.6.22-doc.tar.bz2 3567926 BLAKE2B 
49c20ba0cf28cf567bbdbdd9f34bce50
 DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
 DIST openafs-1.6.22.1-doc.tar.bz2 3534064 BLAKE2B 
e9f67fb42b6c4e6c2092e713e801db5479beccb1e3dc6d48c16e655151dcf91693497c4ee57c47c98c52cba6eb0ad271698ed450487bdb462111a9276cb1eb74
 SHA512 
1c9481507824a450d6610dbbb427bdbccb3373e12bae0bf603ec121023ee7bbb05fef366f5eec793736b0643d0f6e8f611bc55473c71a831e3b31970420ec44c
 DIST openafs-1.6.22.1-src.tar.bz2 14682183 BLAKE2B 
a01e08f30f28dda9484407bbe0568df7b517e587b6e2475d669269e09745050bee955438dfeab9d86564dbc22821bc2fb417c15f8add0aae6acdde266c080df0
 SHA512 
901959051f60f7ffa2db8a253a16f9460713e3637a53f0b6b05e72247e08b633951116dc28b19db9c7448d8ebc7a20a8a851d5356c52f16c28f5c89209f8190e
+DIST openafs-1.6.22.2-doc.tar.bz2 3533975 BLAKE2B 
a44b39291ece3d4b1f9f9e722b35f48698063e4daecb94745b5a8ead00412b9e8e7baef0c1264c6289de45cab66b4b83ed3cfe83a60072480c848c14bb61016c
 SHA512 
e8405ad2f5c3ad24d37789fdf71961ed3f1af4467b9385a87f70f8ffc39dfccf1db35a492360811cf62bb3959cdb7f6eee08991aaafa24961b24815f908172c1
+DIST openafs-1.6.22.2-src.tar.bz2 14673379 BLAKE2B 
06408ad98a1812608b14ee89ffa40ccbbf6aa7d41dc0741c9c7b9e2c59a3f88c1f6676aa2f996b888cb7f50c04f0c8fe2da15c3f3647e3998f70c973c18ea7d3
 SHA512 
e4f2ce326a1d04ec20b1fa4115509bf35f73d937ff77e6e017e851ce871542d935e5ae8a597efd14027c385869657cf538cffa2674878bd4d4da37f20626172c
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs/openafs-1.6.22.2.ebuild 
b/net-fs/openafs/openafs-1.6.22.2.ebuild
new file mode 100644
index 000..249ca428710
--- /dev/null
+++ b/net-fs/openafs/openafs-1.6.22.2.ebuild
@@ -0,0 +1,222 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools eutils flag-o-matic multilib pam systemd toolchain-funcs 
versionator
+
+MY_PV=$(delete_version_separator '_')
+MY_P="${PN}-${MY_PV}"
+PVER="20170822"
+
+DESCRIPTION="The OpenAFS distributed file system"
+HOMEPAGE="https://www.openafs.org/;
+# We always d/l the doc tarball as man pages are not USE=doc material
+[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
+SRC_URI="
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-doc.tar.bz2
+   https://dev.gentoo.org/~bircoph/afs/${PN}-patches-${PVER}.tar.xz
+"
+
+LICENSE="IBM BSD openafs-krb5-a APSL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+
+IUSE="bitmap-later debug doc fuse kerberos +modules ncurses pam pthreaded-ubik 
+supergroups"
+
+CDEPEND="
+   virtual/libintl
+   fuse? ( sys-fs/fuse )
+   kerberos? ( virtual/krb5 )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? ( virtual/pam )"
+
+DEPEND="${CDEPEND}
+   virtual/yacc
+   doc? (
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   )"
+
+RDEPEND="${CDEPEND}
+   modules? ( ~net-fs/openafs-kernel-${PV} )"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=( "${WORKDIR}/gentoo/patches" )
+
+src_prepare() {
+   default
+
+   # fixing 2-nd level makefiles to honor flags
+   sed -i -r 's/\

[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs/

2018-03-01 Thread NP Hardass
commit: 7fe8b53d76998863144762b85e977547ea69a2f3
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:30:20 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe8b53d

net-fs/openafs: Stabilize 1.6.22.1 for amd64, x86

Closes: https://bugs.gentoo.org/649214
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs/openafs-1.6.22.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/openafs/openafs-1.6.22.1.ebuild 
b/net-fs/openafs/openafs-1.6.22.1.ebuild
index 4ecf063fc89..b28e663b51d 100644
--- a/net-fs/openafs/openafs-1.6.22.1.ebuild
+++ b/net-fs/openafs/openafs-1.6.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 IUSE="bitmap-later debug doc fuse kerberos +modules ncurses pam pthreaded-ubik 
+supergroups"
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs-kernel/

2018-03-01 Thread NP Hardass
commit: 275e6ce38c7a4f9f98ca8d7afe30b427ec91e2ac
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:26:09 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275e6ce3

net-fs/openafs-kernel: Stabilize 1.6.22.1 for amd64, x86

Closes: https://bugs.gentoo.org/649214
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild
index 31eba0372fd..4dd3b12d469 100644
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs-kernel/

2018-03-01 Thread NP Hardass
commit: 5ce35bfa52b985b99359bf8c67392c9030be2b0b
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:36:45 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce35bfa

net-fs/openafs-kernel: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs-kernel/Manifest |   1 -
 net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild | 134 -
 2 files changed, 135 deletions(-)

diff --git a/net-fs/openafs-kernel/Manifest b/net-fs/openafs-kernel/Manifest
index 922ed87a9d2..34c6a22cc32 100644
--- a/net-fs/openafs-kernel/Manifest
+++ b/net-fs/openafs-kernel/Manifest
@@ -1,4 +1,3 @@
-DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
 DIST openafs-1.6.22.1-src.tar.bz2 14682183 BLAKE2B 
a01e08f30f28dda9484407bbe0568df7b517e587b6e2475d669269e09745050bee955438dfeab9d86564dbc22821bc2fb417c15f8add0aae6acdde266c080df0
 SHA512 
901959051f60f7ffa2db8a253a16f9460713e3637a53f0b6b05e72247e08b633951116dc28b19db9c7448d8ebc7a20a8a851d5356c52f16c28f5c89209f8190e
 DIST openafs-1.6.22.2-src.tar.bz2 14673379 BLAKE2B 
06408ad98a1812608b14ee89ffa40ccbbf6aa7d41dc0741c9c7b9e2c59a3f88c1f6676aa2f996b888cb7f50c04f0c8fe2da15c3f3647e3998f70c973c18ea7d3
 SHA512 
e4f2ce326a1d04ec20b1fa4115509bf35f73d937ff77e6e017e851ce871542d935e5ae8a597efd14027c385869657cf538cffa2674878bd4d4da37f20626172c
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild
deleted file mode 100644
index 406275e0ca5..000
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools linux-mod multilib toolchain-funcs versionator
-
-MY_PV=$(delete_version_separator '_')
-MY_PN="${PN/-kernel}"
-MY_P="${MY_PN}-${MY_PV}"
-PVER="20170822"
-
-DESCRIPTION="The OpenAFS distributed file system kernel module"
-HOMEPAGE="https://www.openafs.org/;
-# We always d/l the doc tarball as man pages are not USE=doc material
-[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
-SRC_URI="
-   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
-   https://dev.gentoo.org/~bircoph/afs/${MY_PN}-patches-${PVER}.tar.xz
-"
-
-LICENSE="IBM BSD openafs-krb5-a APSL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-S=${WORKDIR}/${MY_P}
-
-CONFIG_CHECK="~!AFS_FS KEYS"
-ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not 
to load both at the same time!"
-ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled"
-
-QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko"
-QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko"
-
-PATCHES=( "${WORKDIR}/gentoo/patches" )
-
-pkg_pretend() {
-   if use kernel_linux && kernel_is ge 4 14 ; then
-   ewarn "Gentoo supports kernels which are supported by OpenAFS"
-   ewarn "which are limited to the kernel versions: < 4.14"
-   ewarn ""
-   ewarn "You are free to utilize epatch_user to provide whatever"
-   ewarn "support you feel is appropriate, but will not receive"
-   ewarn "support as a result of those changes."
-   ewarn ""
-   ewarn "Please do not file a bug report about this."
-   fi
-}
-
-pkg_setup() {
-   if use kernel_linux; then
-   linux-mod_pkg_setup
-   fi
-}
-
-src_prepare() {
-   default
-
-   # packaging is f-ed up, so we can't run eautoreconf
-   # run autotools commands based on what is listed in regen.sh
-   eaclocal -I src/cf
-   eautoconf
-   eautoconf -o configure-libafs configure-libafs.ac
-   eautoheader
-   einfo "Deleting autom4te.cache directory"
-   rm -rf autom4te.cache
-}
-
-src_configure() {
-   local myconf=""
-   # OpenAFS 1.6.11 has a bug with kernels 3.17-3.17.2 that requires a 
config option
-   if use kernel_linux && kernel_is -ge 3 17 && kernel_is -le 3 17 2; then
-   myconf="--enable-linux-d_splice_alias-extra-iput"
-   fi
-
-   local ARCH="$(tc-arch-kernel)"
-   local MY_ARCH="$(tc-arch)"
-   local BSD_BUILD_DIR="/usr/src/sys/${MY_ARCH}/compile/GENERIC"
-
-   

[gentoo-commits] repo/gentoo:master commit in: net-fs/openafs-kernel/

2018-03-01 Thread NP Hardass
commit: 8c8727c504a1f5d7270be4861df6c1ef7a2496a0
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:17:21 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8727c5

net-fs/openafs-kernel: Bump to 1.6.22.2, supports kernel 4.15

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs-kernel/Manifest |   1 +
 .../openafs-kernel/openafs-kernel-1.6.22.2.ebuild  | 134 +
 2 files changed, 135 insertions(+)

diff --git a/net-fs/openafs-kernel/Manifest b/net-fs/openafs-kernel/Manifest
index 23ed8af2c30..922ed87a9d2 100644
--- a/net-fs/openafs-kernel/Manifest
+++ b/net-fs/openafs-kernel/Manifest
@@ -1,3 +1,4 @@
 DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
 DIST openafs-1.6.22.1-src.tar.bz2 14682183 BLAKE2B 
a01e08f30f28dda9484407bbe0568df7b517e587b6e2475d669269e09745050bee955438dfeab9d86564dbc22821bc2fb417c15f8add0aae6acdde266c080df0
 SHA512 
901959051f60f7ffa2db8a253a16f9460713e3637a53f0b6b05e72247e08b633951116dc28b19db9c7448d8ebc7a20a8a851d5356c52f16c28f5c89209f8190e
+DIST openafs-1.6.22.2-src.tar.bz2 14673379 BLAKE2B 
06408ad98a1812608b14ee89ffa40ccbbf6aa7d41dc0741c9c7b9e2c59a3f88c1f6676aa2f996b888cb7f50c04f0c8fe2da15c3f3647e3998f70c973c18ea7d3
 SHA512 
e4f2ce326a1d04ec20b1fa4115509bf35f73d937ff77e6e017e851ce871542d935e5ae8a597efd14027c385869657cf538cffa2674878bd4d4da37f20626172c
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.22.2.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.22.2.ebuild
new file mode 100644
index 000..772d026fd5e
--- /dev/null
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.22.2.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools linux-mod multilib toolchain-funcs versionator
+
+MY_PV=$(delete_version_separator '_')
+MY_PN="${PN/-kernel}"
+MY_P="${MY_PN}-${MY_PV}"
+PVER="20170822"
+
+DESCRIPTION="The OpenAFS distributed file system kernel module"
+HOMEPAGE="https://www.openafs.org/;
+# We always d/l the doc tarball as man pages are not USE=doc material
+[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
+SRC_URI="
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://dev.gentoo.org/~bircoph/afs/${MY_PN}-patches-${PVER}.tar.xz
+"
+
+LICENSE="IBM BSD openafs-krb5-a APSL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+S=${WORKDIR}/${MY_P}
+
+CONFIG_CHECK="~!AFS_FS KEYS"
+ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not 
to load both at the same time!"
+ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled"
+
+QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko"
+QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko"
+
+PATCHES=( "${WORKDIR}/gentoo/patches" )
+
+pkg_pretend() {
+   if use kernel_linux && kernel_is ge 4 16 ; then
+   ewarn "Gentoo supports kernels which are supported by OpenAFS"
+   ewarn "which are limited to the kernel versions: < 4.16"
+   ewarn ""
+   ewarn "You are free to utilize epatch_user to provide whatever"
+   ewarn "support you feel is appropriate, but will not receive"
+   ewarn "support as a result of those changes."
+   ewarn ""
+   ewarn "Please do not file a bug report about this."
+   fi
+}
+
+pkg_setup() {
+   if use kernel_linux; then
+   linux-mod_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+
+   # packaging is f-ed up, so we can't run eautoreconf
+   # run autotools commands based on what is listed in regen.sh
+   eaclocal -I src/cf
+   eautoconf
+   eautoconf -o configure-libafs configure-libafs.ac
+   eautoheader
+   einfo "Deleting autom4te.cache directory"
+   rm -rf autom4te.cache
+}
+
+src_configure() {
+   local myconf=""
+   # OpenAFS 1.6.11 has a bug with kernels 3.17-3.17.2 that requires a 
config option
+   if use kernel_linux && kernel_is -ge 3 17 && kernel_is -le 3 17 2; then
+   myconf="--enable-linux-d_splice_alias-extra-iput"
+   fi
+
+   local ARCH="$(tc-arch-kernel)"
+   local MY_ARCH="$(tc-arch)"
+   local 

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

2018-03-01 Thread Richard Farina
commit: be631658addd339dde848145f58e54424ee817ad
Author: Zero_Chaos  gentoo  org>
AuthorDate: Fri Mar  2 03:30:08 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Fri Mar  2 03:30:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be631658

net-wireless/gnuradio: proof that qt5 support is possible

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-wireless/gnuradio/gnuradio-3.8..ebuild | 46 +-
 1 file changed, 16 insertions(+), 30 deletions(-)

diff --git a/net-wireless/gnuradio/gnuradio-3.8..ebuild 
b/net-wireless/gnuradio/gnuradio-3.8..ebuild
index 6e4c8e7f78f..2eae70bee9f 100644
--- a/net-wireless/gnuradio/gnuradio-3.8..ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.8..ebuild
@@ -5,7 +5,7 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 )
 
 CMAKE_BUILD_TYPE="None"
-inherit cmake-utils fdo-mime gnome2-utils python-single-r1 eutils
+inherit cmake-utils fdo-mime gnome2-utils python-single-r1 eutils 
python-utils-r1
 
 DESCRIPTION="Toolkit that provides signal processing blocks to implement 
software radios"
 HOMEPAGE="http://gnuradio.org/;
@@ -26,7 +26,7 @@ elif [[ ${PV} == "3.8." ]]; then
EGIT_BRANCH="next"
 fi
 
-IUSE="+audio +alsa atsc +analog +digital channels doc dtv examples fcd fec 
+filter grc jack log noaa oss pager performance-counters portaudio +qt4 sdl 
test trellis uhd vocoder +utils wavelet wxwidgets zeromq"
+IUSE="+audio +alsa atsc +analog +digital channels doc dtv examples fcd fec 
+filter grc jack log noaa oss pager performance-counters portaudio +qt5 sdl 
test trellis uhd vocoder +utils wavelet wxwidgets zeromq"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
audio? ( || ( alsa oss jack portaudio ) )
@@ -38,7 +38,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
digital? ( filter analog )
dtv? ( fec )
pager? ( filter analog )
-   qt4? ( filter )
+   qt5? ( filter )
uhd? ( filter analog )
fcd? ( || ( alsa oss ) )
wavelet? ( analog )
@@ -52,6 +52,7 @@ RDEPEND="${PYTHON_DEPS}
dev-libs/boost:0=[${PYTHON_USEDEP}]
!<=dev-libs/boost-1.52.0-r6:0/1.52
dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
sci-libs/fftw:3.0=
alsa? (
media-libs/alsa-lib[${PYTHON_USEDEP}]
@@ -59,9 +60,9 @@ RDEPEND="${PYTHON_DEPS}
fcd? ( virtual/libusb:1 )
filter? ( sci-libs/scipy )
grc? (
-   dev-python/cheetah[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}]
+   dev-python/pygobject:*[cairo(+),${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
)
jack? (
media-sound/jack-audio-connection-kit
@@ -70,12 +71,11 @@ RDEPEND="${PYTHON_DEPS}
portaudio? (
>=media-libs/portaudio-19_pre
)
-   qt4? (
-   >=dev-python/PyQt4-4.4[X,opengl,${PYTHON_USEDEP}]
-   >=dev-python/pyqwt-5.2:5[${PYTHON_USEDEP}]
-   >=dev-qt/qtcore-4.4:4
-   >=dev-qt/qtgui-4.4:4
-   x11-libs/qwt:6[qt4(+)]
+   qt5? (
+   dev-python/PyQt5[opengl,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   x11-libs/qwt:6[qt5(+)]
)
sdl? ( >=media-libs/libsdl-1.2.0 )
uhd? ( >=net-wireless/uhd-3.9.6:=[${PYTHON_USEDEP}] )
@@ -84,18 +84,12 @@ RDEPEND="${PYTHON_DEPS}
wavelet? (
>=sci-libs/gsl-1.10
)
-   wxwidgets? (
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/wxpython:3.0[${PYTHON_USEDEP}]
-   )
zeromq? ( >=net-libs/zeromq-2.1.11 )
"
 
 DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.2
>=dev-lang/swig-3.0.5
-   dev-python/cheetah[${PYTHON_USEDEP}]
virtual/pkgconfig
doc? (
>=app-doc/doxygen-1.5.7.1
@@ -122,16 +116,7 @@ src_prepare() {
 }
 
 src_configure() {
-   # SYSCONFDIR/GR_PREFSDIR default to install below CMAKE_INSTALL_PREFIX
-   #audio provider is still automagic
-   #zeromq missing deps isn't fatal
-   #remaining QA issues, these appear broken:
-   #ENABLE_ENABLE_PERFORMANCE_COUNTERS
-   #ENABLE_GR_AUDIO_ALSA
-   #ENABLE_GR_AUDIO_JACK
-   #ENABLE_GR_AUDIO_OSS
-   #ENABLE_GR_AUDIO_PORTAUDIO
-   #ENABLE_GR_CORE
+   python_export PYTHON_SITEDIR
mycmakeargs=(
-DENABLE_DEFAULT=OFF
-DENABLE_GNURADIO_RUNTIME=ON
@@ -165,13 +150,14 @@ src_configure() {
-DENABLE_GR_UTILS="$(usex utils)"
-DENABLE_GR_VOCODER="$(usex vocoder)"
-DENABLE_GR_WAVELET="$(usex wavelet)"
- 

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

2018-03-01 Thread Thomas Deutschmann
commit: d7c6d1b65474187c1696a2884f7f78f5a54659a1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar  2 03:28:41 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar  2 03:28:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c6d1b6

sys-apps/util-linux: Bump to v2.32 RC2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/util-linux/Manifest   | 1 +
 .../{util-linux-.ebuild => util-linux-2.32_rc2.ebuild} | 7 ---
 sys-apps/util-linux/util-linux-.ebuild | 4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index 58200855da9..22c234321c2 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -2,3 +2,4 @@ DIST util-linux-2.30.2.tar.xz 4442624 BLAKE2B 
7b76e255c9ee4d8b8f65f037a735808233
 DIST util-linux-2.31.1.tar.xz 4510096 BLAKE2B 
f2e4a398fe4ecc0bbfb7c2240698e3a37deed57eb48a028ddfb578ecc057c1c928b2082d13014f0dfdaf5a8274ee3a13993fdbc19b7e05e5a992505ac90de79a
 SHA512 
d45c1e62e39f5d5c7a642071e7ccce44fe4ecaafec54d8c9a4e9d526280a6e25723bfa0eb068401e291579c0d067661775bbe085190d13ff16493f47360b7760
 DIST util-linux-2.31.tar.xz 4503892 BLAKE2B 
8a9e2fc674cacbfabfc76cc0ab671f3fdb35d49de9f4ae8660b49df9e196878c2459d8fc57f6c9b6d2ad73cc56d970656ffcbc22deed97bb7a0cc28490a1fbb0
 SHA512 
48b668526e96a132736b882090d0e33c20b4b3a0e1760502d83118ed98ccc9423d310848a2bb73f82f85e9c19f6191075ae2c5269b007e76be1fbd7b6b88fbf5
 DIST util-linux-2.32-rc1.tar.xz 4540628 BLAKE2B 
2ece393a3ba334cd1e39e38b47330ea588b67034be2fcdd88ff38ac06c8c20099d177119e4e186d207df02d2aefed03470ec2f3538497df3b2cb6fef9c63dbb7
 SHA512 
46ccffb1b10b9b386ac04d1d627ae291a2e710f723546d527c6ffdf30e276694f8c19d4cbb563a0a5f1e5a30f1b4be7a5009f7de5a26b11d761138861c711fc1
+DIST util-linux-2.32-rc2.tar.xz 4552488 BLAKE2B 
31b17eff5e500f27e80f8354ebd71fa04c6c3faa8c17a36399362de5f6f8de7ae0344844325053dd680ba5b1ac48ed1b28ab20f76a1ea89d065dd01d1ae1215a
 SHA512 
a7c3b5b84fa78aded1fc7b4e3111c140512f5e2e5851162659423a3905eadd746d65beedd3faf813b77e823d63f3c9b33db1f44f7b85e9006ff64f82fb3cadb7

diff --git a/sys-apps/util-linux/util-linux-.ebuild 
b/sys-apps/util-linux/util-linux-2.32_rc2.ebuild
similarity index 97%
copy from sys-apps/util-linux/util-linux-.ebuild
copy to sys-apps/util-linux/util-linux-2.32_rc2.ebuild
index 998ce9b3d72..9b414fd08b9 100644
--- a/sys-apps/util-linux/util-linux-.ebuild
+++ b/sys-apps/util-linux/util-linux-2.32_rc2.ebuild
@@ -13,7 +13,7 @@ MY_P="${PN}-${MY_PV}"
 
 if [[ ${PV} ==  ]] ; then
inherit git-r3 autotools
-   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
@@ -30,7 +30,7 @@ IUSE="build caps +cramfs fdformat kill ncurses nls pam python 
+readline selinux
 # Most lib deps here are related to programs rather than our libs,
 # so we rarely need to specify ${MULTILIB_USEDEP}.
 RDEPEND="caps? ( sys-libs/libcap-ng )
-   cramfs? ( sys-libs/zlib )
+   cramfs? ( sys-libs/zlib:= )
ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
pam? ( sys-libs/pam )
python? ( ${PYTHON_DEPS} )
@@ -55,7 +55,8 @@ RDEPEND+="
!https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
@@ -30,7 +30,7 @@ IUSE="build caps +cramfs fdformat kill ncurses nls pam python 
+readline selinux
 # Most lib deps here are related to programs rather than our libs,
 # so we rarely need to specify ${MULTILIB_USEDEP}.
 RDEPEND="caps? ( sys-libs/libcap-ng )
-   cramfs? ( sys-libs/zlib )
+   cramfs? ( sys-libs/zlib:= )
ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
pam? ( sys-libs/pam )
python? ( ${PYTHON_DEPS} )



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

2018-03-01 Thread Brian Evans
commit: 7f3408e7f15e4beffe5f7366a76d9687d79f1ec4
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar  2 02:24:14 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar  2 02:24:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3408e7

profiles: default/bsd/fbsd/package.use.mask - acl on php broken

Mask this use until upstream can be contacted and
a patch can be worked up.

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

 profiles/default/bsd/fbsd/package.use.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/default/bsd/fbsd/package.use.mask 
b/profiles/default/bsd/fbsd/package.use.mask
index 1a9b4a5996f..3678a3e048a 100644
--- a/profiles/default/bsd/fbsd/package.use.mask
+++ b/profiles/default/bsd/fbsd/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Brian Evans  (2 Mar 2018)
+# php incorrectly looks for libacl when it is built-in on FreeBSD
+dev-lang/php acl
+
 # Thomas Deutschmann  (26 Oct 2017)
 # libressl: dev-libs/libressl is a base package on FreeBSD
 net-misc/wget libressl



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

2018-03-01 Thread NP Hardass
commit: 12970850eb92aa6d8f212889e3e61de1f397e0cf
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 02:09:31 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 02:13:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12970850

app-emulation/wine-vanilla: Sync from ::wine

Bump to 3.1, 3.2.  Add GSSAPI and Vulkan support

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest   | 2 ++
 app-emulation/wine-vanilla/metadata.xml   | 2 ++
 .../{wine-vanilla-.ebuild => wine-vanilla-3.1.ebuild} | 4 +++-
 .../{wine-vanilla-.ebuild => wine-vanilla-3.2.ebuild} | 4 +++-
 app-emulation/wine-vanilla/wine-vanilla-.ebuild   | 8 +---
 5 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index b2f48ea9d7f..340f61e758a 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -8,3 +8,5 @@ DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c
 DIST wine-2.21.tar.xz 19620888 BLAKE2B 
26d19c5805db58b53530b80eda3ab229f7961542d398cb0e74155e5341de8b484d301c263653ae50e953588538f6782a9b2200b822ba66f091e65d259e07db8e
 SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 DIST wine-2.22.tar.xz 19635032 BLAKE2B 
30534fb37ee0fe7b9f20309797240e461f14bc09ef1927e2c03e16cb136b83031ff186d29cc1092600ac53ede9533d0ddad6d4312e501e97201b0c632fedaae5
 SHA512 
14ecc25c3012c4eb9b1d3207372d0a4187f62593f986caca3196811b8aac0a7b898ae9acd94c707e0d63b6702019cf5051a964ada606b1ff8fb034bb353116bb
 DIST wine-3.0.tar.xz 19712932 BLAKE2B 
4478c6781bb171ecca426d1fdc85e0d0bbe13b62b6c983933de55e2abdd0bda7a01cbf251c021824b00129ea6230d1d4e718a64b7d919bb5c07a106b8771adb6
 SHA512 
a51f41b66f4805e09b223528eff6670e94b9c0c0c947be647507baf9d8d9afe7c3fdc88684c2c8d3573b4739d9a086ab929a744a8594d3c8f6ceb52070f43f0a
+DIST wine-3.1.tar.xz 19730700 BLAKE2B 
287cc42474a9cc57eb7f4b5db2ba79ac5ec8742dffb5367c189f19465cc69bcf78b10fe62ffe6f84ae1360f639a899a7f19128e30e1d9a5b8bbd63deb85e7650
 SHA512 
49c30d820b8f4028935b4d90dd6251c881cb8cd41bde8833db2782f04111a3d111e24605a87b2d70e419d54cfb6bb42d941f4593f9b381812e3602bf1307c545
+DIST wine-3.2.tar.xz 19793180 BLAKE2B 
014256734f4c1d70c81115ba6c470f8264746b57be663d81f7e54593fb328a548da00c5e52438af75d923a3c6c5d3997097bd76cf1856b99f0f921f36e5151da
 SHA512 
94b4903d628bf7aacd712a2bf566b53161880bf28311611106776df22f592edb212d491f02e4c1b0c60d88e4b4a126981d445d1e18018238ff993c6c3092

diff --git a/app-emulation/wine-vanilla/metadata.xml 
b/app-emulation/wine-vanilla/metadata.xml
index 411d8ae7e5d..f0d3a46c5a7 100644
--- a/app-emulation/wine-vanilla/metadata.xml
+++ b/app-emulation/wine-vanilla/metadata.xml
@@ -21,6 +21,7 @@ This variant of the Wine packaging does not include external 
patchsets
Bypass strip-flags; use at your own 
peril
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll
@@ -36,6 +37,7 @@ This variant of the Wine packaging does not include external 
patchsets
http://wiki.winehq.org/NtlmAuthSetupGuide and
http://wiki.winehq.org/NtlmSigningAndSealing
Use virtual/libudev to provide 
plug and play support
+   Enable Vulkan drivers


wine-compholio/wine-staging

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild
similarity index 97%
copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild
copy to app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild
index 55dd4bac5b7..1c122ab2e08 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild
@@ -35,7 +35,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl 
test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi 

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

2018-03-01 Thread NP Hardass
commit: 6834cdcf10049eca40224e4d5248710ecbd6d7bb
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 02:11:31 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 02:13:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6834cdcf

app-emulation/wine-staging: Sync from ::wine

Add GSSAPI and Vulkan support

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-staging/metadata.xml | 2 ++
 app-emulation/wine-staging/wine-staging-.ebuild | 8 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-emulation/wine-staging/metadata.xml 
b/app-emulation/wine-staging/metadata.xml
index e9e31879e22..1295661b4ce 100644
--- a/app-emulation/wine-staging/metadata.xml
+++ b/app-emulation/wine-staging/metadata.xml
@@ -21,6 +21,7 @@ This variant of the Wine packaging includes the Wine-Staging 
patchset.
Bypass strip-flags; use at your own 
peril
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll
@@ -40,6 +41,7 @@ This variant of the Wine packaging includes the Wine-Staging 
patchset.
Apply Wine-Staging patches for advanced 
feature support that haven't made it into upstream Wine yet
Support GTK+:3 window theming through 
Wine-Staging
Use virtual/libudev to provide 
plug and play support
+   Enable Vulkan drivers


wine-compholio/wine-staging

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index 9454c3d09a9..477b8968d2f 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner 
selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X 
+xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba 
scanner selinux +ssl staging test themes +threads +truetype udev +udisks v4l 
vaapi vulkan +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -74,6 +74,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -110,6 +111,7 @@ COMMON_DEPEND="
udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
+   vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
xml? (
@@ -182,7 +184,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -404,7 +405,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f
@@ -462,6 +462,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)
@@ -485,6 

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

2018-03-01 Thread NP Hardass
commit: ed4b4d5632b07db8f63b8b8a67c165cea3072135
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 02:13:04 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 02:13:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4b4d56

app-emulation/wine-any: Sync from ::wine

Add GSSAPI and Vulkan support

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-any/metadata.xml | 2 ++
 app-emulation/wine-any/wine-any-.ebuild | 8 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-emulation/wine-any/metadata.xml 
b/app-emulation/wine-any/metadata.xml
index 20330724652..8786a15edd5 100644
--- a/app-emulation/wine-any/metadata.xml
+++ b/app-emulation/wine-any/metadata.xml
@@ -28,6 +28,7 @@ This variant of the wine packaging allows for the use of the 
Wine-Staging patchs
This patch may break some applications.
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll
@@ -47,6 +48,7 @@ This variant of the wine packaging allows for the use of the 
Wine-Staging patchs
Apply Wine-Staging patches for advanced 
feature support that haven't made it into upstream Wine yet
Support GTK+:3 window theming through 
Wine-Staging
Use virtual/libudev to provide 
plug and play support
+   Enable Vulkan drivers


wine-compholio/wine-staging

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index dfe4cca912e..351fee6c6fb 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -48,7 +48,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime 
+run-exes s3tc samba scanner selinux +ssl staging test themes +threads 
+truetype udev +udisks v4l vaapi +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime 
+run-exes s3tc samba scanner selinux +ssl staging test themes +threads 
+truetype udev +udisks v4l vaapi vulkan +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -84,6 +84,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -120,6 +121,7 @@ COMMON_DEPEND="
udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
+   vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
xml? (
@@ -192,7 +194,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -426,7 +427,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f
@@ -484,6 +484,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)
@@ -507,6 +508,7 @@ multilib_src_configure() {
  

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

2018-03-01 Thread NP Hardass
commit: 3326f27a81471061c20692daa09355a7ed1bf801
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 02:12:21 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 02:13:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3326f27a

app-emulation/wine-d3d9: Sync from ::wine

Add GSSAPI and Vulkan support

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-d3d9/metadata.xml  | 2 ++
 app-emulation/wine-d3d9/wine-d3d9-.ebuild | 8 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-emulation/wine-d3d9/metadata.xml 
b/app-emulation/wine-d3d9/metadata.xml
index 375e22626d8..b1ac4c1095e 100644
--- a/app-emulation/wine-d3d9/metadata.xml
+++ b/app-emulation/wine-d3d9/metadata.xml
@@ -27,6 +27,7 @@ This variant of the Wine packaging includes the Gallium Nine 
patchset.
This patch may break some applications.
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll
@@ -42,6 +43,7 @@ This variant of the Wine packaging includes the Gallium Nine 
patchset.
http://wiki.winehq.org/NtlmAuthSetupGuide and
http://wiki.winehq.org/NtlmSigningAndSealing
Use virtual/libudev to provide 
plug and play support
+   Enable Vulkan drivers


wine

diff --git a/app-emulation/wine-d3d9/wine-d3d9-.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
index ddbc7bcc947..9025029236a 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner selinux +ssl test +threads +truetype udev +udisks v4l +X +xcomposite 
xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner selinux +ssl test +threads +truetype udev +udisks v4l vulkan +X 
+xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -76,6 +76,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -105,6 +106,7 @@ COMMON_DEPEND="
udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
+   vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
xml? (
@@ -172,7 +174,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -371,7 +372,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f
@@ -429,6 +429,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)
@@ -452,6 +453,7 @@ multilib_src_configure() {
$(use_with truetype freetype)
$(use_with udev)
$(use_with v4l)
+   $(use_with vulkan)

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

2018-03-01 Thread Brian Evans
commit: dc38a944bc3de9dc8e07645edfdb0ecae968ed3a
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar  2 02:04:49 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar  2 02:10:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc38a944

profiles: arm64/use.mask - qdbm is not keyworded

 profiles/arch/arm64/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index db5a8cec92c..8eaa4087bc8 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -26,6 +26,10 @@
 -neon
 -armvfp
 
+# Brian Evans  (02 Mar 2018)
+# dev-db/qdbm is net yet keyworded
+qdbm
+
 # Michał Górny  (17 Feb 2018)
 # net-dialup/freeradius{,-client} not keyworded.
 radius



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb-connector-c/

2018-03-01 Thread Brian Evans
commit: 91946ca7a026ddd54f23d14f9954219e4898c386
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar  2 02:09:47 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar  2 02:10:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91946ca7

dev-db/mariadb-connector-c: Ban gold linker, it fails to compile

Closes: https://bugs.gentoo.org/649312
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-db/mariadb-connector-c/mariadb-connector-c-3.0.3.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-db/mariadb-connector-c/mariadb-connector-c-3.0.3.ebuild 
b/dev-db/mariadb-connector-c/mariadb-connector-c-3.0.3.ebuild
index 1f264a5fc62..f4094ff2f15 100644
--- a/dev-db/mariadb-connector-c/mariadb-connector-c-3.0.3.ebuild
+++ b/dev-db/mariadb-connector-c/mariadb-connector-c-3.0.3.ebuild
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64 ~x86"
 fi
 
-inherit cmake-utils multilib-minimal ${VCS_INHERIT}
+inherit cmake-utils multilib-minimal toolchain-funcs ${VCS_INHERIT}
 
 MULTILIB_CHOST_TOOLS=( /usr/bin/mariadb_config )
 
@@ -72,6 +72,12 @@ src_prepare() {
cmake-utils_src_prepare
 }
 
+src_configure() {
+   # bug 508724 mariadb cannot use ld.gold
+   tc-ld-disable-gold
+   multilib-minimal_src_configure
+}
+
 multilib_src_configure() {
local mycmakeargs=(
-DWITH_EXTERNAL_ZLIB=ON



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

2018-03-01 Thread Brian Evans
commit: ede12cb50b03daac81f5e5573ad890c4c11a8e33
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar  2 01:22:15 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar  2 02:10:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede12cb5

dev-lang/php: Version bump for 5.6.34

Bug: https://bugs.gentoo.org/649274
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/php/Manifest  |   1 +
 dev-lang/php/php-5.6.34.ebuild | 775 +
 2 files changed, 776 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index b9421c9b1c3..1fec4ca5fb0 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -1,4 +1,5 @@
 DIST php-5.6.33.tar.xz 12465256 BLAKE2B 
a33ce429c1565e6304031304168aa63ce82fa6c0968fc5ef09f5955e43c04ebe112db92475a999f39d997e2a3c9724ece60902ef0db84e2599d97d0e42ce57d2
 SHA512 
c494721594511f79a103ea3c73c5035aa0fcbca626710a0b85d2395693caf6762edefa3347cd0f8567b186f98c0df7f83cd4c698b158f0f72aa62aa4e297
+DIST php-5.6.34.tar.xz 12465748 BLAKE2B 
6b12f52a04d6b645d78f3d00617386a72fafffda24850e10f545464c9d0ca55321e91a292c3eb83409d0a303c4e37c2a686f547d86227c280ec78b428e73a92e
 SHA512 
9aa02f943d6949a28ad96df5e75eec3ecab3731824400d0a0a8ccba9dee95b7af6421b38b86f352a45c778019ebfb1e6161a03256e4ef712341a9e0bad596ae7
 DIST php-7.0.27.tar.xz 11916824 BLAKE2B 
9d2881a611435b3f9607e04d1f271ca497b8543792608f3690f00aa767fe8cc1f442822ae702076d21df0b56005d7b4e8e88b11ec6dd50d0bc198197b48cafda
 SHA512 
1987ad5573fdcbd5c8d92fdbf5ba8dca6e9621d89d30f66a003338467e31f09f9e8ceb5cdcb2ddf24ec7aa5acf0c8e33c3774e586e7682667eb3ed148237d1bb
 DIST php-7.0.28.tar.xz 11917836 BLAKE2B 
8110b0486b0556abf2249d7cbdbd245249f32e230d8197e493edfdf8df38d8eac61b79b90983fa8a2918f67a5d80fefd9a213adff4c3eb760b3844e555614650
 SHA512 
054c765011d2ad5bb1ef2fd2d66df05f374032015869e69112b309a13b79f437de25e9692719110efbd79f33c677add36430dab21ae12231a7730207c9e877aa
 DIST php-7.1.13.tar.xz 12194780 BLAKE2B 
0bac1cb3ec46cd4206d71b0d8ec3058fff455bc7e3febb33dcb8e14d5a8b16918d3e4679e0691b8ba29b95ab90be2a3dc3a73bade45c1ca4eaf692d6d3c2db3d
 SHA512 
f5357ffcbcaab1ba03d70edc0f1329b530f9f9c7779ac57d6fd2bd0bb730162f8d107025e5ff66592077d1bf504ee6816ec0379f50ceb1fac36cea90b0fc4fa2

diff --git a/dev-lang/php/php-5.6.34.ebuild b/dev-lang/php/php-5.6.34.ebuild
new file mode 100644
index 000..0cbd2484dc0
--- /dev/null
+++ b/dev-lang/php/php-5.6.34.ebuild
@@ -0,0 +1,775 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic versionator systemd
+
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="https://secure.php.net/;
+SRC_URI="https://php.net/distributions/${P}.tar.xz;
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl bcmath berkdb bzip2 calendar cdb cjk
+   coverage crypt +ctype curl debug
+   enchant exif +fileinfo +filter firebird
+   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
+   mhash mssql mysql libmysqlclient mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline recode selinux +session sharedmem
+   +simplexml snmp soap sockets spell sqlite ssl
+   sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
+   >=dev-libs/libpcre-8.32[unicode]
+   fpm? ( acl? ( sys-apps/acl ) )
+   apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
+   =dev-libs/libmcrypt-2.4 )
+   curl? ( >=net-misc/curl-7.10.5 )
+   enchant? ( app-text/enchant )
+   exif? ( !gd? (
+   virtual/jpeg:0
+   media-libs/libpng:0=
+   sys-libs/zlib:0=
+   ) )
+   firebird? ( dev-db/firebird )
+   gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib:0= )
+   gdbm? ( >=sys-libs/gdbm-1.8.0:0= )
+   gmp? ( dev-libs/gmp:0= )
+   iconv? ( virtual/libiconv )
+   imap? ( 

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

2018-03-01 Thread Brian Evans
commit: b92d451af8317c4ec1999eb99f0732c1d33a77af
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar  2 02:02:05 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar  2 02:10:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92d451a

dev-lang/php: Version bump for 7.2.3

Bug: https://bugs.gentoo.org/649274
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/php/Manifest |   1 +
 dev-lang/php/php-7.2.3.ebuild | 737 ++
 2 files changed, 738 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 1fec4ca5fb0..2abe163ea23 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -5,3 +5,4 @@ DIST php-7.0.28.tar.xz 11917836 BLAKE2B 
8110b0486b0556abf2249d7cbdbd245249f32e23
 DIST php-7.1.13.tar.xz 12194780 BLAKE2B 
0bac1cb3ec46cd4206d71b0d8ec3058fff455bc7e3febb33dcb8e14d5a8b16918d3e4679e0691b8ba29b95ab90be2a3dc3a73bade45c1ca4eaf692d6d3c2db3d
 SHA512 
f5357ffcbcaab1ba03d70edc0f1329b530f9f9c7779ac57d6fd2bd0bb730162f8d107025e5ff66592077d1bf504ee6816ec0379f50ceb1fac36cea90b0fc4fa2
 DIST php-7.1.14.tar.xz 12198612 BLAKE2B 
6ceb307423f07dafb75992b021d94259452fa4f08a9122c6d5e0da95dca1bcd88c7795effabefa7bddd06b398eca8093881a5ddb6d66fa91fc63a56c3a0fa4cc
 SHA512 
7604e490aef95ae9c87bc4230491328c4cbcce42653234906885f9aa323f867ea941a7dbe80424aa4c4872392559ff5fa2acf1605c402055b6e428e6fe79ece6
 DIST php-7.2.2.tar.xz 12022280 BLAKE2B 
63daabcc37dc530524c9df58526690837b61ea71e9616bde22b3bb367b76504fa87f6cb976f120e57d6ccfe7ec6b3a1608d951ab3d68213fc401a6e1131e0e84
 SHA512 
36a3565161fc481307ac3e76c8d2ccc457c265bf510f085be1907835c7da7c747a0876502192d77bd664f94a584a1b149deee2600c650481fbedbf02d72d5fd0
+DIST php-7.2.3.tar.xz 12098236 BLAKE2B 
eb5f6618f31aef85db5f9010f0d000880b6f6e83314ba99dfad90c5d205cd2ac74ad4712681aae49b7315fab88a70c3bc93fdc7790f114b1ecab8cdf1c97ee4f
 SHA512 
843d4ae46182eaec58beb583a321c55a6baddb0dbf1b77d7cf31953d816fc74813937576a87d0a18d388d256c5ec3f1c80065ec636e2f70d362384112b8c6c72

diff --git a/dev-lang/php/php-7.2.3.ebuild b/dev-lang/php/php-7.2.3.ebuild
new file mode 100644
index 000..5407f131e1a
--- /dev/null
+++ b/dev-lang/php/php-7.2.3.ebuild
@@ -0,0 +1,737 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic versionator systemd
+
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="https://secure.php.net/;
+SRC_URI="https://secure.php.net/distributions/${P}.tar.xz;
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk
+   coverage +ctype curl debug
+   enchant exif +fileinfo +filter firebird
+   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl lmdb
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline recode selinux +session session-mm sharedmem
+   +simplexml snmp soap sockets sodium spell sqlite ssl
+   sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode wddx 
webp
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zip-encryption zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
+   >=dev-libs/libpcre-8.32[unicode]
+   fpm? ( acl? ( sys-apps/acl ) )
+   apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
+   =net-misc/curl-7.10.5 )
+   enchant? ( app-text/enchant )
+   firebird? ( dev-db/firebird )
+   gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
+   gdbm? ( >=sys-libs/gdbm-1.8.0:0= )
+   gmp? ( dev-libs/gmp:0= )
+   iconv? ( virtual/libiconv )
+   imap? ( virtual/imap-c-client[kerberos=,ssl=] )
+   intl? ( dev-libs/icu:= )
+   iodbc? ( dev-db/libiodbc )
+   kerberos? ( virtual/krb5 )
+   ldap? ( >=net-nds/openldap-1.2.11 )
+   ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 )
+   libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
+   lmdb? ( dev-db/lmdb:= )
+   mssql? ( dev-db/freetds[mssql] )
+   

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

2018-03-01 Thread Brian Evans
commit: e4cb484c2c7c5764e6701a00dd6dd1cff414d270
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar  2 02:04:26 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar  2 02:10:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cb484c

dev-lang/php: move fpm-systemd specific option to that SAPI

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/php/php-7.0.28.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-lang/php/php-7.0.28.ebuild b/dev-lang/php/php-7.0.28.ebuild
index 6757747f0ea..45b3218e4f6 100644
--- a/dev-lang/php/php-7.0.28.ebuild
+++ b/dev-lang/php/php-7.0.28.ebuild
@@ -301,7 +301,6 @@ src_configure() {
$(use_enable sysvipc sysvmsg)
$(use_enable sysvipc sysvsem)
$(use_enable sysvipc sysvshm)
-   $(use_with systemd fpm-systemd)
$(use_with tidy tidy "${EPREFIX}/usr")
$(use_enable tokenizer tokenizer)
$(use_enable wddx wddx)
@@ -457,7 +456,12 @@ src_configure() {
cli|cgi|embed|fpm|phpdbg)
if [[ "${one_sapi}" == "${sapi}" ]] ; 
then
sapi_conf+=( "--enable-${sapi}" 
)
-   [[ "fpm" == "${sapi}" ]] && 
sapi_conf+=( $(use_with acl fpm-acl) )
+   if [[ "fpm" == "${sapi}" ]] ; 
then
+   sapi_conf+=(
+   $(use_with acl 
fpm-acl)
+   $(use_with 
systemd fpm-systemd)
+   )
+   fi
else
sapi_conf+=( 
"--disable-${sapi}" )
fi



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-d3d9/

2018-03-01 Thread NP Hardass
commit: f31b9e117bdd2162f39bcd0ad901f158d7c29b2a
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:24:38 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=f31b9e11

app-emulation/wine-d3d9:  no longer uses rearrange manpage patch

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-d3d9/wine-d3d9-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-emulation/wine-d3d9/wine-d3d9-.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
index b5caa38..e246525 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
@@ -173,7 +173,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -372,7 +371,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2018-03-01 Thread NP Hardass
commit: 2f34419da089f72e57b8d48524cf2af47cb08e62
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:57:41 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=2f34419d

app-emulation/wine-any: Add vulkan support to 

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-any/Manifest | 134 ++--
 app-emulation/wine-any/metadata.xml |   1 +
 app-emulation/wine-any/wine-any-.ebuild |   4 +-
 3 files changed, 71 insertions(+), 68 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 4c81bc9..e7ce3ba 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,67 +1,67 @@
-DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
-DIST wine-2.0.tar.bz2 23662707 SHA256 
9756f5a2129b6a83ba701e546173cbff86caa671b0af73eb8f72c03b20c066c6 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 WHIRLPOOL 
fa9f774d87dae73c7d1f3b86dc3b03ea27065eb6140f1cac13c82fe16f7ebff8f8365ed447220cf5c2788b9f4aae7c482e4f9e2e69f47e5435209e148f5dbdfe
-DIST wine-2.1.tar.xz 18887032 SHA256 
bfb9abf63691c93df28d9599aaa866dc2b4e27209b3b7b546df8a37d7d9d1e6e SHA512 
03d678ee6e89c2804813f2827255fcf59e96ca9a45b7d8ac441cfc84f835e5e5689c70a79a41a04c631e1add7807fa4a5758acef3bd7aadfb2e92e68958c6ef6
 WHIRLPOOL 
063d935f1ff0922100641f2f53cdac23d2993a83182d45e028e485fd7d0a13bc5cfb77bca76550b1537b3f42fecacef7fd64785adbf6425af823f56f96973b54
-DIST wine-2.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e
-DIST wine-2.11.tar.xz 19251116 SHA256 
efa96dade206aa21accf0da195335a805d38209d6a14320607c6308ebde4cc3c SHA512 
691f329c47af5e51498287029988b8ca0777bfc3902ed80fd315004aba2337a938e79177e752efe86423c9b34544df3952b8c443bf43149356575fac75a779ac
 WHIRLPOOL 
4933e1ce640b0abeebccd6969b5eaf4eec76cd135d9cfc1d904a902219f776a68f72e2bd1ae9019d69f0d0d81fd8ead0084785d1b9710590349365977f9c1817
-DIST wine-2.12.tar.xz 19301968 SHA256 
496c11af841487e6ec4e1953ac19b05a7f48e397da502653ffbd9fe9004213a7 SHA512 
d44c1937d7d2d797150381f70317b810616d61355a59be096366d3507f59b678cffaf6d841cecf02bf9d2afa3dbf4d19270f80fb1d3ba5f0f93787d40c328f62
 WHIRLPOOL 
6f4b9baa6fcfe86f3d195fe603c2b9450a72a593c8f7042959b42a76880cb4ae680fde7beb70a8e823150849fda36c42985035de891ebf0088c8ffc2bceb15bf
-DIST wine-2.13.tar.xz 19439328 SHA256 
6fbca3ddd19b061ce65a267639efae93cf38cfabbe4a9c148a17a44703587ef8 SHA512 
71873b9ec1605dd5f7502b87b0f3429c3d14a4196543d7304df455854b58ef82b8fafdcea91450cbfc01434a44886a0e0c4c4cf289ffb53167dde0f969cddc48
 WHIRLPOOL 
6faf1e6aeea2ab7ccc496ed85834f98eb25111c8f541c24d4876a142ad4acf7d9a4c08c2716e11fb6c92fe7aad29980cab912eb9dbb6759bdbdeca2f2f8e78a7
-DIST wine-2.14.tar.xz 19447812 SHA256 
03f934d95181f728600ca04d395f10e821ee38cfa31655e872e4d27d2a8795c6 SHA512 
ff43d386d46c0c74449e667b61d8cebd5fa768c88e6220aa2f13df03d80b71b6c0bdf8cbab023aed96f7c88b9787a3be4989da892fa1778412534ae82a7279bb
 WHIRLPOOL 
2d2784e1b2ddeac39a3cea4cb08a62d99d1d062d8d801874e8bf4f56d2538a4cb019418c60299556548028e2362dd533d9ea0956014a65ac7a367ed489c0c392
-DIST wine-2.15.tar.xz 19463720 SHA256 
d82d500cbf81fb08c711d3619bd52373138a05574d044f089af89707274868b3 SHA512 
a52a42dd1f20fe68213c55a07ac5b2455150806e534f0ab77a8e9ae3d2f12840983fa92290dac569207d3640c7f45cda83801e9f2e80294863ffa854c6c89171
 WHIRLPOOL 
99c9497a44859ce310c764b3cd172d83ca1a2dce13633fee930ddbf1c40651ee4470f6bc9cfcb407ce65298a2afd73dc9edc536c2ba6f076631e5cf2085b8e61
-DIST wine-2.16.tar.xz 19484716 SHA256 
a561edcabecd6c44948e5b2ef11941b2ba047275240418fa2c98c1fdceda2c21 SHA512 
749a36b536506c4b63ff7512e316f44503cdb0db46e38a124da86df638f3e8ff9c404b034ece5cbb95cf20c09bc46be9a38f2ee66480aa6a4f2385e2a7a7eea4
 WHIRLPOOL 
92ae0a427d89b24d41d4565e333cf3b7499c1dfedb6d2a204f934975c35cb589d38b4f669890c1fd6a37b9fe8f34d98be3e7d0986e9ff99516fe00a004574520
-DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1db42cd7f0224e30acfcea69 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 WHIRLPOOL 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2018-03-01 Thread NP Hardass
commit: 334a8d2d84c4b452411321137dd40301222ba7d9
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:24:38 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=334a8d2d

app-emulation/wine-any:  no longer uses rearrange manpage patch

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-any/wine-any-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index bb4adc3..8518d34 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -193,7 +193,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -427,7 +426,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2018-03-01 Thread NP Hardass
commit: 114a082eed0ba5b634a21bc3ccf74973b74d7148
Author: Lucian Poston  gmail  com>
AuthorDate: Fri Feb  2 20:51:07 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 22:25:20 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=114a082e

app-emulation/wine-vanilla: Bump to 3.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Signed-off-by: NP-Hardass  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild | 547 +
 2 files changed, 548 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index e066695..0ac67ce 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -27,3 +27,4 @@ DIST wine-2.7.tar.xz 19101108 SHA256 
e55a43088e313c45f7ab49272b7cb441c06f5659fb4
 DIST wine-2.8.tar.xz 19120740 SHA256 
83e9607af66d86020dc27a368ebba28fa7e8ffecfdf8f149da06b3531ac3e579 SHA512 
4d0b167b1e5add31ed0ed05b328d16fc13cd268285c03a9100e7ddc53864aa07f6b216a555ef0c2e51dee550e3f4abf0c7c20db2cbca177bb38e8c3e11f05b97
 WHIRLPOOL 
568cf46caf7322eb5e26b364bd15f9e80c41a65340952a1ee0fa80514bbee3c5adfa72af40809a978a5d4202f5e8d3da3e4581767bab9fa08ab441cdd5d1da31
 DIST wine-2.9.tar.xz 19154668 SHA256 
ac46f7c1dc135c95e4f98d28bf6e3d7a78fb7f9ba6caa7354a3e8786545f SHA512 
6d06e511d8f338297ed0ddb7bf2ffb501f528209eaecbbee3d4e5d53db649dd5ea0aeb78bba661a9bcfda5f97e170ca10eb8fab355e229bfe7db6a5feb7ec4e8
 WHIRLPOOL 
7355166aeaac54abb6e1d25da6f87a4814d37764044e95462bc2a83f8d5a9b7a3bb10730bb5506516e130a4fc9ee35e3656d1106939bbbc1310c6aff0d798a1c
 DIST wine-3.0.tar.xz 19712932 SHA256 
346a050aca5cd0d9978a655af11c30e68c201a58aea0c70d5e4c4f1b63c2fbec SHA512 
a51f41b66f4805e09b223528eff6670e94b9c0c0c947be647507baf9d8d9afe7c3fdc88684c2c8d3573b4739d9a086ab929a744a8594d3c8f6ceb52070f43f0a
 WHIRLPOOL 
85a44fb122cae5b15487e9b637bf4793cd023ef1429a642333a669c4dfe4b41c82ac31f2e4f2a43595add70a9d226a7f343b373f5ed2f65cc2e66b1425cc9c4a
+DIST wine-3.1.tar.xz 19730700 SHA256 
0f33c021b9fdd35954c812dc09dc243f13796c254b41bb5fc47250f7cca42099 SHA512 
49c30d820b8f4028935b4d90dd6251c881cb8cd41bde8833db2782f04111a3d111e24605a87b2d70e419d54cfb6bb42d941f4593f9b381812e3602bf1307c545
 WHIRLPOOL 
98c84221f34ceeaa9e428b8fbf4893a030cfec0f0f5655e24810d0234db14eb478798ab2f09f6a771ea19c03f97f3a0367ca6134a46182c21bb9545ae022dee3

diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild
new file mode 100644
index 000..1c122ab
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild
@@ -0,0 +1,547 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20180120"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux 
+ssl test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X? ( truetype )
+   elibc_glibc? ( threads )
+   osmesa? ( opengl )
+   test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
+
+# FIXME: the test suite is unsuitable for us; many tests require net access
+# or fail due to Xvfb's opengl limitations.
+RESTRICT="test"
+
+COMMON_DEPEND="
+   X? (
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/

2018-03-01 Thread NP Hardass
commit: a48f827503d6fe51953fbccaee3c229290a0943d
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:24:38 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:42:54 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=a48f8275

app-emulation/wine-staging:  no longer uses rearrange manpage patch

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-staging/wine-staging-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index 2d35053..debe94e 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -183,7 +183,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -405,7 +404,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2018-03-01 Thread NP Hardass
commit: 0c185b4273400397c9242e7776ae69b327d6e5bb
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:24:38 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:42:54 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=0c185b42

app-emulation/wine-vanilla:  no longer uses rearrange manpage patch

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 1c122ab..a108e7f 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -158,7 +158,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -339,7 +338,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2018-03-01 Thread NP Hardass
commit: 67d3fdb4c4df6e58046dfd955260fcf398c99151
Author: Lucian Poston  gmail  com>
AuthorDate: Fri Feb  2 20:45:16 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 22:25:19 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=67d3fdb4

app-emulation/wine-vanilla: Add gssapi USE flag to 

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/repo-proj-wine/pull/2
Signed-off-by: NP-Hardass  gentoo.org>

 app-emulation/wine-vanilla/metadata.xml | 1 +
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-vanilla/metadata.xml 
b/app-emulation/wine-vanilla/metadata.xml
index 411d8ae..b3a7a03 100644
--- a/app-emulation/wine-vanilla/metadata.xml
+++ b/app-emulation/wine-vanilla/metadata.xml
@@ -21,6 +21,7 @@ This variant of the Wine packaging does not include external 
patchsets
Bypass strip-flags; use at your own 
peril
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 55dd4ba..1c122ab 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -35,7 +35,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl 
test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux 
+ssl test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -61,6 +61,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -396,6 +397,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2018-03-01 Thread NP Hardass
commit: af4c6232fdba57f9f43c6ffe9dc14adc3506d7ab
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 00:11:28 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:42:47 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=af4c6232

app-emulation/wine-vanilla: Bump to 3.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest|  61 +--
 app-emulation/wine-vanilla/wine-vanilla-3.2.ebuild | 547 +
 2 files changed, 578 insertions(+), 30 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 0ac67ce..a4c540a 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,30 +1,31 @@
-DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
-DIST wine-2.0.1.tar.xz 18845444 SHA256 
6cfb4eaae566dc7afb7ac0f1f2db2c0d69969952acab0debf084ee8f7b071583 SHA512 
b32d07443655898768383b7409c21093b60c028fef166a596dad5dfab5a329b9fce4552e612c6d182e4f67eb1f28ed497fe2ed6af55dd3e96a124547722d
 WHIRLPOOL 
0fbaf53504e4e40db6227f45f5b92ac388c2bf23d4f573e4d3b60ccaaadeeccb5a696226d1bd4aa8b245f21c8d6a13aac423ead3f4692ebc1e8e613714168501
-DIST wine-2.0.2.tar.xz 18854952 SHA256 
f71884f539928877f4b415309f582825d3d3c9976104e43d566944c710713c9a SHA512 
3f37080a951819304cd3475f6012f1d6b5a94879b137cdf816cac4c8fde68ddc777905e92277ec5dce96437d8c32c43d55d3750b582781a9f9774b118f1a5b90
 WHIRLPOOL 
cf21a899c60749c37353abc4ba974b3d6cc369769ace70fde899ff1cb5ac8a97828165cf2dbfbcf0915f5196ac58974948fe3e5b2c9854296a5eea75f8023ae5
-DIST wine-2.0.3.tar.xz 18864648 SHA256 
a811c664f870a3a01449443a93a6fcee41aea2e912e58f72742eb7924962be56 SHA512 
e20dbcb3a48ecb3526eba075d4baebab2529dfc50b7a6d5e18294704470f61db386013f457118c270274b911f9643d203110f46558d23e84e6a6c2d78e237dbb
 WHIRLPOOL 
36928e816b6e4dec2173c424042c3e9da83be4a8fb3847bc90606d92858c66d4f1f41d4e1477d797e19d955d21a01710f1c3149f72da7011fae186705529f29c
-DIST wine-2.0.4.tar.xz 18898148 SHA256 
b5e07b350edd34e4fb2615edb143f832a208a939fc9937a819181eecaf32985a SHA512 
8fccb93e5ebe482ed81e948e3b7f87d4fe5b1f838a10f9cdcafa9561de4ef54b7d5acdc292bf28ad3aaf44be34c5ad8452ebbfc39f49f95fcbe9f9d0fcfc862c
 WHIRLPOOL 
ab51ff83c00ca2922a90eee7bdb0bd2dbbe08635a1bc6dbb79b38feb2ed690c838c0b9d2b6b28f6f0027338bc14846e60f1924445e89123c783fca6a21c84703
-DIST wine-2.0.tar.bz2 23662707 SHA256 
9756f5a2129b6a83ba701e546173cbff86caa671b0af73eb8f72c03b20c066c6 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 WHIRLPOOL 
fa9f774d87dae73c7d1f3b86dc3b03ea27065eb6140f1cac13c82fe16f7ebff8f8365ed447220cf5c2788b9f4aae7c482e4f9e2e69f47e5435209e148f5dbdfe
-DIST wine-2.1.tar.xz 18887032 SHA256 
bfb9abf63691c93df28d9599aaa866dc2b4e27209b3b7b546df8a37d7d9d1e6e SHA512 
03d678ee6e89c2804813f2827255fcf59e96ca9a45b7d8ac441cfc84f835e5e5689c70a79a41a04c631e1add7807fa4a5758acef3bd7aadfb2e92e68958c6ef6
 WHIRLPOOL 
063d935f1ff0922100641f2f53cdac23d2993a83182d45e028e485fd7d0a13bc5cfb77bca76550b1537b3f42fecacef7fd64785adbf6425af823f56f96973b54
-DIST wine-2.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e
-DIST wine-2.11.tar.xz 19251116 SHA256 
efa96dade206aa21accf0da195335a805d38209d6a14320607c6308ebde4cc3c SHA512 
691f329c47af5e51498287029988b8ca0777bfc3902ed80fd315004aba2337a938e79177e752efe86423c9b34544df3952b8c443bf43149356575fac75a779ac
 WHIRLPOOL 
4933e1ce640b0abeebccd6969b5eaf4eec76cd135d9cfc1d904a902219f776a68f72e2bd1ae9019d69f0d0d81fd8ead0084785d1b9710590349365977f9c1817
-DIST wine-2.12.tar.xz 19301968 SHA256 
496c11af841487e6ec4e1953ac19b05a7f48e397da502653ffbd9fe9004213a7 SHA512 
d44c1937d7d2d797150381f70317b810616d61355a59be096366d3507f59b678cffaf6d841cecf02bf9d2afa3dbf4d19270f80fb1d3ba5f0f93787d40c328f62
 WHIRLPOOL 
6f4b9baa6fcfe86f3d195fe603c2b9450a72a593c8f7042959b42a76880cb4ae680fde7beb70a8e823150849fda36c42985035de891ebf0088c8ffc2bceb15bf
-DIST wine-2.13.tar.xz 19439328 SHA256 
6fbca3ddd19b061ce65a267639efae93cf38cfabbe4a9c148a17a44703587ef8 SHA512 
71873b9ec1605dd5f7502b87b0f3429c3d14a4196543d7304df455854b58ef82b8fafdcea91450cbfc01434a44886a0e0c4c4cf289ffb53167dde0f969cddc48
 WHIRLPOOL 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-d3d9/

2018-03-01 Thread NP Hardass
commit: 3c755937e6491307de07251ad76c2d78a1534dd4
Author: Lucian Poston  gmail  com>
AuthorDate: Fri Feb  2 20:57:37 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 22:25:20 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=3c755937

app-emulation/wine-d3d9: Add gssapi USE flag to 

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Signed-off-by: NP-Hardass  gentoo.org>

 app-emulation/wine-d3d9/metadata.xml  | 1 +
 app-emulation/wine-d3d9/wine-d3d9-.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-d3d9/metadata.xml 
b/app-emulation/wine-d3d9/metadata.xml
index 375e226..06a76c9 100644
--- a/app-emulation/wine-d3d9/metadata.xml
+++ b/app-emulation/wine-d3d9/metadata.xml
@@ -27,6 +27,7 @@ This variant of the Wine packaging includes the Gallium Nine 
patchset.
This patch may break some applications.
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll

diff --git a/app-emulation/wine-d3d9/wine-d3d9-.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
index ddbc7bc..b5caa38 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner selinux +ssl test +threads +truetype udev +udisks v4l +X +xcomposite 
xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner selinux +ssl test +threads +truetype udev +udisks v4l +X +xcomposite 
xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -76,6 +76,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -429,6 +430,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/

2018-03-01 Thread NP Hardass
commit: 1fa16b82a04da69c0dac6144cd232ae99fdd5146
Author: Lucian Poston  gmail  com>
AuthorDate: Fri Feb  2 21:04:35 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 22:25:20 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=1fa16b82

app-emulation/wine-any: Add gssapi USE flag to 

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Signed-off-by: NP-Hardass  gentoo.org>

 app-emulation/wine-any/metadata.xml | 1 +
 app-emulation/wine-any/wine-any-.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-any/metadata.xml 
b/app-emulation/wine-any/metadata.xml
index 2033072..b24a295 100644
--- a/app-emulation/wine-any/metadata.xml
+++ b/app-emulation/wine-any/metadata.xml
@@ -28,6 +28,7 @@ This variant of the wine packaging allows for the use of the 
Wine-Staging patchs
This patch may break some applications.
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index dfe4cca..bb4adc3 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -48,7 +48,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime 
+run-exes s3tc samba scanner selinux +ssl staging test themes +threads 
+truetype udev +udisks v4l vaapi +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime 
+run-exes s3tc samba scanner selinux +ssl staging test themes +threads 
+truetype udev +udisks v4l vaapi +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -84,6 +84,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -484,6 +485,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2018-03-01 Thread NP Hardass
commit: 65be4bdcf92624ffd55e4713a053a311921bd496
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:29:04 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:42:54 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=65be4bdc

app-emulation/wine-vanilla: Add vulkan support to 

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-vanilla/metadata.xml | 1 +
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-vanilla/metadata.xml 
b/app-emulation/wine-vanilla/metadata.xml
index b3a7a03..f0d3a46 100644
--- a/app-emulation/wine-vanilla/metadata.xml
+++ b/app-emulation/wine-vanilla/metadata.xml
@@ -37,6 +37,7 @@ This variant of the Wine packaging does not include external 
patchsets
http://wiki.winehq.org/NtlmAuthSetupGuide and
http://wiki.winehq.org/NtlmSigningAndSealing
Use virtual/libudev to provide 
plug and play support
+   Enable Vulkan drivers


wine-compholio/wine-staging

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index a108e7f..8126d64 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -35,7 +35,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux 
+ssl test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux 
+ssl test +threads +truetype udev +udisks v4l vulkan +X +xcomposite xinerama 
+xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -91,6 +91,7 @@ COMMON_DEPEND="
udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
+   vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
xml? (
@@ -419,6 +420,7 @@ multilib_src_configure() {
$(use_with truetype freetype)
$(use_with udev)
$(use_with v4l)
+   $(use_with vulkan)
$(use_with X x)
$(use_with X xfixes)
$(use_with xcomposite)



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/

2018-03-01 Thread NP Hardass
commit: 708c6ea821b87febab25ad1159918e8bc7285275
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:56:04 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=708c6ea8

app-emulation/wine-staging: Add vulkan support to 

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-staging/Manifest| 90 +++---
 app-emulation/wine-staging/metadata.xml|  1 +
 .../wine-staging/wine-staging-.ebuild  |  4 +-
 3 files changed, 49 insertions(+), 46 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 17ec94c..beeca5c 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,45 +1,45 @@
-DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
-DIST wine-2.0.tar.bz2 23662707 SHA256 
9756f5a2129b6a83ba701e546173cbff86caa671b0af73eb8f72c03b20c066c6 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 WHIRLPOOL 
fa9f774d87dae73c7d1f3b86dc3b03ea27065eb6140f1cac13c82fe16f7ebff8f8365ed447220cf5c2788b9f4aae7c482e4f9e2e69f47e5435209e148f5dbdfe
-DIST wine-2.1.tar.xz 18887032 SHA256 
bfb9abf63691c93df28d9599aaa866dc2b4e27209b3b7b546df8a37d7d9d1e6e SHA512 
03d678ee6e89c2804813f2827255fcf59e96ca9a45b7d8ac441cfc84f835e5e5689c70a79a41a04c631e1add7807fa4a5758acef3bd7aadfb2e92e68958c6ef6
 WHIRLPOOL 
063d935f1ff0922100641f2f53cdac23d2993a83182d45e028e485fd7d0a13bc5cfb77bca76550b1537b3f42fecacef7fd64785adbf6425af823f56f96973b54
-DIST wine-2.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e
-DIST wine-2.11.tar.xz 19251116 SHA256 
efa96dade206aa21accf0da195335a805d38209d6a14320607c6308ebde4cc3c SHA512 
691f329c47af5e51498287029988b8ca0777bfc3902ed80fd315004aba2337a938e79177e752efe86423c9b34544df3952b8c443bf43149356575fac75a779ac
 WHIRLPOOL 
4933e1ce640b0abeebccd6969b5eaf4eec76cd135d9cfc1d904a902219f776a68f72e2bd1ae9019d69f0d0d81fd8ead0084785d1b9710590349365977f9c1817
-DIST wine-2.12.tar.xz 19301968 SHA256 
496c11af841487e6ec4e1953ac19b05a7f48e397da502653ffbd9fe9004213a7 SHA512 
d44c1937d7d2d797150381f70317b810616d61355a59be096366d3507f59b678cffaf6d841cecf02bf9d2afa3dbf4d19270f80fb1d3ba5f0f93787d40c328f62
 WHIRLPOOL 
6f4b9baa6fcfe86f3d195fe603c2b9450a72a593c8f7042959b42a76880cb4ae680fde7beb70a8e823150849fda36c42985035de891ebf0088c8ffc2bceb15bf
-DIST wine-2.13.tar.xz 19439328 SHA256 
6fbca3ddd19b061ce65a267639efae93cf38cfabbe4a9c148a17a44703587ef8 SHA512 
71873b9ec1605dd5f7502b87b0f3429c3d14a4196543d7304df455854b58ef82b8fafdcea91450cbfc01434a44886a0e0c4c4cf289ffb53167dde0f969cddc48
 WHIRLPOOL 
6faf1e6aeea2ab7ccc496ed85834f98eb25111c8f541c24d4876a142ad4acf7d9a4c08c2716e11fb6c92fe7aad29980cab912eb9dbb6759bdbdeca2f2f8e78a7
-DIST wine-2.14.tar.xz 19447812 SHA256 
03f934d95181f728600ca04d395f10e821ee38cfa31655e872e4d27d2a8795c6 SHA512 
ff43d386d46c0c74449e667b61d8cebd5fa768c88e6220aa2f13df03d80b71b6c0bdf8cbab023aed96f7c88b9787a3be4989da892fa1778412534ae82a7279bb
 WHIRLPOOL 
2d2784e1b2ddeac39a3cea4cb08a62d99d1d062d8d801874e8bf4f56d2538a4cb019418c60299556548028e2362dd533d9ea0956014a65ac7a367ed489c0c392
-DIST wine-2.15.tar.xz 19463720 SHA256 
d82d500cbf81fb08c711d3619bd52373138a05574d044f089af89707274868b3 SHA512 
a52a42dd1f20fe68213c55a07ac5b2455150806e534f0ab77a8e9ae3d2f12840983fa92290dac569207d3640c7f45cda83801e9f2e80294863ffa854c6c89171
 WHIRLPOOL 
99c9497a44859ce310c764b3cd172d83ca1a2dce13633fee930ddbf1c40651ee4470f6bc9cfcb407ce65298a2afd73dc9edc536c2ba6f076631e5cf2085b8e61
-DIST wine-2.16.tar.xz 19484716 SHA256 
a561edcabecd6c44948e5b2ef11941b2ba047275240418fa2c98c1fdceda2c21 SHA512 
749a36b536506c4b63ff7512e316f44503cdb0db46e38a124da86df638f3e8ff9c404b034ece5cbb95cf20c09bc46be9a38f2ee66480aa6a4f2385e2a7a7eea4
 WHIRLPOOL 
92ae0a427d89b24d41d4565e333cf3b7499c1dfedb6d2a204f934975c35cb589d38b4f669890c1fd6a37b9fe8f34d98be3e7d0986e9ff99516fe00a004574520
-DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1db42cd7f0224e30acfcea69 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 WHIRLPOOL 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-d3d9/

2018-03-01 Thread NP Hardass
commit: bb6017e313b65ac7a82c0a167e7eec40b1ed7af3
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:56:47 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=bb6017e3

app-emulation/wine-d3d9: Add vulkan support to 

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-d3d9/Manifest  | 90 +--
 app-emulation/wine-d3d9/metadata.xml  |  1 +
 app-emulation/wine-d3d9/wine-d3d9-.ebuild |  4 +-
 3 files changed, 49 insertions(+), 46 deletions(-)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index 0f97de4..6be0bce 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -1,45 +1,45 @@
-DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
-DIST wine-2.0.tar.bz2 23662707 SHA256 
9756f5a2129b6a83ba701e546173cbff86caa671b0af73eb8f72c03b20c066c6 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 WHIRLPOOL 
fa9f774d87dae73c7d1f3b86dc3b03ea27065eb6140f1cac13c82fe16f7ebff8f8365ed447220cf5c2788b9f4aae7c482e4f9e2e69f47e5435209e148f5dbdfe
-DIST wine-2.1.tar.xz 18887032 SHA256 
bfb9abf63691c93df28d9599aaa866dc2b4e27209b3b7b546df8a37d7d9d1e6e SHA512 
03d678ee6e89c2804813f2827255fcf59e96ca9a45b7d8ac441cfc84f835e5e5689c70a79a41a04c631e1add7807fa4a5758acef3bd7aadfb2e92e68958c6ef6
 WHIRLPOOL 
063d935f1ff0922100641f2f53cdac23d2993a83182d45e028e485fd7d0a13bc5cfb77bca76550b1537b3f42fecacef7fd64785adbf6425af823f56f96973b54
-DIST wine-2.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e
-DIST wine-2.11.tar.xz 19251116 SHA256 
efa96dade206aa21accf0da195335a805d38209d6a14320607c6308ebde4cc3c SHA512 
691f329c47af5e51498287029988b8ca0777bfc3902ed80fd315004aba2337a938e79177e752efe86423c9b34544df3952b8c443bf43149356575fac75a779ac
 WHIRLPOOL 
4933e1ce640b0abeebccd6969b5eaf4eec76cd135d9cfc1d904a902219f776a68f72e2bd1ae9019d69f0d0d81fd8ead0084785d1b9710590349365977f9c1817
-DIST wine-2.12.tar.xz 19301968 SHA256 
496c11af841487e6ec4e1953ac19b05a7f48e397da502653ffbd9fe9004213a7 SHA512 
d44c1937d7d2d797150381f70317b810616d61355a59be096366d3507f59b678cffaf6d841cecf02bf9d2afa3dbf4d19270f80fb1d3ba5f0f93787d40c328f62
 WHIRLPOOL 
6f4b9baa6fcfe86f3d195fe603c2b9450a72a593c8f7042959b42a76880cb4ae680fde7beb70a8e823150849fda36c42985035de891ebf0088c8ffc2bceb15bf
-DIST wine-2.13.tar.xz 19439328 SHA256 
6fbca3ddd19b061ce65a267639efae93cf38cfabbe4a9c148a17a44703587ef8 SHA512 
71873b9ec1605dd5f7502b87b0f3429c3d14a4196543d7304df455854b58ef82b8fafdcea91450cbfc01434a44886a0e0c4c4cf289ffb53167dde0f969cddc48
 WHIRLPOOL 
6faf1e6aeea2ab7ccc496ed85834f98eb25111c8f541c24d4876a142ad4acf7d9a4c08c2716e11fb6c92fe7aad29980cab912eb9dbb6759bdbdeca2f2f8e78a7
-DIST wine-2.14.tar.xz 19447812 SHA256 
03f934d95181f728600ca04d395f10e821ee38cfa31655e872e4d27d2a8795c6 SHA512 
ff43d386d46c0c74449e667b61d8cebd5fa768c88e6220aa2f13df03d80b71b6c0bdf8cbab023aed96f7c88b9787a3be4989da892fa1778412534ae82a7279bb
 WHIRLPOOL 
2d2784e1b2ddeac39a3cea4cb08a62d99d1d062d8d801874e8bf4f56d2538a4cb019418c60299556548028e2362dd533d9ea0956014a65ac7a367ed489c0c392
-DIST wine-2.15.tar.xz 19463720 SHA256 
d82d500cbf81fb08c711d3619bd52373138a05574d044f089af89707274868b3 SHA512 
a52a42dd1f20fe68213c55a07ac5b2455150806e534f0ab77a8e9ae3d2f12840983fa92290dac569207d3640c7f45cda83801e9f2e80294863ffa854c6c89171
 WHIRLPOOL 
99c9497a44859ce310c764b3cd172d83ca1a2dce13633fee930ddbf1c40651ee4470f6bc9cfcb407ce65298a2afd73dc9edc536c2ba6f076631e5cf2085b8e61
-DIST wine-2.16.tar.xz 19484716 SHA256 
a561edcabecd6c44948e5b2ef11941b2ba047275240418fa2c98c1fdceda2c21 SHA512 
749a36b536506c4b63ff7512e316f44503cdb0db46e38a124da86df638f3e8ff9c404b034ece5cbb95cf20c09bc46be9a38f2ee66480aa6a4f2385e2a7a7eea4
 WHIRLPOOL 
92ae0a427d89b24d41d4565e333cf3b7499c1dfedb6d2a204f934975c35cb589d38b4f669890c1fd6a37b9fe8f34d98be3e7d0986e9ff99516fe00a004574520
-DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1db42cd7f0224e30acfcea69 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 WHIRLPOOL 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/

2018-03-01 Thread NP Hardass
commit: 6caa6ff57f2a3b291241bd10f57d793d16c3819a
Author: Lucian Poston  gmail  com>
AuthorDate: Fri Feb  2 21:02:38 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 22:25:20 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=6caa6ff5

app-emulation/wine-staging: Add gssapi USE flag to 

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Signed-off-by: NP-Hardass  gentoo.org>

 app-emulation/wine-staging/metadata.xml | 1 +
 app-emulation/wine-staging/wine-staging-.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-staging/metadata.xml 
b/app-emulation/wine-staging/metadata.xml
index e9e3187..ef597cc 100644
--- a/app-emulation/wine-staging/metadata.xml
+++ b/app-emulation/wine-staging/metadata.xml
@@ -21,6 +21,7 @@ This variant of the Wine packaging includes the Wine-Staging 
patchset.
Bypass strip-flags; use at your own 
peril
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index 9454c3d..2d35053 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner 
selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X 
+xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba 
scanner selinux +ssl staging test themes +threads +truetype udev +udisks v4l 
vaapi +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -74,6 +74,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -462,6 +463,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)



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

2018-03-01 Thread William Hubbs
commit: 085810d333aeec2e42d6019a17f710365554c608
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Mar  2 01:53:22 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar  2 01:53:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085810d3

sys-apps/openrc: 0.35.2 bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index e779df1669c..9d58fb82ce3 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -1,3 +1,4 @@
 DIST openrc-0.34.11.tar.gz 228054 BLAKE2B 
8d4fdd7de4b3c44df0ccec728b91bd2624582dc2bbdb1fa7892aa61ce0a953a7cf66964f38da888636d895e3c6b776747a4a7fbbdbbbd26029313695f35837fe
 SHA512 
76245d31c6fe9e90e5e2f35ce918b915fc88c231674e0c99dc98b8f3fa120e794900eec9919a0ab029a081b206393246eccb9119a79c90ad6e39325d022928be
 DIST openrc-0.35.1.tar.gz 241480 BLAKE2B 
336c2398bbfecc59dc068481b50d7470fd9ec4435f0b06b1a6787e2a95ab1aea74a8fb97de41989ea6419bac078553e88bfb456d119ca644e0f75b82338de465
 SHA512 
53013e40021ad8de93db64aec54753f9fc8eb6d4fb61c4d8683450375191ff29c03a9a7607175e201b3f712a84ca7334ad1cc34302822bb8b75097bc95922988
+DIST openrc-0.35.2.tar.gz 241600 BLAKE2B 
09517a33ea7faf2e59d3a194876a3bb55a2477dde5f7f30915f77c24104531a27e752a59a049929878a115710ecbe1ed116e4283357f88c65cbe130787b88220
 SHA512 
61282509bae087a6c94a1947a30eddfa633cd2dbc91392511daa7240318d9f0c0a231005e329b6e46eece194fe497071f40387bea46d27ef09db9eb6e92f07d6
 DIST openrc-0.35.tar.gz 241364 BLAKE2B 
b7655f3e7ba21d4af96c7f72e02cc44c557cb6465fcb0d7912a08fdde5af603dcc3551694b89641d58c749453f032ef4224d18fd36bc1b5e27dd97e8cd9bd664
 SHA512 
a95f11eb8c7b154044fa720f803dc158bcd993a3ce28cd465fab44d9f40555e45a160ea2e923a89161ab43673a95920970ea00cdc34c652efd68ec22a2577cbc

diff --git a/sys-apps/openrc/openrc-0.35.2.ebuild 
b/sys-apps/openrc/openrc-0.35.2.ebuild
new file mode 100644
index 000..8c7c2151f6b
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.35.2.ebuild
@@ -0,0 +1,331 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !=sys-libs/libselinux-2.6
+   )
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /lib/rc/init.d
+   fi
+   keepdir /lib/rc/tmp
+
+   # Backup our default runlevels
+   dodir /usr/share/"${PN}"
+   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
+   rm -rf "${ED}"/etc/runlevels
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_config_yes_no /etc/conf.d/keymaps windowkeys '(' use x86 '||' use 
amd64 ')'
+
+   # On HPPA, do not run consolefont by default (bug #222889)
+   if use hppa; then
+   rm -f "${ED}"/usr/share/openrc/runlevels/boot/consolefont
+   fi
+
+   # Support for logfile rotation
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/openrc.logrotate openrc
+
+   # install 

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

2018-03-01 Thread William Hubbs
commit: 69349f7b57116572b95874c754b2ef87c552cf0d
Author: William Hubbs  gmail  com>
AuthorDate: Fri Mar  2 01:29:17 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar  2 01:29:17 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=69349f7b

Update ChangeLog

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

diff --git a/ChangeLog b/ChangeLog
index ee6dbf79..d01c0ed6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+commit 1b1a70ecca43034cb0770e18e287ccbca9f1eb52
+Author: William Hubbs 
+Commit: William Hubbs 
+
+version 0.35.2
+
+commit 05cfbb8348cf92bcc2edd922af1dc0a4c4c2e1f4
+Author: Chris Cromer 
+Commit: Doug Freed 
+
+openrc-run: fix memory size (#213)
+
+Fixes #212
+
+commit a70b65f851c4f79e4fd43440d500d23cbf4b4a89
+Author: William Hubbs 
+Commit: William Hubbs 
+
+Update ChangeLog
+
 commit 0660d2455d461d648cf45076cf63b1c03e8e24c0
 Author: William Hubbs 
 Commit: William Hubbs 



[gentoo-commits] proj/openrc:0.35.x commit in: src/rc/

2018-03-01 Thread William Hubbs
commit: 05cfbb8348cf92bcc2edd922af1dc0a4c4c2e1f4
Author: Chris Cromer  users  noreply  github  
com>
AuthorDate: Fri Mar  2 00:31:33 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar  2 00:33:02 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=05cfbb83

openrc-run: fix memory size (#213)

Fixes #212 

 src/rc/openrc-run.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rc/openrc-run.c b/src/rc/openrc-run.c
index daeafc52..73def8fb 100644
--- a/src/rc/openrc-run.c
+++ b/src/rc/openrc-run.c
@@ -1152,7 +1152,7 @@ int main(int argc, char **argv)
}
lnk = xmalloc(4096);
memset(lnk, 0, 4096);
-   if (readlink(argv[1], lnk, sizeof(lnk)-1)) {
+   if (readlink(argv[1], lnk, 4096)) {
dir = dirname(path);
if (strchr(lnk, '/')) {
save = xstrdup(dir);



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

2018-03-01 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar  2 01:33:09 2018 +

New tag: 0.35.2




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

2018-03-01 Thread William Hubbs
commit: 1b1a70ecca43034cb0770e18e287ccbca9f1eb52
Author: William Hubbs  gmail  com>
AuthorDate: Fri Mar  2 01:00:34 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar  2 01:00:34 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1b1a70ec

version 0.35.2

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

diff --git a/Makefile.inc b/Makefile.inc
index 3aa81b0a..9ad77d3f 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.35.1
+VERSION=   0.35.2
 PKG=   ${NAME}-${VERSION}



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

2018-03-01 Thread Matt Turner
commit: 0d5cb248168c1dea0a2829446af9f66895956f24
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar  2 01:20:17 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar  2 01:20:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d5cb248

x11-drivers/xf86-video-intel: Disable DRI1 support

Closes: https://bugs.gentoo.org/649302
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild
index 70fbe1a0ea4..78b5b23c9cc 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild
@@ -61,6 +61,7 @@ DEPEND="${RDEPEND}
 src_configure() {
replace-flags -Os -O2
XORG_CONFIGURE_OPTIONS=(
+   --disable-dri1
$(use_enable debug)
$(use_enable dri)
$(use_enable dri dri3)



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

2018-03-01 Thread Matt Turner
commit: fcbb3b78297ddc67168b97813b21efedfc3ee008
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Mar  1 23:34:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar  2 01:10:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbb3b78

x11-drivers/xf86-video-intel: 2.99.917_p20180214 version bump

Closes: https://bugs.gentoo.org/649102
Closes: https://github.com/gentoo/gentoo/pull/7331

 x11-drivers/xf86-video-intel/Manifest  |  1 +
 .../xf86-video-intel-2.99.917_p20180214.ebuild | 90 ++
 2 files changed, 91 insertions(+)

diff --git a/x11-drivers/xf86-video-intel/Manifest 
b/x11-drivers/xf86-video-intel/Manifest
index 153cb14167f..106bf28912d 100644
--- a/x11-drivers/xf86-video-intel/Manifest
+++ b/x11-drivers/xf86-video-intel/Manifest
@@ -1,3 +1,4 @@
 DIST xf86-video-intel-2.99.917_p20170216.tar.xz 945436 BLAKE2B 
14e74941b6c0a5e97bebbe5eee0f07f4cf72a958c78aa5ad5e4fbc2ffcfb0245e7a393e0a7942a7c3910470f681c6ecf451df4f9b92382ee14d0afd464c39b85
 SHA512 
75d1f76238c4452cf6cd04df4e6cb4b0b17a33e759409f87bbfcdef80d79908e984e2adb2adfd6f98df34e49782c8f77d5ed645dd31e83045e4c687affefffbf
 DIST xf86-video-intel-2.99.917_p20170313.tar.xz 945604 BLAKE2B 
45f206db10ffdeae8734571b115915904eeabe4564e1127a7889e51c2f7dab2502d0918c0351267a945aed8e087e62bdea2de13971fd7bc5e2445c7e837ea958
 SHA512 
c3cb91c9ce843fee4ba45c41fa2c69dae4d193ce778e0988ffb0ef3c77e4da40b8879cfc7333adb97084c179502cd4b5233181b5c825de619d839cc045181740
 DIST xf86-video-intel-2.99.917_p20171018.tar.xz 947052 BLAKE2B 
d1c54f54b1c3f1cc714b9093b537a582128232393cc2a77dec264a6ca4a32c4b02cb69bf163bc9bd0c27849ada44f81a32453647badab2403b191b40db900236
 SHA512 
50aff2c6807e1d3dcc857a21501e37ab3d04598f03cde0d788aac5876feb54f5c4892ad7c34a6adda696405bfa3135a14ebd4fe41b359b34cc7ac2df1618dd88
+DIST xf86-video-intel-2.99.917_p20180214.tar.xz 951544 BLAKE2B 
57df523168c6bf650ddf6ca27bbc799a8a9d183c9a6a4d2e232288124b57bfff7bb36a8fcc55e2845c4ece2653d39c0830c4ea2ecef4f1968a3ee7413506bae3
 SHA512 
afc8a4db550aa5567fa6f5eb9b480fac7c3e496eb62ae62a6a7b7e317515e24d21bf78bf1b03ba90cfd909dd37a5f65247c7aa2314234aec3d575e53db825912

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild
new file mode 100644
index 000..70fbe1a0ea4
--- /dev/null
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20180214.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_DRI=dri
+XORG_EAUTORECONF=yes
+inherit linux-info xorg-2 flag-o-matic
+
+DESCRIPTION="X.Org driver for Intel cards"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="debug dri3 +sna tools +udev uxa xvmc"
+COMMIT_ID="75795523003798d789d417e82aaa81c7ea1ed616"
+SRC_URI="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz
 -> ${P}.tar.xz"
+
+S=${WORKDIR}/${COMMIT_ID}
+
+REQUIRED_USE="
+   || ( sna uxa )
+"
+RDEPEND="
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXScrnSaver
+   >=x11-libs/pixman-0.27.1
+   >=x11-libs/libdrm-2.4.52[video_cards_intel]
+   dri3? (
+   >=x11-base/xorg-server-1.18
+   !<=media-libs/mesa-12.0.4
+   )
+   sna? (
+   >=x11-base/xorg-server-1.10
+   )
+   tools? (
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libxshmfence
+   x11-libs/libXtst
+   )
+   udev? (
+   virtual/udev
+   )
+   xvmc? (
+   x11-libs/libXvMC
+   >=x11-libs/libxcb-1.5
+   x11-libs/xcb-util
+   )
+"
+DEPEND="${RDEPEND}
+   >=x11-proto/dri2proto-2.6
+   x11-proto/dri3proto
+   x11-proto/presentproto
+   x11-proto/resourceproto"
+
+src_configure() {
+   replace-flags -Os -O2
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable debug)
+   $(use_enable dri)
+   $(use_enable dri dri3)
+   $(usex dri3 "--with-default-dri=3")
+   $(use_enable sna)
+   $(use_enable tools)
+   $(use_enable udev)
+   $(use_enable uxa)
+   $(use_enable xvmc)
+   )
+   xorg-2_src_configure
+}
+
+pkg_postinst() {
+   if linux_config_exists && \
+   kernel_is -lt 4 3 && ! linux_chkconfig_present DRM_I915_KMS; 
then
+   echo
+   ewarn "This driver requires KMS support in your kernel"
+   ewarn "  Device Drivers --->"
+   ewarn "Graphics support --->"
+   ewarn "  Direct Rendering Manager (XFree86 4.1.0 and higher 
DRI support)  --->"
+  

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

2018-03-01 Thread Zac Medico
commit: a9d1bfb6699834cb9b1ec25624186a53d288198f
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar  2 01:04:58 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar  2 01:06:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d1bfb6

app-shells/gentoo-bashcomp: revbump to 20140911-r1 (bug 649144)

Remove rc-{service,status,update} completions in order to solve a
file collision with openrc-0.35.1.

Bug: https://bugs.gentoo.org/649144
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../gentoo-bashcomp-20140911-r1.ebuild | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911-r1.ebuild 
b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911-r1.ebuild
new file mode 100644
index 000..0827601e200
--- /dev/null
+++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20140911-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit bash-completion-r1
+
+DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, 
equery, etc)"
+HOMEPAGE="https://www.gentoo.org/;
+SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris"
+IUSE=""
+
+src_prepare() {
+   # resolve openrc file collsions for bug 649144
+   rm completions/rc-{service,status,update} || die
+}
+
+src_install() {
+   emake DESTDIR="${D}" install \
+   completionsdir="$(get_bashcompdir)" \
+   helpersdir="$(get_bashhelpersdir)" \
+   compatdir="${EPREFIX}/etc/bash_completion.d"
+}



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

2018-03-01 Thread Brian Evans
commit: bd1acc61d95897f7326d69f1bf07ec4abbdf2d4c
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar  2 00:49:15 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar  2 00:49:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1acc61

dev-lang/php: Version bump for 7.0.28

Bug: https://bugs.gentoo.org/649274
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/php/Manifest  |   1 +
 dev-lang/php/php-7.0.28.ebuild | 739 +
 2 files changed, 740 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index e27437b5065..b9421c9b1c3 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -1,5 +1,6 @@
 DIST php-5.6.33.tar.xz 12465256 BLAKE2B 
a33ce429c1565e6304031304168aa63ce82fa6c0968fc5ef09f5955e43c04ebe112db92475a999f39d997e2a3c9724ece60902ef0db84e2599d97d0e42ce57d2
 SHA512 
c494721594511f79a103ea3c73c5035aa0fcbca626710a0b85d2395693caf6762edefa3347cd0f8567b186f98c0df7f83cd4c698b158f0f72aa62aa4e297
 DIST php-7.0.27.tar.xz 11916824 BLAKE2B 
9d2881a611435b3f9607e04d1f271ca497b8543792608f3690f00aa767fe8cc1f442822ae702076d21df0b56005d7b4e8e88b11ec6dd50d0bc198197b48cafda
 SHA512 
1987ad5573fdcbd5c8d92fdbf5ba8dca6e9621d89d30f66a003338467e31f09f9e8ceb5cdcb2ddf24ec7aa5acf0c8e33c3774e586e7682667eb3ed148237d1bb
+DIST php-7.0.28.tar.xz 11917836 BLAKE2B 
8110b0486b0556abf2249d7cbdbd245249f32e230d8197e493edfdf8df38d8eac61b79b90983fa8a2918f67a5d80fefd9a213adff4c3eb760b3844e555614650
 SHA512 
054c765011d2ad5bb1ef2fd2d66df05f374032015869e69112b309a13b79f437de25e9692719110efbd79f33c677add36430dab21ae12231a7730207c9e877aa
 DIST php-7.1.13.tar.xz 12194780 BLAKE2B 
0bac1cb3ec46cd4206d71b0d8ec3058fff455bc7e3febb33dcb8e14d5a8b16918d3e4679e0691b8ba29b95ab90be2a3dc3a73bade45c1ca4eaf692d6d3c2db3d
 SHA512 
f5357ffcbcaab1ba03d70edc0f1329b530f9f9c7779ac57d6fd2bd0bb730162f8d107025e5ff66592077d1bf504ee6816ec0379f50ceb1fac36cea90b0fc4fa2
 DIST php-7.1.14.tar.xz 12198612 BLAKE2B 
6ceb307423f07dafb75992b021d94259452fa4f08a9122c6d5e0da95dca1bcd88c7795effabefa7bddd06b398eca8093881a5ddb6d66fa91fc63a56c3a0fa4cc
 SHA512 
7604e490aef95ae9c87bc4230491328c4cbcce42653234906885f9aa323f867ea941a7dbe80424aa4c4872392559ff5fa2acf1605c402055b6e428e6fe79ece6
 DIST php-7.2.2.tar.xz 12022280 BLAKE2B 
63daabcc37dc530524c9df58526690837b61ea71e9616bde22b3bb367b76504fa87f6cb976f120e57d6ccfe7ec6b3a1608d951ab3d68213fc401a6e1131e0e84
 SHA512 
36a3565161fc481307ac3e76c8d2ccc457c265bf510f085be1907835c7da7c747a0876502192d77bd664f94a584a1b149deee2600c650481fbedbf02d72d5fd0

diff --git a/dev-lang/php/php-7.0.28.ebuild b/dev-lang/php/php-7.0.28.ebuild
new file mode 100644
index 000..6757747f0ea
--- /dev/null
+++ b/dev-lang/php/php-7.0.28.ebuild
@@ -0,0 +1,739 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic versionator systemd
+
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="https://secure.php.net/;
+SRC_URI="https://secure.php.net/distributions/${P}.tar.xz;
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl bcmath berkdb bzip2 calendar cdb cjk
+   coverage crypt +ctype curl debug
+   enchant exif +fileinfo +filter firebird
+   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline recode selinux +session sharedmem
+   +simplexml snmp soap sockets spell sqlite ssl
+   sysvipc systemd tidy +tokenizer truetype unicode wddx webp
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
+   >=dev-libs/libpcre-8.32[unicode]
+   fpm? ( acl? ( sys-apps/acl ) )
+   apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
+   =dev-libs/libmcrypt-2.4 )
+   curl? ( >=net-misc/curl-7.10.5 )
+   enchant? ( app-text/enchant )
+   exif? ( !gd? (
+   virtual/jpeg:0
+   media-libs/libpng:0=
+   

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/powerpc/

2018-03-01 Thread Andreas Sturmlechner
commit: 3e13460984a2325531574518fc13aad2e945bc6b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar  2 00:35:09 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar  2 00:38:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e134609

profiles: arm/powerpc: Mask dev-python/ipython unkeyworded USE-deps

 profiles/arch/arm/package.use.mask | 4 
 profiles/arch/powerpc/package.use.mask | 4 
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 0cced4f828e..4ba3e76b901 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (02 Mar 2018)
+# Requires unkeyworded deps
+>=dev-python/ipython-5.4.1 notebook qt5 smp
+
 # NP-Hardass  (01 Mar 2018)
 # net-libs/libmicrodns not yet keyworded for arm
 media-video/vlc microdns

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 8d430c67709..034fe64f13f 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (02 Mar 2018)
+# Requires unkeyworded deps
+>=dev-python/ipython-5.4.1 qt5 smp
+
 # NP-Hardass  (01 Mar 2018)
 # net-libs/libmicrodns not yet keyworded for ppc
 media-video/vlc microdns



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

2018-03-01 Thread Aaron Swenson
commit: 64d29b8d6c50d098caebdf8df6cec58375d2ec55
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Thu Mar  1 22:46:29 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Thu Mar  1 22:46:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d29b8d

dev-db/postgresql: Security Bump

Mitigates a “trojan-horse” attack based on  schema names.

Security bump to:
 - 10.3
 - 9.6.8
 - 9.5.12
 - 9.4.17
 - 9.3.22

See PostgreSQL’s wiki article for a complete explanation of the
vulnerability:
https://wiki.postgresql.org/wiki/A_Guide_to_CVE-2018-1058:_Protect_Your_Search_Path

Bug: https://bugs.gentoo.org/649288
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-db/postgresql/Manifest |   5 +
 dev-db/postgresql/postgresql-10.3.ebuild   | 460 +++
 dev-db/postgresql/postgresql-9.3.22.ebuild | 450 ++
 dev-db/postgresql/postgresql-9.4.17.ebuild | 482 
 dev-db/postgresql/postgresql-9.5.12.ebuild | 488 
 dev-db/postgresql/postgresql-9.6.8.ebuild  | 493 +
 6 files changed, 2378 insertions(+)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index c95ed08cc42..bcb03981c22 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -1,5 +1,6 @@
 DIST postgresql-10.1.tar.bz2 19669989 BLAKE2B 
2fbe782023b6d55c6fadaba38e517c60038b3b7b0a14fa8793043f7b9c4719a692440f286bb1f898045b5f56ef1c064f97f36e821990755077dc8d9bb0dbd639
 SHA512 
06050d353aa43f32e0de0199d833d8a4652aff893b718b1c40ed31837838f73fe4d977ac0f2164ab97b3eeff4aae3409f440601740898a893877d96bc0ed1882
 DIST postgresql-10.2.tar.bz2 19901836 BLAKE2B 
ea626774dc11463418b3d0126d04bd2d8eb7e8bb299551bff0c30c7f999f37a1f48e6bbfcde1ee15c0e0519e222bfe14f14d985503fe517a06f127009148ae98
 SHA512 
bac61644c12c31e2dce97ec0134902a2a7141e922619015425961b963961b21210ca840f59ba585d3d75c7e34cb640f2ebeaa2b25c4a866db68f5e73a8f8a448
+DIST postgresql-10.3.tar.bz2 19959653 BLAKE2B 
ba3b05f53b0f879b18d6d0649bf819697c77a066b49d941a96d13a4741854b01aeb0c8b868d6550a08ad52572c9463c968660aa83c16cbaa5b4bf7a89387a524
 SHA512 
05cf82d3483bdf38734e6ff0fef6b80e7f8fd3cb5ea6792ffe222a599d97d1a29638970bf28ebf5bd1f877e8dcd9986d88f5c5e5379e74fe79ce83e20d2babba
 DIST postgresql-9.2.19.tar.bz2 16466698 BLAKE2B 
ca5e84ac33923b36639bee403935c14c87bf37cd8061eb1d82bc1816449910ebe1373f74c2467850650fb7c3cadfe049a168ddc4a7e64ce54515731df552992a
 SHA512 
d3b4c5578bf6d6580028e775bff81a921258cb53b6b06567d96a352d14f3b63063adb480b2f5e2029baf8a034e14b5cd75eebc04f1ed7b16c849e1a5ec1f4867
 DIST postgresql-9.2.22.tar.bz2 16531224 BLAKE2B 
2d3b73db5c3082872df824b8e14e65c6cf4f7389f88b7ed577ddf59570294e74a6392a27f78e77c5da2c974566b38deaa979511649a6e95f5323d3961c587f78
 SHA512 
3e5ab04c2be2719579b2ebbf64b220522acfd9ea74029dd2ed699f60230da224bdc99de4ee5529b513e5586de0377764c4e54deb3dd93d5c53c4d666dce2b6b7
 DIST postgresql-9.2.23.tar.bz2 16531436 BLAKE2B 
df12276856e17693f0f1b2623a96ca15cfea95dc6e67e349391a60ba49d9a252ee94448bc07cbc0290f29546ba8b87fa24f62ca8f27cde41d4400c3aa275d778
 SHA512 
9715cb9aa34921f7d246837c6c516d588f88fda543ad635520e9575a5ea448ad39062f2c89c086c7f129cc5f61f4dca33e4f5fd94e1df39da428507c56a81ba3
@@ -7,11 +8,15 @@ DIST postgresql-9.2.24.tar.bz2 16552576 BLAKE2B 
15e1fcc72830630c6c919113ed53c30c
 DIST postgresql-9.3.15.tar.bz2 17059932 BLAKE2B 
c5afbdf3b1ffe457e137495001eb2f570adcf7844b909b62f3d077336d50b75d9fac456430c99df6449f1ea016252e9a99d96922fc3b5f21796c1361803312d6
 SHA512 
35c30cdb5599f99c94ab921f9f5e7671a8c0b7bca8fe3b616630ae13d6eda8d329e77e7e802da6a83cb09c3c9ca10fa8ce0de8a184e6fff471130e1cd68ce762
 DIST postgresql-9.3.20.tar.bz2 17197360 BLAKE2B 
2b07f6ee78294a490a8902d0129ac6b5e729e2d9a30631becc193cb7561294354a779ffc62bd61e807b1f540f01ce095e8ae4ad77adf2ea135389143809c9d48
 SHA512 
40098661bf00b64ad2d773b242613c44fe269b5ae984ad8990f85ce705b27138b127493c507103052fb6705d52f2e63a1df6692c7024d43c3c6b18154f2ef407
 DIST postgresql-9.3.21.tar.bz2 17014472 BLAKE2B 
7735e7150c0418f979110cef083235959d22f4b63756cf76b9715862cc409b89f51b3e49bad9a33771b4df3ed39c515cf356c2ed69b77a3c7cb8d3448c83a024
 SHA512 
4c34ddf140a28b7095f8853f85c85cdc4ac44e4e5062ef66542c3082ada8509a201e0037e75d880e7909e1b41d0e3577713ad981cea8e693fb87644a0dce9929
+DIST postgresql-9.3.22.tar.bz2 17022938 BLAKE2B 
198705e438717d0d9e12c73e0c0e3eff0ba89ea50a1b183de70f065e13c153c164890fe56bc6ec13b0cb9617df4f66894c122eeddaf9303b9a02b8e08b19b085
 SHA512 
667ff496172626d2fe35c6795935fb07f4f7967a3b0631dd3b96278f8dc00b3d08794f091a5ab060a45d6f2a861e0f10f0e9660f9e343ab34eeabd693104c47f
 DIST postgresql-9.4.10.tar.bz2 17802812 BLAKE2B 
6f93a348ef51979b02c096d2c8fe980ce00e9fd1f9cf0766f3b06fa1ba9f52a146cffc205e7708c7bd16e0686486b21118734f4a1cd9823837abeee2e6fc9175
 SHA512 
2fcf47769b22c69bc82c9d6edc317e18dfcb4a96534e012bae4355e5088afa83da98b21e08a07766794f0a166888acbd16705a806464ea11711ed97c3b4012fb
 DIST postgresql-9.4.15.tar.bz2 17921677 

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

2018-03-01 Thread Mike Gilbert
commit: 08586c8033cb4b8b12524f3de0d9452079c022ca
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar  1 22:44:36 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar  1 22:44:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08586c80

dev-util/meson: 0.44.1 stable on amd64

Bug: https://bugs.gentoo.org/649290
Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99

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

diff --git a/dev-util/meson/meson-0.44.1.ebuild 
b/dev-util/meson/meson-0.44.1.ebuild
index b681b2273a4..c0bfb07ddb7 100644
--- a/dev-util/meson/meson-0.44.1.ebuild
+++ b/dev-util/meson/meson-0.44.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 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
 fi
 
 inherit distutils-r1



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

2018-03-01 Thread Michał Górny
commit: 8cc7318607df0e53d03be68a7373ee8a8db57e26
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 22:39:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 22:40:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc73186

net-libs/nghttp2: Tested on ~amd64-fbsd

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

diff --git a/net-libs/nghttp2/nghttp2-1.31.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.31.0.ebuild
index e578deb7b24..ffeb54eded2 100644
--- a/net-libs/nghttp2/nghttp2-1.31.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.31.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



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

2018-03-01 Thread Michał Górny
commit: 5c25fa66d576a38cd7ba8797d2a0f3c9f06687eb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 20:41:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 22:40:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c25fa66

profiles/arch/amd64-fbsd: Mask USE=mpi

 profiles/arch/amd64-fbsd/use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/use.mask 
b/profiles/arch/amd64-fbsd/use.mask
index 6619afa2685..e25958569f6 100644
--- a/profiles/arch/amd64-fbsd/use.mask
+++ b/profiles/arch/amd64-fbsd/use.mask
@@ -33,6 +33,10 @@
 #-video_cards_vmware
 -input_devices_vmmouse
 
+# Michał Górny  (01 Mar 2018)
+# virtual/mpi not keyworded at the moment.
+mpi
+
 # Michał Górny  (01 Mar 2018)
 # sys-process/audit seems pretty Linux-specific.
 audit



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

2018-03-01 Thread Michał Górny
commit: 1e45517839381469af965998408d850c75aa1e4d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 21:50:34 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 22:40:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e455178

x11-terms/eterm: Dekeyword *-fbsd due to deps

 x11-terms/eterm/eterm-0.9.5.ebuild| 2 +-
 x11-terms/eterm/eterm-0.9.6-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/eterm/eterm-0.9.5.ebuild 
b/x11-terms/eterm/eterm-0.9.5.ebuild
index 58632914f70..ecc9dfddd89 100644
--- a/x11-terms/eterm/eterm-0.9.5.ebuild
+++ b/x11-terms/eterm/eterm-0.9.5.ebuild
@@ -16,7 +16,7 @@ else
!minimal? ( http://www.eterm.org/download/Eterm-bg-${PV}.tar.gz 
)
mirror://sourceforge/eterm/${MY_P}.tar.gz
!minimal? ( mirror://sourceforge/eterm/Eterm-bg-${PV}.tar.gz )"
-   KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 
~x86-fbsd"
+   KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
 fi
 
 DESCRIPTION="A vt102 terminal emulator for X"

diff --git a/x11-terms/eterm/eterm-0.9.6-r1.ebuild 
b/x11-terms/eterm/eterm-0.9.6-r1.ebuild
index 9a9a274276f..1d1aa6af78c 100644
--- a/x11-terms/eterm/eterm-0.9.6-r1.ebuild
+++ b/x11-terms/eterm/eterm-0.9.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 
~amd64-linux ~ppc-macos ~x86-macos"
 IUSE="escreen minimal cpu_flags_x86_mmx cpu_flags_x86_sse2 unicode +utempter"
 
 RDEPEND="



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

2018-03-01 Thread Michał Górny
commit: 94eea70aab2a2a615c6c95c381dd57c106a33d88
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 20:48:50 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 22:40:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94eea70a

app-shells/tcsh: Tested on ~amd64-fbsd

 app-shells/tcsh/tcsh-6.20.00.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/tcsh/tcsh-6.20.00.ebuild 
b/app-shells/tcsh/tcsh-6.20.00.ebuild
index f78c18beaf4..75baa9ba906 100644
--- a/app-shells/tcsh/tcsh-6.20.00.ebuild
+++ b/app-shells/tcsh/tcsh-6.20.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~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 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="nls doc"
 RESTRICT="test"
 



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

2018-03-01 Thread Michał Górny
commit: 09330df665fc54c6b1198a66a4a8f7ebde6aecab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 21:46:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 22:40:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09330df6

profiles/arch/amd64-fbsd: Mask dev-lang/php[acl]

 profiles/arch/amd64-fbsd/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask 
b/profiles/arch/amd64-fbsd/package.use.mask
index db9280b8dbb..ed181ca67b4 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny  (01 Mar 2018)
+# Requires separate libacl while FreeBSD has it in libc.
+dev-lang/php acl
+
 # Michał Górny  (01 Mar 2018)
 # Unkeyworded dependencies.
 dev-libs/cyrus-sasl authdaemond



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-LaTeX/

2018-03-01 Thread Michał Górny
commit: 47a9d5da769633d53a873152e4e48205c74b474a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 20:47:54 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 22:40:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a9d5da

dev-perl/Pod-LaTeX: Tested on ~amd64-fbsd

 dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild 
b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
index a9e4b2f7c1e..ca85c7d0f4c 100644
--- a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
+++ b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Convert Pod data to formatted LaTeX"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 RDEPEND="



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

2018-03-01 Thread Michał Górny
commit: ac9c2f29b3410b6493baeb7bb99cc590f2056f5e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 22:30:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 22:40:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9c2f29

x11-base/xorg-proto: Keyword ~amd64-fbsd

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

diff --git a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild 
b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild
index d2b4b3d1186..12f9e848211 100644
--- a/x11-base/xorg-proto/xorg-proto-2018.4.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-2018.4.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://cgit.freedesktop.org/xorg/proto/xorgproto/;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd"

SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz;
S="${WORKDIR}/${MY_P}"
 fi



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

2018-03-01 Thread Michał Górny
commit: c9d14460d476a3fffd5c2bf199b8fc2a921445a4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 21:51:36 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 22:40:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d14460

app-misc/dtach: Tested on ~amd64-fbsd

 app-misc/dtach/dtach-0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/dtach/dtach-0.9.ebuild b/app-misc/dtach/dtach-0.9.ebuild
index b7176d6205f..4a89386b4e9 100644
--- a/app-misc/dtach/dtach-0.9.ebuild
+++ b/app-misc/dtach/dtach-0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~amd64-fbsd"
 IUSE=""
 
 src_install() {



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

2018-03-01 Thread Tim Harder
commit: a44f9462fb78d5dde077012ab35d2046f89a2769
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Mar  1 22:15:34 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Mar  1 22:15:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44f9462

app-shells/gentoo-zsh-completions: drop unnecessary openrc blocker

The proper blocker is added to openrc since it now supplies its own
completion files colliding with those in previous releases of
gentoo-zsh-completions.

 .../gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild  | 3 +--
 .../gentoo-zsh-completions/gentoo-zsh-completions-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild 
b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
index 391b632254a..3cc5d5efac7 100644
--- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
+++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
@@ -17,8 +17,7 @@ HOMEPAGE="https://github.com/gentoo/gentoo-zsh-completions;
 LICENSE="ZSH"
 SLOT="0"
 
-RDEPEND=">=app-shells/zsh-4.3.5
-   !https://github.com/gentoo/gentoo-zsh-completions;
 LICENSE="ZSH"
 SLOT="0"
 
-RDEPEND=">=app-shells/zsh-4.3.5
-   !

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

2018-03-01 Thread Mart Raudsepp
commit: 265d3b603031a6afe212a534d3b47e572cf8cd7b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar  1 22:10:32 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar  1 22:11:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265d3b60

app-portage/repoman-2.3.6: arm64 stable (bug #644880)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/app-portage/repoman/repoman-2.3.6.ebuild 
b/app-portage/repoman/repoman-2.3.6.ebuild
index 71546b4cc34..305cf38d550 100644
--- a/app-portage/repoman/repoman-2.3.6.ebuild
+++ b/app-portage/repoman/repoman-2.3.6.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



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

2018-03-01 Thread Matt Turner
commit: a3053e0f8338df1b06c09bf630e04b041dd68270
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar  1 22:10:22 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar  1 22:10:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3053e0f

x11-base/xorg-server: Drop ~amd64-fbsd keyword

Needs xorg-proto keywording

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/x11-base/xorg-server/xorg-server-1.19.99.901.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.99.901.ebuild
index e85854fdf4e..22066b4460e 100644
--- a/x11-base/xorg-server/xorg-server-1.19.99.901.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.19.99.901.ebuild
@@ -10,7 +10,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/oshu/

2018-03-01 Thread Patrice Clement
commit: c665b2f0b256f153fe87e02e2e9b6ef5020c
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Thu Mar  1 18:07:37 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Mar  1 22:04:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c665b2f0

games-arcade/oshu: add pango to list of dependencies.

 games-arcade/oshu/oshu-1.6.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-arcade/oshu/oshu-1.6.0.ebuild 
b/games-arcade/oshu/oshu-1.6.0.ebuild
index 6b76005883f..d8ded4320ec 100644
--- a/games-arcade/oshu/oshu-1.6.0.ebuild
+++ b/games-arcade/oshu/oshu-1.6.0.ebuild
@@ -15,6 +15,7 @@ RDEPEND="
>=media-libs/libsdl2-2.0.5:=
media-libs/sdl2-image:=
x11-libs/cairo:=
+   x11-libs/pango:=
!libav? ( media-video/ffmpeg:= )
libav? ( media-video/libav:= )
 "



[gentoo-commits] repo/gentoo:master commit in: games-arcade/oshu/

2018-03-01 Thread Patrice Clement
commit: 9bece918d635d0de51962ad3e3d3f6d61f98aaf4
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Thu Mar  1 17:56:59 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Mar  1 22:04:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bece918

games-arcade/oshu: depend on libSDL2-2.0.5.

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

 games-arcade/oshu/oshu-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/oshu/oshu-1.6.0.ebuild 
b/games-arcade/oshu/oshu-1.6.0.ebuild
index de03656934d..6b76005883f 100644
--- a/games-arcade/oshu/oshu-1.6.0.ebuild
+++ b/games-arcade/oshu/oshu-1.6.0.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
 IUSE="libav"
 
 RDEPEND="
-   media-libs/libsdl2:=
+   >=media-libs/libsdl2-2.0.5:=
media-libs/sdl2-image:=
x11-libs/cairo:=
!libav? ( media-video/ffmpeg:= )



[gentoo-commits] repo/gentoo:master commit in: games-action/trine-bin/

2018-03-01 Thread James Le Cuirot
commit: d7096743466c1b9075299f1198a0072c06be69b5
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Mar  1 22:03:35 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Mar  1 22:03:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7096743

games-action/trine-bin: Update for new download, unbundle libs, RPATH

* Upstream download has changed content and filename. The game version
  is still the same so perhaps only the bundled libraries changed.
* Game failed to launch with bundled libstdc++.so.6. Unbundle as many
  libraries as possible for security, if nothing else.
* Use chrpath to set an absolute RPATH, improving security.

Closes: https://bugs.gentoo.org/369923
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 games-action/trine-bin/Manifest|  2 +-
 ...bin-1.08-r1.ebuild => trine-bin-1.08-r2.ebuild} | 51 +-
 2 files changed, 32 insertions(+), 21 deletions(-)

diff --git a/games-action/trine-bin/Manifest b/games-action/trine-bin/Manifest
index 0362ae96dbc..dd34b082ffe 100644
--- a/games-action/trine-bin/Manifest
+++ b/games-action/trine-bin/Manifest
@@ -1 +1 @@
-DIST Trine.64.run 648471997 SHA256 
1c9067cb19e3c954b460b4df27e6ca5d80b31c7ead49bd5779dcbce5528177db SHA512 
400200a3ebc6003545df460f9a8af7fe4f6f370655432c66ca8a5ceb10e40bf205e81f70cfbe3fe7386de9ec0aeb5e23f02590776c2b0f35a32f9fbc1012ea3a
 WHIRLPOOL 
b6610f53e8e4079383de9a664b8cb019fbe9daa7cdbb204116c3e34b27327325dfdc39649185076524429f8ba2fc1a0889f9006e6873db65c3f73784f440e1e9
+DIST TrineUpdate4.64.run 647258173 BLAKE2B 
b520d1f312b9bd9ef94f32cd5fbe7ceaea0cb1bd839d8a898ac02cac0eb3464d83588f1163949ca2f53d7badb2eca456b8e1438d6f5e96e3c6baa10ca6cb865a
 SHA512 
1255edc90cfd47c4f5a3cf7fa07cebac047f46f9b5f9f6621baff01d9c4295c95204a695127ce4947038c50c80253e7a004ec1c3accff6ac8697605fd25885f9

diff --git a/games-action/trine-bin/trine-bin-1.08-r1.ebuild 
b/games-action/trine-bin/trine-bin-1.08-r2.ebuild
similarity index 56%
rename from games-action/trine-bin/trine-bin-1.08-r1.ebuild
rename to games-action/trine-bin/trine-bin-1.08-r2.ebuild
index dd00324d01d..99503c9efac 100644
--- a/games-action/trine-bin/trine-bin-1.08-r1.ebuild
+++ b/games-action/trine-bin/trine-bin-1.08-r2.ebuild
@@ -1,36 +1,43 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# these are ELFs that include a ZIP (504b0304) appended to it
-#   dd if=Trine.64.run of=Trine.64.zip ibs=$((0x342a8)) skip=1
-#   dd if=Trine.32.run of=Trine.32.zip ibs=$((0x31c24)) skip=1
-# but `unzip` will skip the ELF at the start.  both ELFs contain
-# the same zip appended, so only need to hash one of them.
-
 EAPI=6
-inherit unpacker eutils
+
+inherit desktop eutils unpacker
 
 DESCRIPTION="A physics-based action game with character-dependent solutions to 
challenges"
 HOMEPAGE="http://trine-thegame.com/;
-SRC_URI="Trine.64.run"
+SRC_URI="TrineUpdate4.64.run"
 
 LICENSE="frozenbyte-eula"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
 RESTRICT="fetch strip"
 
-DEPEND="app-arch/unzip"
+DEPEND="
+   app-admin/chrpath
+   app-arch/unzip
+"
+
 RDEPEND="
+   dev-libs/glib:2
dev-libs/libx86
-   gnome-base/libglade
+   gnome-base/libglade:2.0
+   media-libs/libogg
+   media-libs/libpng:1.2
+   >=media-libs/libsdl-1.2[opengl,sound,video]
+   >=media-libs/libvorbis-1.3
+   >=media-libs/openal-1.15
+   >=media-libs/tiff-3.9:3
>=sys-devel/gcc-4.3.0
-   >=sys-libs/glibc-2.4"
+   >=sys-libs/glibc-2.4
+   virtual/jpeg:62
+   x11-libs/gtk+:2
+"
 
-S=${WORKDIR}
-
-d=/opt/${PN}
-QA_PREBUILT="${d#/}/trine-launcher ${d#/}/trine-bin ${d#/}/lib*/lib*.so*"
+S="${WORKDIR}"
+d="/opt/${PN}"
+QA_PREBUILT="*"
 
 pkg_nofetch() {
einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}"
@@ -38,9 +45,13 @@ pkg_nofetch() {
 }
 
 src_unpack() {
-   # manually run unzip as the initial seek causes it to exit(1)
unpack_zip ${A}
-   rm lib*/lib{gcc_s,m,rt,selinux}.so.? || die
+}
+
+src_prepare() {
+   default
+   rm -v 
lib*/lib{gcc_s,jpeg,m,ogg,openal,png*,rt,SDL*,selinux,stdc++,tiff,vorbis*}.* || 
die
+   chrpath --replace "${EPREFIX}${d}"/lib trine-{bin,launcher}$(usex x86 
32 64) || die
 }
 
 src_install() {
@@ -56,7 +67,7 @@ src_install() {
make_desktop_entry ${bb} "Trine ${b}" Trine
done
 
-   exeinto ${d}/lib${sfx}
+   exeinto ${d}/lib
doexe lib${sfx}/*
 
insinto ${d}



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

2018-03-01 Thread NP Hardass
commit: 22c39379e96551bb8d3b85f3712df97a334b4b7b
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 21:44:19 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 21:44:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c39379

profiles: arch/arm64/package.use.mask mask microdns for media-video/vlc until 
keyworded

 profiles/arch/arm64/package.use.mask | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 372894dea3d..8148ee8fd33 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# NP-Hardass  (01 Mar 2018)
+# net-libs/libmicrodns not yet keyworded for arm64
+media-video/vlc microdns
+
 # Michał Górny  (28 Feb 2018)
 # Requires masked dependent flags.
 dev-lang/php ldap-sasl
@@ -10,7 +14,6 @@ net-nds/openldap cxx
 # net-proxy/haproxy isn't keyworded for arm64
 sys-cluster/neutron haproxy
 
-
 # Michał Górny  (17 Feb 2018)
 # Requires unkeyworded dependencies.
 dev-python/ipython notebook



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

2018-03-01 Thread NP Hardass
commit: 66e5bc27dc2d03cc58d7b0ed753f1a14d117386d
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 21:41:22 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 21:41:22 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=66e5bc27

mate-base/mate-applets: Fix bugged bump for 1.18.2, sync from ::gentoo

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 mate-base/mate-applets/mate-applets-1.18.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.18.2.ebuild 
b/mate-base/mate-applets/mate-applets-1.18.2.ebuild
index 496c5ad..f0e4d03 100644
--- a/mate-base/mate-applets/mate-applets-1.18.2.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.18.2.ebuild
@@ -18,7 +18,6 @@ SLOT="0"
 IUSE="X ipv6 policykit +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-#cpupower #593470
 COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/atk:0
>=dev-libs/dbus-glib-0.74:0
@@ -31,7 +30,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=mate-base/mate-panel-1.17.0
>=net-wireless/wireless-tools-28_pre9:0
>=sys-apps/dbus-1.1.2:0
-   =x11-libs/gtk+-3.14:3
x11-libs/gtksourceview:3.0
@@ -62,7 +61,7 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
-PATCHES=( "${FILESDIR}/${PN}-1.14.1-revert-upstream-cpupower-4.7-fix.patch" )
+PATCHES=( "${FILESDIR}/${PN}-1.16.0-cpupower-4.7.patch" )
 
 src_configure() {
mate_src_configure \



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

2018-03-01 Thread Mart Raudsepp
commit: 997917b4eee76b24984148a342df01ba0cb0521d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar  1 21:27:58 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar  1 21:27:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997917b4

sys-apps/sandbox-2.12: arm64 stable (bug #644300)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/sys-apps/sandbox/sandbox-2.12.ebuild 
b/sys-apps/sandbox/sandbox-2.12.ebuild
index 2a7f3ce6beb..616b419f0fe 100644
--- a/sys-apps/sandbox/sandbox-2.12.ebuild
+++ b/sys-apps/sandbox/sandbox-2.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/xz-utils



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

2018-03-01 Thread NP Hardass
commit: fb71d82a74b875a97abaab13a586505eb3e76cad
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 21:10:23 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 21:10:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb71d82a

media-video/vlc: Fix typo in metadata.xml

Thanks to [Arfrever] for pointing it out

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-video/vlc/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml
index 474155e1144..dbc125d2a0d 100644
--- a/media-video/vlc/metadata.xml
+++ b/media-video/vlc/metadata.xml
@@ -41,7 +41,7 @@
Enable Mac OS X quartz text 
module
Enable Mac OS X qtkit module: 
qtcapture (video) and qtsound (audio) module
Enable matroska support using reference 
libraries (fallback on other existing matroska support if disabled, i.e., 
matroska enabled FFmpeg)
-   Enable Chromecast auto-detection using 
net-libs/microdns
+   Enable Chromecast auto-detection using 
net-libs/libmicrodns
Add libmpeg2 support for mpeg-1 and mpeg-2 
video streams
Enable support for nfs protocol via 
net-fs/libnfs
Enable OpenMAX Integration Layer codec 
module



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

2018-03-01 Thread NP Hardass
commit: 1dce7c2aac24c5096f0cd18e8b841e256865eb76
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 21:11:48 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 21:11:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dce7c2a

profiles: arch/powerpc/package.use.mask: fix another typo

 profiles/arch/powerpc/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index b054ac896d5..8d430c67709 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # NP-Hardass  (01 Mar 2018)
-# net-libs/libmicrodns not yet keyworded for arm
+# net-libs/libmicrodns not yet keyworded for ppc
 media-video/vlc microdns
 
 # Amy Liffey 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/powerpc/

2018-03-01 Thread NP Hardass
commit: 3a5bfacf9c2a110b10b812090495ed500f777fa7
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 21:05:24 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 21:06:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5bfacf

profiles: arch/{arm,powerpc}/package.use.mask fix mask message

Thanks to [Arfrever] for pointing out the typos

 profiles/arch/arm/package.use.mask | 4 ++--
 profiles/arch/powerpc/package.use.mask | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index da126677be3..0cced4f828e 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,8 +1,8 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# NP-Hardass  (01 Mar 2018)
-# net-libs/microdns not yet keyworded for arm
+# NP-Hardass  (01 Mar 2018)
+# net-libs/libmicrodns not yet keyworded for arm
 media-video/vlc microdns
 
 # Andreas Sturmlechner  (04 Feb 2018)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index a874315cb41..b054ac896d5 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,8 +1,8 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# NP-Hardass  (01 Mar 2018)
-# net-libs/microdns not yet keyworded for arm
+# NP-Hardass  (01 Mar 2018)
+# net-libs/libmicrodns not yet keyworded for arm
 media-video/vlc microdns
 
 # Amy Liffey 

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

2018-03-01 Thread Jeroen Roovers
commit: 68aa192298206069cbcdd73fcfb91572d245087f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar  1 21:01:06 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar  1 21:02:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68aa1922

x11-misc/xscreensaver: Stable for AMD64 HPPA x86 too.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches

 x11-misc/xscreensaver/xscreensaver-5.38.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xscreensaver/xscreensaver-5.38.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.38.ebuild
index 6c8fa54ec6f..baf1fe48e23 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.38.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.38.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="gdm jpeg new-login offensive opengl pam +perl selinux suid xinerama"
 
 COMMON_DEPEND="



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

2018-03-01 Thread NP Hardass
commit: 81a81af9964ae76f3d57ba643b4317bb44186af7
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 19:54:25 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 20:40:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a81af9

net-libs/libmicrodns: Add new package

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/libmicrodns/Manifest  |  1 +
 .../files/libmicrodns-0.0.9-null-addr-fix.patch| 24 +
 net-libs/libmicrodns/libmicrodns-0.0.9.ebuild  | 31 ++
 net-libs/libmicrodns/libmicrodns-.ebuild   | 29 
 net-libs/libmicrodns/metadata.xml  | 14 ++
 5 files changed, 99 insertions(+)

diff --git a/net-libs/libmicrodns/Manifest b/net-libs/libmicrodns/Manifest
new file mode 100644
index 000..3f931cdd49d
--- /dev/null
+++ b/net-libs/libmicrodns/Manifest
@@ -0,0 +1 @@
+DIST libmicrodns-0.0.9.tar.gz 57333 BLAKE2B 
a9e1d099d4588863dee3c2735a2e3f9cd46212729c342e06cccad1a8e997e85964e7f917ce97f50c0cccd21c1662ef9baf7392333ea666ff65b0577f57bab692
 SHA512 
6f7dbf1a324fed847131745498895ab0773dfc3c7bb96a05bf0fd3df0c0ce19d7f607789f7a5350d34e91e7ba323ee57196eb37ce351f83a9faa82c5fc8d89a8

diff --git a/net-libs/libmicrodns/files/libmicrodns-0.0.9-null-addr-fix.patch 
b/net-libs/libmicrodns/files/libmicrodns-0.0.9-null-addr-fix.patch
new file mode 100644
index 000..e2bb711c7c1
--- /dev/null
+++ b/net-libs/libmicrodns/files/libmicrodns-0.0.9-null-addr-fix.patch
@@ -0,0 +1,24 @@
+From efdf2754f9f8b801048b8fdae2b269f091128193 Mon Sep 17 00:00:00 2001
+From: Jean-Baptiste Kempf 
+Date: Thu, 1 Mar 2018 02:58:13 +0100
+Subject: [PATCH] Fix more of the same crash
+
+---
+ src/mdns.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/mdns.c b/src/mdns.c
+index 132beef..55c5cb4 100644
+--- a/src/mdns.c
 b/src/mdns.c
+@@ -117,7 +117,9 @@ mdns_list_interfaces(multicast_if** pp_intfs, size_t* 
p_nb_intf, int ai_family)
+ return (MDNS_ERROR);
+ }
+ for (c = ifs; c != NULL; c = c->ifa_next) {
+-if (c->ifa_addr->sa_family != ai_family || 
!mdns_is_interface_valuable(c))
++if (c->ifa_addr == NULL ||
++c->ifa_addr->sa_family != ai_family ||
++!mdns_is_interface_valuable(c))
+ continue;
+ memcpy(intfs, c->ifa_addr, sizeof(*intfs));
+ intfs++;

diff --git a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild 
b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
new file mode 100644
index 000..bc70a4e7eb8
--- /dev/null
+++ b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Minimal mDNS resolver (and announcer) library"
+HOMEPAGE="https://videolabs.io;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/videolabs/${PN};
+else
+   SRC_URI="https://github.com/videolabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-0.0.9-null-addr-fix.patch" )
+
+src_prepare(){
+   default
+   eautoreconf
+}

diff --git a/net-libs/libmicrodns/libmicrodns-.ebuild 
b/net-libs/libmicrodns/libmicrodns-.ebuild
new file mode 100644
index 000..b6c7ba5a1eb
--- /dev/null
+++ b/net-libs/libmicrodns/libmicrodns-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Minimal mDNS resolver (and announcer) library"
+HOMEPAGE="https://videolabs.io;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/videolabs/${PN};
+else
+   SRC_URI="https://github.com/videolabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare(){
+   default
+   eautoreconf
+}

diff --git a/net-libs/libmicrodns/metadata.xml 
b/net-libs/libmicrodns/metadata.xml
new file mode 100644
index 000..f6508cd8785
--- /dev/null
+++ b/net-libs/libmicrodns/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   np-hard...@gentoo.org
+   NP-Hardass
+   
+   
+   Minimal mDNS resolver (and announcer) library
+   
+   
+   videolabs/libmicrodns
+   
+



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

2018-03-01 Thread NP Hardass
commit: 232f954250b035d44fc0c8a4df5785575b46587a
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 20:51:02 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 20:51:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232f9542

media-video/vlc: Fix chromecast auto-detection

Chromecasts will now be autodetected when using USE=microdns to provide
Chromecast mdns support.  Autodetected Chromecasts display in the
Playback->Renderer submenu.

Closes: https://bugs.gentoo.org/647668
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-video/vlc/metadata.xml  |  1 +
 .../vlc/{vlc-3.0.0-r2.ebuild => vlc-3.0.0-r3.ebuild}  | 19 ++-
 media-video/vlc/vlc-3.0..ebuild   | 19 ++-
 media-video/vlc/vlc-.ebuild   | 19 ++-
 4 files changed, 43 insertions(+), 15 deletions(-)

diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml
index 318f173252f..474155e1144 100644
--- a/media-video/vlc/metadata.xml
+++ b/media-video/vlc/metadata.xml
@@ -41,6 +41,7 @@
Enable Mac OS X quartz text 
module
Enable Mac OS X qtkit module: 
qtcapture (video) and qtsound (audio) module
Enable matroska support using reference 
libraries (fallback on other existing matroska support if disabled, i.e., 
matroska enabled FFmpeg)
+   Enable Chromecast auto-detection using 
net-libs/microdns
Add libmpeg2 support for mpeg-1 and mpeg-2 
video streams
Enable support for nfs protocol via 
net-fs/libnfs
Enable OpenMAX Integration Layer codec 
module

diff --git a/media-video/vlc/vlc-3.0.0-r2.ebuild 
b/media-video/vlc/vlc-3.0.0-r3.ebuild
similarity index 95%
rename from media-video/vlc/vlc-3.0.0-r2.ebuild
rename to media-video/vlc/vlc-3.0.0-r3.ebuild
index 248cb95f3cd..3793d2b5b09 100644
--- a/media-video/vlc/vlc-3.0.0-r2.ebuild
+++ b/media-video/vlc/vlc-3.0.0-r3.ebuild
@@ -33,11 +33,11 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb 
chromaprint chromecast dbus
debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth 
fontconfig
+gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate libass 
libav libcaca
libnotify +libsamplerate libtar libtiger linsys lirc live lua 
macosx-notifications
-   macosx-qtkit matroska modplug mp3 mpeg mtp musepack ncurses neon nfs 
ogg omxil opencv
-   optimisememory opus png postproc projectm pulseaudio +qt5 rdp rtsp 
run-as-root
-   samba schroedinger sdl-image sftp shout sid skins speex ssl svg taglib 
theora tremor
-   truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx wayland 
wma-fixed +X
-   x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse
+   macosx-qtkit matroska microdns modplug mp3 mpeg mtp musepack ncurses 
neon nfs ogg
+   omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 
rdp rtsp
+   run-as-root samba schroedinger sdl-image sftp shout sid skins speex ssl 
svg taglib
+   theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis 
vpx wayland
+   wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx 
cpu_flags_x86_sse
 "
 REQUIRED_USE="
bidi? ( truetype )
@@ -126,6 +126,7 @@ RDEPEND="
dev-libs/libebml:0=
media-libs/libmatroska:0=
)
+   microdns? ( >=net-libs/libmicrodns-0.0.9:= )
modplug? ( media-libs/libmodplug:0 )
mp3? ( media-libs/libmad:0 )
mpeg? ( media-libs/libmpeg2:0 )
@@ -226,6 +227,13 @@ DOCS=( AUTHORS THANKS NEWS README doc/fortunes.txt )
 
 S="${WORKDIR}/${MY_P}"
 
+pkg_pretend() {
+   # https://bugs.gentoo.org/647668
+   if use chromecast && ! use microdns; then
+   einfo "USE=microdns is required for Chromecast autodetection 
support"
+   fi
+}
+
 src_prepare() {
default
 
@@ -320,6 +328,7 @@ src_configure() {
$(use_enable lua)
$(use_enable macosx-notifications osx-notifications)
$(use_enable macosx-qtkit)
+   $(use_enable microdns)
$(use_enable modplug mod)
$(use_enable mp3 mad)
$(use_enable mpeg libmpeg2)

diff --git a/media-video/vlc/vlc-3.0..ebuild 
b/media-video/vlc/vlc-3.0..ebuild
index 5fca81c28a2..afb90b0cb92 100644
--- a/media-video/vlc/vlc-3.0..ebuild
+++ b/media-video/vlc/vlc-3.0..ebuild
@@ -33,11 +33,11 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb 
chromaprint chromecast dbus
debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth 
fontconfig
+gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate libass 
libav libcaca
libnotify +libsamplerate libtar libtiger linsys lirc live lua 
macosx-notifications
-   macosx-qtkit matroska modplug mp3 mpeg mtp musepack 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/powerpc/

2018-03-01 Thread NP Hardass
commit: 6e20c0d853999863a6d75f6b0dde9c858f2533c3
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 20:29:13 2018 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 20:40:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e20c0d8

profiles: arch/{arm,powerpc}/package.use.mask mask microdns for media-video/vlc 
until keyworded

 profiles/arch/arm/package.use.mask | 4 
 profiles/arch/powerpc/package.use.mask | 4 
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 9dac9c178b8..da126677be3 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# NP-Hardass  (01 Mar 2018)
+# net-libs/microdns not yet keyworded for arm
+media-video/vlc microdns
+
 # Andreas Sturmlechner  (04 Feb 2018)
 # Depends on not yet keyworded dev-python/geoip-python. Bug #636860
 net-p2p/deluge geoip

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index c84854b4a22..a874315cb41 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# NP-Hardass  (01 Mar 2018)
+# net-libs/microdns not yet keyworded for arm
+media-video/vlc microdns
+
 # Amy Liffey 

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

2018-03-01 Thread Jeroen Roovers
commit: 55c784af97a4fc491ae6c54ddaa58f1749d02cde
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar  1 20:28:24 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar  1 20:28:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c784af

licenses: Add JPRS for net-dns/idnkit-2*.

 licenses/JPRS | 181 ++
 1 file changed, 181 insertions(+)

diff --git a/licenses/JPRS b/licenses/JPRS
new file mode 100755
index 000..566f50b6a6d
--- /dev/null
+++ b/licenses/JPRS
@@ -0,0 +1,181 @@
+  TERMS AND CONDITIONS
+  FOR
+OPEN SOURCE CODE LICENSE
+  Version 1.1
+
+Japan Registry Services Co., Ltd. ("JPRS"), a Japanese corporation
+having its head office at Chiyoda First Bldg. East 13F 3-8-1 Nishi-Kanda,
+Chiyoda-ku, Tokyo 101-0065, Japan, grants you the license for open source
+code specified in EXHIBIT A the "Code" subject to the following Terms and
+Conditions ("OSCL").
+
+1. License Grant.
+  JPRS hereby grants you a worldwide, royalty-free, non-exclusive
+  license, subject to third party intellectual property claims:
+  (a) under intellectual property rights (other than patent or
+  trademark) licensable by JPRS to use, reproduce, modify, display,
+  perform, sublicense and distribute the Code (or portions thereof)
+  with or without modifications, and/or as part of a derivative work;
+  or
+  (b) under claims of the infringement through the making, using,
+  offering to sell and/or otherwise disposing the JPRS Revised Code
+  (or portions thereof);
+  (c) the licenses granted in this Section 1(a) and (b) are effective on
+  the date JPRS first distributes the Code to you under the terms of
+  this OSCL;
+  (d) Notwithstanding the above stated terms, no patent license is
+  granted:
+  1)  for a code that you delete from the Code;
+  2)  separate from the Code; or
+  3)  for infringements caused by:
+   i) modification of the Code; or
+  ii) combination of the Code with other software or devices.
+
+2. Consents.
+  You agree that:
+  (a) you must include a copy of this OSCL and the notice set forth in
+  EXHIBIT A with every copy of the Code you distribute;
+  (b) you must include a copy of this OSCL and the notice set forth in
+  EXHIBIT A with every copy of binary form of the Code in the
+  documentation and/or other materials provided with the distribution;
+  (c) you may not offer or impose any terms on any source code version
+  that alters or restricts the applicable version of this OSCL or
+  the recipients' rights hereunder.
+  (d) If the terms and conditions are set forth in EXHIBIT A, you must
+  comply with those terms and conditions.
+
+3. Proprietary Information.
+  All trademarks, service marks, patents, copyrights, trade secrets, and
+  other proprietary rights in or related to the Code are and will remain
+  the exclusive property of JPRS or its licensors, whether or not
+  specifically recognized or perfected under local law except specified
+  in this OSCL; provided however you agree and understand that the JPRS
+  name may not be used to endorse or promote this Code without prior
+  written approval of JPRS.
+
+4. WARRANTY DISCLAIMER.
+  JPRS MAKES NO REPRESENTATIONS AND WARRANTIES REGARDING THE USE OF THE
+  CODE, NOR DOES JPRS MAKE ANY REPRESENTATIONS THAT THE CODE WILL BECOME
+  COMMERCIALLY AVAILABLE. JPRS, ITS AFFILIATES, AND ITS SUPPLIERS DO NOT
+  WARRANT OR REPRESENT THAT THE CODE IS FREE OF ERRORS OR THAT THE CODE
+  IS SUITABLE FOR TRANSLATION AND/OR LOCALIZATION. THE CODE IS PROVIDED
+  ON AN "AS IS" BASIS AND JPRS AND ITS SUPPLIERS HAVE NO OBLIGATION TO
+  CORRECT ERRORS OR TO SUPPORT THE CODE UNDER THIS OSCL FOR ANY REASON.
+  TO THE FULL EXTENT PERMITTED BY LAW, ALL OBLIGATIONS ARE HEREBY
+  EXCLUDED WHETHER EXPRESS, STATUTORY OR IMPLIED UNDER LAW, COURSE OF
+  DEALING, CUSTOM, TRADE USAGE, ORAL OR WRITTEN STATEMENT OR OTHERWISE,
+  INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY
+  OR FITNESS FOR A PARTICULAR PURPOSE CONCERNING THE CODE.
+
+5. NO LIABILITY.
+  UNDER NO CIRCUMSTANCES SHALL JPRS AND/OR ITS AFFILIATES, LICENSORS, OR
+  REPRESENTATIVES BE LIABLE FOR ANY DAMAGES INCLUDING BUT NOT LIMITED TO
+  CONSEQUENTIAL, INDIRECT, SPECIAL, PUNITIVE OR INCIDENTAL DAMAGES,
+  WHETHER FORESEEABLE OR UNFORESEEABLE, BASED ON YOUR CLAIMS, INCLUDING,
+  BUT NOT LIMITED TO, CLAIMS FOR LOSS OF DATA, GOODWILL, PROFITS, USE OF
+  MONEY, INTERRUPTION IN USE OR AVAILABILITY OF DATA, STOPPAGE, IMPLIED
+  WARRANTY, BREACH OF CONTRACT, MISREPRESENTATION, NEGLIGENCE, STRICT
+  LIABILITY IN TORT, OR OTHERWISE.
+
+6. Indemnification.
+  You hereby agree to indemnify, defend, and hold harmless JPRS for any
+  liability incurred by JRPS due to your terms of warranty, 

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

2018-03-01 Thread Jeroen Roovers
commit: 5929b40510064c231aed4811e4ac9c002291e71f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar  1 20:27:07 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar  1 20:28:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5929b405

net-dns/idnkit: Version 2.3.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-dns/idnkit/Manifest |  1 +
 net-dns/idnkit/files/idnkit-2.3-log_h.patch | 38 +
 net-dns/idnkit/idnkit-2.3.ebuild| 35 ++
 net-dns/idnkit/metadata.xml | 10 +---
 4 files changed, 80 insertions(+), 4 deletions(-)

diff --git a/net-dns/idnkit/Manifest b/net-dns/idnkit/Manifest
index d21950c3f52..05f1c89fabb 100644
--- a/net-dns/idnkit/Manifest
+++ b/net-dns/idnkit/Manifest
@@ -1 +1,2 @@
 DIST idnkit-1.0-src.tar.gz 432823 BLAKE2B 
4e96bed174ea704ec0eb5c6655cb65145ed808b2bf9582ec9b6dcb8606de7a006937a2f8d8fce386dbc328e074b95ca504464c1ed6d16acc7be82d9904f2c2b4
 SHA512 
74f2db007a1991610f62a7a060d534f724f08395a16a7d76fda0824e9017aa47ffe4e251c90d0481218b70534fcd2b32724a66223042f59c1e16c1ff39f3be19
+DIST idnkit-2.3.tar.bz2 1473267 BLAKE2B 
efc2a93527c217b32bfd0e2546944b30d39c3fa046e17c11f2084721f966dc838bfa821c88378c0604cbeafb8d4970cf3c19122182448d5e48c2d392a42225c6
 SHA512 
a0cbc111d4b7d5f444c9b79ae76378fd2edf18097adca27d5ebf811e12091f609ec45d2c62a95b1e295bd1fa644bd8a38d79841f7f4e85dcd1f6a1cd5ca622e4

diff --git a/net-dns/idnkit/files/idnkit-2.3-log_h.patch 
b/net-dns/idnkit/files/idnkit-2.3-log_h.patch
new file mode 100644
index 000..975ea0b58db
--- /dev/null
+++ b/net-dns/idnkit/files/idnkit-2.3-log_h.patch
@@ -0,0 +1,38 @@
+net-dns/bind-tools uses idn/log.h
+
+--- a/include/Makefile.am
 b/include/Makefile.am
+@@ -1,6 +1,7 @@
+ nobase_include_HEADERS = \
+   idn/api.h \
+   idn/export.h \
++  idn/log.h \
+   idn/res.h \
+   idn/resconf.h \
+   idn/result.h
+@@ -22,7 +23,6 @@
+   idn/langlocalmap.h \
+   idn/localconverter.h \
+   idn/localencoding.h \
+-  idn/log.h \
+   idn/logmacro.h \
+   idn/lowercasemap.h \
+   idn/maplist.h \
+--- a/include/Makefile.in
 b/include/Makefile.in
+@@ -226,6 +226,7 @@
+ nobase_include_HEADERS = \
+   idn/api.h \
+   idn/export.h \
++  idn/log.h \
+   idn/res.h \
+   idn/resconf.h \
+   idn/result.h
+@@ -247,7 +248,6 @@
+   idn/langlocalmap.h \
+   idn/localconverter.h \
+   idn/localencoding.h \
+-  idn/log.h \
+   idn/logmacro.h \
+   idn/lowercasemap.h \
+   idn/maplist.h \

diff --git a/net-dns/idnkit/idnkit-2.3.ebuild b/net-dns/idnkit/idnkit-2.3.ebuild
new file mode 100644
index 000..6935a925254
--- /dev/null
+++ b/net-dns/idnkit/idnkit-2.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit ltprune
+
+DESCRIPTION="Toolkit for Internationalized Domain Names (IDN)"
+HOMEPAGE="https://jprs.co.jp/idn/;
+SRC_URI="${HOMEPAGE}${P}.tar.bz2"
+
+LICENSE="JPRS"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="liteonly static-libs"
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   ${DEPEND}
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3-log_h.patch
+)
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable liteonly)
+}
+
+src_install() {
+   default
+
+   prune_libtool_files
+}

diff --git a/net-dns/idnkit/metadata.xml b/net-dns/idnkit/metadata.xml
index f8bd6f3f34f..568bd4ccbd6 100644
--- a/net-dns/idnkit/metadata.xml
+++ b/net-dns/idnkit/metadata.xml
@@ -1,8 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   j...@gentoo.org
-   Jeroen Roovers
-   
+
+j...@gentoo.org
+
+
+Compile and install lite library only
+
 



[gentoo-commits] proj/sci:master commit in: sci-libs/trilinos/files/, sci-libs/trilinos/

2018-03-01 Thread Matthias Maier
commit: 71b61b6baebd6d93da9ed756a136a325828ecce8
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb 28 17:26:41 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Mar  1 20:18:14 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=71b61b6b

sci-libs/trilinos: version bump to 12.12.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...nos-12.12.1-fix_install_paths_for_destdir.patch | 1069 
 ...trilinos-12.12.1-fix_sundance_compilation.patch |   33 +
 sci-libs/trilinos/trilinos-12.12.1.ebuild  |  207 
 3 files changed, 1309 insertions(+)

diff --git 
a/sci-libs/trilinos/files/trilinos-12.12.1-fix_install_paths_for_destdir.patch 
b/sci-libs/trilinos/files/trilinos-12.12.1-fix_install_paths_for_destdir.patch
new file mode 100644
index 0..d4e04a438
--- /dev/null
+++ 
b/sci-libs/trilinos/files/trilinos-12.12.1-fix_install_paths_for_destdir.patch
@@ -0,0 +1,1069 @@
+diff --git a/commonTools/gtest/CMakeLists.txt 
b/commonTools/gtest/CMakeLists.txt
+index 4b96030..34aef5f 100644
+--- a/commonTools/gtest/CMakeLists.txt
 b/commonTools/gtest/CMakeLists.txt
+@@ -36,7 +36,7 @@ TRIBITS_ADD_LIBRARY(
+   )
+ 
+ #install gtest header into the correct subdir.
+-INSTALL(FILES ${HEADERS} DESTINATION 
${CMAKE_INSTALL_PREFIX}/${Trilinos_INSTALL_INCLUDE_DIR}/gtest/)
++INSTALL(FILES ${HEADERS} DESTINATION ${Trilinos_INSTALL_INCLUDE_DIR}/gtest/)
+ 
+ 
+ 
+diff --git a/packages/rol/adapters/arrayfire/src/CMakeLists.txt 
b/packages/rol/adapters/arrayfire/src/CMakeLists.txt
+index 2c6b4b0..6184d3d 100644
+--- a/packages/rol/adapters/arrayfire/src/CMakeLists.txt
 b/packages/rol/adapters/arrayfire/src/CMakeLists.txt
+@@ -36,4 +36,4 @@ IF (ROL_ENABLE_ArrayFireCPU)
+  )
+ ENDIF()
+ 
+-INSTALL(FILES ${HEADERS} DESTINATION 
${CMAKE_INSTALL_PREFIX}/${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
++INSTALL(FILES ${HEADERS} DESTINATION ${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
+diff --git a/packages/rol/adapters/belos/src/CMakeLists.txt 
b/packages/rol/adapters/belos/src/CMakeLists.txt
+index 109f28e..3749b75 100644
+--- a/packages/rol/adapters/belos/src/CMakeLists.txt
 b/packages/rol/adapters/belos/src/CMakeLists.txt
+@@ -39,4 +39,4 @@ IF (ROL_ENABLE_Belos)
+   )
+ ENDIF()
+ 
+-INSTALL(FILES ${HEADERS} DESTINATION 
${CMAKE_INSTALL_PREFIX}/${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
++INSTALL(FILES ${HEADERS} DESTINATION ${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
+diff --git a/packages/rol/adapters/epetra/src/CMakeLists.txt 
b/packages/rol/adapters/epetra/src/CMakeLists.txt
+index f2b329b..d96b18d 100644
+--- a/packages/rol/adapters/epetra/src/CMakeLists.txt
 b/packages/rol/adapters/epetra/src/CMakeLists.txt
+@@ -42,4 +42,4 @@ IF (ROL_ENABLE_Epetra)
+   )
+ ENDIF()
+ 
+-INSTALL(FILES ${HEADERS} DESTINATION 
${CMAKE_INSTALL_PREFIX}/${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
++INSTALL(FILES ${HEADERS} DESTINATION ${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
+diff --git a/packages/rol/adapters/minitensor/src/CMakeLists.txt 
b/packages/rol/adapters/minitensor/src/CMakeLists.txt
+index 0da2642..d91a4a7 100644
+--- a/packages/rol/adapters/minitensor/src/CMakeLists.txt
 b/packages/rol/adapters/minitensor/src/CMakeLists.txt
+@@ -67,4 +67,4 @@ IF (ROL_ENABLE_Boost AND ROL_ENABLE_MiniTensor)
+   )
+ ENDIF()
+ 
+-INSTALL(FILES ${HEADERS} DESTINATION 
${CMAKE_INSTALL_PREFIX}/${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
++INSTALL(FILES ${HEADERS} DESTINATION ${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
+diff --git a/packages/rol/adapters/sacado/src/CMakeLists.txt 
b/packages/rol/adapters/sacado/src/CMakeLists.txt
+index 1ac1a19..a808d63 100644
+--- a/packages/rol/adapters/sacado/src/CMakeLists.txt
 b/packages/rol/adapters/sacado/src/CMakeLists.txt
+@@ -37,4 +37,4 @@ IF (ROL_ENABLE_Sacado)
+   )
+ ENDIF()
+ 
+-INSTALL(FILES ${HEADERS} DESTINATION 
${CMAKE_INSTALL_PREFIX}/${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
++INSTALL(FILES ${HEADERS} DESTINATION ${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
+diff --git a/packages/rol/adapters/teuchos/src/CMakeLists.txt 
b/packages/rol/adapters/teuchos/src/CMakeLists.txt
+index 802760c..34aae17 100644
+--- a/packages/rol/adapters/teuchos/src/CMakeLists.txt
 b/packages/rol/adapters/teuchos/src/CMakeLists.txt
+@@ -42,4 +42,4 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/function)
+ )
+ 
+ 
+-INSTALL(FILES ${HEADERS} DESTINATION 
${CMAKE_INSTALL_PREFIX}/${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
++INSTALL(FILES ${HEADERS} DESTINATION ${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
+diff --git a/packages/rol/adapters/thyra/src/CMakeLists.txt 
b/packages/rol/adapters/thyra/src/CMakeLists.txt
+index 725cad8..357e799 100644
+--- a/packages/rol/adapters/thyra/src/CMakeLists.txt
 b/packages/rol/adapters/thyra/src/CMakeLists.txt
+@@ -49,4 +49,4 @@ IF (ROL_ENABLE_Thyra)
+   )
+ ENDIF()
+ 
+-INSTALL(FILES ${HEADERS} DESTINATION 
${CMAKE_INSTALL_PREFIX}/${${PROJECT_NAME}_INSTALL_INCLUDE_DIR})
++INSTALL(FILES ${HEADERS} DESTINATION 

[gentoo-commits] proj/sci:master commit in: sci-libs/trilinos/files/, sci-libs/trilinos/

2018-03-01 Thread Matthias Maier
commit: 38595d3ace6adaa1b66b6641598eb4dfcd9ae94b
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Feb 28 17:29:10 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Mar  1 20:18:27 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=38595d3a

sci-libs/trilinos: drop old versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../files/trilinos-11.12.1-fix-install-paths.patch |  61 --
 .../files/trilinos-11.4.2-fix-install-paths.patch  |  60 --
 ...inos-12.0.1-fix_install_paths_for_destdir.patch | 654 -
 .../files/trilinos-12.2.1-compilation_fixes.patch  |  43 --
 ...inos-12.6.2-fix_install_paths_for_destdir.patch | 652 
 sci-libs/trilinos/trilinos-12.0.1.ebuild   | 207 ---
 sci-libs/trilinos/trilinos-12.2.1.ebuild   | 208 ---
 sci-libs/trilinos/trilinos-12.6.3.ebuild   | 207 ---
 sci-libs/trilinos/trilinos-12.6.4.ebuild   | 207 ---
 9 files changed, 2299 deletions(-)

diff --git a/sci-libs/trilinos/files/trilinos-11.12.1-fix-install-paths.patch 
b/sci-libs/trilinos/files/trilinos-11.12.1-fix-install-paths.patch
deleted file mode 100644
index 9a0229239..0
--- a/sci-libs/trilinos/files/trilinos-11.12.1-fix-install-paths.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-diff --git a/cmake/tribits/package_arch/TribitsWriteClientExportFiles.cmake 
b/cmake/tribits/package_arch/TribitsWriteClientExportFiles.cmake
-index e1c633f..864488f 100644
 a/cmake/tribits/package_arch/TribitsWriteClientExportFiles.cmake
-+++ b/cmake/tribits/package_arch/TribitsWriteClientExportFiles.cmake
-@@ -494,8 +494,8 @@ 
INCLUDE(\"${PROJECT_BINARY_DIR}/${PACKAGE_NAME}Targets.cmake\")"
-   FOREACH(PATH ${PATH_LIST})
- SET(RELATIVE_PATH "${RELATIVE_PATH}/..")
-   ENDFOREACH()
--  SET(FULL_LIBRARY_DIRS_SET 
"\${CMAKE_CURRENT_LIST_DIR}/${RELATIVE_PATH}/${${PROJECT_NAME}_INSTALL_LIB_DIR}")
--  SET(FULL_INCLUDE_DIRS_SET 
"\${CMAKE_CURRENT_LIST_DIR}/${RELATIVE_PATH}/${${PROJECT_NAME}_INSTALL_INCLUDE_DIR}")
-+  SET(FULL_LIBRARY_DIRS_SET "${${PROJECT_NAME}_INSTALL_LIB_DIR}")
-+  SET(FULL_INCLUDE_DIRS_SET "${${PROJECT_NAME}_INSTALL_INCLUDE_DIR}")
- 
-   # Custom code in configuration file.
-   SET(PACKAGE_CONFIG_CODE "")
-@@ -574,14 +574,14 @@ 
FUNCTION(TRIBITS_WRITE_PROJECT_CLIENT_EXPORT_FILES_INSTALL_TARGETS PACKAGE_NAME)
-   IF (${PROJECT_NAME}_ENABLE_INSTALL_CMAKE_CONFIG_FILES)
- INSTALL(
-   FILES 
${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/${PACKAGE_NAME}Config_install.cmake
--  DESTINATION "${${PROJECT_NAME}_INSTALL_LIB_DIR}/cmake/${PACKAGE_NAME}"
-+  DESTINATION "${${PROJECT_NAME}_INSTALL_CONFIG_DIR}/${PACKAGE_NAME}"
-   RENAME ${PACKAGE_NAME}Config.cmake
-   )
- 
- IF(${PACKAGE_NAME}_HAS_NATIVE_LIBRARIES)
-   INSTALL(
- EXPORT ${PACKAGE_NAME}
--DESTINATION "${${PROJECT_NAME}_INSTALL_LIB_DIR}/cmake/${PACKAGE_NAME}"
-+DESTINATION "${${PROJECT_NAME}_INSTALL_CONFIG_DIR}/${PACKAGE_NAME}"
- FILE ${PACKAGE_NAME}Targets.cmake
- )
- ENDIF()
-@@ -819,8 +819,8 @@ 
include(\"${${TRIBITS_PACKAGE}_BINARY_DIR}/${TRIBITS_PACKAGE}Config.cmake\")")
-   FOREACH(PATH ${PATH_LIST})
- SET(RELATIVE_PATH "${RELATIVE_PATH}/..")
-   ENDFOREACH()
--  SET(${PROJECT_NAME}_CONFIG_INCLUDE_DIRS 
"\${CMAKE_CURRENT_LIST_DIR}/${RELATIVE_PATH}/${${PROJECT_NAME}_INSTALL_INCLUDE_DIR}")
--  SET(${PROJECT_NAME}_CONFIG_LIBRARY_DIRS 
"\${CMAKE_CURRENT_LIST_DIR}/${RELATIVE_PATH}/${${PROJECT_NAME}_INSTALL_LIB_DIR}")
-+  SET(${PROJECT_NAME}_CONFIG_INCLUDE_DIRS 
"${${PROJECT_NAME}_INSTALL_INCLUDE_DIR}")
-+  SET(${PROJECT_NAME}_CONFIG_LIBRARY_DIRS 
"${${PROJECT_NAME}_INSTALL_LIB_DIR}")
- 
-   # Write the specification of the rpath if necessary. This is only needed if 
we're building shared libraries.
-   IF(BUILD_SHARED_LIBS)
-@@ -845,7 +845,7 @@ 
include(\"\${CMAKE_CURRENT_LIST_DIR}/../${TRIBITS_PACKAGE}/${TRIBITS_PACKAGE}Con
- 
- INSTALL(
-   FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config_install.cmake
--  DESTINATION "${${PROJECT_NAME}_INSTALL_LIB_DIR}/cmake/${PROJECT_NAME}"
-+  DESTINATION "${${PROJECT_NAME}_INSTALL_CONFIG_DIR}/${PROJECT_NAME}"
-   RENAME ${PROJECT_NAME}Config.cmake
-   )
-   ENDIF()
-@@ -890,7 +890,7 @@ 
include(\"\${CMAKE_CURRENT_LIST_DIR}/../${TRIBITS_PACKAGE}/${TRIBITS_PACKAGE}Con
- )
-   INSTALL(
- FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake
--DESTINATION "${${PROJECT_NAME}_INSTALL_LIB_DIR}/cmake/${PROJECT_NAME}"
-+DESTINATION "${${PROJECT_NAME}_INSTALL_CONFIG_DIR}/${PROJECT_NAME}"
- )
- 
- ENDFUNCTION()

diff --git a/sci-libs/trilinos/files/trilinos-11.4.2-fix-install-paths.patch 
b/sci-libs/trilinos/files/trilinos-11.4.2-fix-install-paths.patch
deleted file mode 100644
index a9c222e0e..0
--- a/sci-libs/trilinos/files/trilinos-11.4.2-fix-install-paths.patch
+++ /dev/null
@@ -1,60 +0,0 @@
 

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

2018-03-01 Thread Nicolas Bock
commit: eab162ad58b92c49b22dfac5e2935ec1dc233272
Author: Nicolas Bock  gentoo  org>
AuthorDate: Thu Mar  1 20:12:51 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Thu Mar  1 20:13:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab162ad

dev-python/ebuildtester: Version bump to v0.1.7

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/ebuildtester/Manifest  |  1 +
 dev-python/ebuildtester/ebuildtester-0.1.7.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/ebuildtester/Manifest b/dev-python/ebuildtester/Manifest
index f0f2fa5ae4f..7137cbeaf80 100644
--- a/dev-python/ebuildtester/Manifest
+++ b/dev-python/ebuildtester/Manifest
@@ -3,3 +3,4 @@ DIST ebuildtester-0.1.3.tar.gz 8969 BLAKE2B 
a5da5ea9bf951e6aff6ec084812c97ecc467
 DIST ebuildtester-0.1.4.tar.gz 4606 BLAKE2B 
6fb02af5a6aea9a1c4c707686abe643c39e620e8be1ae99c3654a32a49908b64eb4dc85a02374a3cb96159b00814791405ca82c7e2009feb57018b820cf8bb73
 SHA512 
7067483eee04b63da2c716c317a44268d30f5ed28cb0b43ad76a15d49405495f54788ea5401449543e797325b16f1b70fba80f0243066b083729abc35383a7b5
 DIST ebuildtester-0.1.5.tar.gz 4602 BLAKE2B 
da79f568be9abdfe6758db8edbf4252730ce25786500a524559613f5c83f32d972b04887b01b9e00f24310f663e9a91a9cbbdc9a9b6d3c588dee3cf57fa13ac8
 SHA512 
a610bcdbcb4387fa71ed0a38cbccf117e3db4879e8cee4f307fa4f528664e35972c9d3698609c1cfe284db01795047cf13572f0cfb947cd3ca4adea291f100c3
 DIST ebuildtester-0.1.6.tar.gz 11350 BLAKE2B 
2dbc73a080cb0e6334e1e852f67dbf04e646030714f706e2ac355aac30679bab4e8420d31072d6c6de85a6dda5c2d4d412643f15cc2692f19b1715b22350c259
 SHA512 
68c877d9eb5dcd0ec21781e92225b3e360ef4fce8aca18b166f1589ba57eaf26e8d9af859e325e1c7c0f80640389a6da137e1fe5920b9be4aa9d35e215d7b80d
+DIST ebuildtester-0.1.7.tar.gz 12257 BLAKE2B 
cfa936bed77cb9a1e7be55055d1feacbd29d10167a7a4987258d197621ee48697335bdc67e1006ea2b6524397a2ad107677aaa70d1fdf8768ec024959ac9aa08
 SHA512 
53bbe3c6cd502c4678cea62d3743ff61ed055d5143a5074c9ac6b136aa05692bdd082467c309ccffb63ad1ba25d88ebcaa1562333ccbd73f4191233c22ca6261

diff --git a/dev-python/ebuildtester/ebuildtester-0.1.7.ebuild 
b/dev-python/ebuildtester/ebuildtester-0.1.7.ebuild
new file mode 100644
index 000..ed8da344648
--- /dev/null
+++ b/dev-python/ebuildtester/ebuildtester-0.1.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="A dockerized approach to test a Gentoo package within a clean 
stage3"
+HOMEPAGE="http://ebuildtester.readthedocs.io/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+   app-emulation/docker
+"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+src_install() {
+   distutils-r1_src_install
+   newbashcomp "${FILESDIR}/${PN}.bash-completion" "${PN}"
+}



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

2018-03-01 Thread William Hubbs
commit: c5e051f8e0bb9829cd20b2f822dffae2ba36f07e
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Mar  1 20:08:34 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Mar  1 20:08:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e051f8

sys-apps/openrc: sync live ebuild

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/sys-apps/openrc/openrc-.ebuild 
b/sys-apps/openrc/openrc-.ebuild
index e261b2d39bd..eda95f74141 100644
--- a/sys-apps/openrc/openrc-.ebuild
+++ b/sys-apps/openrc/openrc-.ebuild
@@ -53,6 +53,8 @@ RDEPEND="${COMMON_DEPEND}
>=sec-policy/selinux-base-policy-2.20170204-r4
>=sec-policy/selinux-openrc-2.20170204-r4
)
+   !app-shells/gentoo-bashcomp
+   !

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

2018-03-01 Thread Sebastian Pipping
commit: 117966ac9eb18d0c121f80d6cf5ee3faabdfdfd7
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Mar  1 20:06:34 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Thu Mar  1 20:07:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117966ac

app-crypt/ubuntu-keyring: 2018.02.28, remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/ubuntu-keyring/Manifest  |  7 +--
 .../ubuntu-keyring-2012.05.19.ebuild   | 20 
 .../ubuntu-keyring-2016.09.01.ebuild   | 20 
 .../ubuntu-keyring-2016.09.19.ebuild   | 22 --
 .../ubuntu-keyring-2016.10.27.ebuild   | 20 
 .../ubuntu-keyring-2018.02.05.ebuild   | 22 --
 06.ebuild => ubuntu-keyring-2018.02.28.ebuild} |  2 --
 7 files changed, 1 insertion(+), 112 deletions(-)

diff --git a/app-crypt/ubuntu-keyring/Manifest 
b/app-crypt/ubuntu-keyring/Manifest
index 55ef957b617..d3ce0cda5e6 100644
--- a/app-crypt/ubuntu-keyring/Manifest
+++ b/app-crypt/ubuntu-keyring/Manifest
@@ -1,6 +1 @@
-DIST ubuntu-keyring_2012.05.19.tar.gz 18495 BLAKE2B 
8bc9e0c8a112e50b686db7224b88aafd3bf7336071d404ef70f5007ea2be8c9b1e6fe07dc0744e540f948c42e9730ed3accd49dbd9a9a324d43bf4b8012b1a9f
 SHA512 
3f33099255af9aad1ae8ae845074e714dc846134f49934b221a74c21ef35af5172dc1d845d3819cb28f353abd23df690b15fa0e7f74f8e2a882ddef1ab150f54
-DIST ubuntu-keyring_2016.09.01.tar.gz 18251 BLAKE2B 
223982d494c7f455e834b8ed1763bd84fe0929af3a556143b7a166160ac056fc07bad5c52dafb170df0ab232bed6816479e2dad549bc90becdf7d847345523ae
 SHA512 
ae48fb7a57c95140abb38fa3ed0484acf5374ecc562b54ca321a1c33e76178c3f9e5869ceca1f529686135d601f5738d4426589e558f65923271ca5d2f16ebe2
-DIST ubuntu-keyring_2016.09.19.tar.gz 20282 BLAKE2B 
bfe9af3dd25b2f35f27bd421b5b03d94f018fc02af0f3dfb95441260b31ec48ea406c869305f99a1599661bc4862e40c9258d5fe39c2b84e8a3534f3ae807e1c
 SHA512 
2dec94d99502730f455ca9832a0f20a027fbcbd896124b93f79dbf0b2c15e73641719626c08caaf9d35922d569929097f2e2189bad855d12bf4cddd2e4379d19
-DIST ubuntu-keyring_2016.10.27.tar.gz 19182 BLAKE2B 
2a3f67be4f2e14e15747f497ffb6a5d784010ae4532b4b3990103cc461f7e2af8a00957fb173ab98e7e44e3fab843c611c33a88cd68c462e09b70a54acfe3cce
 SHA512 
ac4b4353a89bd15f8511ba1cecccb6597c407b67b4642c24ae1e461b2be2a5b2989bf5bc033cb2a265217688a366d2c2907b52bc1e484061348cb218ee5cb6a2
-DIST ubuntu-keyring_2018.02.05.tar.gz 27788 BLAKE2B 
6d11ad002063eb0663316a157058fe4733bae42af4bb6620c20f0230b0f3f0c7a7760b90401c7fe711f0177de9302f13814245dff4476e8781912e08fa35a8d3
 SHA512 
cbed6d444f9d83c46f9d4a3351dec7da2ae9746fc56fa66f74c95719fa0ecdb84edb90c74acec26ffecae3741c9c460c84208bdbd3a1ec006b735acf90a7fe99
-DIST ubuntu-keyring_2018.02.06.tar.gz 29977 BLAKE2B 
0ea4fc1ab191ee1c04eb1df1675ce3b1a432415c726e2778d9dd7e2bf7eb6b122d39438d07217279172ad19c3618e95b378516cd8bca63fe860b0e721678db07
 SHA512 
bd87412686dbdc5ca25bad5d810a7410f3d9472cc254d8dc8936d45fd65b559ed5b4f103058192afd8db8b9fc01adb9a71125e998bbeb939b01c732e5c1f03b6
+DIST ubuntu-keyring_2018.02.28.tar.gz 30181 BLAKE2B 
1dc1232aa3ddbbb4a908e2b0deb035fd2ae61ddad4ebba99cce43c636af30760a09bf46f05c35c8205ccfaf526ed8b0a3b9daa308ae5d7272da078903ee15557
 SHA512 
60f3a792d095206466f4c39672affb261b4520fb7b5b9df47487741e0d6613cd1076fde0e30120bcbe161b170c41f7ec1bbb2c36cddf13ee69a457df00c36fa8

diff --git a/app-crypt/ubuntu-keyring/ubuntu-keyring-2012.05.19.ebuild 
b/app-crypt/ubuntu-keyring/ubuntu-keyring-2012.05.19.ebuild
deleted file mode 100644
index a42086dffbd..000
--- a/app-crypt/ubuntu-keyring/ubuntu-keyring-2012.05.19.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="GnuPG archive keys of the Ubuntu archive"
-HOMEPAGE="http://packages.ubuntu.com/vivid/ubuntu-keyring;
-SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_install() {
-   insinto /usr/share/keyrings/
-   doins keyrings/*.gpg
-
-   dodoc changelog README
-}

diff --git a/app-crypt/ubuntu-keyring/ubuntu-keyring-2016.09.01.ebuild 
b/app-crypt/ubuntu-keyring/ubuntu-keyring-2016.09.01.ebuild
deleted file mode 100644
index 6444b352747..000
--- a/app-crypt/ubuntu-keyring/ubuntu-keyring-2016.09.01.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="GnuPG archive keys of the Ubuntu archive"
-HOMEPAGE="http://packages.ubuntu.com/yakkety/ubuntu-keyring;
-SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_install() {
-   insinto /usr/share/keyrings/
-   doins keyrings/*.gpg
-
-   dodoc changelog README
-}

diff 

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

2018-03-01 Thread William Hubbs
commit: d19193bb189158282784aca0a4561578723e8d1d
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Mar  1 20:05:00 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Mar  1 20:05:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19193bb

sys-apps/openrc: 0.35.1 version bump.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index ebb9b89d5dd..e779df1669c 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -1,2 +1,3 @@
 DIST openrc-0.34.11.tar.gz 228054 BLAKE2B 
8d4fdd7de4b3c44df0ccec728b91bd2624582dc2bbdb1fa7892aa61ce0a953a7cf66964f38da888636d895e3c6b776747a4a7fbbdbbbd26029313695f35837fe
 SHA512 
76245d31c6fe9e90e5e2f35ce918b915fc88c231674e0c99dc98b8f3fa120e794900eec9919a0ab029a081b206393246eccb9119a79c90ad6e39325d022928be
+DIST openrc-0.35.1.tar.gz 241480 BLAKE2B 
336c2398bbfecc59dc068481b50d7470fd9ec4435f0b06b1a6787e2a95ab1aea74a8fb97de41989ea6419bac078553e88bfb456d119ca644e0f75b82338de465
 SHA512 
53013e40021ad8de93db64aec54753f9fc8eb6d4fb61c4d8683450375191ff29c03a9a7607175e201b3f712a84ca7334ad1cc34302822bb8b75097bc95922988
 DIST openrc-0.35.tar.gz 241364 BLAKE2B 
b7655f3e7ba21d4af96c7f72e02cc44c557cb6465fcb0d7912a08fdde5af603dcc3551694b89641d58c749453f032ef4224d18fd36bc1b5e27dd97e8cd9bd664
 SHA512 
a95f11eb8c7b154044fa720f803dc158bcd993a3ce28cd465fab44d9f40555e45a160ea2e923a89161ab43673a95920970ea00cdc34c652efd68ec22a2577cbc

diff --git a/sys-apps/openrc/openrc-0.35.1.ebuild 
b/sys-apps/openrc/openrc-0.35.1.ebuild
new file mode 100644
index 000..eda95f74141
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.35.1.ebuild
@@ -0,0 +1,331 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !=sys-libs/libselinux-2.6
+   )
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /lib/rc/init.d
+   fi
+   keepdir /lib/rc/tmp
+
+   # Backup our default runlevels
+   dodir /usr/share/"${PN}"
+   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
+   rm -rf "${ED}"/etc/runlevels
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_config_yes_no /etc/conf.d/keymaps windowkeys '(' use x86 '||' use 
amd64 ')'
+
+   # On HPPA, do not run consolefont by default (bug #222889)
+   if use hppa; then
+   rm -f "${ED}"/usr/share/openrc/runlevels/boot/consolefont
+   fi
+
+   # Support for logfile rotation
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/openrc.logrotate openrc
+
+   # install gentoo pam.d files
+   newpamd "${FILESDIR}"/start-stop-daemon.pam start-stop-daemon
+   newpamd "${FILESDIR}"/start-stop-daemon.pam supervise-daemon
+
+   # install documentation
+   dodoc ChangeLog *.md
+   if use newnet; then
+   dodoc README.newnet
+   fi
+}
+

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

2018-03-01 Thread Mart Raudsepp
commit: 1d4722d3066fcfcbfd94237b74ae2d62c5ce52cf
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar  1 19:16:01 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar  1 20:00:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4722d3

dev-python/pyblake2-1.1.0: arm64 stable (bug #640898)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-python/pyblake2/pyblake2-1.1.0.ebuild 
b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
index 5f745421b34..5f31497ce5c 100644
--- a/dev-python/pyblake2/pyblake2-1.1.0.ebuild
+++ b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 # pyblake2 itself allows more licenses but blake2 allows the following three
 LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~x64-cygwin ~amd64-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 ~mips ppc ppc64 sparc x86 
~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 python_test() {
"${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}"



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

2018-03-01 Thread Mart Raudsepp
commit: f695bb69094c6d60ac400db24dc8508c36e1caf9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar  1 19:17:17 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar  1 20:01:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f695bb69

sys-apps/portage-2.3.19-r1: arm64 stable (bug #644826)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/sys-apps/portage/portage-2.3.19-r1.ebuild 
b/sys-apps/portage/portage-2.3.19-r1.ebuild
index 9dd63fc62c9..dc03695e781 100644
--- a/sys-apps/portage/portage-2.3.19-r1.ebuild
+++ b/sys-apps/portage/portage-2.3.19-r1.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="build doc epydoc +ipc +native-extensions selinux xattr"
 



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

2018-03-01 Thread Matt Turner
commit: a131fae8ab65018816e6e5f284a2cd508be9bf17
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar  1 19:28:49 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar  1 19:56:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a131fae8

x11-base/xorg-server: Remove version 1.19.6

1.19.6 contains various regressions vs 1.19.5. Now that 1.20-rc1 is
in-tree, get rid of this version.

Closes: https://bugs.gentoo.org/646390
Closes: https://bugs.gentoo.org/646450
Closes: https://bugs.gentoo.org/647288
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-base/xorg-server/Manifest |   1 -
 x11-base/xorg-server/xorg-server-1.19.6-r1.ebuild | 250 --
 2 files changed, 251 deletions(-)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index 843e283419d..86480bf8201 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1,3 +1,2 @@
 DIST xorg-server-1.19.5.tar.bz2 5965044 BLAKE2B 
23375793ea4459a962f412440e307081ce2acd3c646e5db4d1bfac20e267bcbb1752ba8f6de66df06d25eaf92d1b55082a80eced0d44c257a757d5926ca6a7f3
 SHA512 
928dea5850b98cd815004cfa133eca23cfa9521920c934c68a92787f2cae13cca1534eee772a4fb74b8ae8cb92662b5d68b95b834c8aa8ec57cd57cb4e5dd45c
-DIST xorg-server-1.19.6.tar.bz2 5984528 BLAKE2B 
7aaef0bccbfef669ea5e78faabf736e8ab4f460079b7b12b58a642dd9cb42ad4b6c662a6e8671bfc41e697561c856cb663dfbe9cbdf3a4e67d800f2e98c253f6
 SHA512 
38519a8d0af9dd034045fc346959496dd718fa59b6188307974797a1cd9c349deb54987f6232ea8396baf810dcc710c0ff191f76ed2186cae4d44921b3680412
 DIST xorg-server-1.19.99.901.tar.bz2 6131851 BLAKE2B 
5b3588fe7c42d10eb89fa4ebea5ab6f2c7fb25f876ec6a5c5b523062f5c712c52c20767aa60b607847b50aa12ec75307b8715d63aa92331b70a1971c8d740670
 SHA512 
c2fbe4868788cd0d6d5fe546acb8c2ddec39ac3e851f352ee438a785a248a048a87073972f51ff98ef36a35a6753f8c2f22c2ecfc719d47dd9bb3c453fdb3ae5

diff --git a/x11-base/xorg-server/xorg-server-1.19.6-r1.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.6-r1.ebuild
deleted file mode 100644
index 85e42243693..000
--- a/x11-base/xorg-server/xorg-server-1.19.6-r1.ebuild
+++ /dev/null
@@ -1,250 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-inherit xorg-2 multilib versionator flag-o-matic
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git;
-
-DESCRIPTION="X.Org X servers"
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
-
-IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug +glamor ipv6 libressl minimal selinux +suid 
systemd tslib +udev unwind xcsecurity"
-
-CDEPEND=">=app-eselect/eselect-opengl-1.3.0
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   >=x11-apps/iceauth-1.0.2
-   >=x11-apps/rgb-1.0.3
-   >=x11-apps/xauth-1.0.3
-   x11-apps/xkbcomp
-   >=x11-libs/libdrm-2.4.46
-   >=x11-libs/libpciaccess-0.12.901
-   >=x11-libs/libXau-1.0.4
-   >=x11-libs/libXdmcp-1.0.2
-   >=x11-libs/libXfont2-2.0.1
-   >=x11-libs/libxkbfile-1.0.4
-   >=x11-libs/libxshmfence-1.1
-   >=x11-libs/pixman-0.27.2
-   >=x11-libs/xtrans-1.3.5
-   >=x11-misc/xbitmaps-1.0.1
-   >=x11-misc/xkeyboard-config-2.4.1-r3
-   dmx? (
-   x11-libs/libXt
-   >=x11-libs/libdmx-1.0.99.1
-   >=x11-libs/libX11-1.1.5
-   >=x11-libs/libXaw-1.0.4
-   >=x11-libs/libXext-1.0.99.4
-   >=x11-libs/libXfixes-5.0
-   >=x11-libs/libXi-1.2.99.1
-   >=x11-libs/libXmu-1.0.3
-   x11-libs/libXrender
-   >=x11-libs/libXres-1.0.3
-   >=x11-libs/libXtst-1.0.99.2
-   )
-   glamor? (
-   media-libs/libepoxy[X]
-   >=media-libs/mesa-10.3.4-r1[egl,gbm]
-   !x11-libs/glamor
-   )
-   kdrive? (
-   >=x11-libs/libXext-1.0.5
-   x11-libs/libXv
-   )
-   xephyr? (
-   x11-libs/libxcb[xkb]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-renderutil
-   x11-libs/xcb-util-wm
-   )
-   !minimal? (
-   >=x11-libs/libX11-1.1.5
-   >=x11-libs/libXext-1.0.5
-   >=media-libs/mesa-10.3.4-r1
-   )
-   tslib? ( >=x11-libs/tslib-1.0 )
-   udev? ( >=virtual/udev-150 )
-   unwind? ( sys-libs/libunwind )
-   wayland? (
-   >=dev-libs/wayland-1.3.0
-   media-libs/libepoxy
-   >=dev-libs/wayland-protocols-1.1
-   )
-   >=x11-apps/xinit-1.3.3-r1
-   systemd? (
-   sys-apps/dbus
-   sys-apps/systemd
-   )"
-

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

2018-03-01 Thread Matt Turner
commit: 31d2735c40e72182739a07ee042f3a4e9782137b
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar  1 19:21:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar  1 19:56:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d2735c

x11-base/xorg-server: Set KEYWORDS if ${PV} != *

 x11-base/xorg-server/xorg-server-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 8d459af2a5a..e85854fdf4e 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -9,7 +9,9 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git;
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
-KEYWORDS=""
+if [[ ${PV} != * ]]; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
 IUSE="${IUSE_SERVERS} debug +glamor ipv6 libressl minimal selinux systemd 
+udev unwind xcsecurity"



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

2018-03-01 Thread Matt Turner
commit: 89c25f9c569b6b382aa13c46f8bd4b1831f4ba45
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar  1 19:20:16 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar  1 19:56:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c25f9c

x11-base/xorg-server: Version bump to 1.19.99.901 (1.20 RC1)

Lets give suid-wrapper a try again...

 x11-base/xorg-server/Manifest  |   1 +
 .../xorg-server/xorg-server-1.19.99.901.ebuild | 219 +
 2 files changed, 220 insertions(+)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index 6c5d01ced02..843e283419d 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1,2 +1,3 @@
 DIST xorg-server-1.19.5.tar.bz2 5965044 BLAKE2B 
23375793ea4459a962f412440e307081ce2acd3c646e5db4d1bfac20e267bcbb1752ba8f6de66df06d25eaf92d1b55082a80eced0d44c257a757d5926ca6a7f3
 SHA512 
928dea5850b98cd815004cfa133eca23cfa9521920c934c68a92787f2cae13cca1534eee772a4fb74b8ae8cb92662b5d68b95b834c8aa8ec57cd57cb4e5dd45c
 DIST xorg-server-1.19.6.tar.bz2 5984528 BLAKE2B 
7aaef0bccbfef669ea5e78faabf736e8ab4f460079b7b12b58a642dd9cb42ad4b6c662a6e8671bfc41e697561c856cb663dfbe9cbdf3a4e67d800f2e98c253f6
 SHA512 
38519a8d0af9dd034045fc346959496dd718fa59b6188307974797a1cd9c349deb54987f6232ea8396baf810dcc710c0ff191f76ed2186cae4d44921b3680412
+DIST xorg-server-1.19.99.901.tar.bz2 6131851 BLAKE2B 
5b3588fe7c42d10eb89fa4ebea5ab6f2c7fb25f876ec6a5c5b523062f5c712c52c20767aa60b607847b50aa12ec75307b8715d63aa92331b70a1971c8d740670
 SHA512 
c2fbe4868788cd0d6d5fe546acb8c2ddec39ac3e851f352ee438a785a248a048a87073972f51ff98ef36a35a6753f8c2f22c2ecfc719d47dd9bb3c453fdb3ae5

diff --git a/x11-base/xorg-server/xorg-server-1.19.99.901.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.99.901.ebuild
new file mode 100644
index 000..e85854fdf4e
--- /dev/null
+++ b/x11-base/xorg-server/xorg-server-1.19.99.901.ebuild
@@ -0,0 +1,219 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_DOC=doc
+inherit xorg-2 multilib versionator flag-o-matic
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git;
+
+DESCRIPTION="X.Org X servers"
+SLOT="0/${PV}"
+if [[ ${PV} != * ]]; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+fi
+
+IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
+IUSE="${IUSE_SERVERS} debug +glamor ipv6 libressl minimal selinux systemd 
+udev unwind xcsecurity"
+
+CDEPEND=">=app-eselect/eselect-opengl-1.3.0
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   >=x11-apps/iceauth-1.0.2
+   >=x11-apps/rgb-1.0.3
+   >=x11-apps/xauth-1.0.3
+   x11-apps/xkbcomp
+   >=x11-libs/libdrm-2.4.46
+   >=x11-libs/libpciaccess-0.12.901
+   >=x11-libs/libXau-1.0.4
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libXfont2-2.0.1
+   >=x11-libs/libxkbfile-1.0.4
+   >=x11-libs/libxshmfence-1.1
+   >=x11-libs/pixman-0.27.2
+   >=x11-libs/xtrans-1.3.5
+   >=x11-misc/xbitmaps-1.0.1
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+   dmx? (
+   x11-libs/libXt
+   >=x11-libs/libdmx-1.0.99.1
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXaw-1.0.4
+   >=x11-libs/libXext-1.0.99.4
+   >=x11-libs/libXfixes-5.0
+   >=x11-libs/libXi-1.2.99.1
+   >=x11-libs/libXmu-1.0.3
+   x11-libs/libXrender
+   >=x11-libs/libXres-1.0.3
+   >=x11-libs/libXtst-1.0.99.2
+   )
+   glamor? (
+   media-libs/libepoxy[X]
+   >=media-libs/mesa-10.3.4-r1[egl,gbm]
+   !x11-libs/glamor
+   )
+   kdrive? (
+   >=x11-libs/libXext-1.0.5
+   x11-libs/libXv
+   )
+   xephyr? (
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+   !minimal? (
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXext-1.0.5
+   >=media-libs/mesa-10.3.4-r1
+   )
+   udev? ( >=virtual/udev-150 )
+   unwind? ( sys-libs/libunwind )
+   wayland? (
+   >=dev-libs/wayland-1.3.0
+   media-libs/libepoxy
+   >=dev-libs/wayland-protocols-1.1
+   )
+   >=x11-apps/xinit-1.3.3-r1
+   systemd? (
+   sys-apps/dbus
+   sys-apps/systemd
+   )"
+
+DEPEND="${CDEPEND}
+   sys-devel/flex
+   >=x11-base/xorg-proto-2018.3
+   dmx? (
+   doc? (
+   || (
+   www-client/links
+  

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

2018-03-01 Thread Matt Turner
commit: a3b18d6cd340543cadcbbaec1f5b3174930e35a0
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar  1 18:52:52 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar  1 19:56:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b18d6c

x11-base/xorg-server: Depend on >=xorg-proto-2018.3

Depends on randrproto-1.6.0 which is only available in xorg-proto.

 x11-base/xorg-server/xorg-server-.ebuild | 29 +---
 1 file changed, 1 insertion(+), 28 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 9c3615cc9cd..8d459af2a5a 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -82,32 +82,8 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0
 
 DEPEND="${CDEPEND}
sys-devel/flex
-   >=x11-proto/bigreqsproto-1.1.0
-   >=x11-proto/compositeproto-0.4
-   >=x11-proto/damageproto-1.1
-   >=x11-proto/fixesproto-5.0
-   >=x11-proto/fontsproto-2.1.3
-   >=x11-proto/glproto-1.4.17-r1
-   >=x11-proto/inputproto-2.3
-   >=x11-proto/kbproto-1.0.3
-   >=x11-proto/randrproto-1.5.0
-   >=x11-proto/recordproto-1.13.99.1
-   >=x11-proto/renderproto-0.11
-   >=x11-proto/resourceproto-1.2.0
-   >=x11-proto/scrnsaverproto-1.1
-   >=x11-proto/trapproto-3.4.3
-   >=x11-proto/videoproto-2.2.2
-   >=x11-proto/xcmiscproto-1.2.0
-   >=x11-proto/xextproto-7.2.99.901
-   >=x11-proto/xf86dgaproto-2.0.99.1
-   >=x11-proto/xf86vidmodeproto-2.2.99.1
-   >=x11-proto/xineramaproto-1.1.3
-   >=x11-proto/xproto-7.0.31
-   >=x11-proto/presentproto-1.0
-   >=x11-proto/dri2proto-2.8
-   >=x11-proto/dri3proto-1.0
+   >=x11-base/xorg-proto-2018.3
dmx? (
-   >=x11-proto/dmxproto-2.2.99.1
doc? (
|| (
www-client/links
@@ -115,9 +91,6 @@ DEPEND="${CDEPEND}
www-client/w3m
)
)
-   )
-   !minimal? (
-   >=x11-proto/xf86driproto-2.1.0
)"
 
 RDEPEND="${CDEPEND}



  1   2   3   4   >