[gentoo-commits] repo/gentoo:master commit in: virtual/opencl/

2018-05-11 Thread Matt Turner
commit: 52baffea7ac94c13b265fa0f7916aa5ffe3f8a16
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 12 02:44:13 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 02:44:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52baffea

virtual/opencl: Drop old versions

 virtual/opencl/opencl-0-r4.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/virtual/opencl/opencl-0-r4.ebuild 
b/virtual/opencl/opencl-0-r4.ebuild
deleted file mode 100644
index f5fc046a144..000
--- a/virtual/opencl/opencl-0-r4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for OpenCL implementations"
-SLOT="0"
-KEYWORDS="amd64 x86"
-CARDS=( nvidia )
-IUSE="${CARDS[@]/#/video_cards_}"
-
-# intel-ocl-sdk is amd64-only
-RDEPEND="app-eselect/eselect-opencl
-   || (
-   >=media-libs/mesa-9.1.6[opencl,${MULTILIB_USEDEP}]
-   video_cards_nvidia? (
-   >=x11-drivers/nvidia-drivers-290.10-r2 )
-   abi_x86_64? ( !abi_x86_32? ( dev-util/intel-ocl-sdk ) )
-   )"



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

2018-05-11 Thread Matt Turner
commit: ede9a2416dc0031906fa38ae648711224f2b0ca9
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 12 02:38:39 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 02:44:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede9a241

x11-drivers/xf86-video-amdgpu: Drop old versions

 x11-drivers/xf86-video-amdgpu/Manifest |  2 --
 .../xf86-video-amdgpu-1.3.0.ebuild | 23 --
 .../xf86-video-amdgpu-1.4.0.ebuild | 23 --
 3 files changed, 48 deletions(-)

diff --git a/x11-drivers/xf86-video-amdgpu/Manifest 
b/x11-drivers/xf86-video-amdgpu/Manifest
index b0c4d107f36..1412a2e13ad 100644
--- a/x11-drivers/xf86-video-amdgpu/Manifest
+++ b/x11-drivers/xf86-video-amdgpu/Manifest
@@ -1,3 +1 @@
-DIST xf86-video-amdgpu-1.3.0.tar.bz2 386785 BLAKE2B 
c8d4ebc3df8827ff3d8727ad88be088be4ce109d5493116a7bdd5a96ad2e408ad7bb0f9ae02522493f9830080f6bf3d05f27c6470ac7fbe48e8728a2cd5d07da
 SHA512 
d5b3099679b6ab35f086f18b4b6e95c299b8b94e0e5eb4cd34f49c9117808c4bb1a4e2c9a8939ab903c077a128f57e31bf89986784dabdafb398d301dccbf93e
-DIST xf86-video-amdgpu-1.4.0.tar.bz2 410679 BLAKE2B 
9174713deb2de983f38b550e430d5012ac89438fb28e91c70deb1ab6491404325cf316ba9756f1296c43c9c054031018e04804c2220a7bee5234cd61bfe74f41
 SHA512 
cae6417a45f6b981e007e080486083f1c38eaca58c6e331b04bbf46c86f23394742a722ae0d798d8dcad66879e99d90e57f04ae9ccb198f3ed26ec745878ccc2
 DIST xf86-video-amdgpu-18.0.1.tar.bz2 414683 BLAKE2B 
767da468b6d2d41d49dbbc54093594163cbc42fa73d5859d4e210f25cac6822b7cb9fede4c73a15ac2221ef07a10df8b77f6f928b134382b373d5eedfde90225
 SHA512 
eb3b76240d4e5084d68b5063b5b19ad5f5bb1f93ea9929301d9e17a48ddc1cb713b76529cb93d133b3547fe78ae8a4455f6b15f6ddf88c29349f82bb1a0db1c4

diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild 
b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild
deleted file mode 100644
index 44a0b3d2125..000
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI="always"
-inherit xorg-2
-
-if [[ ${PV} == * ]]; then
-   SRC_URI=""
-else
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
-
-RDEPEND=">=x11-libs/libdrm-2.4.72[video_cards_amdgpu]
-   x11-base/xorg-server[glamor(-)]"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS="--enable-glamor"
-   xorg-2_src_configure
-}

diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild 
b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild
deleted file mode 100644
index 6345b82091b..000
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI="always"
-inherit xorg-2
-
-if [[ ${PV} == * ]]; then
-   SRC_URI=""
-else
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
-
-RDEPEND=">=x11-libs/libdrm-2.4.72[video_cards_amdgpu]
-   x11-base/xorg-server[glamor(-)]"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS="--enable-glamor"
-   xorg-2_src_configure
-}



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

2018-05-11 Thread Matt Turner
commit: ae6f3b833e166f99cdbc74bf864a0dc84e7c3018
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 12 02:39:49 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 02:44:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6f3b83

x11-drivers/xf86-video-ati: Drop old versions

 x11-drivers/xf86-video-ati/Manifest|  2 -
 .../xf86-video-ati/xf86-video-ati-7.10.0.ebuild| 45 --
 .../xf86-video-ati/xf86-video-ati-7.9.0.ebuild | 45 --
 3 files changed, 92 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest 
b/x11-drivers/xf86-video-ati/Manifest
index 1015c1a0a32..458ae7e7d93 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,3 +1 @@
 DIST xf86-video-ati-18.0.1.tar.bz2 881457 BLAKE2B 
d45ae191239d008261230804161545e971d5ba9b76642341dad5dfb03b52aa3580e2e41fb7f0484af8da5024da46ada2bca182c15ec13053d674e456fb6f0f4a
 SHA512 
b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14
-DIST xf86-video-ati-7.10.0.tar.bz2 876442 BLAKE2B 
f1c36e215d10c655dc6cf6059a273241e8b33f53df06c66c13dbef436c2b4f967f5c6c60858a484bbffe05bc6fffd9b8c20733ba9928051d6b0f28fe02fcdf1b
 SHA512 
1f2f4af1d299af62644693e6fbc47a5078c9bc5e7887a1ac217121ef2fd29d8c9f50a8d9be9ddb0887d0b49141bb33484f82c1313a472ad6867266b53b4a11ad
-DIST xf86-video-ati-7.9.0.tar.bz2 848502 BLAKE2B 
0572ef3cba7a3704470b4611f755a29a2551acc6fa544fb03f37a88628d5dfecba8342c8558b8355f245f2582eb46d17fb92b8713378161da3d103215e66d883
 SHA512 
125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild 
b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
deleted file mode 100644
index b34efb14780..000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=always
-inherit linux-info xorg-2
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="https://www.x.org/wiki/ati/";
-
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
-   >=x11-libs/libpciaccess-0.8.0
-   glamor? ( x11-base/xorg-server[glamor] )
-   udev? ( virtual/udev )"
-DEPEND="${RDEPEND}
-   x11-proto/fontsproto
-   x11-proto/randrproto
-   x11-proto/renderproto
-   x11-proto/videoproto
-   x11-proto/xextproto
-   x11-proto/xf86driproto
-   x11-proto/xproto"
-
-pkg_pretend() {
-   if use kernel_linux ; then
-   if kernel_is -ge 3 9; then
-   CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
-   else
-   CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
-   fi
-   fi
-   check_extra_config
-}
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable glamor)
-   $(use_enable udev)
-   )
-   xorg-2_src_configure
-}

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild 
b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
deleted file mode 100644
index 930f45fdc37..000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=always
-inherit linux-info xorg-2
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="http://www.x.org/wiki/ati/";
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_radeon]
-   >=x11-libs/libpciaccess-0.8.0
-   glamor? ( x11-base/xorg-server[glamor] )
-   udev? ( virtual/udev )"
-DEPEND="${RDEPEND}
-   x11-proto/fontsproto
-   x11-proto/randrproto
-   x11-proto/renderproto
-   x11-proto/videoproto
-   x11-proto/xextproto
-   x11-proto/xf86driproto
-   x11-proto/xproto"
-
-pkg_pretend() {
-   if use kernel_linux ; then
-   if kernel_is -ge 3 9; then
-   CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
-   else
-   CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
-   fi
-   fi
-   check_extra_config
-}
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable glamor)
-   $(use_enable udev)
-   )
-   xorg-2_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-opencl/

2018-05-11 Thread Matt Turner
commit: 3bffbea83287179e5f7677a78ee8e09d0230ba21
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 12 02:43:55 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 02:44:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bffbea8

app-eselect/eselect-opencl: Drop old versions

 app-eselect/eselect-opencl/Manifest|  8 ---
 .../eselect-opencl/eselect-opencl-1.1.0-r1.ebuild  | 57 
 .../eselect-opencl/eselect-opencl-1.1.0-r2.ebuild  | 60 --
 .../eselect-opencl/eselect-opencl-1.1.0-r3.ebuild  | 60 --
 4 files changed, 185 deletions(-)

diff --git a/app-eselect/eselect-opencl/Manifest 
b/app-eselect/eselect-opencl/Manifest
index 5710430d9a5..18e92fa2ba9 100644
--- a/app-eselect/eselect-opencl/Manifest
+++ b/app-eselect/eselect-opencl/Manifest
@@ -1,13 +1,5 @@
-DIST cl.h.1.1.xz 6940 BLAKE2B 
497eaa6f647bc6804fc32b6dc4ad751c7322112a02993d7aa9c1d057693db8c45b6d0a12304dc0c2c21184dc2d9a453522d37ffc6580b3930e389fb972f058a2
 SHA512 
905d4707bba968f97fe6871ca85a04c1272a22753bc68334e0990c1f968796930aae69af1d5d601d2bd90c323d50224fa230402e0fa0d7f74c859c481ed969b2
-DIST cl.hpp.1.1.xz 14764 BLAKE2B 
aa5900896ac91d16b97e8eaea02f530818eaa3e8a0a470552964366d730b827b00397e0c70074f8adc02eb4be600aba6f2dc0d91d46924363bc775378b330be0
 SHA512 
13e2ef779daaeaa6748f34c533d621c896fbcd375947c6774fd18aefbb9b4d88bf5e012c678c0808bb2956599fa222f69d15f3cf0df707984408a969737ad687
-DIST cl_ext.h.1.1.xz 2740 BLAKE2B 
5a67e855b15899d14ad6211d499cd01760315e1c0cd3a135a245cc3b6c576ae3e19d0bce907bd5dcdc751f279b48bd97cb1edf00dbfccfc87ad916dbe49d3bd6
 SHA512 
3571f44b167ad1f8faf634bb57c541b01345f335fd4756727a625f1288fad2f41e4826d745c8b8a570f4367881a272626f72b5155d0660d4f668a7cb65de9063
-DIST cl_gl.h.1.1.xz 1856 BLAKE2B 
8ee927d80d2b74f4539a626725989e88a4433d04968faf9906990f2a39fe83327a4a6f14e9d72bdd4793e065d8d4482d095f2d982045d5c24d7dce25a69e0a5e
 SHA512 
6821e0779d225aaadf5eb35de722be7d4c0a5ebff15e512510d565faf82daa53ef41cf32b0a62f966f7bfc32e95f6c5f21cfc4812ee1f792d5b57a14b70dcee4
-DIST cl_gl_ext.h.1.1.xz 1356 BLAKE2B 
0c570f3530796e5c7b0afc7198bda0c64d6e4426f4b98ed7422e2f4a6bdac1b36b1a61909c00a2e13403baea356ff0bea123144ba56b86413c553f9198a26b9b
 SHA512 
23fbc933e0beb2748152fa058d8ed413351fcfce167b9788c8a3529323b89e57eb1bf84d998fc262081410985f476bbf56fdd0bffe73f08135f5c90b7d09bb8d
-DIST cl_platform.h.1.1.xz 5584 BLAKE2B 
37a8112447554000487cbf25d796d1597ce8408f8fb44622f868d355b4f1dd5b71dc8242a816961903013f52a9caf807cbeb2f502c32c0e631cb299da2aca577
 SHA512 
8265cd3b3630d367fe494a60911564e57169d03948827a0e2ca0669678b4a5b595b22ae2786a7c42c0b96fd6fbfb7d326c63759cfd1b7888b8cd35588b5f7544
 DIST eselect-opencl-1.1.0-r1.tar.xz 3276 BLAKE2B 
d1475ebedbe29cbb0de054d170d7de62000445954006a46946fa58a7c75e9445fe6bc67c7da204a0e0364d6b3df043c42ab8bc29b2d50d4fe392f3c37d4e87f8
 SHA512 
b2be1e2035fda4e119f03e9ef84fbf1f09fc0bd5475d3fe30d2330dac76180930451d78dbb9e158c34dee9ce524076434254757b594e84dea96341e52ef13c14
 DIST opencl-cpp-headers.tar 716800 BLAKE2B 
591bf2e36c8940a6a73da028ac74df4f64737ebce4686b961e6cc13336547590e91c05e6e24c0aab9000d2ab90261885571f3bf85e1797110865532738565586
 SHA512 
b04c653f213b3cc99f0bbe3c589cf8b2f8f6144d61a85a284a60de92fd5148ff3d45204b4c6a08c205fc307300743bcf4654be2b8b18dd970b5d645ac2eec2f5
-DIST opencl-headers-1.2.tar.gz 122068 BLAKE2B 
1b96141567fe7007c955add68f37615df3ed1bef9f889023ca7783796942c65bb9bb208989777069f5fe61141c7af03e78ae8733e38eb272165f8f66f5e43db4
 SHA512 
0780c96d47a7ad41f6b31d46d41be77651d27d5decd1a4248c452d8bf763b6fc3b76597352bd259778c5846c62c17f077ff8db5504da39844c8e6e07c7d9a264
-DIST opencl.h.1.1.xz 944 BLAKE2B 
1e1517028642e60ed5947c9c7a7af408306350025caafa18c0faa5b9b83f3306c60542f121f1b84d0e36c2ad8765897e49de5acea5970874ec0ef4b4a57f568f
 SHA512 
62b5ae61f2d9a44e9f8b6a7e3421cacfe5291bc9b5430845d469ea5a6404d71d3ab49d78c6da2588eab2bcd5f9b0d86c53f3aa74bd7c43c960ad86f0eab9595c
 DIST opencl10.zip 21701 BLAKE2B 
7b4e2fe1985e3e6374aa628ae34884b2d130bdd57c5e3af2d6849c32f72ef69b50471b3f8ecb6dc0e75ffc828a692cb84a8d99f0e8721dab8d2100f9380ce27e
 SHA512 
ce3ad95d7314df4b55284d48c54fb7dfca0a218d0e36a732414b53dc7bdcc53199167b6810a3e3ebdd8abf91a4904acd471733b9130e3a38ec0b3e9ba918b691
 DIST opencl11.zip 25496 BLAKE2B 
abd8aefddb31408e71e36b8610cde7b568debca99e99f310e5b30de73778a18520e52c535d52f63596edf80f7dcda4f9fc6f7c300b4c560f5d79a3b851dcf88a
 SHA512 
c4e940a51ceb951a78895df87a5dc3139e76b3f847af43c54400d37f243a390b94aab290d32044e19bdba63d0ee8af94955af9a83326c7ab353242496fcc
 DIST opencl12.zip 33311 BLAKE2B 
0f0c62856162ec1cfd42c1b53979079e0f8fd389fd2b3e05676e029705c29a65e3b84d6bc822aaedd9d15959bc07adfbd444aafb827f09f12b4dd625e868c902
 SHA512 
af7bb5865372a900a5b79086a54709abc99f6a3afe105adb6fdd276e30ef5c5be576421c206768e0b19e82f83e33727b6f246dfc71a0ee1d847e52d6db6130a8

diff --git a/app-eselect/eselect-opencl/eselect-opencl-1.1.0-r1.ebuild 
b/app-eselect/eselect-opencl/eselect-opencl-1.1.0-r1.ebui

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

2018-05-11 Thread Matt Turner
commit: 0e62fb86ade2fc2dbedd93c825cacc63f29c8d0a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 12 02:38:08 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 02:44:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e62fb86

x11-drivers/xf86-video-intel: Drop old versions

 x11-drivers/xf86-video-intel/Manifest  |  3 -
 .../xf86-video-intel-2.99.917_p20170216.ebuild | 90 -
 .../xf86-video-intel-2.99.917_p20170313.ebuild | 90 -
 .../xf86-video-intel-2.99.917_p20171018.ebuild | 91 --
 4 files changed, 274 deletions(-)

diff --git a/x11-drivers/xf86-video-intel/Manifest 
b/x11-drivers/xf86-video-intel/Manifest
index 106bf28912d..057061291f1 100644
--- a/x11-drivers/xf86-video-intel/Manifest
+++ b/x11-drivers/xf86-video-intel/Manifest
@@ -1,4 +1 @@
-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_p20170216.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20170216.ebuild
deleted file mode 100644
index 1f1e510992a..000
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20170216.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2017 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="860c3664fe79c1fe92095ff345068f1fc7e4e651"
-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 (XFree8

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-screensaver/, gnome-extra/gtkhtml/, ...

2018-05-11 Thread Matt Turner
commit: 9b1ee331c53982a4586386627d3256ff1316e518
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 21:58:33 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:25:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1ee331

gnome-extra/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 .../cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild   | 6 ++
 .../cinnamon-control-center/cinnamon-control-center-3.2.0.ebuild   | 6 ++
 .../cinnamon-control-center/cinnamon-control-center-3.2.1.ebuild   | 6 ++
 .../cinnamon-control-center/cinnamon-control-center-3.6.5.ebuild   | 4 +---
 gnome-extra/cinnamon-desktop/cinnamon-desktop-2.8.1.ebuild | 5 ++---
 gnome-extra/cinnamon-desktop/cinnamon-desktop-3.0.2.ebuild | 5 ++---
 gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.0.ebuild | 5 ++---
 gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild | 5 ++---
 gnome-extra/cinnamon-desktop/cinnamon-desktop-3.4.2.ebuild | 5 ++---
 gnome-extra/cinnamon-desktop/cinnamon-desktop-3.6.2.ebuild | 3 +--
 .../cinnamon-screensaver/cinnamon-screensaver-2.8.0-r1.ebuild  | 7 ++-
 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.0.1.ebuild | 7 ++-
 .../cinnamon-screensaver/cinnamon-screensaver-3.2.13-r1.ebuild | 7 ++-
 .../cinnamon-screensaver/cinnamon-screensaver-3.2.13-r2.ebuild | 7 ++-
 .../cinnamon-screensaver/cinnamon-screensaver-3.2.2-r1.ebuild  | 7 ++-
 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.2.2.ebuild | 7 ++-
 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.2.6.ebuild | 7 ++-
 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.4.1.ebuild | 7 ++-
 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.4.2.ebuild | 7 ++-
 .../cinnamon-screensaver/cinnamon-screensaver-3.6.1-r1.ebuild  | 5 +
 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.6.1.ebuild | 7 ++-
 .../cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.3.ebuild | 4 ++--
 .../cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.4.ebuild | 4 ++--
 .../cinnamon-settings-daemon/cinnamon-settings-daemon-3.0.1.ebuild | 4 ++--
 .../cinnamon-settings-daemon/cinnamon-settings-daemon-3.2.0.ebuild | 4 ++--
 .../cinnamon-settings-daemon/cinnamon-settings-daemon-3.4.2.ebuild | 4 ++--
 .../cinnamon-settings-daemon/cinnamon-settings-daemon-3.4.4.ebuild | 4 ++--
 .../cinnamon-settings-daemon-3.6.1-r1.ebuild   | 2 +-
 .../cinnamon-settings-daemon/cinnamon-settings-daemon-3.6.1.ebuild | 4 ++--
 gnome-extra/gnome-power-manager/gnome-power-manager-3.24.0.ebuild  | 2 +-
 gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild  | 4 ++--
 gnome-extra/nemo/nemo-2.8.7.ebuild | 4 ++--
 gnome-extra/nemo/nemo-3.0.6.ebuild | 4 ++--
 gnome-extra/nemo/nemo-3.2.0.ebuild | 4 ++--
 gnome-extra/nemo/nemo-3.4.4.ebuild | 4 ++--
 gnome-extra/nemo/nemo-3.4.7.ebuild | 4 ++--
 gnome-extra/nemo/nemo-3.6.4.ebuild | 2 +-
 37 files changed, 68 insertions(+), 115 deletions(-)

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild
index b1b173b37c1..500f58d7c46 100644
--- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.1.ebuild
+++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.0.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
@@ -60,9 +60,7 @@ RDEPEND="${COMMON_DEPEND}
 
 DEPEND="${COMMON_DEPEND}
app-text/iso-codes
-   x11-proto/xproto
-   x11-proto/xf86miscproto
-   x11-proto/kbproto
+   x11-base/xorg-proto
 
dev-libs/libxslt
>=dev-util/intltool-0.40.1

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.2.0.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.2.0.ebuild
index ee1441423e0..94fc1bf250a 100644
--- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.2.0.ebuild
+++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -60,9 +60,7 @@ RDEPEND="${COMMON_DEPEND}
 
 DEPEND="${COMMON_DEPEND}
app-text/iso-codes
-   x11-proto/xproto
-   x11-proto/xf86miscproto
-   x11-proto/kbproto
+   x11-base/xorg-proto
 
dev-libs/libxslt
>=dev-util/intltool-0.40.1

diff --git 
a/gnome-extra/cinnamon-control-center/cinnam

[gentoo-commits] repo/gentoo:master commit in: media-sound/synaesthesia/, media-sound/pulseaudio/, media-sound/mup/, ...

2018-05-11 Thread Matt Turner
commit: f6e5e53ed96a8fc4f4fc6887170d2f66e9ceeb31
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 23:23:39 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:32:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e5e53e

media-sound/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 media-sound/alsamixer-app/alsamixer-app-0.1.ebuild   | 2 +-
 media-sound/bristol/bristol-0.60.11.ebuild   | 6 +++---
 media-sound/bristol/bristol-0.60.9.ebuild| 6 +++---
 media-sound/mup/mup-6.6.ebuild   | 2 +-
 media-sound/playmidi/playmidi-2.5-r2.ebuild  | 2 +-
 media-sound/pulseaudio/pulseaudio-11.1.ebuild| 2 +-
 media-sound/schismtracker/schismtracker-20120105.ebuild  | 6 ++
 media-sound/synaesthesia/synaesthesia-2.4.ebuild | 4 ++--
 media-sound/tudor-volumed/tudor-volumed-0_pre20110427.ebuild | 4 ++--
 media-sound/vkeybd/vkeybd-0.1.18d.ebuild | 7 ++-
 10 files changed, 18 insertions(+), 23 deletions(-)

diff --git a/media-sound/alsamixer-app/alsamixer-app-0.1.ebuild 
b/media-sound/alsamixer-app/alsamixer-app-0.1.ebuild
index cb7082f7b1e..47b54c20984 100644
--- a/media-sound/alsamixer-app/alsamixer-app-0.1.ebuild
+++ b/media-sound/alsamixer-app/alsamixer-app-0.1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="x11-libs/libX11
x11-libs/libXext
media-libs/alsa-lib"
 DEPEND="${RDEPEND}
-   x11-proto/xextproto"
+   x11-base/xorg-proto"
 
 S=${WORKDIR}/${MY_P}
 

diff --git a/media-sound/bristol/bristol-0.60.11.ebuild 
b/media-sound/bristol/bristol-0.60.11.ebuild
index 70e8fdeb0cd..a5df5a18240 100644
--- a/media-sound/bristol/bristol-0.60.11.ebuild
+++ b/media-sound/bristol/bristol-0.60.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,8 +22,8 @@ RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
x11-libs/libX11"
 # osc? ( >=media-libs/liblo-0.22 )
 DEPEND="${RDEPEND}
-   x11-proto/xproto
-   virtual/pkgconfig"
+   virtual/pkgconfig
+   x11-base/xorg-proto"
 
 DOCS=( AUTHORS ChangeLog HOWTO NEWS README )
 

diff --git a/media-sound/bristol/bristol-0.60.9.ebuild 
b/media-sound/bristol/bristol-0.60.9.ebuild
index 84cc501d036..1b2744c0bfc 100644
--- a/media-sound/bristol/bristol-0.60.9.ebuild
+++ b/media-sound/bristol/bristol-0.60.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -21,8 +21,8 @@ RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
x11-libs/libX11"
 # osc? ( >=media-libs/liblo-0.22 )
 DEPEND="${RDEPEND}
-   x11-proto/xproto
-   virtual/pkgconfig"
+   virtual/pkgconfig
+   x11-base/xorg-proto"
 
 DOCS=( AUTHORS ChangeLog HOWTO NEWS README )
 

diff --git a/media-sound/mup/mup-6.6.ebuild b/media-sound/mup/mup-6.6.ebuild
index 19665203aa8..2647e954d2c 100644
--- a/media-sound/mup/mup-6.6.ebuild
+++ b/media-sound/mup/mup-6.6.ebuild
@@ -21,7 +21,7 @@ RDEPEND="x11-libs/libX11
virtual/jpeg:0
media-libs/libpng:0="
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
 

diff --git a/media-sound/playmidi/playmidi-2.5-r2.ebuild 
b/media-sound/playmidi/playmidi-2.5-r2.ebuild
index a0ed1dae451..a1bcd8e8f0c 100644
--- a/media-sound/playmidi/playmidi-2.5-r2.ebuild
+++ b/media-sound/playmidi/playmidi-2.5-r2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="sys-libs/ncurses
x11-libs/libSM
x11-libs/libXaw )"
 DEPEND="${RDEPEND}
-   X? ( x11-proto/xextproto )"
+   X? ( x11-base/xorg-proto )"
 
 S="${WORKDIR}/${P/2.5/2.4}"
 

diff --git a/media-sound/pulseaudio/pulseaudio-11.1.ebuild 
b/media-sound/pulseaudio/pulseaudio-11.1.ebuild
index 718125ed583..05a7ad3d178 100644
--- a/media-sound/pulseaudio/pulseaudio-11.1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-11.1.ebuild
@@ -90,7 +90,7 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
test? ( >=dev-libs/check-0.9.10 )
X? (
-   x11-proto/xproto[${MULTILIB_USEDEP}]
+   x11-base/xorg-proto
>=x11-libs/libXtst-1.0.99.2[${MULTILIB_USEDEP}]
)
dev-libs/libatomic_ops

diff --git a/media-sound/schismtracker/schismtracker-20120105.ebuild 
b/media-sound/schismtracker/schismtracker-20120105.ebuild
index b64ae46f367..14de37e0dfb 100644
--- a/media-sound/schismtracker/schismtracker-20120105.ebuild
+++ b/media-sound/schismtracker/schismtracker-20120105.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 E

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

2018-05-11 Thread Matt Turner
commit: f3bc47244a7cfe8da83efe08667db310b2938e7d
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 23:45:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:32:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bc4724

net-wireless/gnome-bluetooth: Update dependencies (x11-proto/* -> 
x11-base/xorg-proto).

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
index 990e91c2b0f..e3aadafacfd 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.20.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
@@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND}
dev-util/itstool
virtual/libudev
virtual/pkgconfig
-   x11-proto/xproto
+   x11-base/xorg-proto
 "
 # eautoreconf needs:
 #  gnome-base/gnome-common



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/

2018-05-11 Thread Matt Turner
commit: 4259c3b8b57feb9d646299753fce82e6ef1eaef1
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 20:46:48 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:25:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4259c3b8

dev-lisp/clisp: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 dev-lisp/clisp/clisp-2.48-r1.ebuild | 2 +-
 dev-lisp/clisp/clisp-2.49-r9.ebuild | 2 +-
 dev-lisp/clisp/clisp-2.49.90.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/clisp/clisp-2.48-r1.ebuild 
b/dev-lisp/clisp/clisp-2.48-r1.ebuild
index 5c05721ba2e..72cda6b64d0 100644
--- a/dev-lisp/clisp/clisp-2.48-r1.ebuild
+++ b/dev-lisp/clisp/clisp-2.48-r1.ebuild
@@ -31,7 +31,7 @@ RDEPEND="virtual/libiconv
 berkdb? ( sys-libs/db:4.5 )"
 
 DEPEND="${RDEPEND}
-   X? ( new-clx? ( x11-misc/imake x11-proto/xextproto ) )"
+   X? ( new-clx? ( x11-base/xorg-proto x11-misc/imake ) )"
 
 # dev-lisp/gentoo-init is obsolete, it will be dropped soon
 # This version of clisp is its last consumer

diff --git a/dev-lisp/clisp/clisp-2.49-r9.ebuild 
b/dev-lisp/clisp/clisp-2.49-r9.ebuild
index 8e7dacc3438..f26813fdcd3 100644
--- a/dev-lisp/clisp/clisp-2.49-r9.ebuild
+++ b/dev-lisp/clisp/clisp-2.49-r9.ebuild
@@ -33,7 +33,7 @@ RDEPEND=">=dev-lisp/asdf-2.33-r3
 #   jit? ( >=dev-libs/lightning-1.2 )
 
 DEPEND="${RDEPEND}
-   X? ( x11-misc/imake x11-proto/xextproto )"
+   X? ( x11-base/xorg-proto x11-misc/imake )"
 
 enable_modules() {
[[ $# = 0 ]] && die "${FUNCNAME[0]} must receive at least one argument"

diff --git a/dev-lisp/clisp/clisp-2.49.90.ebuild 
b/dev-lisp/clisp/clisp-2.49.90.ebuild
index 88ef82dddc3..8bf41b361b2 100644
--- a/dev-lisp/clisp/clisp-2.49.90.ebuild
+++ b/dev-lisp/clisp/clisp-2.49.90.ebuild
@@ -33,7 +33,7 @@ RDEPEND=">=dev-lisp/asdf-2.33-r3
 berkdb? ( sys-libs/db:4.8 )"
 
 DEPEND="${RDEPEND}
-   X? ( x11-misc/imake x11-proto/xextproto )"
+   X? ( x11-base/xorg-proto x11-misc/imake )"
 
 enable_modules() {
[[ $# = 0 ]] && die "${FUNCNAME[0]} must receive at least one argument"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x/, media-plugins/vdr-xineliboutput/, ...

2018-05-11 Thread Matt Turner
commit: 5a5d59b0e82846b4fd789e76578347e0e2c64525
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 23:11:22 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:32:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5d59b0

media-plugins/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 media-plugins/gst-plugins-x/gst-plugins-x-0.10.36-r1.ebuild| 5 ++---
 .../gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild  | 7 ++-
 .../gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.3.ebuild  | 7 ++-
 .../gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild  | 5 +
 .../gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild| 6 ++
 media-plugins/vdr-xineliboutput/vdr-xineliboutput-1.1.0.ebuild | 4 ++--
 media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild | 4 ++--
 .../vdr-xineliboutput/vdr-xineliboutput-2.0.0_pre20130821.ebuild   | 4 ++--
 .../vdr-xineliboutput/vdr-xineliboutput-2.0.0_pre20150220.ebuild   | 4 ++--
 media-plugins/vdr-xineliboutput/vdr-xineliboutput-.ebuild  | 4 ++--
 10 files changed, 19 insertions(+), 31 deletions(-)

diff --git a/media-plugins/gst-plugins-x/gst-plugins-x-0.10.36-r1.ebuild 
b/media-plugins/gst-plugins-x/gst-plugins-x-0.10.36-r1.ebuild
index 99e52cef5e3..bc72aa24507 100644
--- a/media-plugins/gst-plugins-x/gst-plugins-x-0.10.36-r1.ebuild
+++ b/media-plugins/gst-plugins-x/gst-plugins-x-0.10.36-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="5"
@@ -12,8 +12,7 @@ IUSE=""
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
-   >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
-   >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
+   x11-base/xorg-proto"
 
 # xshm is a compile time option of ximage, which is in libXext
 GST_PLUGINS_BUILD="x xshm"

diff --git 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild
index 6e3450be613..1b1b38a13ef 100644
--- 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild
+++ 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -18,10 +18,7 @@ RDEPEND="
>=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}]
 "
 DEPEND="${RDEPEND}
-   >=x11-proto/damageproto-1.2.1-r1[${MULTILIB_USEDEP}]
-   >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}]
-   >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
-   >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
+   x11-base/xorg-proto
 "
 
 # xshm is a compile time option of ximage

diff --git 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.3.ebuild 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.3.ebuild
index 46d150ccc6a..e9a0f3958ff 100644
--- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.3.ebuild
+++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.3.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
@@ -18,10 +18,7 @@ RDEPEND="
>=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
 "
 DEPEND="${RDEPEND}
-   >=x11-proto/damageproto-1.2.1-r1[${MULTILIB_USEDEP}]
-   >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}]
-   >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
-   >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
+   x11-base/xorg-proto
 "
 
 # xshm is a compile time option of ximage

diff --git 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild
index 572d5865e96..5beb37b776a 100644
--- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.12.4.ebuild
@@ -18,10 +18,7 @@ RDEPEND="
>=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
 "
 DEPEND="${RDEPEND}
-   >=x11-proto/damageproto-1.2.1-r1[${MULTILIB_USEDEP}]
-   >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}]
-   >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
-   >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
+   x11-base/xorg-proto
 "
 
 # xshm is a compile time option of ximage

diff --git 
a/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild 
b/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild
index e66e5e0c87f..56fece1ff40 100644
--- a/media-plugins/

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

2018-05-11 Thread Matt Turner
commit: 67608e6957976627e4605f1898b31b1817c620fb
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 23:35:03 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:32:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67608e69

net-mail/asmail: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 net-mail/asmail/asmail-2.1-r1.ebuild | 4 ++--
 net-mail/asmail/asmail-2.1.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-mail/asmail/asmail-2.1-r1.ebuild 
b/net-mail/asmail/asmail-2.1-r1.ebuild
index ca22bcd63a6..0aaf3d03b70 100644
--- a/net-mail/asmail/asmail-2.1-r1.ebuild
+++ b/net-mail/asmail/asmail-2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -24,7 +24,7 @@ RDEPEND="
x11-libs/libSM
jpeg? ( virtual/jpeg:= )"
 DEPEND="${RDEPEND}
-   x11-proto/xextproto"
+   x11-base/xorg-proto"
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-ldflags.patch

diff --git a/net-mail/asmail/asmail-2.1.ebuild 
b/net-mail/asmail/asmail-2.1.ebuild
index 93fc38e7cdd..3adcfa115c3 100644
--- a/net-mail/asmail/asmail-2.1.ebuild
+++ b/net-mail/asmail/asmail-2.1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="dev-libs/openssl
x11-libs/libSM
jpeg? ( virtual/jpeg )"
 DEPEND="${RDEPEND}
-   x11-proto/xextproto"
+   x11-base/xorg-proto"
 
 src_compile() {
epatch "${FILESDIR}"/${P}-ldflags.patch



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/, gnome-base/gdm/, gnome-base/gnome-desktop/, ...

2018-05-11 Thread Matt Turner
commit: 3711850bf081b378012a416c47689b2ce123b3c0
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 21:14:28 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:25:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3711850b

gnome-base/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 gnome-base/gdm/gdm-3.24.3.ebuild | 4 +---
 gnome-base/gnome-control-center/gnome-control-center-3.24.4.ebuild   | 4 +---
 gnome-base/gnome-desktop/gnome-desktop-2.32.1-r2.ebuild  | 5 ++---
 gnome-base/gnome-desktop/gnome-desktop-3.24.2.ebuild | 2 +-
 gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.4.ebuild | 5 +
 gnome-base/nautilus/nautilus-3.20.4.ebuild   | 4 ++--
 gnome-base/nautilus/nautilus-3.24.2.1.ebuild | 2 +-
 7 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/gnome-base/gdm/gdm-3.24.3.ebuild b/gnome-base/gdm/gdm-3.24.3.ebuild
index 468dfb481a9..6dc61fc310a 100644
--- a/gnome-base/gdm/gdm-3.24.3.ebuild
+++ b/gnome-base/gdm/gdm-3.24.3.ebuild
@@ -86,10 +86,8 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40.0
dev-util/itstool
virtual/pkgconfig
-   x11-proto/inputproto
-   x11-proto/randrproto
+   x11-base/xorg-proto
test? ( >=dev-libs/check-0.9.4 )
-   xinerama? ( x11-proto/xineramaproto )
 "
 
 DOC_CONTENTS="

diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.24.4.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-3.24.4.ebuild
index 3824d26612f..5e32940aad4 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-3.24.4.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-3.24.4.ebuild
@@ -110,9 +110,7 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND=">=gnome-base/gnome-session-2.91.6-r1"
 
 DEPEND="${COMMON_DEPEND}
-   x11-proto/xproto
-   x11-proto/xf86miscproto
-   x11-proto/kbproto
+   x11-base/xorg-proto
 
dev-libs/libxml2:2
dev-libs/libxslt

diff --git a/gnome-base/gnome-desktop/gnome-desktop-2.32.1-r2.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-2.32.1-r2.ebuild
index e716fbf0258..dbcd5ea476d 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-2.32.1-r2.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-2.32.1-r2.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="5"
@@ -37,8 +37,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
>=app-text/gnome-doc-utils-0.3.2
~app-text/docbook-xml-dtd-4.1.2
-   x11-proto/xproto
-   >=x11-proto/randrproto-1.2
+   x11-base/xorg-proto
 "
 PDEPEND=">=dev-python/pygtk-2.8:2[${PYTHON_USEDEP}]
>=dev-python/pygobject-2.14:2[${PYTHON_USEDEP}]

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.24.2.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.24.2.ebuild
index 2077b8c2895..23ef79b6f8a 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-3.24.2.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-3.24.2.ebuild
@@ -37,7 +37,7 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40.6
dev-util/itstool
sys-devel/gettext
-   x11-proto/xproto
+   x11-base/xorg-proto
virtual/pkgconfig
 "
 

diff --git 
a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.4.ebuild 
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.4.ebuild
index ce672aeecd0..30c72516856 100644
--- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.4.ebuild
+++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.4.ebuild
@@ -90,10 +90,7 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
>=dev-util/intltool-0.40
virtual/pkgconfig
-   x11-proto/inputproto
-   x11-proto/xf86miscproto
-   x11-proto/kbproto
-   >=x11-proto/xproto-7.0.15
+   x11-base/xorg-proto
 "
 
 # TypeErrors with python3; weird test errors with python2; all in power 
component that was made required now

diff --git a/gnome-base/nautilus/nautilus-3.20.4.ebuild 
b/gnome-base/nautilus/nautilus-3.20.4.ebuild
index 080c2d9dfbb..50a2aedfd4d 100644
--- a/gnome-base/nautilus/nautilus-3.20.4.ebuild
+++ b/gnome-base/nautilus/nautilus-3.20.4.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
@@ -48,7 +48,7 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.50
sys-devel/gettext
virtual/pkgconfig
-   x11-proto/xproto
+   x11-base/xorg-proto
 "
 RDEPEND="${COMMON_DEPEND}
packagekit? ( app-admin/packagekit-base )

diff --git a/gnome-base/nautilus/nautilus-3.24.2.1.ebuild 
b/gnome-base/nautilus/nautilus-3.24.2.1.ebuild
index 217195b511d..ec1bd6f72c7 100644
--

[gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/, net-im/kadu/

2018-05-11 Thread Matt Turner
commit: 11ca5fbae096772e4c163ea6bab1e1f4ec10bb24
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 23:33:30 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:32:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ca5fba

net-im/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 net-im/kadu/kadu-2.1-r1.ebuild | 6 ++
 net-im/kadu/kadu-4.3-r2.ebuild | 4 +---
 net-im/pidgin/pidgin-2.12.0.ebuild | 4 ++--
 net-im/pidgin/pidgin-2.13.0.ebuild | 2 +-
 4 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/net-im/kadu/kadu-2.1-r1.ebuild b/net-im/kadu/kadu-2.1-r1.ebuild
index fd2aded6d05..a1626c60b44 100644
--- a/net-im/kadu/kadu-2.1-r1.ebuild
+++ b/net-im/kadu/kadu-2.1-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"
@@ -57,9 +57,7 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
>=dev-qt/linguist-tools-5.2.0:5
-   x11-proto/scrnsaverproto
-   x11-proto/xextproto
-   x11-proto/xproto
+   x11-base/xorg-proto
 "
 RDEPEND="${COMMON_DEPEND}
speech? ( app-accessibility/powiedz )

diff --git a/net-im/kadu/kadu-4.3-r2.ebuild b/net-im/kadu/kadu-4.3-r2.ebuild
index e348cb31a4d..c6c749dc4d3 100644
--- a/net-im/kadu/kadu-4.3-r2.ebuild
+++ b/net-im/kadu/kadu-4.3-r2.ebuild
@@ -57,9 +57,7 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
dev-qt/linguist-tools:5
-   x11-proto/scrnsaverproto
-   x11-proto/xextproto
-   x11-proto/xproto
+   x11-base/xorg-proto
 "
 RDEPEND="${COMMON_DEPEND}
speech? ( app-accessibility/powiedz )

diff --git a/net-im/pidgin/pidgin-2.12.0.ebuild 
b/net-im/pidgin/pidgin-2.12.0.ebuild
index 1a3a72f9447..8b5835e6f76 100644
--- a/net-im/pidgin/pidgin-2.12.0.ebuild
+++ b/net-im/pidgin/pidgin-2.12.0.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
@@ -87,7 +87,7 @@ DEPEND="$RDEPEND
dev-perl/XML-Parser
virtual/pkgconfig
gtk? (
-   x11-proto/scrnsaverproto
+   x11-base/xorg-proto
${NLS_DEPEND}
)
dbus? ( ${PYTHON_DEPS} )

diff --git a/net-im/pidgin/pidgin-2.13.0.ebuild 
b/net-im/pidgin/pidgin-2.13.0.ebuild
index 3b87c2f0879..f82241ebac7 100644
--- a/net-im/pidgin/pidgin-2.13.0.ebuild
+++ b/net-im/pidgin/pidgin-2.13.0.ebuild
@@ -88,7 +88,7 @@ DEPEND="$RDEPEND
dev-perl/XML-Parser
virtual/pkgconfig
gtk? (
-   x11-proto/scrnsaverproto
+   x11-base/xorg-proto
${NLS_DEPEND}
)
dbus? ( ${PYTHON_DEPS} )



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xprop/, x11-apps/xdbedizzy/, x11-apps/bdftopcf/, x11-apps/xwininfo/, ...

2018-05-11 Thread Matt Turner
commit: b1bded37f8f09ce2c35805d365694dab7569fc27
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sat May 12 00:20:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:32:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bded37

x11-apps/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 x11-apps/bdftopcf/bdftopcf-1.1.ebuild|  3 +--
 x11-apps/iceauth/iceauth-1.0.8.ebuild|  2 +-
 x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild |  2 +-
 x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild  |  4 ++--
 x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild  |  4 ++--
 x11-apps/mesa-progs/mesa-progs-.ebuild   |  4 ++--
 x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild|  4 ++--
 x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild|  4 ++--
 x11-apps/mkfontscale/mkfontscale-1.1.3.ebuild|  2 +-
 x11-apps/rgb/rgb-1.0.5.ebuild|  4 ++--
 x11-apps/rgb/rgb-1.0.6.ebuild|  6 +++---
 x11-apps/sessreg/sessreg-1.1.1.ebuild|  4 ++--
 x11-apps/transset/transset-1.0.1.ebuild  |  4 ++--
 x11-apps/transset/transset-1.0.2.ebuild  |  2 +-
 x11-apps/xdbedizzy/xdbedizzy-1.1.0.ebuild|  5 ++---
 x11-apps/xdm/xdm-1.1.11-r3.ebuild|  7 +++
 x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild  | 13 ++---
 x11-apps/xdpyinfo/xdpyinfo-1.3.2.ebuild  | 13 ++---
 x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild  |  4 ++--
 x11-apps/xdriinfo/xdriinfo-1.0.6.ebuild  |  2 +-
 x11-apps/xev/xev-1.2.1.ebuild|  4 ++--
 x11-apps/xev/xev-1.2.2.ebuild|  4 ++--
 x11-apps/xf86dga/xf86dga-1.0.3.ebuild|  4 ++--
 x11-apps/xgamma/xgamma-1.0.5.ebuild  |  4 ++--
 x11-apps/xgamma/xgamma-1.0.6.ebuild  |  4 ++--
 x11-apps/xinput/xinput-1.6.1.ebuild  |  4 ++--
 x11-apps/xinput/xinput-1.6.2.ebuild  |  4 ++--
 x11-apps/xkbutils/xkbutils-1.0.4.ebuild  |  5 ++---
 x11-apps/xprop/xprop-1.2.2.ebuild|  4 ++--
 x11-apps/xprop/xprop-1.2.3.ebuild|  2 +-
 x11-apps/xtrap/xtrap-1.0.2-r1.ebuild |  4 ++--
 x11-apps/xtrap/xtrap-1.0.3.ebuild|  2 +-
 x11-apps/xvidtune/xvidtune-1.0.2-r1.ebuild   |  4 ++--
 x11-apps/xvidtune/xvidtune-1.0.3.ebuild  |  4 ++--
 x11-apps/xwd/xwd-1.0.6.ebuild|  6 +++---
 x11-apps/xwd/xwd-1.0.7.ebuild|  4 ++--
 x11-apps/xwininfo/xwininfo-1.1.3.ebuild  |  6 +++---
 x11-apps/xwininfo/xwininfo-1.1.4.ebuild  |  4 ++--
 38 files changed, 72 insertions(+), 94 deletions(-)

diff --git a/x11-apps/bdftopcf/bdftopcf-1.1.ebuild 
b/x11-apps/bdftopcf/bdftopcf-1.1.ebuild
index df9d6c081a2..6c3220866fd 100644
--- a/x11-apps/bdftopcf/bdftopcf-1.1.ebuild
+++ b/x11-apps/bdftopcf/bdftopcf-1.1.ebuild
@@ -10,6 +10,5 @@ DESCRIPTION="X.Org bdftopcf application"
 KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND="
-   x11-proto/fontsproto
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 RDEPEND=""

diff --git a/x11-apps/iceauth/iceauth-1.0.8.ebuild 
b/x11-apps/iceauth/iceauth-1.0.8.ebuild
index 084c861bc6b..fbcafd4b17a 100644
--- a/x11-apps/iceauth/iceauth-1.0.8.ebuild
+++ b/x11-apps/iceauth/iceauth-1.0.8.ebuild
@@ -12,4 +12,4 @@ IUSE=""
 
 RDEPEND="x11-libs/libICE"
 DEPEND="${RDEPEND}
-   x11-proto/xproto"
+   x11-base/xorg-proto"

diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild 
b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild
index f14f3fa384a..69ac7b3936c 100644
--- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild
+++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.20.ebuild
@@ -18,7 +18,7 @@ X86_RDEPEND="
x11-libs/libXext
x11-libs/libXv
)"
-X86_DEPEND=">=x11-proto/dri2proto-2.6"
+X86_DEPEND="x11-base/xorg-proto"
 RDEPEND="sys-apps/kmod:=
sys-process/procps:=
>=x11-libs/cairo-1.12.0[X?]

diff --git a/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild 
b/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild
index 1e807c1632f..aa6ffbd8f9a 100644
--- a/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-8.2.0.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=5
@@ -35,7 +35,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
media-libs/glew
virtual/glu
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 S=${WORKDIR}/${MY_P}
 EGIT_CHECKOUT_DI

[gentoo-commits] repo/gentoo:master commit in: net-misc/suite3270/, net-misc/vncrec/, net-misc/nx/

2018-05-11 Thread Matt Turner
commit: eff950761e262f198964511f71dc151441e77bf5
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 23:43:19 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:32:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff95076

net-misc/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 net-misc/nx/nx-3.5.0.33.ebuild  | 4 ++--
 net-misc/nx/nx-3.5.99.16.ebuild | 5 ++---
 net-misc/suite3270/suite3270-3.4_p10.ebuild | 4 ++--
 net-misc/suite3270/suite3270-3.5_p10.ebuild | 4 ++--
 net-misc/suite3270/suite3270-3.5_p12.ebuild | 2 +-
 net-misc/suite3270/suite3270-3.6_p4.ebuild  | 2 +-
 net-misc/vncrec/vncrec-0.2-r2.ebuild| 2 +-
 7 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/net-misc/nx/nx-3.5.0.33.ebuild b/net-misc/nx/nx-3.5.0.33.ebuild
index ab94da473f7..2623a5acd25 100644
--- a/net-misc/nx/nx-3.5.0.33.ebuild
+++ b/net-misc/nx/nx-3.5.0.33.ebuild
@@ -20,10 +20,10 @@ RDEPEND="media-libs/freetype:2
virtual/jpeg:*"
 
 DEPEND="${RDEPEND}
+   x11-base/xorg-proto
x11-libs/libfontenc
x11-misc/gccmakedep
-   x11-misc/imake
-   x11-proto/inputproto"
+   x11-misc/imake"
 
 S=${WORKDIR}/nx-libs-${PV}
 

diff --git a/net-misc/nx/nx-3.5.99.16.ebuild b/net-misc/nx/nx-3.5.99.16.ebuild
index e073af44a60..7983f9f624f 100644
--- a/net-misc/nx/nx-3.5.99.16.ebuild
+++ b/net-misc/nx/nx-3.5.99.16.ebuild
@@ -36,11 +36,10 @@ RDEPEND="
 
 DEPEND="${RDEPEND}
virtual/pkgconfig
+   x11-base/xorg-proto
x11-libs/libfontenc
x11-misc/gccmakedep
-   x11-misc/imake
-   x11-proto/inputproto
-   x11-proto/xextproto"
+   x11-misc/imake"
 
 S="${WORKDIR}/nx-libs-${PV}"
 

diff --git a/net-misc/suite3270/suite3270-3.4_p10.ebuild 
b/net-misc/suite3270/suite3270-3.4_p10.ebuild
index d3e53d33da3..8eaf62808b2 100644
--- a/net-misc/suite3270/suite3270-3.4_p10.ebuild
+++ b/net-misc/suite3270/suite3270-3.4_p10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -38,8 +38,8 @@ RDEPEND="ssl? ( dev-libs/openssl:0= )
tcl? ( dev-lang/tcl:0 )"
 DEPEND="${RDEPEND}
X? (
+   x11-base/xorg-proto
x11-misc/xbitmaps
-   x11-proto/xproto
app-text/rman
x11-apps/mkfontdir
x11-apps/bdftopcf

diff --git a/net-misc/suite3270/suite3270-3.5_p10.ebuild 
b/net-misc/suite3270/suite3270-3.5_p10.ebuild
index 54e2cc5b3a5..8f3125ae488 100644
--- a/net-misc/suite3270/suite3270-3.5_p10.ebuild
+++ b/net-misc/suite3270/suite3270-3.5_p10.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="5"
@@ -38,8 +38,8 @@ RDEPEND="ssl? ( dev-libs/openssl:0= )
tcl? ( dev-lang/tcl:0 )"
 DEPEND="${RDEPEND}
X? (
+   x11-base/xorg-proto
x11-misc/xbitmaps
-   x11-proto/xproto
app-text/rman
x11-apps/mkfontdir
x11-apps/bdftopcf

diff --git a/net-misc/suite3270/suite3270-3.5_p12.ebuild 
b/net-misc/suite3270/suite3270-3.5_p12.ebuild
index b3723ee2447..f842aa368b8 100644
--- a/net-misc/suite3270/suite3270-3.5_p12.ebuild
+++ b/net-misc/suite3270/suite3270-3.5_p12.ebuild
@@ -38,8 +38,8 @@ RDEPEND="ssl? ( dev-libs/openssl:0= )
tcl? ( dev-lang/tcl:0 )"
 DEPEND="${RDEPEND}
X? (
+   x11-base/xorg-proto
x11-misc/xbitmaps
-   x11-proto/xproto
app-text/rman
x11-apps/mkfontdir
x11-apps/bdftopcf

diff --git a/net-misc/suite3270/suite3270-3.6_p4.ebuild 
b/net-misc/suite3270/suite3270-3.6_p4.ebuild
index b3723ee2447..f842aa368b8 100644
--- a/net-misc/suite3270/suite3270-3.6_p4.ebuild
+++ b/net-misc/suite3270/suite3270-3.6_p4.ebuild
@@ -38,8 +38,8 @@ RDEPEND="ssl? ( dev-libs/openssl:0= )
tcl? ( dev-lang/tcl:0 )"
 DEPEND="${RDEPEND}
X? (
+   x11-base/xorg-proto
x11-misc/xbitmaps
-   x11-proto/xproto
app-text/rman
x11-apps/mkfontdir
x11-apps/bdftopcf

diff --git a/net-misc/vncrec/vncrec-0.2-r2.ebuild 
b/net-misc/vncrec/vncrec-0.2-r2.ebuild
index 759d2b27ac5..cb4d1e4f751 100644
--- a/net-misc/vncrec/vncrec-0.2-r2.ebuild
+++ b/net-misc/vncrec/vncrec-0.2-r2.ebuild
@@ -22,9 +22,9 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
app-text/rman
+   x11-base/xorg-proto
x11-misc/gccmakedep
x11-misc/imake
-   x11-proto/xextproto
 "
 
 DOCS=( README README.vnc )



[gentoo-commits] repo/gentoo:master commit in: media-libs/aalib/, media-libs/libggi/, media-libs/freeglut/, media-libs/libsdl/, ...

2018-05-11 Thread Matt Turner
commit: 6aa1810b8c733ba05d3e1427a4e904881a05d738
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 23:01:45 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:32:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa1810b

media-libs/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 media-libs/aalib/aalib-1.4_rc5-r6.ebuild   |  4 ++--
 media-libs/aalib/aalib-1.4_rc5-r7.ebuild   |  4 ++--
 media-libs/aalib/aalib-1.4_rc5-r8.ebuild   |  4 ++--
 media-libs/allegro/allegro-4.4.2-r1.ebuild |  9 ++---
 media-libs/allegro/allegro-5.0.11.ebuild   |  6 ++
 media-libs/coin/coin-3.1.3-r2.ebuild   |  4 ++--
 media-libs/coin/coin-4.0.0a_pre20180416.ebuild |  4 ++--
 media-libs/devil/devil-1.7.8-r2.ebuild |  4 ++--
 media-libs/freeglut/freeglut-2.8.1-r1.ebuild   |  5 ++---
 media-libs/freeglut/freeglut-3.0.0.ebuild  |  5 ++---
 media-libs/glew/glew-1.10.0-r100.ebuild|  6 +++---
 media-libs/glew/glew-1.6.0-r100.ebuild |  6 +++---
 media-libs/gst-plugins-base/gst-plugins-base-1.12.3.ebuild |  7 ++-
 media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild |  5 +
 media-libs/imlib2/imlib2-1.4.10.ebuild |  7 ++-
 media-libs/imlib2/imlib2-1.4.9.ebuild  |  7 ++-
 media-libs/imlib2/imlib2-1.5.1.ebuild  |  5 +
 media-libs/imlib2/imlib2-.ebuild   |  8 +++-
 media-libs/libXcm/libXcm-0.5.2-r1.ebuild   | 11 ++-
 media-libs/libXcm/libXcm-0.5.4.ebuild  |  6 +++---
 media-libs/libXcm/libXcm-.ebuild   |  6 +++---
 media-libs/libafterimage/libafterimage-1.20-r2.ebuild  |  4 ++--
 media-libs/libggi/libggi-2.2.2.ebuild  |  4 +---
 media-libs/libmpeg2/libmpeg2-0.5.1-r2.ebuild   |  4 ++--
 media-libs/libquicktime/libquicktime-1.2.4-r2.ebuild   |  2 +-
 media-libs/libsdl/libsdl-1.2.15-r9.ebuild  | 12 +++-
 media-libs/libsdl2/libsdl2-2.0.4.ebuild|  5 +
 media-libs/libsdl2/libsdl2-2.0.8-r1.ebuild |  5 +
 media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild |  5 +
 media-libs/mediastreamer/mediastreamer-2.8.2.ebuild|  4 ++--
 media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild |  2 +-
 media-libs/mesa/mesa-17.3.9.ebuild | 11 +--
 media-libs/mesa/mesa-18.0.2.ebuild | 11 +--
 media-libs/nas/nas-1.9.4-r1.ebuild |  6 +++---
 media-libs/nas/nas-1.9.4-r2.ebuild |  6 +++---
 media-libs/nas/nas-1.9.4.ebuild|  6 +++---
 media-libs/urt/urt-3.1b-r1.ebuild  |  4 ++--
 media-libs/xine-lib/xine-lib-1.2.6-r2.ebuild   | 11 +--
 media-libs/xine-lib/xine-lib-1.2.9-r1.ebuild   |  9 -
 media-libs/xine-lib/xine-lib-1.2..ebuild   |  9 -
 40 files changed, 90 insertions(+), 153 deletions(-)

diff --git a/media-libs/aalib/aalib-1.4_rc5-r6.ebuild 
b/media-libs/aalib/aalib-1.4_rc5-r6.ebuild
index 91b4a855d73..c9b66ed5347 100644
--- a/media-libs/aalib/aalib-1.4_rc5-r6.ebuild
+++ b/media-libs/aalib/aalib-1.4_rc5-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -25,7 +25,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   X? ( x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
 "
 
 DOCS="ANNOUNCE AUTHORS ChangeLog NEWS README*"

diff --git a/media-libs/aalib/aalib-1.4_rc5-r7.ebuild 
b/media-libs/aalib/aalib-1.4_rc5-r7.ebuild
index fca6534c922..33b7a1fe043 100644
--- a/media-libs/aalib/aalib-1.4_rc5-r7.ebuild
+++ b/media-libs/aalib/aalib-1.4_rc5-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -25,7 +25,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   X? ( x11-proto/xproto )
+   X? ( x11-base/xorg-proto )
 "
 
 DOCS="ANNOUNCE AUTHORS ChangeLog NEWS README*"

diff --git a/media-libs/aalib/aalib-1.4_rc5-r8.ebuild 
b/media-libs/aalib/aalib-1.4_rc5-r8.ebuild
index ed1597ebd57..240f763610c 100644
--- a/media-libs/aalib/aalib-1.4_rc5-r8.ebuild
+++ b/media-libs/aalib/aalib-1.4_rc5-r8.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=5
@@ -25,7 +25,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
v

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libstroke/, dev-libs/ace/, dev-libs/libotf/

2018-05-11 Thread Matt Turner
commit: 9bdd05e2f23b059ea6f23f3338298f80048140b0
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 20:39:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:25:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdd05e2

dev-libs/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 dev-libs/ace/ace-5.7.2.ebuild | 2 +-
 dev-libs/ace/ace-5.8.3.ebuild | 4 ++--
 dev-libs/libotf/libotf-0.9.13.ebuild  | 4 ++--
 dev-libs/libotf/libotf-0.9.16.ebuild  | 4 ++--
 dev-libs/libstroke/libstroke-0.5.1.ebuild | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-libs/ace/ace-5.7.2.ebuild b/dev-libs/ace/ace-5.7.2.ebuild
index 36c1041a8db..9eef7e48a63 100644
--- a/dev-libs/ace/ace-5.7.2.ebuild
+++ b/dev-libs/ace/ace-5.7.2.ebuild
@@ -24,7 +24,7 @@ RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"
 
 DEPEND="${COMMON_DEPEND}
-   X? ( x11-proto/xproto )"
+   X? ( x11-base/xorg-proto )"
 
 S="${WORKDIR}/ACE_wrappers"
 

diff --git a/dev-libs/ace/ace-5.8.3.ebuild b/dev-libs/ace/ace-5.8.3.ebuild
index 5acad9eca3c..295e81552a4 100644
--- a/dev-libs/ace/ace-5.8.3.ebuild
+++ b/dev-libs/ace/ace-5.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -25,7 +25,7 @@ RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"
 
 DEPEND="${COMMON_DEPEND}
-   X? ( x11-proto/xproto )"
+   X? ( x11-base/xorg-proto )"
 
 S="${WORKDIR}/ACE_wrappers"
 

diff --git a/dev-libs/libotf/libotf-0.9.13.ebuild 
b/dev-libs/libotf/libotf-0.9.13.ebuild
index ace881fbca4..34aacce2afe 100644
--- a/dev-libs/libotf/libotf-0.9.13.ebuild
+++ b/dev-libs/libotf/libotf-0.9.13.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=5
@@ -21,9 +21,9 @@ RDEPEND=">=media-libs/freetype-2.4.9
)"
 DEPEND="${RDEPEND}
X? (
+   x11-base/xorg-proto
x11-libs/libICE
x11-libs/libXmu
-   x11-proto/xproto
)"
 
 DOCS="AUTHORS ChangeLog NEWS README"

diff --git a/dev-libs/libotf/libotf-0.9.16.ebuild 
b/dev-libs/libotf/libotf-0.9.16.ebuild
index 1fdded3749e..e0066ed99ca 100644
--- a/dev-libs/libotf/libotf-0.9.16.ebuild
+++ b/dev-libs/libotf/libotf-0.9.16.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
@@ -22,9 +22,9 @@ RDEPEND=">=media-libs/freetype-2.4.9
 DEPEND="${RDEPEND}
virtual/pkgconfig
X? (
+   x11-base/xorg-proto
x11-libs/libICE
x11-libs/libXmu
-   x11-proto/xproto
)"
 
 DOCS="AUTHORS ChangeLog NEWS README"

diff --git a/dev-libs/libstroke/libstroke-0.5.1.ebuild 
b/dev-libs/libstroke/libstroke-0.5.1.ebuild
index ca71eba94a9..cfa602722b0 100644
--- a/dev-libs/libstroke/libstroke-0.5.1.ebuild
+++ b/dev-libs/libstroke/libstroke-0.5.1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 
~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"
-DEPEND="x11-proto/xproto
+DEPEND="x11-base/xorg-proto
${RDEPEND}"
 
 src_unpack() {



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

2018-05-11 Thread Matt Turner
commit: ff926a84be68b1f61f66237f8c714dfc29dda0eb
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 20:58:38 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:25:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff926a84

dev-util/ddd: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 dev-util/ddd/ddd-3.3.12-r3.ebuild | 4 ++--
 dev-util/ddd/ddd-3.3.12-r4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/ddd/ddd-3.3.12-r3.ebuild 
b/dev-util/ddd/ddd-3.3.12-r3.ebuild
index bed46086f11..25d5352a90b 100644
--- a/dev-util/ddd/ddd-3.3.12-r3.ebuild
+++ b/dev-util/ddd/ddd-3.3.12-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -28,7 +28,7 @@ COMMON_DEPEND="
readline? ( sys-libs/readline )
 "
 DEPEND="${COMMON_DEPEND}
-   x11-proto/xproto
+   x11-base/xorg-proto
 "
 RDEPEND="${COMMON_DEPEND}
x11-apps/xfontsel

diff --git a/dev-util/ddd/ddd-3.3.12-r4.ebuild 
b/dev-util/ddd/ddd-3.3.12-r4.ebuild
index 6c0222b31bf..4110ccf39cd 100644
--- a/dev-util/ddd/ddd-3.3.12-r4.ebuild
+++ b/dev-util/ddd/ddd-3.3.12-r4.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"
@@ -28,7 +28,7 @@ COMMON_DEPEND="
readline? ( sys-libs/readline:* )
 "
 DEPEND="${COMMON_DEPEND}
-   x11-proto/xproto
+   x11-base/xorg-proto
 "
 RDEPEND="${COMMON_DEPEND}
x11-apps/xfontsel



[gentoo-commits] repo/gentoo:master commit in: media-tv/nvtv/, media-tv/mythtv/

2018-05-11 Thread Matt Turner
commit: 7482f89bada65ee1cc8d2f00d9ab6c7d2629
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 11 23:26:47 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:32:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7482f89b

media-tv/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 media-tv/mythtv/mythtv-0.28.1-r4.ebuild | 5 ++---
 media-tv/nvtv/nvtv-0.4.7-r3.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/media-tv/mythtv/mythtv-0.28.1-r4.ebuild 
b/media-tv/mythtv/mythtv-0.28.1-r4.ebuild
index c030c6623d2..50c45fc9e8b 100644
--- a/media-tv/mythtv/mythtv-0.28.1-r4.ebuild
+++ b/media-tv/mythtv/mythtv-0.28.1-r4.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
@@ -129,8 +129,7 @@ RDEPEND="${COMMON}
 "
 DEPEND="${COMMON}
dev-lang/yasm
-   x11-proto/xf86vidmodeproto
-   x11-proto/xineramaproto
+   x11-base/xorg-proto
 "
 
 S="${WORKDIR}/${P}/mythtv"

diff --git a/media-tv/nvtv/nvtv-0.4.7-r3.ebuild 
b/media-tv/nvtv/nvtv-0.4.7-r3.ebuild
index 39d120ba773..e188d0766f7 100644
--- a/media-tv/nvtv/nvtv-0.4.7-r3.ebuild
+++ b/media-tv/nvtv/nvtv-0.4.7-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ RDEPEND="sys-apps/pciutils[-zlib]
x11-libs/libXxf86vm )"
 
 DEPEND="${RDEPEND}
-   X? ( x11-proto/xf86vidmodeproto )"
+   X? ( x11-base/xorg-proto )"
 
 PATCHES=( "${FILESDIR}/respect-cflags.patch" )
 



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

2018-05-11 Thread Matt Turner
commit: caedef144303306ae1f5308c52a36842e610ed2e
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 12 00:09:32 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 12 00:09:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caedef14

media-libs/mesa: Version bump to 18.1.0_rc4

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-18.1.0_rc4.ebuild | 572 +
 2 files changed, 573 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 3094d906a23..1c7a0e86077 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -2,3 +2,4 @@ DIST mesa-17.3.9.tar.xz 10660456 BLAKE2B 
54f4a75f9040e50e9eea8f5c52a276578379d25
 DIST mesa-18.0.2.tar.xz 10949364 BLAKE2B 
8b0557db70f61ac39df96e923383e41008f483ae2f89b3723e94e644cb2ced81a7996d61009acaebaf7813843742a24351a573c80f1173615e6c0302552cf621
 SHA512 
77d24d01c4c22596d28421aeb74932ff232730a4f556ae1a2e8777ece2876e4e352679575385c065505df4a2a83d2c1cf30db92dcf88038417e36a2768332d7e
 DIST mesa-18.0.3.tar.xz 10922936 BLAKE2B 
7281579b39b3fcff7fbe56576c1345954f47f42edaceea2ee02d99f3fd704704bfdcfd698ae78c4756df16acac9f0a297a3248e46e2c2aca61d7291df7b0b521
 SHA512 
decd050bab049d17bcde3f832d4da0ffdb80f147c99377a162739bbe72fd6fd32b51e56e6fc66895b8c30fc19a1815bae164b21aa557816c3998ad18c1ffca2d
 DIST mesa-18.1.0-rc3.tar.xz 11121648 BLAKE2B 
ad36da5de124cf1d7d785e26a3b9ac6cad492313d342e011d29b2c6bbb96e3af2fe377f0f6857743696ef056e7e80ec9eb4bde60a8510dfbdaa060802d5b4aff
 SHA512 
aae834672ce2ce28c9223626019b7ade5908919e9c2423ded070b215248b502dc1cc24e5c12527e28ae23ddce0b37e69c5d777ff923143c273f0a775ee215fc0
+DIST mesa-18.1.0-rc4.tar.xz 8452 BLAKE2B 
4f38f8b77650077244f91ab688a93eb4827961e1b34e6376c63fce43be2b73239e77086dc9fb91c7cbc9f748287402463b24bd2b4da841e905452e34d7da6f84
 SHA512 
5a00e12cf588a7ea165b096d67d36d53899d6fea9922e6c09eb6fc3acc99a004e0baf3af06277c920e14f4c9685af7d5e4ee6096d9a8c1bc3a6456775af57d23

diff --git a/media-libs/mesa/mesa-18.1.0_rc4.ebuild 
b/media-libs/mesa/mesa-18.1.0_rc4.ebuild
new file mode 100644
index 000..cf00b47b8bc
--- /dev/null
+++ b/media-libs/mesa/mesa-18.1.0_rc4.ebuild
@@ -0,0 +1,572 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git";
+
+if [[ ${PV} =  ]]; then
+   GIT_ECLASS="git-r3"
+   EXPERIMENTAL="true"
+fi
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools llvm multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/";
+
+if [[ $PV ==  ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="!bindist? ( bindist )"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind
+   +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind
+   vdpau vulkan wayland xvmc xa"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 gallium )
+   llvm?   ( gallium )
+   opencl? ( gallium llvm )
+   openmax? ( gallium )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vaapi? ( gallium )
+   vdpau? ( gallium )
+   vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   xa?  ( gallium )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium video_cards_vivante )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.91"
+RDEPEND="
+   classic? ( app-eselect/

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

2018-05-11 Thread Sergei Trofimovich
commit: 06fbdeb1f6f84e8a375a850426038ff227a9b280
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 11 22:56:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 11 22:56:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06fbdeb1

media-gfx/exiv2: stable 0.26_p20180319 for ppc, bug #647808

Bug: https://bugs.gentoo.org/647808
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

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

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



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

2018-05-11 Thread Sergei Trofimovich
commit: e5c1ee8f4e5d7567ad2710cd8dd9922a05f5e5f7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 11 22:56:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 11 22:56:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c1ee8f

sys-apps/shadow: stable 4.6 for ppc, bug #647790

Bug: https://bugs.gentoo.org/647790
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

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

diff --git a/sys-apps/shadow/shadow-4.6.ebuild 
b/sys-apps/shadow/shadow-4.6.ebuild
index 20e940f9c6c..c59105cb163 100644
--- a/sys-apps/shadow/shadow-4.6.ebuild
+++ b/sys-apps/shadow/shadow-4.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/shadow-maint/shadow/releases/download/${PV}/${P}.tar
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-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"
 IUSE="acl audit +cracklib nls pam selinux skey xattr"
 # Taken from the man/Makefile.am file.
 LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )



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

2018-05-11 Thread Sergei Trofimovich
commit: 21e7ac8dcbe9d0f81658f90a4bfc70345bc4489d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 11 22:41:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 11 22:43:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e7ac8d

sys-apps/ethtool: stable 4.13 for ppc64, bug #653174

Bug: https://bugs.gentoo.org/653174
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/sys-apps/ethtool/ethtool-4.13.ebuild 
b/sys-apps/ethtool/ethtool-4.13.ebuild
index 65560ddc719..9ba26876c25 100644
--- a/sys-apps/ethtool/ethtool-4.13.ebuild
+++ b/sys-apps/ethtool/ethtool-4.13.ebuild
@@ -9,6 +9,6 @@ SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ppc64 ~sh sparc x86"
 
 DEPEND="app-arch/xz-utils"



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/iozone/

2018-05-11 Thread Sergei Trofimovich
commit: 873d729aee6800f25e20048a347a54a83153cc35
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 11 22:41:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 11 22:43:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873d729a

app-benchmarks/iozone: stable 3.471 for ppc64, bug #653336

Bug: https://bugs.gentoo.org/653336
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 app-benchmarks/iozone/iozone-3.471.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/iozone/iozone-3.471.ebuild 
b/app-benchmarks/iozone/iozone-3.471.ebuild
index c91f04be7b3..3d352d13233 100644
--- a/app-benchmarks/iozone/iozone-3.471.ebuild
+++ b/app-benchmarks/iozone/iozone-3.471.ebuild
@@ -28,7 +28,7 @@ SRC_URI="http://www.iozone.org/src/current/${PN}${PV/./_}.tar";
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ia64 ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 S=${WORKDIR}/${PN}${PV/./_}



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

2018-05-11 Thread Sergei Trofimovich
commit: 2c59d7bba8ae474c62450bf174a10151bd0ab931
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 11 22:41:39 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 11 22:43:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c59d7bb

net-libs/nghttp2: stable 1.31.1 for ppc64, bug #653066

Bug: https://bugs.gentoo.org/653066
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/net-libs/nghttp2/nghttp2-1.31.1.ebuild 
b/net-libs/nghttp2/nghttp2-1.31.1.ebuild
index 403f0012214..1ae84fd3696 100644
--- a/net-libs/nghttp2/nghttp2-1.31.1.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.31.1.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 ~amd64-fbsd"
+   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: dev-libs/libuv/

2018-05-11 Thread Sergei Trofimovich
commit: 7cc89607f00ac9e9c6dffe0c031061a0902a7770
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 11 22:41:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 11 22:43:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc89607

dev-libs/libuv: stable 1.20.0 for ppc64, bug #653116

Bug: https://bugs.gentoo.org/653116
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-libs/libuv/libuv-1.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libuv/libuv-1.20.0.ebuild 
b/dev-libs/libuv/libuv-1.20.0.ebuild
index 405fc454563..680f22f8aab 100644
--- a/dev-libs/libuv/libuv-1.20.0.ebuild
+++ b/dev-libs/libuv/libuv-1.20.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD BSD-2 ISC MIT"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~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 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 RESTRICT="test"
 



[gentoo-commits] proj/sci:master commit in: sci-libs/dealii/

2018-05-11 Thread Matthias Maier
commit: 7508ba371a633fc9e06c10557a8a022d1d052378
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri May 11 22:11:59 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri May 11 22:11:59 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7508ba37

sci-libs/dealii: version bump to 9.0.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sci-libs/dealii/dealii-9.0.0.ebuild | 144 
 1 file changed, 144 insertions(+)

diff --git a/sci-libs/dealii/dealii-9.0.0.ebuild 
b/sci-libs/dealii/dealii-9.0.0.ebuild
new file mode 100644
index 0..6992d107a
--- /dev/null
+++ b/sci-libs/dealii/dealii-9.0.0.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils eutils multilib
+
+# deal.II uses its own FindLAPACK.cmake file that calls into the system
+# FindLAPACK.cmake module and does additional internal setup. Do not remove
+# any of these modules:
+CMAKE_REMOVE_MODULES_LIST=""
+
+DESCRIPTION="Solving partial differential equations with the finite element 
method"
+HOMEPAGE="http://www.dealii.org/";
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/dealii/dealii.git";
+   SRC_URI=""
+   KEYWORDS=""
+else
+   MY_PV="${PV//0_rc/rc}"
+   MY_P="${PN}-${MY_PV}"
+   SRC_URI="https://github.com/dealii/dealii/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz
+   doc? (
+   
https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-offline_documentation.tar.gz
+   -> ${P}-offline_documentation.tar.gz
+   )"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   S="${WORKDIR}/${PN}-${MY_PV}"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="
+   adolc assimp arpack cpu_flags_x86_avx cpu_flags_x86_sse2 cuda +debug
+   doc +examples gmsh +gsl hdf5 +lapack metis mpi muparser nanoflann
+   opencascade netcdf p4est petsc scalapack slepc +sparse static-libs
+   sundials +tbb trilinos
+"
+
+# TODO: add slepc use flag once slepc is packaged for gentoo-science
+REQUIRED_USE="
+   p4est? ( mpi )
+   slepc? ( petsc )
+   trilinos? ( mpi )"
+
+RDEPEND="dev-libs/boost
+   app-arch/bzip2
+   sys-libs/zlib
+   adolc? ( sci-libs/adolc )
+   arpack? ( sci-libs/arpack[mpi=] )
+   assimp? ( media-libs/assimp )
+   cuda? ( dev-util/nvidia-cuda-sdk )
+   gmsh? ( sci-libs/gmsh )
+   gsl? ( sci-libs/gsl )
+   hdf5? ( sci-libs/hdf5[mpi=] )
+   lapack? ( virtual/lapack )
+   metis? ( >=sci-libs/parmetis-4 )
+   mpi? ( virtual/mpi )
+   muparser? ( dev-cpp/muParser )
+   nanoflann? ( sci-libs/nanoflann )
+   netcdf? ( sci-libs/netcdf-cxx:0 )
+   opencascade? ( sci-libs/opencascade:* )
+   p4est? ( sci-libs/p4est[mpi] )
+   petsc? ( sci-mathematics/petsc[mpi=] )
+   scalapack? ( sci-libs/scalapack )
+   slepc? ( sci-mathematics/slepc[mpi=] )
+   sparse? ( sci-libs/umfpack )
+   sundials? ( sci-libs/sundials )
+   tbb? ( dev-cpp/tbb )
+   trilinos? ( sci-libs/trilinos )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen[dot] dev-lang/perl )"
+
+src_configure() {
+   # deal.II needs a custom build type:
+   local CMAKE_BUILD_TYPE=$(usex debug DebugRelease Release)
+
+   local mycmakeargs=(
+   -DDEAL_II_PACKAGE_VERSION=
+   -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF
+   -DDEAL_II_ALLOW_AUTODETECTION=OFF
+   -DDEAL_II_ALLOW_BUNDLED=OFF
+   -DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF
+   -DDEAL_II_COMPILE_EXAMPLES=OFF
+   -DDEAL_II_DOCHTML_RELDIR="share/doc/${P}/html"
+   -DDEAL_II_DOCREADME_RELDIR="share/doc/${P}"
+   -DDEAL_II_COMPILE_EXAMPLES=OFF
+   -DDEAL_II_EXAMPLES_RELDIR="share/doc/${P}/examples"
+   -DDEAL_II_LIBRARY_RELDIR="$(get_libdir)"
+   -DDEAL_II_SHARE_RELDIR="share/${PN}"
+   -DDEAL_II_WITH_BZIP2=ON
+   -DDEAL_II_WITH_ZLIB=ON
+   -DDEAL_II_WITH_ADOLC="$(usex adolc)"
+   -DDEAL_II_WITH_ASSIMP="$(usex assimp)"
+   -DDEAL_II_WITH_ARPACK="$(usex arpack)"
+   -DDEAL_II_HAVE_AVX="$(usex cpu_flags_x86_avx)"
+   -DDEAL_II_WITH_CUDA="$(usex cuda)"
+   -DDEAL_II_HAVE_SSE2="$(usex cpu_flags_x86_sse2)"
+   -DDEAL_II_COMPONENT_DOCUMENTATION="$(usex doc)"
+   -DDEAL_II_COMPONENT_EXAMPLES="$(usex examples)"
+   -DDEAL_II_WITH_GMSH="$(usex gmsh)"
+   -DDEAL_II_WITH_GSL="$(usex gsl)"
+   -DDEAL_II_WITH_HDF5="$(usex hdf5)"
+   -DDEAL_II_WITH_LAPACK="$(usex lapack)"
+   -DDEAL_II_WITH_METIS="$(usex metis)"
+   -DDEAL_II_WITH_MPI="$(usex mpi

[gentoo-commits] proj/sci:master commit in: sci-libs/dealii/

2018-05-11 Thread Matthias Maier
commit: 13e7d9768366dff65dd956b9b85dd37564fc1ca8
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri May 11 22:07:23 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri May 11 22:07:23 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=13e7d976

sci-libs/dealii: remove really old versions

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sci-libs/dealii/dealii-8.2.1-r1.ebuild | 131 -
 sci-libs/dealii/dealii-8.3.0.ebuild| 126 ---
 sci-libs/dealii/metadata.xml   |   2 -
 3 files changed, 259 deletions(-)

diff --git a/sci-libs/dealii/dealii-8.2.1-r1.ebuild 
b/sci-libs/dealii/dealii-8.2.1-r1.ebuild
deleted file mode 100644
index 8547307f7..0
--- a/sci-libs/dealii/dealii-8.2.1-r1.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils eutils multilib
-
-# deal.II uses its own FindLAPACK.cmake file that calls into the system
-# FindLAPACK.cmake module and does additional internal setup. Do not remove
-# any of these modules:
-CMAKE_REMOVE_MODULES_LIST=""
-
-DESCRIPTION="Solving partial differential equations with the finite element 
method"
-HOMEPAGE="http://www.dealii.org/";
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://github.com/dealii/dealii.git"
-   SRC_URI=""
-   KEYWORDS=""
-else
-   MY_PV="${PV//0_rc/rc}"
-   MY_P="${PN}-${MY_PV}"
-   SRC_URI="https://github.com/dealii/dealii/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz
-   doc? (
-   
https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-offline_documentation.tar.gz
-   -> ${P}-offline_documentation.tar.gz
-   
http://ganymed.iwr.uni-heidelberg.de/~maier/dealii/releases/${MY_P}-offline_documentation.tar.gz
-   -> ${P}-offline_documentation.tar.gz
-   )"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-   S="${WORKDIR}/${PN}-${MY_PV}"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="
-   arpack cpu_flags_x86_avx cpu_flags_x86_sse2 c++11 +debug doc +examples
-   hdf5 +lapack mesh_converter metis mpi mumps muparser opencascade netcdf
-   p4est parameter_gui petsc +sparse static-libs +tbb trilinos
-"
-
-# TODO: add slepc use flag once slepc is packaged for gentoo-science
-REQUIRED_USE="
-   mumps? ( mpi lapack )
-   p4est? ( mpi )
-   trilinos? ( mpi )"
-
-RDEPEND="dev-libs/boost
-   app-arch/bzip2
-   sys-libs/zlib
-   arpack? ( sci-libs/arpack[mpi=] )
-   hdf5? ( sci-libs/hdf5[mpi=] )
-   lapack? ( virtual/lapack )
-   metis? ( >=sci-libs/parmetis-4 )
-   mpi? ( virtual/mpi )
-   mumps? ( sci-libs/mumps[mpi] )
-   muparser? ( dev-cpp/muParser )
-   netcdf? ( sci-libs/netcdf-cxx:0 )
-   opencascade? ( sci-libs/opencascade:* )
-   p4est? ( sci-libs/p4est[mpi] )
-   parameter_gui? ( dev-qt/qtgui:4 )
-   petsc? ( sci-mathematics/petsc[mpi=] )
-   sparse? ( sci-libs/umfpack )
-   tbb? ( dev-cpp/tbb )
-   trilinos? ( sci-libs/trilinos )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen[dot] dev-lang/perl )"
-
-src_configure() {
-   # deal.II needs a custom build type:
-   local CMAKE_BUILD_TYPE=$(usex debug DebugRelease Release)
-
-   local mycmakeargs=(
-   -DDEAL_II_ALLOW_AUTODETECTION=OFF
-   -DDEAL_II_ALLOW_BUNDLED=OFF
-   -DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF
-   -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF
-   -DDEAL_II_COMPONENT_COMPAT_FILES=OFF
-   -DDEAL_II_CMAKE_MACROS_RELDIR=share/${PN}/cmake/macros
-   -DDEAL_II_DOCHTML_RELDIR=share/doc/${PF}/html
-   -DDEAL_II_DOCREADME_RELDIR=share/doc/${PF}/
-   -DDEAL_II_EXAMPLES_RELDIR=share/doc/${PF}/examples
-   -DDEAL_II_LIBRARY_RELDIR=$(get_libdir)
-   -DDEAL_II_WITH_BZIP2=ON
-   -DDEAL_II_WITH_ZLIB=ON
-   $(cmake-utils_use arpack DEAL_II_WITH_ARPACK)
-   $(cmake-utils_use c++11 DEAL_II_WITH_CXX11)
-   $(cmake-utils_use cpu_flags_x86_avx DEAL_II_HAVE_AVX)
-   $(cmake-utils_use cpu_flags_x86_sse2 DEAL_II_HAVE_SSE2)
-   $(cmake-utils_use doc DEAL_II_COMPONENT_DOCUMENTATION)
-   $(cmake-utils_use examples DEAL_II_COMPONENT_EXAMPLES)
-   $(cmake-utils_use hdf5 DEAL_II_WITH_HDF5)
-   $(cmake-utils_use lapack DEAL_II_WITH_LAPACK)
-   $(cmake-utils_use mesh_converter 
DEAL_II_COMPONENT_MESH_CONVERTER)
-   $(cmake-utils_use metis DEAL_II_WITH_METIS)
-   $(cmake-utils_use mpi DEAL_II_WITH_MPI)
-   $(cmake-utils_use mumps DEAL_II_WITH_MUMPS)
-   $(cmake-utils_u

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

2018-05-11 Thread Patrice Clement
commit: a4694fbb08c46f8ee6f65114b89954452b98f1d9
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:03:34 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4694fbb

app-vim/dhcpd-syntax: mark stable for the remaining arches using the ALLARCHES 
policy.

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

 app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild 
b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild
index 076e66a6f80..543bd478be7 100644
--- a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild
+++ b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=744";
 LICENSE="vim"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for dhcpd.conf 
files."
 



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

2018-05-11 Thread Patrice Clement
commit: 85b88bdbd64a4c40a2102d8029ce32f119cab898
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:04:41 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b88bdb

app-vim/tt2-syntax: mark stable for the remaining arches using the ALLARCHES 
policy.

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

 app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild 
b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild
index 2cee4cc1eca..ea3b7184e7e 100644
--- a/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild
+++ b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=830";
 LICENSE="vim"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
 IUSE=""
 
 VIM_PLUGIN_HELPTEXT=\



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

2018-05-11 Thread Patrice Clement
commit: 51a2332385249092993b43a78d0bc5bb486839a9
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:05:31 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a23323

app-vim/nagios-syntax: mark stable for the remaining arches using the ALLARCHES 
policy.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/nagios-syntax/nagios-syntax-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild 
b/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild
index 8ae4c68fd00..37286c2a11f 100644
--- a/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild
+++ b/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2261";
 SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz";
 
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 
 VIM_PLUGIN_HELPTEXT=\
 "This plugin provides syntax highlighting for Nagios configuration



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

2018-05-11 Thread Patrice Clement
commit: de6b9bf15a338564944a39ac60861600ab9bd768
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:07:43 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6b9bf1

app-vim/tt2-syntax: clean up old ebuild.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/tt2-syntax/tt2-syntax-1.13.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild 
b/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild
deleted file mode 100644
index cffed6d4124..000
--- a/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=830";
-LICENSE="vim"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for perl module Template-Toolkit"



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

2018-05-11 Thread Patrice Clement
commit: 93cdc96fc6c0f97703b44bc3b3de851c6cda9930
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:02:54 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93cdc96f

app-vim/ebnf-syntax: mark stable for the remaining arches using the ALLARCHES 
policy.

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

 app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild 
b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild
index 09c4e4bd5c4..fd08be1bffe 100644
--- a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild
+++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=545";
 LICENSE="vim"
-KEYWORDS="~alpha amd64 ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 VIM_PLUGIN_HELPTEXT=\



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

2018-05-11 Thread Patrice Clement
commit: 090699f064489730bd25c3a6ef6cb0f7f6ba4f1f
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:08:19 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090699f0

app-vim/nagios-syntax: clean up old ebuild.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/nagios-syntax/Manifest  |  1 -
 app-vim/nagios-syntax/nagios-syntax-20050105.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/app-vim/nagios-syntax/Manifest b/app-vim/nagios-syntax/Manifest
index 4dad98a2888..444f218bf05 100644
--- a/app-vim/nagios-syntax/Manifest
+++ b/app-vim/nagios-syntax/Manifest
@@ -1,2 +1 @@
 DIST nagios-syntax-1.8.tar.gz 1737 BLAKE2B 
73f3b40b4e79d3449cc0f62e88efa5e7d2085db6050f05a5dd774a375a477f22844c8b5603fd89aa676bc26e90d4ad21ebc377c11c05a67909d0b65e1861983e
 SHA512 
53a17c521a66a42f0082e6a963059ff96ed5f899e2be4c50ab68cbf237d1ca6bec8476b798b4a99563a8fdd6dc6ef632de19399b5aad12bad586f0cf0161f76f
-DIST nagios-syntax-20050105.tar.bz2 1721 BLAKE2B 
1dd50f29ab734c48caaa52e2f6c0bf601c71136ae8ff7b08077e4f329815e7c5988ad8759d926c2344163aaeccb51be827049c10e3315c6175f57eeac8a9ee3b
 SHA512 
4bfca41c7aac4580511bf651db67c0dc16fcdcb09137ba27ce5472be9e3695db0ac254dca370b0f3576ab58959cd0ca5235833e45b1186c6f6721ca3d5793c6b

diff --git a/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild 
b/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild
deleted file mode 100644
index 4828c3e0510..000
--- a/app-vim/nagios-syntax/nagios-syntax-20050105.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Nagios configuration files syntax"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2261";
-LICENSE="vim.org"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for Nagios configuration
-files. Detection is by filename (/etc/nagios/)."



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

2018-05-11 Thread Patrice Clement
commit: ca0cbb3b43e8cd092f5dc802b872bee7c8b72ee6
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:00:51 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0cbb3b

app-vim/alternate: fix variable S.

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

 app-vim/alternate/alternate-2.18-r2.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-vim/alternate/alternate-2.18-r2.ebuild 
b/app-vim/alternate/alternate-2.18-r2.ebuild
index 8f7e87cca08..5b01204abb9 100644
--- a/app-vim/alternate/alternate-2.18-r2.ebuild
+++ b/app-vim/alternate/alternate-2.18-r2.ebuild
@@ -6,12 +6,11 @@ EAPI=6
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: quickly switch between .c and .h files"
-HOMEPAGE="https://github.com/vim-scripts/a.vim
-https://www.vim.org/scripts/script.php?script_id=31";
+HOMEPAGE="https://github.com/vim-scripts/a.vim 
https://www.vim.org/scripts/script.php?script_id=31";
+
 SRC_URI="
https://github.com/vim-scripts/a.vim/archive/${PV}.tar.gz -> ${P}.tar.gz
-   https://www.vim.org/scripts/download_script.php?src_id=6347 -> ${PN}.txt
-"
+   https://www.vim.org/scripts/download_script.php?src_id=6347 -> 
${PN}.txt"
 
 LICENSE="alternate"
 KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
@@ -27,6 +26,8 @@ PATCHES=(
"${FILESDIR}"/${P}-hh-cc-alternation.patch
 )
 
+S="${WORKDIR}/a.vim-${PV}"
+
 src_prepare() {
default
mkdir -p "${S}/doc" || die



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

2018-05-11 Thread Patrice Clement
commit: e64ecf7a901699efe64f8e42db318083dfedf4a1
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:04:25 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64ecf7a

app-vim/eruby-syntax: mark stable for the remaining arches using the ALLARCHES 
policy.

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

 app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild 
b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
index 5f4dcb5b371..7062ef9a855 100644
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
+++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: syntax highlighting for eruby"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403";
 LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 
 VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
 



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

2018-05-11 Thread Patrice Clement
commit: 8eb4e7651f9e00821861bd349f1102479e2a4828
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:06:25 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb4e765

app-vim/ebnf-syntax: clean up old ebuild.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild 
b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild
deleted file mode 100644
index 41bf445bdce..000
--- a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=545";
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for EBNF (ISO/IEC 14997) files."
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   # don't use hi link, bug #101799.
-   sed -i -e 's,hi link,hi def link,' syntax/ebnf.vim || die "sed failed"
-}



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

2018-05-11 Thread Patrice Clement
commit: 67380219b4c3c3f41d7c8ba156d7b598a9ed5026
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:06:13 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67380219

app-vim/dhcpd-syntax: clean up old ebuild.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild 
b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild
deleted file mode 100644
index cfc50bce864..000
--- a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=744";
-LICENSE="vim"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for dhcpd.conf files."
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-multiple-addresses.patch
-}



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

2018-05-11 Thread Patrice Clement
commit: 84d378a99db410920a6e4cf9bc55930f22765da8
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:00:42 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d378a9

dev-python/isort: version bump.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/isort/Manifest   |  1 +
 dev-python/isort/isort-4.3.4.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/dev-python/isort/Manifest b/dev-python/isort/Manifest
index 030ad1ddd76..99f47f23ddb 100644
--- a/dev-python/isort/Manifest
+++ b/dev-python/isort/Manifest
@@ -1 +1,2 @@
 DIST isort-4.2.5.tar.gz 36361 BLAKE2B 
7133ab999200412bc880a5413de81ff0b7718383eaf7f50dd1ca12da4d7ee24f8d47af60e7416ca6898a32074779c4f293d897a0f7d62c2539b10a686484c121
 SHA512 
ddc8e859bb421e4179315d74896958c8279394d42a75494db5dc22c58422994aa249b63c03645626a021ccf9142941bde51ad400256ab1c6be29da8110375f40
+DIST isort-4.3.4.tar.gz 56070 BLAKE2B 
c0f7c3d744fcd54b0507d3e7d5963c5d9fb810552ad284206031aa979766cd2e7e141886f29130a000bf827696477a46c33ed5cafe4be6571a243bd6dc97
 SHA512 
ffe679b96223f5f41d14c61051a875233857f7ccab33211c195ed62b85cc1e9bef0af67f9960e94322fff216c1bfaaa583fbd2ef20e258f90a184a25d011213a

diff --git a/dev-python/isort/isort-4.3.4.ebuild 
b/dev-python/isort/isort-4.3.4.ebuild
new file mode 100644
index 000..acd1bcfe3fb
--- /dev/null
+++ b/dev-python/isort/isort-4.3.4.ebuild
@@ -0,0 +1,15 @@
+# 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} pypy )
+inherit distutils-r1
+
+DESCRIPTION="A python utility/library to sort imports"
+HOMEPAGE="https://pypi.org/project/isort/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"



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

2018-05-11 Thread Patrice Clement
commit: 8d7c013446121f68fdf3448af65161e472a4dac2
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 22:07:17 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 22:08:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d7c0134

app-vim/eruby-syntax: clean up old ebuild.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild 
b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild
deleted file mode 100644
index f781740b355..000
--- a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: syntax highlighting for eruby"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403";
-LICENSE="vim.org"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   sed -i -e 's,hi link,hi def link,' syntax/eruby.vim || die "sed failed"
-}



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

2018-05-11 Thread Sergei Trofimovich
commit: 89a911feff2f70be994d6b3b043dd25d37f85ae7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 11 21:59:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 11 21:59:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a911fe

net-misc/wget: stable 1.19.5 for ia64, bug #655216

Bug: https://bugs.gentoo.org/655216
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

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

diff --git a/net-misc/wget/wget-1.19.5.ebuild b/net-misc/wget/wget-1.19.5.ebuild
index b4d33f3b37c..9a4a89aae04 100644
--- a/net-misc/wget/wget-1.19.5.ebuild
+++ b/net-misc/wget/wget-1.19.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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 ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 



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

2018-05-11 Thread Patrice Clement
commit: b6c191697baa9f201793074305b580a910d4b875
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May  7 19:02:03 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 21:56:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c19169

lxqt-base/lxqt-meta: use HTTPS.

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

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

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild 
b/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild
index 2544b117b8e..f1654fe9f48 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-0.11.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 
 DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
-HOMEPAGE="http://lxqt.org/";
+HOMEPAGE="https://lxqt.org";
 
 LICENSE="metapackage"
 SLOT="0"



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

2018-05-11 Thread Patrice Clement
commit: 6a473558dc563d66bc0e47f9070ec4d331dea38a
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 11 21:52:55 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 21:56:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a473558

app-shells/pdsh: EAPI 6 bump.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-shells/pdsh/pdsh-2.26-r1.ebuild | 55 +
 1 file changed, 55 insertions(+)

diff --git a/app-shells/pdsh/pdsh-2.26-r1.ebuild 
b/app-shells/pdsh/pdsh-2.26-r1.ebuild
new file mode 100644
index 000..f9e97334263
--- /dev/null
+++ b/app-shells/pdsh/pdsh-2.26-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A high-performance, parallel remote shell utility"
+HOMEPAGE="https://computing.llnl.gov/linux/pdsh.html";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="crypt readline rsh static-libs test"
+
+RDEPEND="
+   crypt? ( net-misc/openssh )
+   rsh? ( net-misc/netkit-rsh )
+   readline? ( sys-libs/readline:0= )"
+
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-util/dejagnu )"
+
+pkg_setup() {
+   PDSH_MODULE_LIST="${PDSH_MODULE_LIST:-netgroup}"
+   MODULE_CONFIG=""
+
+   local m
+   local 
valid_modules=":xcpu:ssh:exec:qshell:genders:nodeupdown:mrsh:mqshell:dshgroups:netgroup:"
+
+   for m in ${PDSH_MODULE_LIST}; do
+   if [[ "${valid_modules}" == *:${m}:* ]]; then
+   MODULE_CONFIG="${MODULE_CONFIG} --with-${m}"
+   fi
+   done
+
+   elog "Building ${PF} with the following modules:"
+   elog "  ${PDSH_MODULE_LIST}"
+   elog "This list can be changed in /etc/portage/make.conf by setting"
+   elog "PDSH_MODULE_LIST=\"module1 module2...\""
+}
+
+src_configure() {
+   econf ${MODULE_CONFIG} \
+   --with-machines \
+   --enable-shared \
+   $(use_with crypt ssh) \
+   $(use_with rsh) \
+   $(use_with readline) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+}



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

2018-05-11 Thread Patrice Clement
commit: 1fdf609eaa478fdd301d03f4e1cce82b8a949061
Author: Wim Muskee  gmail  com>
AuthorDate: Fri May 11 14:04:48 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 21:56:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fdf609e

sci-libs/mkl: update HOMEPAGE.

Closes: https://bugs.gentoo.org/651026
Closes: https://github.com/gentoo/gentoo/pull/8347

 sci-libs/mkl/mkl-10.0.5.025-r1.ebuild | 4 ++--
 sci-libs/mkl/mkl-10.0.5.025.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild 
b/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild
index ed1c3a7da3f..b2d8507670c 100644
--- a/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild
+++ b/sci-libs/mkl/mkl-10.0.5.025-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ PB=${PN}
 P_ARCHIVE=l_${PN}_p_${PV}
 
 DESCRIPTION="Intel(R) Math Kernel Library: linear algebra, fft, math functions"
-HOMEPAGE="http://developer.intel.com/software/products/mkl/";
+HOMEPAGE="https://software.intel.com/en-us/mkl";
 
SRC_URI="http://registrationcenter-download.intel.com/irc_nas/${PID}/${P_ARCHIVE}.tgz";
 
 SLOT="0"

diff --git a/sci-libs/mkl/mkl-10.0.5.025.ebuild 
b/sci-libs/mkl/mkl-10.0.5.025.ebuild
index dc66e4a23e9..00dff8ae6b2 100644
--- a/sci-libs/mkl/mkl-10.0.5.025.ebuild
+++ b/sci-libs/mkl/mkl-10.0.5.025.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ PB=${PN}
 P_ARCHIVE=l_${PN}_p_${PV}
 
 DESCRIPTION="Intel(R) Math Kernel Library: linear algebra, fft, math functions"
-HOMEPAGE="http://developer.intel.com/software/products/mkl/";
+HOMEPAGE="https://software.intel.com/en-us/mkl";
 
SRC_URI="http://registrationcenter-download.intel.com/irc_nas/${PID}/${P_ARCHIVE}.tgz";
 
 SLOT="0"



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

2018-05-11 Thread Patrice Clement
commit: c1fd264bd45c76e2dd96fe5fe20dd47cd7a47283
Author: Tomas Mozes  gmail  com>
AuthorDate: Wed May  2 13:01:36 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 21:56:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fd264b

dev-python/elasticsearch-py: drop old.

Package-Manager: Portage-2.3.31, Repoman-2.3.9
Closes: https://bugs.gentoo.org/643684
Closes: https://github.com/gentoo/gentoo/pull/8242

 dev-python/elasticsearch-py/Manifest   |  2 -
 .../elasticsearch-py/elasticsearch-py-5.4.0.ebuild | 98 --
 2 files changed, 100 deletions(-)

diff --git a/dev-python/elasticsearch-py/Manifest 
b/dev-python/elasticsearch-py/Manifest
index e88917d2268..bf060304693 100644
--- a/dev-python/elasticsearch-py/Manifest
+++ b/dev-python/elasticsearch-py/Manifest
@@ -1,9 +1,7 @@
-DIST elasticsearch-5.3.2.tar.gz 33704368 BLAKE2B 
861ca6b37ee71b2a7d3b988287df88620fc88ec6961267c440d1083feadadcf036832f41446135ecb1066c51c3ddd259934562de53b2dad69220a1e4962c3e7c
 SHA512 
430021202fd747ea376e36e9035f05eaa27f06c25f2f8616e218a248f0aeaaffd8577d689c790b618e3fdbcbae23b7bd664d4380d0e323483f6e158675a4bc00
 DIST elasticsearch-5.6.7.tar.gz 33789994 BLAKE2B 
4e5f4e55cb3875adee7528e26187659b5bac7b2def9d22d438f888fb33ce116654b54859d8430b203c14939bd3821240f8ed209ce120388256e9389ab9acd11c
 SHA512 
2c9fbe8d3ccdced6242b5d876cb9a25a3ef1b94f9de0720aa438458b0235082220621afffe7976664bf08b13b4aee157c28a5d519b5594e6d9d7855c24e93056
 DIST elasticsearch-6.0.1.tar.gz 28026460 BLAKE2B 
a70cd36affaf1ea552167e585a35cc748de1137cf4b23387798ae31b851104ccc19f8be83ecc645bcebfba344b5e55a397a9cbb0b380c4a118f1f0ffecf2
 SHA512 
b86a04acd194e7e96e3a32de6ab4983d6569ffb1714f2af9e2b49623004987e13e57c5db055153a188f5d2d7eea63d649fa87769f7625f3fc4923e0cd5b8f3ee
 DIST elasticsearch-6.1.3.tar.gz 28454781 BLAKE2B 
80c42a64fb533a5b2f0a2c6ea154b129e327acc0d2addc6f1dd5fd949573459ec87118e12b98791642fdfa8e92927d749dd60119adcb398fca56e6e00b0811e2
 SHA512 
af10cc571ab55f52ab73a86373fa8359214a7866fbb6d2910669e6be897bae30c41c007c3be5803a7f07736041f32cf36425c182a18fab39499321ed9eb4b349
 DIST elasticsearch-6.2.3.tar.gz 29050159 BLAKE2B 
32a722e3861abf024a4b82ffe97877896cf3ffc76aac34fd942eeb9ca490ac41f3bf530b6313104fdf2c4900ea377d57837c465c6de6f983afac99802586b1c7
 SHA512 
8103c2b817cd5e14057c28372f379bb9c2b7833698818882c649d349904163d0c69d147836d03428619535652902532f7e5abc1e23214ad735c54b1d914acabf
-DIST elasticsearch-py-5.4.0.tar.gz 81286 BLAKE2B 
d15ef79ee9720b4ed67c5538c66301aba2c7a4baf9a48faef0153b76dbf780749975d664c8e9d52599077738e543d6c5113bde3748e86f239f1b92a272ea934f
 SHA512 
9d30ffa810f495662769e6d2f2627f9ef6aa3849bc2eecd09df28c05a036b8fb15ae465914c38eeb3d854683bc150a3c56425388312bcd112bd5cc7b33ad41ae
 DIST elasticsearch-py-5.5.2.tar.gz 83415 BLAKE2B 
6adf9d5e05c2d097590bc78df9c9a7a948194a4106d718464c04e705380984b51d8f7e04fe9d0eaa6518d6d8767aa064c99512cf827a31e993178ee3c28a8815
 SHA512 
c5c9583179e87b13c7edf14baeb5a360369f37a953049c3c7e101c379cf895c8fe743d5edaaee6aa0fa4ee6cdab9364c0177097ad780ed3d85ede754088520a3
 DIST elasticsearch-py-6.0.0.tar.gz 83197 BLAKE2B 
5ca16c9b881fe6f8c4944e8eec69be0532fe472564b12dbaa40225b29b8a2b88974e35ed2ab733722023da3ed877a2934bb545387ffdcf307d519950a8971880
 SHA512 
1d6c27654f9470837e9cb9866cb6f5305d63cac9dc6bddc06309e378a5e7b7fe3d21cae5ffd115685fe8ddcfd8cbbe1457d74799dde0fc7427f90fc870f1c444
 DIST elasticsearch-py-6.1.1.tar.gz 83575 BLAKE2B 
fc7cd690208a401b83fd1b86957dc49b2bd686248f2d78901551c26e67e06f4c7f6175346fd0374ff509477f571a8074ac30aa0e2cca1c73b11b6cdce67bfe33
 SHA512 
f593865de8879ac42cbbd35dd6bcc1da9513124556dcd3f1d8240e9d2818682136bfac09387c50797f4daada33699a7f5c1591172a7d89c3bd865595a5706c18

diff --git a/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild 
b/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild
deleted file mode 100644
index b0206130984..000
--- a/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-ES_VERSION="5.3.2"
-
-inherit distutils-r1
-
-# tests fail in chroot
-# https://github.com/elastic/elasticsearch/issues/12018
-RESTRICT="test"
-
-MY_PN=${PN/-py/}
-
-DESCRIPTION="official Python low-level client for Elasticsearch"
-HOMEPAGE="https://github.com/elastic/elasticsearch-py";
-SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   test? ( 
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
 )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples doc test"
-
-RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}]
-/dev/null
-   if [[ $? -eq 0 ]]; then
-   einfo "Elasticsearch started"
-   es_started=1
-   eend 0
- 

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

2018-05-11 Thread Patrice Clement
commit: 60681e131dca6f09998b493792c8dccf5cda2a2e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May  7 19:06:20 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 21:56:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60681e13

lxqt-base/lxqt-panel: use HTTPS.

 lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild 
b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
index b4aa45d29c5..f37be9fee9f 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
@@ -5,11 +5,11 @@ EAPI=5
 inherit cmake-utils
 
 DESCRIPTION="LXQt desktop panel and plugins"
-HOMEPAGE="http://lxqt.org/";
+HOMEPAGE="https://lxqt.org";
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+   EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git";
 else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
KEYWORDS="amd64 ~arm ~arm64 x86"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-openssh-askpass/

2018-05-11 Thread Patrice Clement
commit: 277b3be93fcc2a1e6a211339181610f63d569237
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May  7 19:02:22 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 21:56:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277b3be9

lxqt-base/lxqt-openssh-askpass: use HTTPS

 lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild 
b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild
index c39d5dee7cd..bf937cff142 100644
--- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild
+++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.11.0.ebuild
@@ -5,11 +5,11 @@ EAPI=5
 inherit cmake-utils
 
 DESCRIPTION="LXQt OpenSSH user password prompt tool"
-HOMEPAGE="http://lxqt.org/";
+HOMEPAGE="https://lxqt.org";
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+   EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git";
 else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
KEYWORDS="amd64 ~arm ~arm64 x86"



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

2018-05-11 Thread Patrice Clement
commit: 25e2ff15da75b60807e3bea6ba3d993f08206364
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May  7 19:05:54 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 21:56:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e2ff15

lxqt-base/lxqt-notificationd: use HTTPS.

 lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
index ed3229c4ebc..b7eae03c514 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild
@@ -5,11 +5,11 @@ EAPI=5
 inherit cmake-utils
 
 DESCRIPTION="LXQt notification daemon and library"
-HOMEPAGE="http://lxqt.org/";
+HOMEPAGE="https://lxqt.org";
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+   EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git";
 else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
KEYWORDS="amd64 ~arm ~arm64 x86"



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

2018-05-11 Thread Patrice Clement
commit: 6eb6ab4e9342dd5b50a293017ecbc9c9049735df
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon May  7 19:05:36 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 11 21:56:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb6ab4e

lxqt-base/lxqt-l10n: use HTTPS.

 lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild 
b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
index 730a29ddb36..27fa16aa85d 100644
--- a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
+++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild
@@ -5,11 +5,11 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="LXQt localisation package"
-HOMEPAGE="http://lxqt.org/";
+HOMEPAGE="https://lxqt.org";
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+   EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git";
 else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
KEYWORDS="~amd64 ~arm ~arm64 ~x86"



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

2018-05-11 Thread Sergei Trofimovich
commit: 9b3a9d9c6cd7ba30a5aa0c7064ba08e703ff1f0d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 11 21:52:07 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 11 21:52:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3a9d9c

app-admin/fam: stable 2.7.0_p17_p2 for ia64, bug #653820

Bug: https://bugs.gentoo.org/653820
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 app-admin/fam/fam-2.7.0_p17_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/fam/fam-2.7.0_p17_p2.ebuild 
b/app-admin/fam/fam-2.7.0_p17_p2.ebuild
index 2872f6a3d33..41ecd24b9cc 100644
--- a/app-admin/fam/fam-2.7.0_p17_p2.ebuild
+++ b/app-admin/fam/fam-2.7.0_p17_p2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
 IUSE="static-libs"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/moe/, app-editors/moe/files/

2018-05-11 Thread Mikle Kolyada
commit: f41585c6b64573b0f9927fc403f366cc21c7ead7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May 11 21:46:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May 11 21:47:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41585c6

app-editors/moe: Version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-editors/moe/Manifest  |  1 +
 app-editors/moe/files/moe-1.6-tinfo.patch |  4 ++--
 app-editors/moe/moe-1.9.ebuild| 36 +++
 3 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/app-editors/moe/Manifest b/app-editors/moe/Manifest
index 52e5465c4b8..138b65fae76 100644
--- a/app-editors/moe/Manifest
+++ b/app-editors/moe/Manifest
@@ -1,2 +1,3 @@
 DIST moe-1.6.tar.lz 75108 BLAKE2B 
0d675ceecea6670fe24e860d030ef43905add64334d0769d24a57fb3b0cc421e7065c6d36df7e2c154db66936ab8849f9bf42288767810aec34db4261fef23f6
 SHA512 
0aa717c865d41f73adccddbb158ae67b611a64f24258bcce5a68fea8175d28d6db55a0fb356fb294bfe3106c0973607b1fcc76ceee17d360e30eb80650ec043b
 DIST moe-1.7.tar.lz 79644 BLAKE2B 
e4e353d1daba8b40842d86a0821c8a0668bbe9e6875b988190f870b8fd637ee3f0006ca088f9aeb1dedcc69b17c45ced4167ffb248adb429531516b64229caee
 SHA512 
e961291c55e5b2af09e3b5cb0d07b557b0af1f6143339390e5b06f4bdebace888f7c3866ec936bd20f25b23cc96fdfdb7bd3da6690e684ec24513b106ae53b49
+DIST moe-1.9.tar.lz 82046 BLAKE2B 
9144dfc4ce17bc04f3ad9aa9ec271f173df6c581705e5d922a346f94c086a97af9429478c016d7081c1fd38787055666504f04d25a8b9f5c1020dc147aaafdb0
 SHA512 
277700e4a796e1a7aee42de55ba4599a350a612f95a1a2eca5078d85f6f9a7db190fb5611eb2f286c98580af847a2934bf38a4bce10176db4c5cddc2d257f929

diff --git a/app-editors/moe/files/moe-1.6-tinfo.patch 
b/app-editors/moe/files/moe-1.6-tinfo.patch
index 6b91460e8e5..5a94ec599e8 100644
--- a/app-editors/moe/files/moe-1.6-tinfo.patch
+++ b/app-editors/moe/files/moe-1.6-tinfo.patch
@@ -1,5 +1,5 @@
 Makefile.in.orig   2014-11-03 00:33:57.152593136 +0300
-+++ Makefile.in2014-11-03 00:34:21.121592519 +0300
+--- a/Makefile.in.orig 2014-11-03 00:33:57.152593136 +0300
 b/Makefile.in  2014-11-03 00:34:21.121592519 +0300
 @@ -4,7 +4,7 @@
  INSTALL_PROGRAM = $(INSTALL) -m 755
  INSTALL_DATA = $(INSTALL) -m 644

diff --git a/app-editors/moe/moe-1.9.ebuild b/app-editors/moe/moe-1.9.ebuild
new file mode 100644
index 000..c511c32637f
--- /dev/null
+++ b/app-editors/moe/moe-1.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs unpacker
+
+DESCRIPTION="A powerful and user-friendly console text editor"
+HOMEPAGE="https://www.gnu.org/software/moe/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   sys-libs/ncurses:0=
+"
+DEPEND="
+   $(unpacker_src_uri_depends)
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   tc-export CXX PKG_CONFIG
+   sed -i \
+   -e "/^CXXFLAGS=/d" \
+   -e "/^LDFLAGS=/d" \
+   -e  "/^CXX=/d" \
+   configure || die "sed on configure failed"
+
+   eapply_user
+
+   eapply "${FILESDIR}/${PN}-1.6-tinfo.patch"
+}



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

2018-05-11 Thread Chí-Thanh Christopher Nguyễn
commit: 344c19cf6950168df9db5ec9dd8cb63e815a2a4c
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Fri May 11 21:39:10 2018 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Fri May 11 21:40:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344c19cf

profiles/package.mask: drop media-fonts/bitstream-cyberbit mask

Bug: https://bugs.gentoo.org/show_bug.cgi?id=655466

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4d50f1a57c9..203fb94519d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,13 +29,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Johannes Huber  (11 May 2018)
-# Masked for removal in 30 days (bug #655466). Fails to
-# fetch distfile (bug #655454). Access not existing
-# directories (bug #467128).Uses deprecated EAPI 2
-# (bug #648050).
-media-fonts/bitstream-cyberbit
-
 # Mikle Kolyada  (10 May 2018)
 # The upstream is totally dead (the last release is from 2006).
 # Does not compile against gcc-6, uses old EAPI=3 (#564998, #644262).



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

2018-05-11 Thread Matthias Maier
commit: a9fab850263cf3256559e0c15696598f95df4153
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri May 11 21:29:16 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri May 11 21:39:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fab850

app-emulation/libvirt: version bump to 4.3.0

Closes: https://bugs.gentoo.org/654062
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-emulation/libvirt/Manifest |   1 +
 app-emulation/libvirt/libvirt-4.3.0.ebuild | 382 +
 2 files changed, 383 insertions(+)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 7e8f3c2abe4..1b8bec44164 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,2 +1,3 @@
 DIST libvirt-4.1.0.tar.xz 15046956 BLAKE2B 
e5d4fb47d6308b2f74d464b8a4b236fcda96ca71357847ce7bc9c787e89111ed99538e9f7815287d14af24db1bc774012682843edc1e067cdf710e82d0b349c9
 SHA512 
62d1a228adf3270cc6defe3cbf92dac8c4ce2c434c4d97219571ccef799a4f6304cfd1ba9938338356641285f53ac71145d7b398523021c5ea1dc8e3d49cf894
 DIST libvirt-4.2.0.tar.xz 15180120 BLAKE2B 
0df6caef7f377e627a7ca1d169e1c8032d02fdfb5cc32a3036fbedd021063672114fcef09aa34e7218b56eef0fe64509024fbcd674a0c5f312a7afb9aa3e34a5
 SHA512 
ced3a7408e95f1663deec03b095780d0f805126506a064a11063d1f313f923eb0ff0ea95f99826514d8cb4e51c850f6f02904e06e5ef8106c38898a0cfe7f9ed
+DIST libvirt-4.3.0.tar.xz 14667860 BLAKE2B 
bd4dfbcfba3b11036be979caf938ec7ca4fc04cc4bd6dfd5eec05c054ba4ebf953c0e86a080e65ab8a880f2bcc2f4d018283e870afcb64bd0b750247f3c96357
 SHA512 
cc61497121931019a8cc3fa8234d7cf95b0f0e1d77ab6fcd089db92759617b099eb83c57aa91768ae6ccf92c345cf72e1d9b202acb5132a159476fb86f1a6999

diff --git a/app-emulation/libvirt/libvirt-4.3.0.ebuild 
b/app-emulation/libvirt/libvirt-4.3.0.ebuild
new file mode 100644
index 000..d93ae1d82ca
--- /dev/null
+++ b/app-emulation/libvirt/libvirt-4.3.0.ebuild
@@ -0,0 +1,382 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils user linux-info systemd readme.gentoo-r1 
bash-completion-r1
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
+   SRC_URI=""
+   KEYWORDS=""
+   SLOT="0"
+else
+   # Versions with 4 numbers are stable updates:
+   if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
+   SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.xz";
+   else
+   SRC_URI="http://libvirt.org/sources/${P}.tar.xz";
+   fi
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   SLOT="0/${PV}"
+fi
+
+DESCRIPTION="C toolkit to manipulate virtual machines"
+HOMEPAGE="http://www.libvirt.org/";
+LICENSE="LGPL-2.1"
+IUSE="
+   apparmor audit +caps +dbus firewalld fuse glusterfs iscsi +libvirtd lvm
+   libssh lxc +macvtap nfs nls numa openvz parted pcap phyp policykit
+   +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network
+   wireshark-plugins xen zeroconf zfs
+"
+
+REQUIRED_USE="
+   firewalld? ( virt-network )
+   libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
+   lxc? ( caps libvirtd )
+   openvz? ( libvirtd )
+   policykit? ( dbus )
+   qemu? ( libvirtd )
+   uml? ( libvirtd )
+   vepa? ( macvtap )
+   virt-network? ( libvirtd )
+   virtualbox? ( libvirtd )
+   xen? ( libvirtd )"
+
+# gettext.sh command is used by the libvirt command wrappers, and it's
+# non-optional, so put it into RDEPEND.
+# We can use both libnl:1.1 and libnl:3, but if you have both installed, the
+# package will use 3 by default. Since we don't have slot pinning in an API,
+# we must go with the most recent
+RDEPEND="
+   app-misc/scrub
+   dev-libs/libgcrypt:0
+   dev-libs/libnl:3
+   >=dev-libs/libxml2-2.7.6
+   || ( >=net-analyzer/netcat6-1.0-r2 
>=net-analyzer/openbsd-netcat-1.105-r1 )
+   >=net-libs/gnutls-1.0.25:0=
+   net-libs/libssh2
+   net-libs/libtirpc
+   net-libs/rpcsvc-proto
+   >=net-misc/curl-7.18.0
+   sys-apps/dmidecode
+   >=sys-apps/util-linux-2.17
+   sys-devel/gettext
+   sys-libs/ncurses:0=
+   sys-libs/readline:=
+   apparmor? ( sys-libs/libapparmor )
+   audit? ( sys-process/audit )
+   caps? ( sys-libs/libcap-ng )
+   dbus? ( sys-apps/dbus )
+   firewalld? ( net-firewall/firewalld )
+   fuse? ( >=sys-fs/fuse-2.8.6:= )
+   glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
+   iscsi? ( sys-block/open-iscsi )
+   libssh? ( net-libs/libssh )
+   lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] )
+   nfs? ( net-fs/nfs-utils )
+   numa? (
+   >sys-process/numactl-2.0.2
+   sys-process/numad
+   )
+   parted? (
+   >=sys-block/parted-1.8[device-mapper]
+   sys-fs/lvm2[-device-mapper-only(-)]
+   )
+   pcap? ( >=net

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

2018-05-11 Thread Matthias Maier
commit: 7b715c43d40769ef54f897b14787cf8bb89f2bed
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri May 11 21:31:56 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri May 11 21:39:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b715c43

dev-python/libvirt-python: version bump to 4.3.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/libvirt-python/Manifest |  1 +
 .../libvirt-python/libvirt-python-4.3.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index c630c2696af..2fa118d5fd5 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,2 +1,3 @@
 DIST libvirt-python-4.1.0.tar.gz 186312 BLAKE2B 
45ba81eb738e72e2561ab597c5cc395ae2260c7d93575391d2ce14622faf706052ea5d83adf6ca6a52c35cda4a9e80348f163f48ba318f5d0056b26a33961d25
 SHA512 
533c46c6827b0c3397713b39a7c6486e1bad40571907aa48da7818ad15569d4e01e33ffc787beb9486fc84b361985aa1d30ea474555d55494143f71dfea26947
 DIST libvirt-python-4.2.0.tar.gz 186496 BLAKE2B 
a4d556a0159c338f2a3a5fc8e6072b084aab427170b66f00dce5b8c4649bfd7d821e02846de906584a454acf2f1db34718a2f48110cf5c8faf6594a72b6e8f2b
 SHA512 
4c06d7de470ff22ee5983598e66d26a3e850998311c8061952f9f6b5be0a7a0f437e2b214d3d66bf465acec9afb925dfb6dd0cd756ed78e818d19e15e7cfdf6a
+DIST libvirt-python-4.3.0.tar.gz 187111 BLAKE2B 
7266ca1b5836429e13a03dab0e2f5085521c72e2d6952d7a9de514eace286477ad7b237c5d70f86fac49ab2201c8724149af72d4c1f688ac8736257045babc6f
 SHA512 
4b2b4a2590e968ff4401d8429319c94b1b9c08a40b089f461af5a4912acf2c504f60652c80b161c253c00e41d22c100c2e180159e45d84c352c59dca69172cfc

diff --git a/dev-python/libvirt-python/libvirt-python-4.3.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-4.3.0.ebuild
new file mode 100644
index 000..172f3dc3886
--- /dev/null
+++ b/dev-python/libvirt-python/libvirt-python-4.3.0.ebuild
@@ -0,0 +1,46 @@
+# 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} )
+
+MY_P="${P/_rc/-rc}"
+
+inherit distutils-r1
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
+   SRC_URI=""
+   KEYWORDS=""
+   RDEPEND="app-emulation/libvirt:=[-python(-)]"
+else
+   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz";
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   RDEPEND="app-emulation/libvirt:0/${PV}"
+fi
+S="${WORKDIR}/${P%_rc*}"
+
+DESCRIPTION="libvirt Python bindings"
+HOMEPAGE="https://www.libvirt.org";
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="examples test"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/bitstream-cyberbit/

2018-05-11 Thread Chí-Thanh Christopher Nguyễn
commit: b76cd7cdfd919ecac2e00bffa6d0c5b1353b2d01
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Fri May 11 21:33:56 2018 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Fri May 11 21:33:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76cd7cd

media-fonts/bitstream-cyberbit: fix QA issues

Add alternative download location
Closes: https://bugs.gentoo.org/show_bug.cgi?id=655454

Add ebuild with EAPI=7
Bug: https://bugs.gentoo.org/show_bug.cgi?id=655466

No longer rely on WORKDIR fallback (PMS 9.1.1) for EAPI=7 ebuild
Closes: https://bugs.gentoo.org/show_bug.cgi?id=467128
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 ...ream-cyberbit-2.0.ebuild => bitstream-cyberbit-2.0-r1.ebuild} | 9 +
 media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild | 4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild 
b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r1.ebuild
similarity index 61%
copy from media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild
copy to media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r1.ebuild
index b128f8fd056..434abf6f873 100644
--- a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild
+++ b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r1.ebuild
@@ -1,21 +1,22 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=7
 
 inherit font
 
 DESCRIPTION="Cyberbit Unicode (including CJK) font"
 HOMEPAGE="http://www.bitstream.com/";
-SRC_URI="http://ftp.netscape.com/pub/communicator/extras/fonts/windows/Cyberbit.ZIP
 -> ${P}.zip"
+SRC_URI="http://ftp.netscape.com/pub/communicator/extras/fonts/windows/Cyberbit.ZIP
 -> ${P}.zip 
ftp://ftp.netscape.com.edgesuite.net/pub/communicator/extras/fonts/windows/Cyberbit.ZIP
 -> ${P}.zip"
 LICENSE="BitstreamCyberbit"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"
 RDEPEND=""
 RESTRICT="bindist mirror"
 
+S="${WORKDIR}"
 FONT_SUFFIX="ttf"

diff --git a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild 
b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild
index b128f8fd056..d8ca96854d6 100644
--- a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild
+++ b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.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="2"
@@ -7,7 +7,7 @@ inherit font
 
 DESCRIPTION="Cyberbit Unicode (including CJK) font"
 HOMEPAGE="http://www.bitstream.com/";
-SRC_URI="http://ftp.netscape.com/pub/communicator/extras/fonts/windows/Cyberbit.ZIP
 -> ${P}.zip"
+SRC_URI="http://ftp.netscape.com/pub/communicator/extras/fonts/windows/Cyberbit.ZIP
 -> ${P}.zip 
ftp://ftp.netscape.com.edgesuite.net/pub/communicator/extras/fonts/windows/Cyberbit.ZIP
 -> ${P}.zip"
 LICENSE="BitstreamCyberbit"
 
 SLOT="0"



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

2018-05-11 Thread Lars Wendler
commit: c1ba5292f5bf1434770d5aea9abfc80b225a3a62
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 11 21:28:43 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 11 21:28:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ba5292

x11-misc/piedock: Use pkg-config to find freetype.

Bug: https://bugs.gentoo.org/655530
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 .../files/piedock-1.6.9-freetype_pkgconfig.patch   | 45 ++
 x11-misc/piedock/piedock-1.6.9.ebuild  | 30 +++
 2 files changed, 67 insertions(+), 8 deletions(-)

diff --git a/x11-misc/piedock/files/piedock-1.6.9-freetype_pkgconfig.patch 
b/x11-misc/piedock/files/piedock-1.6.9-freetype_pkgconfig.patch
new file mode 100644
index 000..dc6dd41bccb
--- /dev/null
+++ b/x11-misc/piedock/files/piedock-1.6.9-freetype_pkgconfig.patch
@@ -0,0 +1,45 @@
+From 3f37592025333532e98bbe96c2b0903bb881b9c0 Mon Sep 17 00:00:00 2001
+From: Lars Wendler 
+Date: Fri, 11 May 2018 23:21:33 +0200
+Subject: [PATCH] Use pkg-config to find freetype
+
+As of freetype-2.9.1 the freetype-config file no longer gets installed
+by default.
+---
+ configure.ac | 13 -
+ 1 file changed, 4 insertions(+), 9 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 0c452ad..96a51e9 100644
+--- a/configure.ac
 b/configure.ac
+@@ -12,6 +12,7 @@ AC_LANG_CPLUSPLUS
+ AC_PROG_CXX
+ AC_PROG_CC
+ AC_PROG_INSTALL
++PKG_PROG_PKG_CONFIG
+ 
+ # Checks for mandatory libraries
+ AC_CHECK_LIB([X11], [XOpenDisplay], , AC_MSG_ERROR([libX11 not found]))
+@@ -47,15 +48,9 @@ AC_ARG_ENABLE(
+ 
+ # Checks for Freetype
+ if test "x$XFT" = "xtrue"; then
+-  AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
+-
+-  if test x$FREETYPE_CONFIG = xno; then
+-  AC_MSG_ERROR([*** freetype-config not found])
+-  fi
+-
+-  FREETYPE_CFLAGS="`$FREETYPE_CONFIG --cflags`"
+-  FREETYPE_LIBS="`$FREETYPE_CONFIG --libs`"
+-  CXXFLAGS="$CXXFLAGS $FREETYPE_CFLAGS"
++  PKG_CHECK_MODULES(FREETYPE, freetype2, [
++  CXXFLAGS="$CXXFLAGS $FREETYPE_CFLAGS"
++  ], AC_MSG_ERROR([Cannot find freetype]))
+ fi
+ 
+ # Checks for Xrender
+-- 
+2.17.0
+

diff --git a/x11-misc/piedock/piedock-1.6.9.ebuild 
b/x11-misc/piedock/piedock-1.6.9.ebuild
index 01ba6137e9e..8a2ea62a150 100644
--- a/x11-misc/piedock/piedock-1.6.9.ebuild
+++ b/x11-misc/piedock/piedock-1.6.9.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit autotools
+
 DESCRIPTION="A little bit like the famous OS X dock but in shape of a pie menu"
 HOMEPAGE="
http://markusfisch.de/PieDock
@@ -30,19 +32,31 @@ RDEPEND="
x11-libs/gtk+:2
)
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
 DOCS=( res/${PN}rc.sample AUTHORS ChangeLog NEWS )
+
 PATCHES=(
"${FILESDIR}"/${PN}-1.6.1-signals.patch
+   "${FILESDIR}"/${PN}-1.6.9-freetype_pkgconfig.patch
 )
-S=${WORKDIR}/PieDock-${PV}
+
+S="${WORKDIR}/PieDock-${PV}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
 
 src_configure() {
-   econf \
-   $(use_enable gtk) \
-   --disable-kde \
-   --bindir="${EPREFIX}"/usr/bin \
-   --enable-xft \
-   --enable-xmu \
+   local myeconfargs=(
+   $(use_enable gtk)
+   --disable-kde
+   --bindir="${EPREFIX}"/usr/bin
+   --enable-xft
+   --enable-xmu
--enable-xrender
+   )
+   econf "${myeconfargs[@]}"
 }



[gentoo-commits] gentoo commit in src/patchsets/gcc/7.3.0/gentoo: 93_all_copy-constructible-fix.patch README.history

2018-05-11 Thread Sergei Trofimovich (slyfox)
slyfox  18/05/11 21:29:12

  Modified: README.history
  Added:93_all_copy-constructible-fix.patch
  Log:
  Queue is_copy_constructible fix for 1.3 patchset
  
  The hope is it will help upcoming webkit release
  to build with gcc-7.3.0.
  
  Bug: https://bugs.webkit.org/show_bug.cgi?id=185194

Revision  ChangesPath
1.5  src/patchsets/gcc/7.3.0/gentoo/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/7.3.0/gentoo/README.history?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/7.3.0/gentoo/README.history?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/7.3.0/gentoo/README.history?r1=1.4&r2=1.5

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/7.3.0/gentoo/README.history,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README.history  3 May 2018 10:47:18 -   1.4
+++ README.history  11 May 2018 21:29:12 -  1.5
@@ -1,6 +1,7 @@
-1.303 Maj 2018
+1.3TODO
U 13_all_default-ssp-fix.patch
U 55_all_extra-options.patch
+   + 93_all_copy-constructible-fix.patch
 1.214 Apr 2018
+ 92_all_sh-drop-sysroot-suffix.patch
 1.111 Feb 2018



1.1  
src/patchsets/gcc/7.3.0/gentoo/93_all_copy-constructible-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/7.3.0/gentoo/93_all_copy-constructible-fix.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/7.3.0/gentoo/93_all_copy-constructible-fix.patch?rev=1.1&content-type=text/plain

Index: 93_all_copy-constructible-fix.patch
===
https://bugs.webkit.org/show_bug.cgi?id=185194

Should fix webkit compilation (dispatch on enable_if)

>From 57b9683f0ce55a410c567fcb2dc365a2cc848d6a Mon Sep 17 00:00:00 2001
From: jason 
Date: Mon, 26 Feb 2018 06:09:07 +
Subject: [PATCH]PR c++/81589 - error with is_trivially_constructible.

* method.c (constructible_expr): Set cp_unevaluated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-7-branch@257981 
138bc75d-0d04-0410-961f-82ee72b054a4
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index 59ad43f73fe..a2d4c071efa 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -1165,6 +1165,7 @@ constructible_expr (tree to, tree from)
 {
   tree ctype = to;
   vec *args = NULL;
+  cp_unevaluated cp_uneval_guard;
   if (TREE_CODE (to) != REFERENCE_TYPE)
to = cp_build_reference_type (to, /*rval*/false);
   tree ob = build_stub_object (to);






[gentoo-commits] gentoo commit in src/patchsets/gcc/8.1.0/gentoo: 96_all_lto-O2-PR85655.patch README.history

2018-05-11 Thread Sergei Trofimovich (slyfox)
slyfox  18/05/11 21:18:15

  Modified: README.history
  Added:96_all_lto-O2-PR85655.patch
  Log:
  Queue a fix for -O2 -lto into 1.3 patchset, bug #655518
  
  Reported-by: Steffen Hau
  Bug: https://gcc.gnu.org/PR85655
  Bug: https://bugs.gentoo.org/655518

Revision  ChangesPath
1.8  src/patchsets/gcc/8.1.0/gentoo/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/8.1.0/gentoo/README.history?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/8.1.0/gentoo/README.history?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/8.1.0/gentoo/README.history?r1=1.7&r2=1.8

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/8.1.0/gentoo/README.history,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README.history  7 May 2018 12:47:01 -   1.7
+++ README.history  11 May 2018 21:18:15 -  1.8
@@ -1,5 +1,6 @@
 1.3TODO
+ 95_all_ia64-TEXTREL.patch
+   + 96_all_lto-O2-PR85655.patch
 1.206 May 2018
+ 93_all_arm-arch.patch
+ 94_all_mips-o32-asan.patch



1.1  src/patchsets/gcc/8.1.0/gentoo/96_all_lto-O2-PR85655.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/8.1.0/gentoo/96_all_lto-O2-PR85655.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/8.1.0/gentoo/96_all_lto-O2-PR85655.patch?rev=1.1&content-type=text/plain

Index: 96_all_lto-O2-PR85655.patch
===
https://bugs.gentoo.org/655518
https://gcc.gnu.org/PR85655

>From 815f1bcb7b6e7d076317c15a31525fea1b53b0c0 Mon Sep 17 00:00:00 2001
From: jamborm 
Date: Fri, 11 May 2018 15:58:29 +
Subject: [PATCH] Check is_single_const in intersect_with_plats

2018-05-11  Martin Jambor  

PR ipa/85655
* ipa-cp.c (intersect_with_plats): Check that the lattice contains
single const.

testsuite/
* g++.dg/lto/pr85655_0.C: New test.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-8-branch@260166 
138bc75d-0d04-0410-961f-82ee72b054a4
diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c
index 4f28a55b862..e868b9c2623 100644
--- a/gcc/ipa-cp.c
+++ b/gcc/ipa-cp.c
@@ -4127,7 +4127,9 @@ intersect_with_plats (struct ipcp_param_lattices *plats,
  if (aglat->offset - offset == item->offset)
{
  gcc_checking_assert (item->value);
- if (values_equal_for_ipcp_p (item->value, aglat->values->value))
+ if (aglat->is_single_const ()
+ && values_equal_for_ipcp_p (item->value,
+ aglat->values->value))
found = true;
  break;
}






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

2018-05-11 Thread Matt Turner
commit: 7da4d10a9543d8e6936aa95a934f4b96c3563e49
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 11 20:58:12 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 11 20:58:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da4d10a

app-admin/mcelog: Version bump to 157

 app-admin/mcelog/Manifest  |  1 +
 app-admin/mcelog/mcelog-157.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/mcelog/Manifest b/app-admin/mcelog/Manifest
index b2db7791030..1d802848ade 100644
--- a/app-admin/mcelog/Manifest
+++ b/app-admin/mcelog/Manifest
@@ -1 +1,2 @@
 DIST mcelog-154.tar.gz 297148 BLAKE2B 
80b2b6b13222d0194d63516607b3132e2146894189e2c3c793c953dc43705a5b386ecb76ae3c8b7b345f8d440f547b3e566b16bf0802d17188cce978e1ad2fc1
 SHA512 
8a160aaa8a0ed736cb81082321e199e6a6e4f7f6528915752af545db28918e89dcb6bf321a92472d776c61914d08c613900273b3d265a375684e3212547abe38
+DIST mcelog-157.tar.gz 297194 BLAKE2B 
f34e57f282828941b7023b6f043084dec4591b071f4e23fff318ea4ff49c8be2c0eab3279d7803d3cf029351f51d2acdf16d4eb1998042a8002f6667c81df90d
 SHA512 
831835058ab820497aed5640a424908e3ee138431041b1c70e2d4f601a242e0437d240a842de1c0bc10f41790f1ddff64054e79ff2a6de1c814710acd9210bbd

diff --git a/app-admin/mcelog/mcelog-157.ebuild 
b/app-admin/mcelog/mcelog-157.ebuild
new file mode 100644
index 000..22442f62abb
--- /dev/null
+++ b/app-admin/mcelog/mcelog-157.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit linux-info systemd toolchain-funcs
+
+DESCRIPTION="A tool to log and decode Machine Check Exceptions"
+HOMEPAGE="http://mcelog.org/";
+SRC_URI="https://github.com/andikleen/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="selinux"
+
+RDEPEND="selinux? ( sec-policy/selinux-mcelog )"
+
+# TODO: add mce-inject to the tree to support test phase
+RESTRICT="test"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != buildonly ]]; then
+   local CONFIG_CHECK="~X86_MCE"
+   kernel_is -ge 4 12 && CONFIG_CHECK+=" ~X86_MCELOG_LEGACY"
+   check_extra_config
+   fi
+}
+
+src_prepare() {
+   eapply "${FILESDIR}"/${PN}-0.8_pre1-timestamp-${PN}.patch \
+   "${FILESDIR}"/${PN}-129-debugflags.patch
+   eapply_user
+   tc-export CC
+}
+
+src_install() {
+   default
+
+   insinto /etc/cron.daily
+   newins ${PN}.cron ${PN}
+
+   insinto /etc/logrotate.d/
+   newins ${PN}.logrotate ${PN}
+
+   newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
+   systemd_dounit "${FILESDIR}"/${PN}.service
+
+   dodoc *.pdf
+}
+
+pkg_postinst() {
+   einfo "The default configuration set is now installed in /etc/${PN}"
+   einfo "you might want to edit those files."
+   einfo
+   einfo "A sample cronjob is installed into /etc/cron.daily"
+   einfo "without executable bit (system service is the preferred method 
now)"
+}



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

2018-05-11 Thread Lars Wendler
commit: 8178a4e5c0477e36c9ced8f0617bdc9f62282c86
Author: Elias Probst  eliasprobst  eu>
AuthorDate: Fri May 11 19:47:39 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 11 20:57:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8178a4e5

www-client/firefox: bump dependency on dev-libs/nss to 3.36.1

Bug: https://bugs.gentoo.org/655528
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8350

 www-client/firefox/firefox-60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-60.0.ebuild 
b/www-client/firefox/firefox-60.0.ebuild
index 6f812886587..a48268577cc 100644
--- a/www-client/firefox/firefox-60.0.ebuild
+++ b/www-client/firefox/firefox-60.0.ebuild
@@ -56,7 +56,7 @@ ASM_DEPEND=">=dev-lang/yasm-1.1"
 RDEPEND="
system-icu? ( >=dev-libs/icu-60.2 )
jack? ( virtual/jack )
-   >=dev-libs/nss-3.35
+   >=dev-libs/nss-3.36.1
>=dev-libs/nspr-4.19
selinux? ( sec-policy/selinux-mozilla )"
 



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

2018-05-11 Thread Lars Wendler
commit: 6b32f198ab6be7834b42b90fd8445bbce3d2d7b9
Author: Elias Probst  eliasprobst  eu>
AuthorDate: Fri May 11 19:31:51 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 11 20:57:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b32f198

www-client/firefox: bump dependency on dev-libs/nspr to 4.19

Bug: https://bugs.gentoo.org/655524
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8349

 www-client/firefox/firefox-60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-60.0.ebuild 
b/www-client/firefox/firefox-60.0.ebuild
index 847f78bceca..6f812886587 100644
--- a/www-client/firefox/firefox-60.0.ebuild
+++ b/www-client/firefox/firefox-60.0.ebuild
@@ -57,7 +57,7 @@ RDEPEND="
system-icu? ( >=dev-libs/icu-60.2 )
jack? ( virtual/jack )
>=dev-libs/nss-3.35
-   >=dev-libs/nspr-4.18
+   >=dev-libs/nspr-4.19
selinux? ( sec-policy/selinux-mozilla )"
 
 DEPEND="${RDEPEND}



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

2018-05-11 Thread Mikle Kolyada
commit: d16a00670aacd9dbc208d5cc9586a70744042f85
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May 11 20:47:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May 11 20:53:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16a0067

net-vpn/openfortivpn: and64 stable wrt bug #655452

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild 
b/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild
index c8484fbeaef..159200d14e7 100644
--- a/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild
+++ b/net-vpn/openfortivpn/openfortivpn-1.6.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${
 
 LICENSE="GPL-3-with-openssl-exception openssl"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="libressl"
 
 DEPEND="



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

2018-05-11 Thread William Hubbs
commit: 4d2c89979ddc3a2bcb1bb1dd5862d31ba0ab117a
Author: William Hubbs  gentoo  org>
AuthorDate: Fri May 11 20:45:59 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 11 20:46:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2c8997

sys-apps/openrc: drop unnecessary 'sed' that changed installation modes

Upstream no longer installs files with mode 0444, so we can remove this
change.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/openrc/openrc-.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-apps/openrc/openrc-.ebuild 
b/sys-apps/openrc/openrc-.ebuild
index 3420adf2a4c..18aa6cade20 100644
--- a/sys-apps/openrc/openrc-.ebuild
+++ b/sys-apps/openrc/openrc-.ebuild
@@ -61,9 +61,6 @@ PDEPEND="netifrc? ( net-misc/netifrc )"
 
 src_prepare() {
default
-
-   sed -i 's:0444:0644:' mk/sys.mk || die
-
if [[ ${PV} == "" ]] ; then
local ver="git-${EGIT_VERSION:0:6}"
sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/gitver.mk || 
die



[gentoo-commits] proj/openrc:master commit in: mk/

2018-05-11 Thread William Hubbs
commit: 3c53680018c1799d0d804e241a9fa4d3b9423896
Author: William Hubbs  gmail  com>
AuthorDate: Fri May 11 20:38:27 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 11 20:38:27 2018 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3c536800

build: standardize installation modes

Gentoo was changing some of our installation modes from 0444 to 0644.
There isn't a reason to install things 0444, so we are switching these
to 0644 so the Gentoo ebuild doesn't need this extra step.

 mk/sys.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mk/sys.mk b/mk/sys.mk
index db3fb779..92bb55ea 100644
--- a/mk/sys.mk
+++ b/mk/sys.mk
@@ -45,20 +45,20 @@ SBINDIR?=   ${PREFIX}/sbin
 SBINMODE?= 0755
 
 INCDIR?=   ${UPREFIX}/include
-INCMODE?=  0444
+INCMODE?=  0644
 
 _LIBNAME_SH=   case `readlink /lib` in /lib64|lib64) echo "lib64";; *) 
echo "lib";; esac
 _LIBNAME:= $(shell ${_LIBNAME_SH})
 LIBNAME?=  ${_LIBNAME}
 LIBDIR?=   ${UPREFIX}/${LIBNAME}
-LIBMODE?=  0444
+LIBMODE?=  0644
 SHLIBDIR?= ${PREFIX}/${LIBNAME}
 
 LIBEXECDIR?=   ${PREFIX}/libexec/rc
 
 MANPREFIX?=${UPREFIX}/share
 MANDIR?=   ${MANPREFIX}/man
-MANMODE?=  0444
+MANMODE?=  0644
 
 BASHCOMPDIR?=  ${UPREFIX}/share/bash-completion/completions
 



[gentoo-commits] repo/gentoo:master commit in: games-fps/redeclipse/

2018-05-11 Thread James Le Cuirot
commit: 7e88e8a6af2e9b988b2c8c796e04e04c7f7a0090
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:31:26 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e88e8a6

games-fps/redeclipse: use HTTPS

 games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild 
b/games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild
index f809f77f151..a752c876362 100644
--- a/games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild
+++ b/games-fps/redeclipse/redeclipse-1.6.0-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit desktop
 
 DESCRIPTION="First-person ego-shooter, built as a total conversion of Cube 
Engine 2"
-HOMEPAGE="http://www.redeclipse.net/";
+HOMEPAGE="https://www.redeclipse.net";
 
SRC_URI="https://github.com/red-eclipse/base/releases/download/v${PV}/${PN}_${PV}_nix.tar.bz2";
 
 # According to doc/license.txt file



[gentoo-commits] repo/gentoo:master commit in: games-strategy/boswars/

2018-05-11 Thread James Le Cuirot
commit: 0771c016c7e7328428891f46b2f2ab68de14a0f6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:48:23 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0771c016

games-strategy/boswars: use HTTPS

 games-strategy/boswars/boswars-2.7-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-strategy/boswars/boswars-2.7-r2.ebuild 
b/games-strategy/boswars/boswars-2.7-r2.ebuild
index e47f414ef94..679d91a6ab3 100644
--- a/games-strategy/boswars/boswars-2.7-r2.ebuild
+++ b/games-strategy/boswars/boswars-2.7-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit eutils scons-utils
 
 DESCRIPTION="Futuristic real-time strategy game"
-HOMEPAGE="http://www.boswars.org/";
-SRC_URI="http://www.boswars.org/dist/releases/${P}-src.tar.gz
+HOMEPAGE="https://www.boswars.org";
+SRC_URI="https://www.boswars.org/dist/releases/${P}-src.tar.gz

https://dev.gentoo.org/~hasufell/distfiles/${P}-fixed-images-for-libpng-1.6.tar.xz
mirror://gentoo/bos.png"
 



[gentoo-commits] repo/gentoo:master commit in: games-kids/tuxtype/

2018-05-11 Thread James Le Cuirot
commit: 3912422796dc31017efea3c749da4d4fe73a39e6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:39:33 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39124227

games-kids/tuxtype: use HTTPS

 games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild 
b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
index bef649358fc..ecb8f47f771 100644
--- a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
+++ b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit eutils user
 
 DESCRIPTION="Typing tutorial with lots of eye-candy"
-HOMEPAGE="http://alioth.debian.org/projects/tux4kids/";
-SRC_URI="http://alioth.debian.org/frs/download.php/3270/tuxtype_w_fonts-${PV}.tar.gz";
+HOMEPAGE="https://alioth.debian.org/projects/tux4kids";
+SRC_URI="https://alioth.debian.org/frs/download.php/3270/tuxtype_w_fonts-${PV}.tar.gz";
 
 LICENSE="GPL-2 OFL-1.1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: games-server/etqw-ded/

2018-05-11 Thread James Le Cuirot
commit: 7e8103c83713bf16008d9dfb3ed6a696150d111a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:46:28 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8103c8

games-server/etqw-ded: use HTTPS

 games-server/etqw-ded/etqw-ded-1.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild 
b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
index 05292d87733..6c08c5bc17c 100644
--- a/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
+++ b/games-server/etqw-ded/etqw-ded-1.5-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit eutils
 
 DESCRIPTION="Enemy Territory: Quake Wars dedicated server"
-HOMEPAGE="http://www.splashdamage.com/content/et-quake-wars-standalone-server-linux";
+HOMEPAGE="https://www.splashdamage.com/content/et-quake-wars-standalone-server-linux";
 SRC_URI="ETQW-server-${PV}-full.x86.run"
 
 LICENSE="ETQW"



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/tomenet/

2018-05-11 Thread James Le Cuirot
commit: c60a07b40a957b4feff0dc45efc3381cbb8dd87a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:44:17 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60a07b4

games-roguelike/tomenet: use HTTPS

 games-roguelike/tomenet/tomenet-4.6.1a.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-roguelike/tomenet/tomenet-4.6.1a.ebuild 
b/games-roguelike/tomenet/tomenet-4.6.1a.ebuild
index 77c8c0b8e3f..ec80992655c 100644
--- a/games-roguelike/tomenet/tomenet-4.6.1a.ebuild
+++ b/games-roguelike/tomenet/tomenet-4.6.1a.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils gnome2-utils toolchain-funcs games
 
 DESCRIPTION="A MMORPG based on the works of J.R.R. Tolkien"
-HOMEPAGE="http://www.tomenet.eu/";
-SRC_URI="http://www.tomenet.eu/downloads/${P}.tar.bz2";
+HOMEPAGE="https://www.tomenet.eu";
+SRC_URI="https://www.tomenet.eu/downloads/${P}.tar.bz2";
 
 LICENSE="Moria"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/

2018-05-11 Thread James Le Cuirot
commit: 4b8251f0e5f50a2cc44e99d612f069e8522a12ac
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:43:30 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8251f0

games-puzzle/pingus: use HTTPS

 games-puzzle/pingus/pingus-0.7.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild 
b/games-puzzle/pingus/pingus-0.7.6-r1.ebuild
index 968fa1f3342..e23d02f4daf 100644
--- a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild
+++ b/games-puzzle/pingus/pingus-0.7.6-r1.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
 inherit scons-utils toolchain-funcs flag-o-matic xdg-utils
 
 DESCRIPTION="free Lemmings clone"
-HOMEPAGE="http://pingus.seul.org/";
+HOMEPAGE="https://pingus.seul.org";
 SRC_URI="https://pingus.googlecode.com/files/${P}.tar.bz2";
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: games-misc/asr-manpages/

2018-05-11 Thread James Le Cuirot
commit: bbeffc2e7e0a8cec17286fb0eac3e06127355c16
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:37:11 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbeffc2e

games-misc/asr-manpages: use HTTPS

 games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild 
b/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild
index 8224c1d163d..26d8645edc1 100644
--- a/games-misc/asr-manpages/asr-manpages-1.3_rc6.ebuild
+++ b/games-misc/asr-manpages/asr-manpages-1.3_rc6.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=5
@@ -7,7 +7,7 @@ inherit eutils
 MY_R="6"
 MY_P="${PN}_${PV/_rc6/}"
 DESCRIPTION="set of humorous manual pages developed on alt.sysadmin.recovery"
-HOMEPAGE="http://debian.org/";
+HOMEPAGE="https://www.debian.org";
 SRC_URI="mirror://debian/pool/main/a/asr-manpages/${MY_P}.orig.tar.gz
mirror://debian/pool/main/a/asr-manpages/${MY_P}-${MY_R}.diff.gz"
 



[gentoo-commits] repo/gentoo:master commit in: games-mud/powwow/

2018-05-11 Thread James Le Cuirot
commit: 14b5d0f2ddc5b971e118d87d132b1f9879b6bcdf
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:45:11 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b5d0f2

games-mud/powwow: use HTTPS

 games-mud/powwow/powwow-1.2.16-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-mud/powwow/powwow-1.2.16-r1.ebuild 
b/games-mud/powwow/powwow-1.2.16-r1.ebuild
index 04c04f8fbb7..0581652736a 100644
--- a/games-mud/powwow/powwow-1.2.16-r1.ebuild
+++ b/games-mud/powwow/powwow-1.2.16-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit autotools eutils
 
 DESCRIPTION="PowWow Console MUD Client"
-HOMEPAGE="http://hoopajoo.net/projects/powwow.html";
-SRC_URI="http://hoopajoo.net/static/projects/${P}.tar.gz";
+HOMEPAGE="https://www.hoopajoo.net/projects/powwow.html";
+SRC_URI="https://www.hoopajoo.net/static/projects/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: games-strategy/maxr/

2018-05-11 Thread James Le Cuirot
commit: 5a4d55aaf19084b4b9ba1f3a6cef96f7932257d9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:50:31 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4d55aa

games-strategy/maxr: use HTTPS

 games-strategy/maxr/maxr-0.2.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-strategy/maxr/maxr-0.2.9.ebuild 
b/games-strategy/maxr/maxr-0.2.9.ebuild
index 624345a06b3..4e1287280ad 100644
--- a/games-strategy/maxr/maxr-0.2.9.ebuild
+++ b/games-strategy/maxr/maxr-0.2.9.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit cmake-utils desktop gnome2-utils
 
 DESCRIPTION="Mechanized Assault and Exploration Reloaded"
-HOMEPAGE="http://www.maxr.org/";
-SRC_URI="http://www.maxr.org/downloads/${P}.tar.gz";
+HOMEPAGE="https://www.maxr.org";
+SRC_URI="https://www.maxr.org/downloads/${P}.tar.gz";
 
 LICENSE="GPL-2 FDL-1.2+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/

2018-05-11 Thread James Le Cuirot
commit: 24f2a6295efb423e183d021e7fae3db65333eb28
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:51:17 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:39:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f2a629

games-util/xboxdrv: use HTTPS

 games-util/xboxdrv/xboxdrv-0.8.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-util/xboxdrv/xboxdrv-0.8.8.ebuild 
b/games-util/xboxdrv/xboxdrv-0.8.8.ebuild
index ba30a6e3418..a9324ad2dff 100644
--- a/games-util/xboxdrv/xboxdrv-0.8.8.ebuild
+++ b/games-util/xboxdrv/xboxdrv-0.8.8.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
@@ -6,8 +6,8 @@ inherit linux-info scons-utils toolchain-funcs systemd udev
 
 MY_P=${PN}-linux-${PV}
 DESCRIPTION="Userspace Xbox 360 Controller driver"
-HOMEPAGE="http://pingus.seul.org/~grumbel/xboxdrv/";
-SRC_URI="http://pingus.seul.org/~grumbel/xboxdrv/${MY_P}.tar.bz2";
+HOMEPAGE="https://pingus.seul.org/~grumbel/xboxdrv/";
+SRC_URI="https://pingus.seul.org/~grumbel/xboxdrv/${MY_P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: games-fps/quake3-excessiveplus/

2018-05-11 Thread James Le Cuirot
commit: 123039772b2624e56c654676b327ac801069738f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:32:16 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12303977

games-fps/quake3-excessiveplus: use HTTPS

 games-fps/quake3-excessiveplus/quake3-excessiveplus-2.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.3.ebuild 
b/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.3.ebuild
index 735d31c171c..ac2472d8378 100644
--- a/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.3.ebuild
+++ b/games-fps/quake3-excessiveplus/quake3-excessiveplus-2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,8 +9,8 @@ MOD_ICON="excessiveplus.ico"
 
 inherit games games-mods
 
-HOMEPAGE="http://www.excessiveplus.net/";
-SRC_URI="http://www.excessiveplus.net/files/release/xp-${PV}.zip";
+HOMEPAGE="https://www.excessiveplus.net";
+SRC_URI="https://www.excessiveplus.net/files/release/xp-${PV}.zip";
 
 LICENSE="all-rights-reserved"
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: games-strategy/outerspace/

2018-05-11 Thread James Le Cuirot
commit: f27eab2e5beed5fe620ad5a8752703827615eeb6
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:49:31 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27eab2e

games-strategy/outerspace: use HTTPS

 games-strategy/outerspace/outerspace-0.5.68-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild 
b/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild
index 7ac6c532fd4..a7d5680c16a 100644
--- a/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild
+++ b/games-strategy/outerspace/outerspace-0.5.68-r1.ebuild
@@ -8,7 +8,7 @@ inherit desktop gnome2-utils distutils-r1
 
 MY_PN="${PN/outerspace/Outer Space}"
 DESCRIPTION="On-line strategy game taking place in the dangerous universe"
-HOMEPAGE="http://www.ospace.net/";
+HOMEPAGE="https://www.ospace.net/ https://sourceforge.net/projects/ospace/";
 SRC_URI="mirror://sourceforge/ospace/Client/${PV}/Outer%20Space-${PV}.tar.gz 
-> ${P}.tar.gz

mirror://sourceforge/ospace/Client/${PV}/outerspace_${PV}-0ubuntu1_all.deb"
 



[gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-chucknorris/

2018-05-11 Thread James Le Cuirot
commit: 7d232cfcf41c7594fcea2d49be2930d04c6a4041
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:40:27 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d232cfc

games-misc/fortune-mod-chucknorris: use HTTPS

 games-misc/fortune-mod-chucknorris/fortune-mod-chucknorris-0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/games-misc/fortune-mod-chucknorris/fortune-mod-chucknorris-0.1.ebuild 
b/games-misc/fortune-mod-chucknorris/fortune-mod-chucknorris-0.1.ebuild
index e04bb9a7d9e..1fe74466ec3 100644
--- a/games-misc/fortune-mod-chucknorris/fortune-mod-chucknorris-0.1.ebuild
+++ b/games-misc/fortune-mod-chucknorris/fortune-mod-chucknorris-0.1.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=5
 DESCRIPTION="Chuck Norris Facts"
-HOMEPAGE="http://www.k-lug.org/~kessler/projects.html";
-SRC_URI="http://www.k-lug.org/~kessler/chucknorris.tar.gz";
+HOMEPAGE="https://www.k-lug.org/~kessler/projects.html";
+SRC_URI="https://www.k-lug.org/~kessler/chucknorris.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/neverball/

2018-05-11 Thread James Le Cuirot
commit: cf8977ef9f177a1124ef15db001be567b6b7bb66
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:42:51 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8977ef

games-puzzle/neverball: use HTTPS

 games-puzzle/neverball/neverball-1.6.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/neverball/neverball-1.6.0-r1.ebuild 
b/games-puzzle/neverball/neverball-1.6.0-r1.ebuild
index 86b5c7b5e35..f2991bb60a7 100644
--- a/games-puzzle/neverball/neverball-1.6.0-r1.ebuild
+++ b/games-puzzle/neverball/neverball-1.6.0-r1.ebuild
@@ -5,8 +5,8 @@ EAPI=6
 inherit desktop gnome2-utils
 
 DESCRIPTION="Clone of Super Monkey Ball using SDL/OpenGL"
-HOMEPAGE="http://neverball.org/";
-SRC_URI="http://neverball.org/${P}.tar.gz";
+HOMEPAGE="https://neverball.org";
+SRC_URI="https://neverball.org/${P}.tar.gz";
 
 LICENSE="GPL-2+ IJG"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: games-fps/red-blue-quake2/

2018-05-11 Thread James Le Cuirot
commit: 19e04e0180fcddb1b9659a384375920b36ada190
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:30:51 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e04e01

games-fps/red-blue-quake2: use HTTPS

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

 games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild 
b/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild
index 678376ddc67..96715daaab6 100644
--- a/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild
+++ b/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils games
 
 DESCRIPTION="red-blue Quake II !  play quake2 w/3d glasses !"
-HOMEPAGE="http://www.jfedor.org/red-blue-quake2/";
+HOMEPAGE="https://www.jfedor.org/red-blue-quake2/";
 SRC_URI="mirror://idsoftware/source/q2source-3.21.zip
-   http://www.jfedor.org/red-blue-quake2/${P}.tar.gz";
+   https://www.jfedor.org/red-blue-quake2/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-cbp1/

2018-05-11 Thread James Le Cuirot
commit: e16241c64adc88ce59335fe948004d663b98c3fd
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:35:59 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16241c6

games-fps/ut2004-bonuspack-cbp1: use HTTPS

 games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild 
b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild
index ff68154e339..3a2c9a8576d 100644
--- a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild
+++ b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ MOD_NAME="Community Bonus Pack Vol 1"
 
 inherit games games-mods
 
-HOMEPAGE="http://liandri.beyondunreal.com/Unreal_Tournament_2004";
+HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004";
 SRC_URI="http://downloads.unrealadmin.org/UT2004/BonusPack/cbp1.zip
http://files.volved.com/qsr/ut2004_map_packs/cbp1.zip";
 



[gentoo-commits] repo/gentoo:master commit in: games-rpg/vendetta-online-bin/

2018-05-11 Thread James Le Cuirot
commit: 1354d610cd568dcfeba0891ad32eae7540231cb4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:47:11 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1354d610

games-rpg/vendetta-online-bin: use HTTPS

 games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296-r1.ebuild 
b/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296-r1.ebuild
index 529b60d6aa0..fc3e5e7afad 100644
--- a/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296-r1.ebuild
+++ b/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 inherit eutils unpacker
 
 DESCRIPTION="Space-based MMORPG"
-HOMEPAGE="http://www.vendetta-online.com/";
+HOMEPAGE="https://www.vendetta-online.com";
 SRC_URI="amd64? (

http://mirror.cle.vendetta-online.com/vendetta-linux-amd64-installer.sh
-> ${P}-amd64.sh



[gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003-bonuspack-cm/

2018-05-11 Thread James Le Cuirot
commit: 3b181296d7546a86a87a982e0be465e7f89ead83
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:36:34 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b181296

games-fps/ut2003-bonuspack-cm: use HTTPS

 games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild 
b/games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild
index 14ac3f422cd..56ad6847461 100644
--- a/games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild
+++ b/games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit games
 
 IUSE=""
 DESCRIPTION="Community Bonus Pack for UT2003"
-HOMEPAGE="http://liandri.beyondunreal.com/Unreal_Tournament_2003";
+HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2003";
 SRC_URI="https://ut.rushbase.net/beyondunreal/mods/cbp2003.zip";
 
 LICENSE="ut2003"



[gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-cbp2/

2018-05-11 Thread James Le Cuirot
commit: 9631ebfbd85cd84dc48a5d2eaa2092be86e0db53
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:34:13 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9631ebfb

games-fps/ut2004-bonuspack-cbp2: use HTTPS

 games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild 
b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild
index 2d86cbab049..d1d4cee91dd 100644
--- a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild
+++ b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ MOD_NAME="Community Bonus Pack 2 Vol 1 and 2"
 
 inherit games games-mods
 
-HOMEPAGE="http://liandri.beyondunreal.com/Unreal_Tournament_2004";
+HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004";
 
SRC_URI="https://ut.rushbase.net/beyondunreal/official/ut2004/cbp2-volume1_zip.zip

https://ut.rushbase.net/beyondunreal/official/ut2004/cbp2-volume2_zip.zip";
 



[gentoo-commits] repo/gentoo:master commit in: games-fps/worldofpadman/

2018-05-11 Thread James Le Cuirot
commit: 356820e81d62d5ef93fea9d238d0d4ee57a71eba
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:41:04 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:38:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356820e8

games-fps/worldofpadman: use HTTPS

 games-fps/worldofpadman/worldofpadman-1.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/worldofpadman/worldofpadman-1.6-r1.ebuild 
b/games-fps/worldofpadman/worldofpadman-1.6-r1.ebuild
index eced904cace..523ca7b597b 100644
--- a/games-fps/worldofpadman/worldofpadman-1.6-r1.ebuild
+++ b/games-fps/worldofpadman/worldofpadman-1.6-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit desktop
 
 DESCRIPTION="A cartoon style multiplayer first-person shooter"
-HOMEPAGE="http://worldofpadman.net/";
+HOMEPAGE="https://worldofpadman.net/";
 SRC_URI="mirror://sourceforge/${PN}/wop-1.5-unified.zip
mirror://sourceforge/${PN}/wop-1.5.x-to-1.6-patch-unified.zip"
 



[gentoo-commits] repo/gentoo:master commit in: games-rpg/bastion/

2018-05-11 Thread James Le Cuirot
commit: f114909661be7550d3f1e53aee3829033f87a4d2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri May 11 12:52:31 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 11 20:39:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1149096

games-rpg/bastion: use HTTPS, fix HOMEPAGE

 games-rpg/bastion/bastion-20120620-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/bastion/bastion-20120620-r1.ebuild 
b/games-rpg/bastion/bastion-20120620-r1.ebuild
index 56c1f4d020f..4cb7738a2de 100644
--- a/games-rpg/bastion/bastion-20120620-r1.ebuild
+++ b/games-rpg/bastion/bastion-20120620-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit eutils gnome2-utils check-reqs unpacker games
 
 TIMESTAMP=${PV:0:4}-${PV:4:2}-${PV:6:2}
 DESCRIPTION="An original action role-playing game set in a lush imaginative 
world"
-HOMEPAGE="http://supergiantgames.com/?page_id=242";
+HOMEPAGE="https://supergiantgames.com/games/bastion/";
 SRC_URI="Bastion-HIB-${TIMESTAMP}.sh"
 
 LICENSE="all-rights-reserved"



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

2018-05-11 Thread Mikle Kolyada
commit: 97f2ca758e977ba2f17df271443f7607bdd6622f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May 11 20:35:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May 11 20:36:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f2ca75

media-libs/freetype: and64 stable wrt bug #654696

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/freetype/freetype-2.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freetype/freetype-2.9.1-r1.ebuild 
b/media-libs/freetype/freetype-2.9.1-r1.ebuild
index 78578cab988..25a9abd9df0 100644
--- a/media-libs/freetype/freetype-2.9.1-r1.ebuild
+++ b/media-libs/freetype/freetype-2.9.1-r1.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" !=  ]] ; then
mirror://nongnu/freetype/ft2demos-${PV}.tar.bz2 )
doc?( mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.bz2
mirror://nongnu/freetype/${PN}-doc-${PV}.tar.bz2 )"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE+=" doc"
 else
inherit autotools git-r3



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

2018-05-11 Thread William Hubbs
commit: f422ee7c27b90f4e9d88cc10f1a940bcbb32309b
Author: William Hubbs  gentoo  org>
AuthorDate: Fri May 11 17:55:37 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 11 20:28:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f422ee7c

sys-fs/udev: remove old unstable versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-fs/udev/Manifest   |   3 -
 sys-fs/udev/udev-234-r1.ebuild | 325 -
 sys-fs/udev/udev-235.ebuild| 325 -
 sys-fs/udev/udev-237.ebuild| 323 
 4 files changed, 976 deletions(-)

diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest
index bf91fd39e4f..879d26bb80f 100644
--- a/sys-fs/udev/Manifest
+++ b/sys-fs/udev/Manifest
@@ -1,9 +1,6 @@
 DIST systemd-216.tar.xz 3612960 BLAKE2B 
677fa79e7a8dae5d62f37115c3087d89c46a28515c1fe48abbd77016ee41565583e407913b5a9738908436a2ccc36a1d3305392d8dfa5ac053a44ca66d587611
 SHA512 
f4eee6664368168eafd61939f1355ac21c7eeecce6247de98ef36f40bb6a942d12c006ced4ee15f3d8f11699c194990222d5a5115b45f2aa81f2a1abafebbdd2
 DIST systemd-225.tar.gz 3878442 BLAKE2B 
24bf9f6bfdd7d7c585829c1b172f73e669e137020b990ecd07dffafbe6890f1819e6c8efd5b322008473a62007a4a6f6ab2fb209be7db4ecb89a2bc01d60aaab
 SHA512 
35b3946509c7b01660da4370d3c51ff0e6a537dadd9dbb0a039c4f7ed552fd4e02ebac6eb8a788f61f1e3ba99444238d959051dd004c174b027729a80368ac19
 DIST systemd-233.tar.gz 4660737 BLAKE2B 
38cdd74543447b3c02391b328428fed169fe2cf2df6e9341dcaf2f7d3d977612ec102301e144c1cada90d61e9e9bda3b2faaef708c8ff4bd0b52b143760a83b2
 SHA512 
5ad5329ea116d973cf67096f7e7ad28e9ea0905696e9451291f1d25e5064f4a9bfcfae87e912996c6a38397e9f4a148d4ccecfa9b70f7ecdf04deadb61784c8e
-DIST systemd-234.tar.gz 4800186 BLAKE2B 
398ed8869da98909d1374ef5e549ca3e26b02ece577d94dec53e98431de0c6441e50762a3bc2c93fa1c14c236a8f0dca8e3f4102fd276ec977dfb3e77a789165
 SHA512 
762336a7d96c6583cf71cad62efce95a0ed93cd0a0d7251f128d10dba8200c0c8df0e5a7d168179ababa5b221295a231e73b7e7ea2697cb3fb5c1b33538efa68
-DIST systemd-235.tar.gz 6586406 BLAKE2B 
f2e46a6c51fc9445800c4b7eee66f23ae83b42c2fedf2304acf612e6cb99122afe67f1b93cf72ed022b52384975afb92ab38cfb4efc6026384602c973d2eb98e
 SHA512 
243f2eb5340fa37dd1286eaa63e83387bda9e03953af266cd6196a37535a13491482caf14c6ab10608bba4ed23b6c41923608e52017e0c26988ed72ddd2b9993
 DIST systemd-236.tar.gz 6759035 BLAKE2B 
0fc26bd67fb6cc3b0565c763fc26e38186c4b05c3d38652b73a2189dfbfb46382dba239f7f6f889eec57ad1d8f69d4098745c8f4ca16a707aa23b7771f2328f3
 SHA512 
1a9672960e03e05c09e41fb8cfe9b0f25e867fd43f37f8371515fdbd4270afd746a6da733f6d1d3b2cc43db1ecc7a9f2245f2dac2ec233db74e9e70e4f6d
-DIST systemd-237.tar.gz 6871350 BLAKE2B 
4734a110a297fbbd6679bced6302fcdca55ab5d4207905e8dee9f5545f1de841d5adeaa4fd89961b9e63709d04b5c862b8bc81481311cf8e72ee327e459c9d91
 SHA512 
15ef4b92815a6dd9a6c51672dbc00fd7cd0f08068ef0cbeaca574f68d330b28bc67ba1946f24f75ef3d9e7b63843a73eea700db54688061dbf5c9f8470394c3b
 DIST systemd-238.tar.gz 6954022 BLAKE2B 
9b5cc36a7234c0d037a2656ee1e5ed54186a394b8be41771ebc29c903d3efcecf7f13f004a6d1695c022923bd0d540a243e897852f07e810f73fd3163f688dde
 SHA512 
c0f272b022308d3bd94679184e102a8dc85de55310bda205a458ea33c77c7733e5c8c8e5b15f786ba3e0ce59e7c6a9bf0d5a0950517c6b91e0f345950129b9c8
 DIST udev-216-patches-2.tar.xz 1264 BLAKE2B 
b1bbb6b1b7734edc3352b4352a45b4b5df4715b0fc92c4936798aa93fb078755b7795f475d7bc42392ad8ef57853e9ce2507c66cc9bfbd37e6fe22ada4c156cc
 SHA512 
1f5912f3bbc3e40a4efad9de8b1fab2b3a750f3f23c9f2e33a581658959d22cf23f9ff1b8f51597874e7bca1d0f757f37fd5550b4112160261559524eda261f4

diff --git a/sys-fs/udev/udev-234-r1.ebuild b/sys-fs/udev/udev-234-r1.ebuild
deleted file mode 100644
index 58780e73818..000
--- a/sys-fs/udev/udev-234-r1.ebuild
+++ /dev/null
@@ -1,325 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal 
toolchain-funcs udev user versionator
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
systemd-${PV}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
-fi
-
-DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd";
-
-LICENSE="LGPL-2.1 MIT GPL-2"
-SLOT="0"
-IUSE="acl +kmod selinux"
-
-RESTRICT="test"
-
-COMMON_DEPEND=">=sys-apps/util-linux-2.27.1[${MULTILIB_USEDEP}]
-   sys-libs/libcap[${MULTILIB_USEDEP}]
-   acl? ( sys-apps/acl )
-   kmod? ( >=sys-apps/kmod-16 )
-   selinux? ( >=sys-libs/libselinux-2.1.9 )
-   ! "${T}"/40-gentoo.rules
-   # Gentoo specific floppy and usb groups
-   ACTION=="add", SUBSYST

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Class/

2018-05-11 Thread Mikle Kolyada
commit: 68d4c499d3a6391628f065bd1d532e468c0d88bb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May 11 19:56:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May 11 19:57:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d4c499

dev-perl/Path-Class: Add m68k/s390/sh keywords wrt bug #570372

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Path-Class/Path-Class-0.360.0.ebuild | 4 ++--
 dev-perl/Path-Class/Path-Class-0.370.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Path-Class/Path-Class-0.360.0.ebuild 
b/dev-perl/Path-Class/Path-Class-0.360.0.ebuild
index eed867ddd7a..baf5a819fcd 100644
--- a/dev-perl/Path-Class/Path-Class-0.360.0.ebuild
+++ b/dev-perl/Path-Class/Path-Class-0.360.0.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="Cross-platform path specification manipulation"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-perl/Path-Class/Path-Class-0.370.0.ebuild 
b/dev-perl/Path-Class/Path-Class-0.370.0.ebuild
index 4315c29e476..8a2b2d821d4 100644
--- a/dev-perl/Path-Class/Path-Class-0.370.0.ebuild
+++ b/dev-perl/Path-Class/Path-Class-0.370.0.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="Cross-platform path specification manipulation"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-05-11 Thread Andreas Hüttel
commit: 285769c9ff0fcf18d7ea25adac96010b4727a7ab
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 11 19:54:01 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri May 11 19:54:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285769c9

sys-libs/glibc: New tarball with added ppc multilib bootstrap files

Bug: https://bugs.gentoo.org/654524
Bug: https://bugs.gentoo.org/647070
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sys-libs/glibc/Manifest | 2 +-
 sys-libs/glibc/glibc-2.26-r7.ebuild | 2 +-
 sys-libs/glibc/glibc-2.27-r2.ebuild | 2 +-
 sys-libs/glibc/glibc-.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 767c577845d..cef17f9efe3 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -1,5 +1,5 @@
 DIST gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 8064097 BLAKE2B 
3cc5c82cd57d0fbd26d9a376ee8ca02f119fe9d653311cbe4d2b7b93aec2290adac3be271be19a7fdedae2e11e4b6e32360184e557204e100ad64357f5575d4b
 SHA512 
40b93e194ad41a75d649d84d1c49070680f253a13f0617803243bc61c44fed1ca2d0a7572a97ebb79353f312b58b5f6360be916dd7435928cc53935082e15269
-DIST gcc-multilib-bootstrap-20180501.tar.xz 2128700 BLAKE2B 
edeb5447bf397dfeee1295beb10b0e34253da8b3e1816720b6cfc3300a1c685fa022c3b809402a86340bbd7b9488d22cfba4c042d530dcb05ec971a2b1580d34
 SHA512 
eb289c44c5dcabaa727612dd685801b61e1fbe94b39024ecb3e14c73f9eaff68e05949a8f277a86c7471955cc8ec6e0127623b9861be7ac85f63226618b6c9c2
+DIST gcc-multilib-bootstrap-20180511.tar.xz 2392908 BLAKE2B 
f3cf614399368acd8908f60d894c6344a2fa09383b30c1633a0682bc668367c8a2f8c6fec2d41b6e2178d709a2bd8db57e8b2ab56ba263c7d56f819c15acd061
 SHA512 
98c766e913693ab42ff790557acde2a36a8001e2648046a685b21964200df8d4d52d8452d499c0068c6648284d086ce062c2d36e2c6c2fd8aacd232d193f2853
 DIST glibc-2.18-patches-4.tar.bz2 95165 BLAKE2B 
70280e0f5fd0b1ee13cd0464aafaa9c9324528d0bee8024e6529d67d908991012066db6d8257b66983a1f52e32b3aad7718612fdab9ea199fef845db93347168
 SHA512 
d881c9c5fe32b967694d4ca5185ff5ffc964449f2ed49fd062e5d57a3c6d9f16eef2f591d2d8e98a1a95a6487f3436ef031839ed8766fd085404b288340b7933
 DIST glibc-2.18.tar.xz 11150148 BLAKE2B 
7848a5a50abedbd17085e05b6f6835959adb5e55a424d95fa8a49eeec999a6dd81a9382db85ef7e852ef1d7743c5d312dccbf42024e95edf0e802eb32928dfe5
 SHA512 
27218d2e7dd3bf3908d7af171c490933680e958c579ebd27b43b661e223fd5de2219cc1cf699170405280808c84de476d0ad86dbba35a488ef404e9438552327
 DIST glibc-2.19-patches-3.tar.bz2 80664 BLAKE2B 
fb348c711941c1bd4dadd905e172dc4f239d8b63af1a1d14dcf4ec45c504bd47e10e9b24b38f9e01796016f2e97caeeb693213ae08147274ed0a4d9501293be0
 SHA512 
d281d6a2757920124cf8a3f02b97e75192598b08d96ae48840df34c7ffdcb212952d171f233e6f12a429b19437d0a296212fe1f2eae164d6a1c6793cb3cb69f0

diff --git a/sys-libs/glibc/glibc-2.26-r7.ebuild 
b/sys-libs/glibc/glibc-2.26-r7.ebuild
index 63fe46ce3f0..142e681f5b9 100644
--- a/sys-libs/glibc/glibc-2.26-r7.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r7.ebuild
@@ -24,7 +24,7 @@ fi
 
 RELEASE_VER=${PV}
 
-GCC_BOOTSTRAP_VER=20180501
+GCC_BOOTSTRAP_VER=20180511
 
 # Gentoo patchset
 PATCH_VER=7

diff --git a/sys-libs/glibc/glibc-2.27-r2.ebuild 
b/sys-libs/glibc/glibc-2.27-r2.ebuild
index 3d2fa240025..f21bc24c5d9 100644
--- a/sys-libs/glibc/glibc-2.27-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.27-r2.ebuild
@@ -25,7 +25,7 @@ fi
 
 RELEASE_VER=${PV}
 
-GCC_BOOTSTRAP_VER=20180501
+GCC_BOOTSTRAP_VER=20180511
 
 # Gentoo patchset
 PATCH_VER=1

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index ee82933c663..a3120178c7f 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -25,7 +25,7 @@ fi
 
 RELEASE_VER=${PV}
 
-GCC_BOOTSTRAP_VER=20180501
+GCC_BOOTSTRAP_VER=20180511
 
 # Gentoo patchset
 PATCH_VER=5



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

2018-05-11 Thread Mikle Kolyada
commit: e976eaea1de46ac0cb0f68f8995c5022ca9ef400
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May 11 19:50:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May 11 19:52:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e976eaea

sys-libs/readline: Mark stable wrt bug #643124

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-libs/readline/readline-7.0_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/readline/readline-7.0_p3.ebuild 
b/sys-libs/readline/readline-7.0_p3.ebuild
index d36d5cc9348..6b79f284ed9 100644
--- a/sys-libs/readline/readline-7.0_p3.ebuild
+++ b/sys-libs/readline/readline-7.0_p3.ebuild
@@ -36,7 +36,7 @@ esac
 
 LICENSE="GPL-3"
 SLOT="0/7"  # subslot matches SONAME major
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="static-libs utils"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[static-libs?,${MULTILIB_USEDEP}]"



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

2018-05-11 Thread Mikle Kolyada
commit: c0d2ddc1422ad14dbefebae04a610b7544bc5314
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May 11 19:51:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May 11 19:52:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d2ddc1

app-shells/bash: Mark stable wrt bug #643124

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-shells/bash/bash-4.4_p12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-4.4_p12.ebuild 
b/app-shells/bash/bash-4.4_p12.ebuild
index d7f00ca7cc7..603ce2f2b44 100644
--- a/app-shells/bash/bash-4.4_p12.ebuild
+++ b/app-shells/bash/bash-4.4_p12.ebuild
@@ -46,7 +46,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND=">=sys-libs/ncurses-5.2-r2:0=



[gentoo-commits] proj/musl:master commit in: dev-lang/rust/

2018-05-11 Thread Aric Belsito
commit: 637a6361c114319dc6a657caeb0e742360e49167
Author: Aric Belsito  gmail  com>
AuthorDate: Fri May 11 19:49:57 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Fri May 11 19:49:57 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=637a6361

dev-lang/rust: fix manifest

 dev-lang/rust/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index e7153b0..7cd5282 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -25,5 +25,5 @@ DIST rust-1.24.1-i686-unknown-linux-musl.tar.xz 83970072 
BLAKE2B 34700ee73d9ad85
 DIST rust-1.24.1-x86_64-unknown-linux-gnu.tar.xz 90298644 BLAKE2B 
15430f87cd6351a9bfc4cba3c43a7e36f31b325983bd04138622f23a4fe67b412f874771fe0703b2d6065fe46af28d6a89fb0387636524c46e0cefa75b78c3dc
 SHA512 
f263e8bee6bff1b3a4c8716248aa78c99f86768f03c7f21fc239203ade6e3b466bfec35e138b021e84b7ae8dffb41c4d045e3c98437f4549d801a2f687c4b92d
 DIST rust-1.24.1-x86_64-unknown-linux-musl.tar.xz 81773076 BLAKE2B 
c6d21d5740ca259c98a1a53a40b86cdca939c5b107ff7174b420dca7a1c90f71219e8b498c1485a3881d88e86caca7d19a81100614bd78ad5790f8d36a5beff4
 SHA512 
7fc3fd6a5a23b7f43ebc9c90401be3182ff9f68ec4910a71e9b1ee1c198508e759a342f9e42eab3b19dc5465e3158a6a8f7fcc2753cc4c88bdb06ae99d66b638
 DIST rustc-1.21.0-src.tar.xz 34212448 BLAKE2B 
608fa85f4391f3f15db2d1b6f88df8f6811ba460d727c2ed366972f884dd3856711ed50ab0320d939885004d72a8d604be0aa8a65e6d61bd2e1ce33b5aee01be
 SHA512 
63b5c247ef7028c59bb246b96cb9917476d6d13cf68b37956e290248a1e53de3e4dbfad1dcae3c5c2cacc73c9dd212c50e45902c7d913fadeaac81db630bc951
-DIST rustc-1.23.0-src.tar.xz 31993 BLAKE2B 
a9887ac977c60ad9db4ea387c53df3d4f0392676b705bd5ec3640b1290fd3d0dc481815047de50d009a3acd0af720d0485498f1c6399255eae87f5d26b2f30e5
 SHA512 
2bd8b9af21ffe61b241d86f8725c657f1c70628755fba6e6c2706a296b6495795a615bcfdcb39a8bf25defc8204cf280cc27031c1b5d86906fd4a58501cc2a70
+DIST rustc-1.23.0-src.tar.xz 38490016 BLAKE2B 
85baeb5535cb95f7d4ceff71580d59d5ce3a5b13adaa067ffbfc7db26e947d1c0b939dad4846c279cc8d174cbf61bd331b9298236ce03630cedffcd6cc8a4e8c
 SHA512 
2e605121dd5152c1a898b263d634b0ac55c7ea79c7fbc9f72c432e68fb397618a267283f3dfb0f77d5e189720d788b1937e8114a1f71bdb10ddd4cbaae92fa80
 DIST rustc-1.25.0-src.tar.xz 56108536 BLAKE2B 
c4a5e56b0e345b5ccde699f68659ac10793670047d2806bdab856d56aa5b960a0df5b947f7c0a7dadfcb7edbe4f9c1a71a94c5f240e91c93296a90d232030645
 SHA512 
45b47d8b6433f61b1a6f2637d8f4fe013b534a8a94365025dfcf786815c95111b9bd3beb2544ba8587fb4c8b38431765c4d68bc9c19285da4ccf7c7eeda2



[gentoo-commits] proj/musl:master commit in: dev-lang/rust/, dev-lang/rust/files/1.25.0/

2018-05-11 Thread Aric Belsito
commit: 23a3ae0b21d3a87a6d40fc515a1130d69fd1bdfe
Author: Aric Belsito  gmail  com>
AuthorDate: Fri May 11 19:33:53 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Fri May 11 19:33:53 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=23a3ae0b

dev-lang/rust: version bump to 1.25.0

 dev-lang/rust/Manifest |  13 +-
 ...tic-native-libraries-when-linking-static-.patch |  44 +++
 ...-nostdlib-and-musl_root-from-musl-targets.patch | 416 +
 ...sl-targets-to-link-dynamically-by-default.patch |  25 ++
 ...-Prefer-libgcc_eh-over-libunwind-for-musl.patch |  24 ++
 .../rust/files/1.25.0/0005-Fix-LLVM-build.patch|  26 ++
 .../0006-Fix-rustdoc-for-cross-targets.patch   |  36 ++
 ...dd-openssl-configuration-for-musl-targets.patch |  41 ++
 .../0008-Don-t-pass-CFLAGS-to-the-C-compiler.patch |  36 ++
 dev-lang/rust/files/1.25.0/0009-liblibc.patch  |  17 +
 dev-lang/rust/files/1.25.0/0010-llvm.patch |  20 +
 dev-lang/rust/rust-1.25.0.ebuild   | 273 ++
 12 files changed, 970 insertions(+), 1 deletion(-)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index 71e99e1..e7153b0 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -14,5 +14,16 @@ DIST rust-1.23.0-i686-unknown-linux-gnu.tar.xz 79540368 
BLAKE2B 5df0fb0fa904e7da
 DIST rust-1.23.0-i686-unknown-linux-musl.tar.xz 77706812 BLAKE2B 
d30d4359c94ce8c44a2654e9a41a8fcb5d98d330d46e6e0a98500745895f8ded97a8395970c278078b325648d6ee13af7b538a58b41a6d3b027533a40e270767
 SHA512 
2127391e224c5a286fdadfd46125373b13a406833634c990f94f256fa0dbf6cdf2536b93206332b1ca2c55c893c2cfbc735e96a6c1439fddf8bba87359cab313
 DIST rust-1.23.0-x86_64-unknown-linux-gnu.tar.xz 82693116 BLAKE2B 
e327f7b97f7c359f88b4f5a678d8c110c9b50183c96bc8efe767114c83bffcf86a6632d22e9148c48ce97687393f5d5cb5439d66c0ee53853f007b2f730881f0
 SHA512 
a5a3aa11d04e81305d33ed50fe657dcebb8c3a1f71a0a2b54372439ff6b1b4b7d2abd9c579b27950be67921cbb41586346824faf71495fb4f3f505ed8a48ccc9
 DIST rust-1.23.0-x86_64-unknown-linux-musl.tar.xz 74604492 BLAKE2B 
6ba1c3e850f4dd3202c0a24fdc13ebce588152eaf61054d5a2f0ed8fffc4ef66a7507400dbb5156b3422cd45e6cbe6bf73a2a21e35bf0df93acf1dceed3c04c7
 SHA512 
3d3e864691c74c94b79e459ec47f3d4e2f7d2bb1cecb20f7469ac09bf8e0385a8803848c66c5834c1e95bf2888bed883deff236da4fa3c6d854099f57d2e3998
+DIST rust-1.24.1-aarch64-unknown-linux-gnu.tar.xz 80079312 BLAKE2B 
a9efc2144db041e19c24e442839e0beba7836be03f38b18725b14c51ff317dc63a6babb06c828b72f9fbe161403fe722d25d7220b63c98fa9bc29f9a94befcc1
 SHA512 
6f74275cd1d2463c0b7b50a54d1365a0518b7fbf01025a9b799019a296e3b81c0ab3e70468216d6e6f6fa59f6a8b20ceff2532aafa5d63661b662616bfa9c21e
+DIST rust-1.24.1-aarch64-unknown-linux-musl.tar.xz 78536928 BLAKE2B 
ad7a433bfd1b9a06af15227c66af8bc0cdedeae37af17b0f261569a7dd17297dc700c9d9dfb9c5c97d07b8511dde98c50ade374bcc548bdcaff05fb1ac202a6b
 SHA512 
5a39b53e7dbaf20d80f82a28476a0729cffb37e31e849dd5653c571a74a65b8589bcf6bcc40041c140b5ac791bc90496de588aea502a72e4a9250af68b0193ed
+DIST rust-1.24.1-arm-unknown-linux-gnueabi.tar.xz 82770752 BLAKE2B 
dbda5149444e17430b4b929a20335dc5093515eb7699c9c50bc81bc1069cba1639e4a37ebf1001c06cd5415fe86f37a28f78c208783aa7d9c34292ca0aaadfef
 SHA512 
2294b24d4024bd991892e0b59dc3a59fc1b2b14282b0cf3d7a55b91062cad4d4278ce835709da1b5544a2980a35714501fafb7d41f29de252c844e51eda51d98
+DIST rust-1.24.1-arm-unknown-linux-musleabi.tar.xz 80504908 BLAKE2B 
022e3f5174d3d9564aca2c0573733d39643869cb78df939fa22c519e85cba50da9f293f8523f6313a44f6dc88926e9a0a6c583118b330fa74adcacd9fe79a75f
 SHA512 
8cde83137d605825e8152bafd8c8116344bb8717d62b8eb11144f78ec696b35748b384a49631d433f99157ebe5741371c14f7660f56a7d3640707b47d4578627
+DIST rust-1.24.1-armv7-unknown-linux-gnueabihf.tar.xz 83221868 BLAKE2B 
79ae6556f99f61a0aa8c5a708ae6212888942786e3c153147af02aa7c6ca5232fcfdaa5c8f53bec0966344cf21a5334b66b9332a7e632b5719eba3a5674a3e2c
 SHA512 
b5ccf9c38e36deb9102859de977c1a5ab4954d001d78753210d0479facf9242a5ea00ed232f8946abb4175166464bd0ccd07d06be5b5ac3c9bf839cd7ece1c1a
+DIST rust-1.24.1-armv7-unknown-linux-musleabihf.tar.xz 80029204 BLAKE2B 
2c345a33b6c0752d6845d0032b8dc8c745256f61997c389eab2dd618f0cbbcd7b623b20d0e675ff3dd2bca36a0610304714d21b583ec85baa77a3683c0fec4e8
 SHA512 
7659a53741baa4dad636e632ba81438b03cc21b3f783ccd524d79399541049a4c4f07a00272ef77252bec4622c40a9998859558b3142d69548898071be18f2da
+DIST rust-1.24.1-i686-unknown-linux-gnu.tar.xz 86918664 BLAKE2B 
49bc796602c0e4d9879ebf3037b13cf3f7757ee2acfc4d83f603f75171d5737b886e48ff35d144d11099858836d34f2b5eebe32a55c463dbfd691c6148e568b6
 SHA512 
9ca287ec1ce8ec533faec2f0656902ee41fef1fe62c6e52996e1d0d8e5c6df16cae90127971a99f65de12cc0eb8f46615ab87cc55bc7b6ea62be1fbad9dd18ca
+DIST rust-1.24.1-i686-unknown-linux-musl.tar.xz 83970072 BLAKE2B 
34700ee73d9ad85571fcd561bc3f5c8e41e8791fbbdab3880167ee989b2ee0e7cc61e000c0cea3930e35d6819b1897521f449671e9ae9e1701d6da39dd354214
 SHA512 
22a5187ba9011dbddf78fdc5056455e7179f3

[gentoo-commits] proj/musl:master commit in: dev-util/cargo/

2018-05-11 Thread Aric Belsito
commit: dccb8c0f59860ea6dfcebe758519daac17c9eca7
Author: Aric Belsito  gmail  com>
AuthorDate: Fri May 11 19:45:49 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Fri May 11 19:45:49 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=dccb8c0f

dev-util/cargo: version bump to 0.26.0

 dev-util/cargo/Manifest|  74 +++
 dev-util/cargo/cargo-0.26.0.ebuild | 245 +
 2 files changed, 319 insertions(+)

diff --git a/dev-util/cargo/Manifest b/dev-util/cargo/Manifest
index 1d5ba74..b3d30b3 100644
--- a/dev-util/cargo/Manifest
+++ b/dev-util/cargo/Manifest
@@ -5,6 +5,7 @@ DIST aho-corasick-0.6.4.crate 25443 BLAKE2B 
b866fec3f2d7bf39152b30d4c95c921c3912
 DIST atty-0.2.2.crate 5124 BLAKE2B 
c49d6ad5d47be2910fd9cb96bb68ddc38489e800894679df7acd15c88d834035d9918afceb219eb6ce127e68ef2c7eb25a04f022218189283cd8d228861772f6
 SHA512 
6e6e2cede7f280a53a61c78126783ec0338c13a8e9bbabb91d4b6fc43aacc56a4f7e86556210029595acf18e444121998101992b40e35a64cce884ec08247d0a
 DIST atty-0.2.3.crate 5486 BLAKE2B 
5c1b3bc8cd680ae639302d51fd54a10ad2595ed112d7e179d200d81a0c3bce326cde22458c9c757beb6601f00fcb61000f6f1785b7ca6832ca28b9f58472d604
 SHA512 
9c944334333ca59d28588e164d2a68750eaf889dcc6b28bc49fe9a7990e0b1694d302a685142866362b7b97ef3f36daa410b59d6222e99cf6f096836850794cb
 DIST atty-0.2.6.crate 5617 BLAKE2B 
52274b58d4ae19cdd57a85a46449be32ac4662da6ce746382eff30c75729dbb5e50a9e9ad59f11b11f6d40b7ec2bc261e290f33127de62636c7f249c174bc4d3
 SHA512 
ae0aa91616571391eb4a2cc46b4765784dcd96b514fc7c3b64f756d1a180f95c83b9d14086f872fb7466be0e623f44a1a3170e786d7fbff5bdd949ef0cd88997
+DIST atty-0.2.8.crate 5708 BLAKE2B 
e88f1155f51dd36eb38364994eeffc84683b43b8010909e058d9fd80fa492092ed49d6d05b5b7d10fd2585191dd1b6efdccf30be298f53dcb832027fd6187508
 SHA512 
d6aac03499b5e8187ecacd6060d34d3ad8747eb680c9f59ba13e00253d422b2d7d092236fc8eced93358f251d46672013463e3bfdc0aaa9e9e7c5c8e08a22195
 DIST backtrace-0.3.2.crate 23785 BLAKE2B 
d1c6c3abba281c166b9bcbdadbb1c306b304c41b8a2c3214d9da7d3c00927f338d20fc1371a4e09b05a25645a2472de63fbb644e129cabca7c528824294b7c83
 SHA512 
74d7d77da8a42e8c2b6cdc7205c41d52c1299a503583ac26dc4f98703f43d2fd4f6e76b34c68dfa0cbc5a0d239ee1bd0144a35fef6274fb4fdf8c732a141e1e8
 DIST backtrace-0.3.3.crate 27481 BLAKE2B 
3a95194f1d71e3c26f3a63011a9605e8feaa89114c731d29e458cbda34f52e44e08c912d8fc652b17c15ee33e703adfc8bc7d7629a6149b6bb9ecaa352705355
 SHA512 
2a22248bde996049e0e205d17d513e9c74320fce11e7c973ab806e072987814fe93a6dd4af2c1951183b128e23f0ec9b758d5cdb3bd5680badae2d06d2fd8485
 DIST backtrace-0.3.5.crate 27636 BLAKE2B 
db71be18b39a7aa25d2e1850fd907d3ea96d30af66b72c7b2b12a37acf6d6f46cdca1b9de884167e7567584848ea2ca4a1b03468e9158a62a3fde6aacd0746c8
 SHA512 
b554fd616780c706d8f6e7afef4800625a9fec5f7825e995a534103d1b773f0f28e09d49a1163eef9059681d669953ed1b7a8fb33209ee3b7be1fdeaa2adb3a1
@@ -42,25 +43,42 @@ DIST cargo-0.24.0-i686-unknown-linux-musl.tar.xz 3730724 
BLAKE2B 393928d7e34d2fe
 DIST cargo-0.24.0-x86_64-unknown-linux-gnu.tar.xz 4245268 BLAKE2B 
c1e0e14261094bbe56a6d94a9d7e93bf167e3ad4e9fef9e2b971ca89c0391542faec1b058657051838409b818b7495252ae47080100e0ac6526f5a410a135b81
 SHA512 
d007060d67325edd5f2d638a5cea9c5153ef53f1ebff9340ebbfe7550898957bb0d0effa7e39851224f122b4211fcf3e8d9e556c7e173ded6552f433b3e3ca2b
 DIST cargo-0.24.0-x86_64-unknown-linux-musl.tar.xz 3782048 BLAKE2B 
218a68d82f7e52dcf8c30a32f0687b1f7eb39a5ffe50c83ebe223bf0d8ec95be699cf2009bb55dfcefe3360ceb7b3cddf38585f025bb4d8337d2720639f4c110
 SHA512 
7646276a1c7707a83d759973afc0f37751ba3b85db115e99f0fc45bc6643d8a466b3497e7de080c30bb75c4d8c4c8b17912a42e001eef5127278e58583d389e6
 DIST cargo-0.24.0.tar.gz 967740 BLAKE2B 
0e0406ea35800283070773798cbc3535a8cd717f1ac3fc92558e43c934b107bd7af4b2a29c7aa4ae7a7eee6945e1063e497aa7bbf2d737645fbdedd021a13c3c
 SHA512 
d0aa41f113c8ed40a96a279d986894bdb8756ff49f7f8c7a269033e1000b110a2b867283bac2e85edab54b52bf8c78f9048481762a8c9e3e02a956cac95ddbb7
+DIST cargo-0.26.0-aarch64-unknown-linux-gnu.tar.xz 3060104 BLAKE2B 
f82d0fd5439169a0027daa406fadddc381deb35fdf806e2f9753dbd0b716b14e1a0dcc91ed036154ad36a4b42827e80bb431bcd038782386026e695075eb6f66
 SHA512 
b3b53bb1ab5bb6f04149667f1592f3e5b4c79c228f3b4db071507ab4b928f6990a0b4055b57ffcf1fc788f48209513dbfe4943b1620f1e1b60e770e434e03287
+DIST cargo-0.26.0-aarch64-unknown-linux-musl.tar.xz 3395028 BLAKE2B 
83a94454b87993f6c1ede8c7f53122f762d45fbab6aab02994e7ddb55e7851c04fc904d15d6ceb9f89b1a7839eb932a4c5a87601c1aba1a8be11cad53e3e838c
 SHA512 
4f09d0a301c84eb0e29102ce6ce8f46b7a5929a4399b14a257fbb5265416503504d656c14acea357b1cd5ef527e452991afdc154b279ec030bc05eb285f015c8
+DIST cargo-0.26.0-arm-unknown-linux-gnueabi.tar.xz 3670620 BLAKE2B 
7f437a84bdbed165d17d6fde0c26ea0576512aaac40f5b087c336adb8324cbb119c3d822cdc0768981acba654c354381ec73cd8104822e9a7e2627bc7851ff09
 SHA512 
e823c02e20a6c19863d08792bea151b46acc533f1bb2823ba6a73127940fdd77f3e5f6542ee170cd0f70216fbbaf7029f91887da512b81fc343a55b646973d52
+DIST cargo-

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

2018-05-11 Thread Andreas Sturmlechner
commit: b37eac59b8fcad9800a9fa92e8b05cfedafaca2c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 11 18:37:59 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 11 19:36:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37eac59

profiles: Adjust media-gfx/freecad mask to <0.17 (theoretically Qt5)

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 829fc1d6088..4d50f1a57c9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -423,7 +423,7 @@ games-kids/crayon-physics
 
 # Andreas Sturmlechner  (16 Nov 2017)
 # Depends on dead Qt4. Last-rites on hold for chance of Qt5-port. Bug #620702
- (28 Oct 2017)
 # Missing dependencies.



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

2018-05-11 Thread Andreas Sturmlechner
commit: b874d61060be798e6b6efb75b86953169bcd6cdd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 11 18:35:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 11 19:36:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b874d610

media-gfx/freecad: Drop broken 0.17_pre, bug #650274

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 media-gfx/freecad/Manifest   |   1 -
 media-gfx/freecad/freecad-0.17_pre-r1.ebuild | 131 ---
 2 files changed, 132 deletions(-)

diff --git a/media-gfx/freecad/Manifest b/media-gfx/freecad/Manifest
index f34f1e28a61..662e0f20394 100644
--- a/media-gfx/freecad/Manifest
+++ b/media-gfx/freecad/Manifest
@@ -1,2 +1 @@
 DIST freecad-0.16.6712.tar.gz 111706423 BLAKE2B 
ef6386fb953a9acfc51856b4a898aaefd1c24750b5eb07e5266392e54e357252327d594311030c3cc19144ead6e7f274710b532f7cd4993008850a3af6ec31c2
 SHA512 
ea8214b37f7a10a3e3e558e6c1223d9212d6c2906b79961c8cb9211edff97a41e2da0ce6cf64cdc7a22610f6ff13495163c46573b5dd84d4a7cc0260f15e371e
-DIST freecad-0.17_pre.tar.gz 111704401 BLAKE2B 
790462beef989b7a3db69d7412cd1076738579906873c8ce6c152b175f6b8305c2949087c9d719d884839e2966088c23309dc2617b3469bc5fa3296d2131e375
 SHA512 
a826a549d842ba322f7ec5f786d402e81f5b916008be450bacefb7ee976e203427130938c036cc6fca6ea11a8df0ab9b4a39f3bdfedc3cc1a7d31e7a5d11e142

diff --git a/media-gfx/freecad/freecad-0.17_pre-r1.ebuild 
b/media-gfx/freecad/freecad-0.17_pre-r1.ebuild
deleted file mode 100644
index 3b3624752c5..000
--- a/media-gfx/freecad/freecad-0.17_pre-r1.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils desktop xdg-utils fortran-2 python-single-r1
-
-DESCRIPTION="Qt based Computer Aided Design application"
-HOMEPAGE="https://www.freecadweb.org/";
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/FreeCAD/FreeCAD.git";
-else
-   SRC_URI="https://github.com/FreeCAD/FreeCAD/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   dev-cpp/eigen:3
-   dev-libs/boost:=[python,${PYTHON_USEDEP}]
-   dev-libs/xerces-c[icu]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/pyside:0[X,svg,${PYTHON_USEDEP}]
-   dev-python/shiboken:0[${PYTHON_USEDEP}]
-   dev-qt/designer:4
-   dev-qt/qtgui:4[-egl]
-   dev-qt/qtopengl:4[-egl]
-   dev-qt/qtsvg:4
-   media-libs/coin
-   media-libs/freetype
-   sci-libs/opencascade:*[vtk(+)]
-   sci-libs/orocos_kdl
-   sys-libs/zlib
-   virtual/glu"
-RDEPEND="${COMMON_DEPEND}
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pivy[${PYTHON_USEDEP}]
-   dev-qt/assistant:4"
-DEPEND="${COMMON_DEPEND}
-   >=dev-lang/swig-2.0.4-r1:0
-   dev-python/pyside-tools:0[${PYTHON_USEDEP}]"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.14.3702-install-paths.patch
-   "${FILESDIR}"/${P}-no-webkit.patch
-)
-
-# https://bugs.gentoo.org/show_bug.cgi?id=352435
-# 
https://www.gentoo.org/foundation/en/minutes/2011/20110220_trustees.meeting_log.txt
-RESTRICT="mirror"
-
-# TODO:
-#   DEPEND and RDEPEND:
-#  salome-smesh - science overlay
-#  zipio++ - not in portage yet
-
-S="${WORKDIR}/FreeCAD-${PV}"
-
-DOCS=( README.md ChangeLog.txt )
-
-pkg_setup() {
-   fortran-2_pkg_setup
-   python-single-r1_pkg_setup
-
-   [[ -z ${CASROOT} ]] && die "empty \$CASROOT, run eselect opencascade 
set or define otherwise"
-}
-
-src_configure() {
-   export QT_SELECT=4
-
-   #-DOCC_* defined with cMake/FindOpenCasCade.cmake
-   #-DCOIN3D_* defined with cMake/FindCoin3D.cmake
-   #-DSOQT_ not used
-   local mycmakeargs=(
-   -DOCC_INCLUDE_DIR="${CASROOT}"/inc
-   -DOCC_LIBRARY_DIR="${CASROOT}"/$(get_libdir)
-   -DCMAKE_INSTALL_DATADIR=share/${P}
-   -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}
-   -DCMAKE_INSTALL_INCLUDEDIR=include/${P}
-   -DFREECAD_USE_EXTERNAL_KDL=ON
-   -DBUILD_WEB=OFF
-   )
-
-   # TODO to remove embedded dependencies:
-   #
-   #   -DFREECAD_USE_EXTERNAL_ZIPIOS="ON" -- this option needs 
zipios++ but it's not yet in portage so the embedded zipios++
-   #(under src/zipios++) will be used
-   #   salomesmesh is in 3rdparty but upstream's find_package function 
is not complete yet to compile against external version
-   #(external salomesmesh is available in "science" 
overlay)
-
-   cmake-utils_src_configure
-   einfo "${P} will be built against opencascade version ${CASROOT}"
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   make_d

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

2018-05-11 Thread Sergei Trofimovich
commit: 0130a4c108d8b68dfcfc694b25b6d338a5e8a306
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 11 18:17:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 11 19:20:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0130a4c1

sys-apps/usbutils: stable 009 for sparc

Bug: https://bugs.gentoo.org/655338
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/sys-apps/usbutils/usbutils-009.ebuild 
b/sys-apps/usbutils/usbutils-009.ebuild
index 80d6bd97b9f..346aad85a66 100644
--- a/sys-apps/usbutils/usbutils-009.ebuild
+++ b/sys-apps/usbutils/usbutils-009.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/utils/usb/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2018-05-11 Thread Sergei Trofimovich
commit: 71448ce899880e28310d5766a9493f654559b0ba
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 11 18:19:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 11 19:20:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71448ce8

media-libs/freetype: stable 2.9.1-r1 for sparc

Bug: https://bugs.gentoo.org/654696
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 media-libs/freetype/freetype-2.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freetype/freetype-2.9.1-r1.ebuild 
b/media-libs/freetype/freetype-2.9.1-r1.ebuild
index bedb79e5e76..78578cab988 100644
--- a/media-libs/freetype/freetype-2.9.1-r1.ebuild
+++ b/media-libs/freetype/freetype-2.9.1-r1.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" !=  ]] ; then
mirror://nongnu/freetype/ft2demos-${PV}.tar.bz2 )
doc?( mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.bz2
mirror://nongnu/freetype/${PN}-doc-${PV}.tar.bz2 )"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE+=" doc"
 else
inherit autotools git-r3



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

2018-05-11 Thread Sergei Trofimovich
commit: cbbdd10cc8c35137d98af2ed9285f302658c8074
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 11 18:18:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 11 19:20:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbdd10c

dev-libs/ffcall: stable 2.1 for sparc

Bug: https://bugs.gentoo.org/655420
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-libs/ffcall/ffcall-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ffcall/ffcall-2.1.ebuild 
b/dev-libs/ffcall/ffcall-2.1.ebuild
index 70c88eb5e84..dd965f8d13d 100644
--- a/dev-libs/ffcall/ffcall-2.1.ebuild
+++ b/dev-libs/ffcall/ffcall-2.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/libffcall/${MY_PV}.tar.gz"
 # under GNU LGPL." -ffcall author
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 S=${WORKDIR}/${MY_PV}



[gentoo-commits] repo/gentoo:master commit in: dev-db/aerospike-server-community/

2018-05-11 Thread Patrick Lauer
commit: b5aefbf537d5c9e1969e043aed278b4a96597d82
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri May 11 19:08:58 2018 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri May 11 19:18:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5aefbf5

dev-db/aerospike-server-community: Bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-db/aerospike-server-community/Manifest |  1 +
 .../aerospike-server-community-4.0.0.4.ebuild  | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-db/aerospike-server-community/Manifest 
b/dev-db/aerospike-server-community/Manifest
index c0744cb245c..dc66504c80a 100644
--- a/dev-db/aerospike-server-community/Manifest
+++ b/dev-db/aerospike-server-community/Manifest
@@ -3,3 +3,4 @@ DIST aerospike-server-community-3.14.1.8-debian7.tgz 14017262 
BLAKE2B a02e516e69
 DIST aerospike-server-community-3.15.1.4-debian7.tgz 9775381 BLAKE2B 
4f7fe86d99cb0cdc74d0bacdcdaea8112e105b6daa870fee12a0137447118ba73adc580b4e4a47f9e1338bc393aeb32787b067a75415bf5c1c6d76cf4ee94d7c
 SHA512 
2b77622ea4eb35de9eb26b33f0cf47fc8d29a70fe75848b81245842b2f3c728d6b2d3ebe72369b91ef0d53be168cea04086ae469ad69124ab2010f48f3005fd5
 DIST aerospike-server-community-3.16.0.6-debian7.tgz 11106496 BLAKE2B 
b4d9e4856e7d30f537685ed6f924bae8ba953e8aab363f0fa0ba1e5522719f4a521f757944693c46af2933f9ce4e7f10d60808ef76cb78523347cac38cd0608b
 SHA512 
0e32c73881f29d634b67f1c46cdd608ad306fb164753ae3a113761adc806dba72fbd8d8022f7c5fb1b84171f145113b6659092a23e283e147d292931c5befde7
 DIST aerospike-server-community-4.0.0.1-debian7.tgz 16352955 BLAKE2B 
e6dd6295a71b4c6edf13a52c4f1be9e8fcea0c94078559b13be456ca714c9c38952a96385003391484bf7d24e3d52745806935c249f0f3cc96a154264a10c2a3
 SHA512 
896783c0cbe4b136605f17601317c6d62e8791adac6c6bebb8f80be1d33cf2f425a431af7e3fe8e5e7771a196bd4baa9db32dc11b030850c1eb3db755767934a
+DIST aerospike-server-community-4.0.0.4-debian7.tgz 16355017 BLAKE2B 
ad88330e7cc2a3b6c13a8a5ac2c1aa1bd7cf68ed4c9c2669e366cda153aca7b0bdfce35df47269b4ec5699e06bafbb9f7098abae9b83d259c1c259da2c1a
 SHA512 
b3ca3e882d543dfb5fd6293c6d6e95689c31f3c5e8cd77b3611d36c6981f3350b771eebc41d536b0a1e272bd16614354979d7d6a04c10004dd80bb5973b4c6be

diff --git 
a/dev-db/aerospike-server-community/aerospike-server-community-4.0.0.4.ebuild 
b/dev-db/aerospike-server-community/aerospike-server-community-4.0.0.4.ebuild
new file mode 100644
index 000..83946c562c0
--- /dev/null
+++ 
b/dev-db/aerospike-server-community/aerospike-server-community-4.0.0.4.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils user
+
+DESCRIPTION="Flash-optimized, in-memory, nosql database"
+HOMEPAGE="http://www.aerospike.com";
+SRC_URI="http://www.aerospike.com/artifacts/${PN}/${PV}/${P}-debian7.tgz";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="sys-libs/readline:0
+   sys-libs/zlib
+   dev-libs/openssl:0
+   "
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}-debian7"
+
+pkg_setup() {
+   enewgroup aerospike
+   enewuser aerospike -1 /bin/bash /opt/aerospike aerospike
+}
+
+src_prepare() {
+   local server_deb="${P}.debian7.x86_64.deb"
+   local tools_deb="aerospike-tools-3.15.3.2.debian7.x86_64.deb"
+
+   ar x "${server_deb}" || die
+   tar xzf data.tar.gz && rm data.tar.gz || die
+
+   ar x "${tools_deb}" || die
+   tar xzf data.tar.gz && rm data.tar.gz || die
+
+   rm *.deb asinstall control.tar.gz debian-binary LICENSE SHA256SUMS
+   rm usr/bin/{asfixownership,asmigrate2to3}
+}
+
+src_install() {
+   insinto /opt/
+   doins -r opt/aerospike
+
+   fperms +x -R /opt/aerospike/bin/
+   fperms +x -R /opt/aerospike/lib/python/
+
+   for dir in '/etc' '/var/log'; do
+   keepdir "${dir}/aerospike"
+   done
+
+   insinto /etc/aerospike
+   for conf in 'aerospike.conf' 'aerospike_mesh.conf' 
'aerospike_ssd.conf'; do
+   doins "${FILESDIR}/${conf}"
+   done
+
+   insinto /usr/bin
+   doins usr/bin/*
+   fperms +x -R /usr/bin/asd
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/aerospike.logrotate aerospike
+
+   newinitd "${FILESDIR}"/aerospike.init aerospike
+
+   fowners -R aerospike:aerospike /opt/aerospike/
+   fowners aerospike:aerospike /usr/bin/asd
+   fowners -R aerospike:aerospike /var/log/aerospike
+}



  1   2   >