[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/files/5.0.1/extra/, sys-devel/clang/files/6.0.1/, ...

2018-07-22 Thread Michał Górny
commit: d91e28589fa227e35e143db5d622b9120f796db3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 07:19:05 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91e2858

sys-devel/clang: Reshuffle patches

 sys-devel/clang/clang-4.0.1.ebuild| 2 +-
 sys-devel/clang/clang-5.0.2.ebuild| 8 
 sys-devel/clang/clang-6.0.1.ebuild| 2 +-
 ...001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch | 0
 .../0002-test-Fix-clang-test-for-FreeBSD-and-NetBSD.patch | 0
 ...001-Assume-the-shared-library-path-variable-is-LD_LIBRAR.patch | 0
 .../files/{5.0.1 => 6.0.1}/darwin_prefix-include-paths.patch  | 0
 7 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-devel/clang/clang-4.0.1.ebuild 
b/sys-devel/clang/clang-4.0.1.ebuild
index 672f7fc6097..469a613db91 100644
--- a/sys-devel/clang/clang-4.0.1.ebuild
+++ b/sys-devel/clang/clang-4.0.1.ebuild
@@ -89,7 +89,7 @@ src_unpack() {
 
 src_prepare() {
# fix finding compiler-rt libs
-   eapply 
"${FILESDIR}"/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
+   eapply 
"${FILESDIR}"/5.0.2/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
 
# fix stand-alone doc build
eapply 
"${FILESDIR}"/4.0.1/0007-cmake-Support-stand-alone-Sphinx-doxygen-doc-build.patch

diff --git a/sys-devel/clang/clang-5.0.2.ebuild 
b/sys-devel/clang/clang-5.0.2.ebuild
index 85f7d6b4404..6e07de89a3b 100644
--- a/sys-devel/clang/clang-5.0.2.ebuild
+++ b/sys-devel/clang/clang-5.0.2.ebuild
@@ -107,15 +107,15 @@ src_unpack() {
 
 src_prepare() {
# fix finding compiler-rt libs
-   eapply 
"${FILESDIR}"/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
+   eapply 
"${FILESDIR}"/5.0.2/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
# fix setting LD_LIBRARY_PATH for tests on *BSD
-   eapply 
"${FILESDIR}"/5.0.1/0002-test-Fix-clang-test-for-FreeBSD-and-NetBSD.patch
+   eapply 
"${FILESDIR}"/5.0.2/0002-test-Fix-clang-test-for-FreeBSD-and-NetBSD.patch
# add Prefix include paths for Darwin
-   eapply "${FILESDIR}"/5.0.1/darwin_prefix-include-paths.patch
+   eapply "${FILESDIR}"/6.0.1/darwin_prefix-include-paths.patch
 
cd tools/extra || die
# fix setting LD_LIBRARY_PATH for tests on *BSD (extra part)
-   eapply 
"${FILESDIR}"/5.0.1/extra/0001-Assume-the-shared-library-path-variable-is-LD_LIBRAR.patch
+   eapply 
"${FILESDIR}"/5.0.2/extra/0001-Assume-the-shared-library-path-variable-is-LD_LIBRAR.patch
cd ../.. || die
 
cmake-utils_src_prepare

diff --git a/sys-devel/clang/clang-6.0.1.ebuild 
b/sys-devel/clang/clang-6.0.1.ebuild
index d42ae48d2ea..6cd2169e898 100644
--- a/sys-devel/clang/clang-6.0.1.ebuild
+++ b/sys-devel/clang/clang-6.0.1.ebuild
@@ -70,7 +70,7 @@ CMAKE_BUILD_TYPE=RelWithDebInfo
 
 PATCHES=(
# add Prefix include paths for Darwin
-   "${FILESDIR}"/5.0.1/darwin_prefix-include-paths.patch
+   "${FILESDIR}"/6.0.1/darwin_prefix-include-paths.patch
 
# fix test failure with default-compiler-rt
# https://bugs.gentoo.org/650316

diff --git 
a/sys-devel/clang/files/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
 
b/sys-devel/clang/files/5.0.2/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
similarity index 100%
rename from 
sys-devel/clang/files/5.0.1/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch
rename to 
sys-devel/clang/files/5.0.2/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch

diff --git 
a/sys-devel/clang/files/5.0.1/0002-test-Fix-clang-test-for-FreeBSD-and-NetBSD.patch
 
b/sys-devel/clang/files/5.0.2/0002-test-Fix-clang-test-for-FreeBSD-and-NetBSD.patch
similarity index 100%
rename from 
sys-devel/clang/files/5.0.1/0002-test-Fix-clang-test-for-FreeBSD-and-NetBSD.patch
rename to 
sys-devel/clang/files/5.0.2/0002-test-Fix-clang-test-for-FreeBSD-and-NetBSD.patch

diff --git 
a/sys-devel/clang/files/5.0.1/extra/0001-Assume-the-shared-library-path-variable-is-LD_LIBRAR.patch
 
b/sys-devel/clang/files/5.0.2/extra/0001-Assume-the-shared-library-path-variable-is-LD_LIBRAR.patch
similarity index 100%
rename from 
sys-devel/clang/files/5.0.1/extra/0001-Assume-the-shared-library-path-variable-is-LD_LIBRAR.patch
rename to 
sys-devel/clang/files/5.0.2/extra/0001-Assume-the-shared-library-path-variable-is-LD_LIBRAR.patch

diff --git a/sys-devel/clang/files/5.0.1/darwin_prefix-include-paths.patch 
b/sys-devel/clang/files/6.0.1/darwin_prefix-include-paths.patch
similarity index 100%
rename from sys-devel/clang/files/5.0.1/darwin_prefix-include-paths.patch
rename to sys-devel/clang/files/6.0.1/darwin_prefix-include-paths.patch



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

2018-07-22 Thread Michał Górny
commit: 28f2719f7e58bda106bb54cbaea55f1db948f218
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 06:41:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f2719f

sys-libs/compiler-rt: Drop old (5.0.1 & 6.0.0)

 sys-libs/compiler-rt/Manifest |   2 -
 sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild | 112 --
 sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild | 109 -
 3 files changed, 223 deletions(-)

diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest
index bd678c26db7..a63c7a7d19e 100644
--- a/sys-libs/compiler-rt/Manifest
+++ b/sys-libs/compiler-rt/Manifest
@@ -1,5 +1,3 @@
 DIST compiler-rt-4.0.1.src.tar.xz 1434100 BLAKE2B 
ca6bf78fc07f387b7244a52ef648b06a5685effb46a66b241a9ee847ecafb17d02602f49b0dbe473d47202586874a043a6d75141400062f526d2f808da323e1e
 SHA512 
cfeb625884b273f7c0e6767b81a8d3e5f24e0b96a510d5764d9d47a0e215fc841b4cb9d1843c8fb428cd21def720cfbfe8d3593ff5bb390548ebc8c32a902649
-DIST compiler-rt-5.0.1.src.tar.xz 1498220 BLAKE2B 
61503df8a4075c2fe1e42d480753b861321b5de127e340f48d648fc38d81c7967cead17e136beaa5235cc92540f158915fccec77cf39aa7c336d106c9d265222
 SHA512 
61e23775db78bdeed3003a509b45ae609287db31302fed186f3210d481ecf062d1828571e63482215ab00ff732df8f3fa6c77334dfb677e4b76eb555d476b8c4
 DIST compiler-rt-5.0.2.src.tar.xz 1543256 BLAKE2B 
09fa84b8f3e9b8627a14387bc6eaa3d6b4588b9c8f1ac5a0114135fd830e3d45922408b237866789eb81bf38defde1186e0f7430a69f825bee12776b7cd9f74e
 SHA512 
605a6d064877a860d6c9097e0220896dfceafed0a2392ad495c97aa347b97899d89f7e21932e29d3274f396615837414a3e730a915fe4f53eaa858ce3642a666
-DIST compiler-rt-6.0.0.src.tar.xz 1633096 BLAKE2B 
d5df9b16ad474f687507013fb6eda8c7c3bbe479c85aab6ce428b93bbef2467538c0ba59c54dd9266b978da53c8c312a59e3b7abac843702048900f5cdbc1011
 SHA512 
717bed116ef43ebb2e18daf6fb737472edf57564947f53fe6368d3bbb080f63e986c0d1b94dbd087be998196ad7be54f4361854f8eb5214600b82449ba02c9c1
 DIST compiler-rt-6.0.1.src.tar.xz 1686820 BLAKE2B 
59fa3f6e478bd4d6dfa056c85dcdc4349cbce7cea7fc56519feddc9d66c88c9ca48bad7967432ceb81d754213577f12707035afd827cf630a58627575b73b798
 SHA512 
69850c1ad92c66977fa217cbfb42a6a3f502fbe3d1a08daa7fc4cfeb617a7736d231f8ad8d93b10b1ae29bd753315d2a2d70f9ff1f4d18a9a7cc81758d91f963

diff --git a/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild 
b/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild
deleted file mode 100644
index c6f609d1a89..000
--- a/sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic llvm python-any-r1 toolchain-funcs
-
-DESCRIPTION="Compiler runtime library for clang (built-in part)"
-HOMEPAGE="https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz";
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="${PV%_*}"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="+clang test"
-
-CLANG_SLOT=${SLOT%%.*}
-# llvm-4 needed for --cmakedir
-DEPEND="
-   >=sys-devel/llvm-4
-   clang? ( sys-devel/clang )
-   test? (
-   $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]")
-   =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} )
-   ${PYTHON_DEPS}"
-
-S=${WORKDIR}/${P/_/}.src
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-pkg_pretend() {
-   if ! use clang && ! tc-is-clang; then
-   ewarn "Building using a compiler other than clang may result in 
broken atomics"
-   ewarn "library. Enable USE=clang unless you have a very good 
reason not to."
-   fi
-}
-
-pkg_setup() {
-   llvm_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-test_compiler() {
-   $(tc-getCC) ${CFLAGS} ${LDFLAGS} "${@}" -o /dev/null -x c - \
-   <<<'int main() { return 0; }' &>/dev/null
-}
-
-src_configure() {
-   # pre-set since we need to pass it to cmake
-   BUILD_DIR=${WORKDIR}/${P}_build
-
-   local nolib_flags=( -nodefaultlibs -lc )
-   if use clang; then
-   local -x CC=${CHOST}-clang
-   local -x CXX=${CHOST}-clang++
-   # ensure we can use clang before installing compiler-rt
-   local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
-   strip-unsupported-flags
-   elif ! test_compiler; then
-   if test_compiler "${nolib_flags[@]}"; then
-   local -x LDFLAGS="${LDFLAGS} ${nolib_flags[*]}"
-   ewarn "${CC} seems to lack runtime, trying with 
${nolib_flags[*]}"
-   fi
-   fi
-
-   local mycmakeargs=(
-   -DCOMPILER_RT_INSTALL_PATH="

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

2018-07-22 Thread Michał Górny
commit: d99b98ea5ad1b3e2d31f0a5f9b326ee41ca866bb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 06:40:58 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99b98ea

sys-libs/libcxx: Drop old (5.0.1 & 6.0.0)

 sys-libs/libcxx/Manifest|   2 -
 sys-libs/libcxx/libcxx-5.0.1.ebuild | 207 ---
 sys-libs/libcxx/libcxx-6.0.0.ebuild | 213 
 3 files changed, 422 deletions(-)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index 60e30742201..80b76519c36 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -1,7 +1,5 @@
 DIST libcxx-3.7.1.src.tar.xz 995724 BLAKE2B 
aab68f1b99a2c817e7154b71c04c81bd809154d1ae1c077a2dfede37319070729d6d768223b6ba5e2a866d6c2f18972dd501ce517864378ebc26c49cacafb635
 SHA512 
08d2399a8b36aa15290733256c896c9fa43f1a1223bc5c73bbcd014fddf8880e514d2a6dcc456bcf18b537c01fb6911b092e6d9958bccd8e64e9f375ed7a1ab9
 DIST libcxx-3.9.1.src.tar.xz 1209020 BLAKE2B 
510e77c2c1163babbba904933f441e8720b0d366b9f0cfa2cdde2401368c224e00efd66afc1403b0087c40549cda4ebbc4d0c4b2d0906178324fa6158502d5ad
 SHA512 
a5976e4096624a7307b3e43f4a22ac2dc74572226e0f57af9f3ef537a14c3cff1601b7042aef9dc40a0ee53ca76b08d72eb9c253dcf34f115d3153c302db7070
 DIST libcxx-4.0.1.src.tar.xz 1446380 BLAKE2B 
cd871eff4c4ca25a1fe4d27f778e913fe536a0b5863ea7dd3c8895f6b743b6f039e4df71f9ba5124c98761a8099666f68e1dfd073b5ec7b9fe0007ef09a9117d
 SHA512 
91f3f397be606989be99865d0b279557f9afb93f7a74ed10c3a74f4440e38b5694ddf452bbf2f487cacd4391606dd5c7edfe5130f2de19e2acfd6cce619d028a
-DIST libcxx-5.0.1.src.tar.xz 1527852 BLAKE2B 
9454fbca8228ee456feb79b65a63ce5daa27bf2e47e457d79592f4974dceeace19fe6cdeee51cc51f94e9072d7ce3c03e5acb617507670153647b9c435feadbd
 SHA512 
994681d3c79047fc2d618c5584b08e9b5c925dab48f8812fc0adc81a575b49a637e9481bb9a0f7ae6f7f352b2b33f40056c347c27123cd6c96c6c226febd002c
 DIST libcxx-5.0.2.src.tar.xz 1530908 BLAKE2B 
e0c47d6803668267a71c75df873a136a2c3bec3732a08c365107b286f6dfef883edb81f9f4d22a0f312228865528bf1f15450c41803f8d3a8c8081fe12b62c25
 SHA512 
c77e0ea6bb3dc03270312de4a24fdd0d027448b2e182af31489031fd52f0997377c9049769930b80b2ba0062fe21317d8ae823c5e80e12128f8ae8e6f171be22
-DIST libcxx-6.0.0.src.tar.xz 1549328 BLAKE2B 
93adb339b0e849fca1850d379c8e74b407b0db8220f3a05f888db70d83ad07c3200dbd2a7827f92c60a2ba91d3395e4d1b4434ba70479c29a95aceda6c213e02
 SHA512 
3d93910f85a778f36c5f7a4429639008acba5713a2c8ac79a9de09463af6f9a388af45d39af23423a7223660701697ba067f3391f25d5a970973691dd88635e3
 DIST libcxx-6.0.1.src.tar.xz 1552328 BLAKE2B 
65a6addd04e530c2a72e8cba207282b9e9fafc01a594d7b11f63d10b6f88eca67a3cdf90b8055e410ede358d9be1f63fbe427f308e1337833447c0260d96e1c8
 SHA512 
c04f628b0924d76f035f615b59d19ce42dfc19c9a8eea4fe2b22a95cfe5a037ebdb30943fd741443939df5b4cf692bc1e51c840fefefbd134e3afbe2a75fe875

diff --git a/sys-libs/libcxx/libcxx-5.0.1.ebuild 
b/sys-libs/libcxx/libcxx-5.0.1.ebuild
deleted file mode 100644
index 885f8b13182..000
--- a/sys-libs/libcxx/libcxx-5.0.1.ebuild
+++ /dev/null
@@ -1,207 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Ninja provides better scalability and cleaner verbose output, and is used
-# throughout all LLVM projects.
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-multilib llvm python-any-r1 toolchain-funcs
-
-DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="https://libcxx.llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz";
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="elibc_glibc elibc_musl +libcxxabi libcxxrt +libunwind +static-libs test"
-REQUIRED_USE="libunwind? ( || ( libcxxabi libcxxrt ) )
-   ?? ( libcxxabi libcxxrt )"
-
-RDEPEND="
-   libcxxabi? ( 
~sys-libs/libcxxabi-${PV}[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
-   libcxxrt? ( 
sys-libs/libcxxrt[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
-   !libcxxabi? ( !libcxxrt? ( >=sys-devel/gcc-4.7:=[cxx] ) )"
-# LLVM 4 required for llvm-config --cmakedir
-# clang-3.9.0 installs necessary target symlinks unconditionally
-# which removes the need for MULTILIB_USEDEP
-DEPEND="${RDEPEND}
-   test? ( >=sys-devel/clang-3.9.0
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )
-   app-arch/xz-utils
-   >=sys-devel/llvm-4"
-
-S=${WORKDIR}/${P/_/}.src
-
-DOCS=( CREDITS.TXT )
-
-PATCHES=(
-   # Add link flag "-Wl,-z,defs" to avoid underlinking; this is needed in a
-   # out-of-tree build.
-   "${FILESDIR}/${PN}-3.9-cmake-link-flags.patch"
-)
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-python_check_deps() {
-   has_version "dev-python/lit[${PY

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

2018-07-22 Thread Michał Górny
commit: 14e0220d76dc0d3d504f833ac8ba3f639914618a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 06:40:40 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e0220d

sys-libs/libomp: Drop old (5.0.1 & 6.0.0)

 sys-libs/libomp/Manifest|   2 -
 sys-libs/libomp/libomp-5.0.1.ebuild |  90 
 sys-libs/libomp/libomp-6.0.0.ebuild | 115 
 3 files changed, 207 deletions(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index c8f8af40e43..9478d4c8538 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -1,5 +1,3 @@
 DIST openmp-4.0.1.src.tar.xz 2275240 BLAKE2B 
e63cf670c4cd2678afc4d7b96be85c3d157bf91a69510f980d9a0a07f61b449b22ff28d63753f32e63afedb4a7077c662a633f689a660b5047a83bcf1fb7f009
 SHA512 
0b737dde832c5907a0cac41fe1d594b61e85dd405eee42b39f09233db62b44543204ccc775e52e2981f9c9f0683b234526e288a3a7a04f712280fb3a575abcaf
-DIST openmp-5.0.1.src.tar.xz 2075472 BLAKE2B 
a4da4726a17dc0fd083e11fe1bebf446978137aa4453000e8fea950021fff091a818246f0817dd60ce67353d3f7d75ab8fec2b9e955389d9c94e195945efda50
 SHA512 
4493b918fd83ef26e2b3f3429d1b00d722328e4c9697ac7625a390834f6e88ada8e5b02ce0ecb4771129207b1b81a9d171f4599ab9388762a3c6db0afc499ff4
 DIST openmp-5.0.2.src.tar.xz 2081560 BLAKE2B 
fbe41c6aaf4c8e961253609a598bec531ab4685cd8c307ab2528b9d7553eaa38122ee02a2c4d481454f9233c062b3a24bb174a182702a183907a3d15a10a9655
 SHA512 
511895ca6049c17de81ad86c39dcb940a7c1a793005e16d33e58d72ad47f62b8cb61003c234a7544a88e79f25d2c86e9df834f90d37ccbd4b47f71c369e90437
-DIST openmp-6.0.0.src.tar.xz 2272360 BLAKE2B 
2fbbdbbd0262ac3161446a4e7a3079131254f962a5397a94913abff024ba3f66affe419c58fb0f6ab602e338a277ab2befbc4386eaf6d4c11aa4a9713315d562
 SHA512 
9dfb070a3fae883985e3c8cd357c21a2144b433824139e288d4d3c774dd9cf3f7949978976012b08c644cd4a04be8c65a810c2f33d66eee05d3d980e61413a06
 DIST openmp-6.0.1.src.tar.xz 2048320 BLAKE2B 
08b3a7051c985903f78331f55a1c6e928399b87c862c43c991e9bf78b66b6e412fc96f202b82c051176dbbe02422f8ceb7414f44ea8f3522f418e515c0f70c62
 SHA512 
abb956583e5d11d0c6f6d97183c081d658616a74933be884a591eaa3d8c4bb04f08f02016d2c86d7384c7ff1aa44fb949b0d967fc0ff50e3132aaba412e9add8

diff --git a/sys-libs/libomp/libomp-5.0.1.ebuild 
b/sys-libs/libomp/libomp-5.0.1.ebuild
deleted file mode 100644
index ff6a18b94d8..000
--- a/sys-libs/libomp/libomp-5.0.1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-multilib linux-info python-any-r1
-
-DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
-HOMEPAGE="https://openmp.llvm.org";
-SRC_URI="https://releases.llvm.org/${PV/_//}/openmp-${PV/_/}.src.tar.xz";
-
-# Additional licenses:
-# - MIT-licensed Intel code,
-# - LLVM Software Grant from Intel.
-
-LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x64-macos"
-IUSE="hwloc kernel_linux ompt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )"
-# tests:
-# - dev-python/lit provides the test runner
-# - sys-devel/llvm provide test utils (e.g. FileCheck)
-# - sys-devel/clang provides the compiler to run tests
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   test? (
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
-   sys-devel/llvm
-   >=sys-devel/clang-3.9.0
-   )"
-
-S=${WORKDIR}/openmp-${PV/_/}.src
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-python_check_deps() {
-   has_version "dev-python/lit[${PYTHON_USEDEP}]"
-}
-
-kernel_pds_check() {
-   if use kernel_linux && kernel_is -lt 4 15 && kernel_is -ge 4 13; then
-   local CONFIG_CHECK="~!SCHED_PDS"
-   local ERROR_SCHED_PDS="\
-PDS scheduler versions >= 0.98c < 0.98i (e.g. used in kernels >= 4.13-pf11
-< 4.14-pf9) do not implement sched_yield() call which may result in horrible
-performance problems with libomp. If you are using one of the specified
-kernel versions, you may want to disable the PDS scheduler."
-
-   check_extra_config
-   fi
-}
-
-pkg_pretend() {
-   kernel_pds_check
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-multilib_src_configure() {
-   local libdir="$(get_libdir)"
-   local mycmakeargs=(
-   -DLIBOMP_LIBDIR_SUFFIX="${libdir#lib}"
-   -DLIBOMP_USE_HWLOC=$(usex hwloc)
-   -DLIBOMP_OMPT_SUPPORT=$(usex ompt)
-   # do not install libgomp.so & libiomp5.so aliases
-   -DLIBOMP_INSTALL_ALIASES=OFF
-   # disable unnecessary hack copying stuff back to srcdir
- 

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

2018-07-22 Thread Michał Górny
commit: 542b28743fc50a3ec01ed4fca6759a8f5f13e37f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 06:42:58 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542b2874

sys-devel/clang: Drop old (5.0.1 & 6.0.0)

 sys-devel/clang/Manifest   |   8 -
 sys-devel/clang/clang-5.0.1.ebuild | 323 
 sys-devel/clang/clang-6.0.0-r1.ebuild  | 325 -
 ...d-invalidated-iterator-in-insertTargetAnd.patch |  55 
 4 files changed, 711 deletions(-)

diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest
index abed5a73b61..71b2b619821 100644
--- a/sys-devel/clang/Manifest
+++ b/sys-devel/clang/Manifest
@@ -1,20 +1,12 @@
 DIST cfe-4.0.1.src.tar.xz 10933628 BLAKE2B 
bc1bb8875e83ccecd446a48cfa41f5c98a09d6ad24ff439a983f629711b4513b9c4bee4070f8df13b6b2a52d673b0706733a4c151ce5021a0233147debff14ac
 SHA512 
936c9e1626b27e63a4fb11f3c0cb998eeaf9a520ad6e2bcd67cb4352e59e7781ecc700df79794f3fd70473d90b7e2ba418a39038eb0146b68e843f0705c1f964
-DIST cfe-5.0.1.src.tar.xz 11483036 BLAKE2B 
c4eb54cd8271b62cf7a2219db0b599b68c00b6e574d1946220efbd1633e841796e6717d6eeb35e84a6db32a731a3285b59cedeb3b1a8f3c3c502b799fdd0a720
 SHA512 
6619177a2ff9934fe8b15d6aa229abb8e34d0b1a75228d9efba9393daf71d6419a7256de57b31e2f9f829f71f842118556f996e86ee076f1e0a7cd394dfd31a2
 DIST cfe-5.0.2.src.tar.xz 11459216 BLAKE2B 
80d9b2ab70b00c0dfd5c5386a44e0c15d8252e6175c9da55a0519c4f9b8192e32e215110d7d3808225786e2c7f906f2dfbe11dd09bdf21574e99709ae237ed0b
 SHA512 
9931afceb5569ad6caec85d506180c810f7fea94af8c997143b0a37cbf413fcea0d925204786106271efb65fde684066ace0dfcbbf7b61ecd709d22dd0b1
-DIST cfe-6.0.0.src.tar.xz 11959224 BLAKE2B 
257edbaedf72bd941b67b4aa2f152a96a37bbea72d21d22d4445152685efe40d75b9a7a39955545643e841ad6693ef12e52b207b9119098774f39e858b64bc09
 SHA512 
e886dd27448503bbfc7fd4f68eb089c19b2f2be4f0e5b26d3df253833f60b91d70b472a6b530063386e2252075b110ce9f5942800feddf6c34b94a75cf7bd5c6
 DIST cfe-6.0.1.src.tar.xz 11905772 BLAKE2B 
abb60e9f9827d1d8a24f0aaf8a1d1e32979293cc401258d230f93290e633645747fd0344af189ac7081b06be2cada503364e1e432b37110ade4b3578e40c7605
 SHA512 
f64ba9290059f6e36fee41c8f32bf483609d31c291fcd2f77d41fecfdf3c8233a5e23b93a1c73fed03683823bd6e72757ed993dd32527de3d5f2b7a64bb031b9
 DIST clang-tools-extra-4.0.1.src.tar.xz 581788 BLAKE2B 
52ca89eda6fe1e0fbbdc46e17f4067f03a9a9440dcdcc98811651087d0c9ab24dfe3eefb0b80a32ec41abe0766cb3e47031de61c4cff02b7d0e08c8fd03e3faa
 SHA512 
ea26d926f428e62e76cf8a073e63ffe05645f6592e05d7717d5c257908870ae9217727d3e1578227b14eda5937085872463f1a8e99970256179c68b8a92e69e0
-DIST clang-tools-extra-5.0.1.src.tar.xz 646328 BLAKE2B 
472eb1e73a17564790919ec392dddcd91f131c1cbf2a5f3cab09a9f7126d4d18ec6785ffcb3c3230eec6edc90acbe2bf859367c37f62ba77d7542f4c18b925f3
 SHA512 
2e6a811cccd22281f7567f5626ff0484ed1fefee4a9244a717e3ccb9516dce9e7ff315044fb10e505e91c3f1c6d2774558debb9559915d053886599bcb153d7b
 DIST clang-tools-extra-5.0.2.src.tar.xz 646272 BLAKE2B 
8a15a0c3ed9e8c31706d744017aa8be52616037790075c2314c3a613c9e1aa86b0b980c4e3bd9a775b234440f17436392196b41f1691ab25a33b432a25affb68
 SHA512 
241d85652e7c3ad5d77754ad9a694bddab3c14098067da4119223007c5a4a765d1cd7e7c7dba91666ccd5506f8703c82c9ee487f28249a00c2c4edbd0d1f2640
-DIST clang-tools-extra-6.0.0.src.tar.xz 757680 BLAKE2B 
708e21055a702c41a94f6b8673bab405f8b1339a75ec66f14c31565ef802245900bafc25e636c6e82f01e74060a6429a19442317f948011cae59af6825808343
 SHA512 
9c5720b8694c235ca988ef45da1d564ac06e31c0a40600b32c0b9df399693e4eba296ca43b077ed97adba085362ddb0fb94e0d28232afc3e7351820b1285061f
 DIST clang-tools-extra-6.0.1.src.tar.xz 757256 BLAKE2B 
1d91d7459a34e7251007af91db1803ee6d04f1ef3e0fcf134a7e0d1d3456b094a80339ee60db3f0bdd12961f3a05caee7edfc5c6b9c48d49cd55a5dc3c102c3a
 SHA512 
cf29d117b6dabcb7a8e5f6dab5016ce5a5c8f475679001a43fd5c935f2c368f37cdef50aae2080a1e4524f647f6d83458d4a5dec5b45d03fb374f463caf7c3f5
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.1-manpages.tar.bz2 94004 BLAKE2B 
34eb29361ad7aa881e64d1dd2992fd89ce44adafd2521284c27b6ffe7082bc7e70458204e6f34d582b704bf7c5dad93c6a6dc41fc7abc41862aab8f5ec53ed07
 SHA512 
3444cc8e06009f5dd2669b92af662a1049d9294c8ca0dcf45486e1dc1aaf10160860b7856d30ad70bbe5864b21d1539316e89f5237549f5653954e23baf64334
-DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
 DIST llvm-5.0.2-manpages.tar.bz2 93977 B

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

2018-07-22 Thread Michał Górny
commit: b16454b7d2a25fe3073a7d3c20fdfaac37c5f60a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 07:23:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16454b7

sys-devel/llvm-common: Drop old (5.0.1 & 6.0.0)

 sys-devel/llvm-common/Manifest |  2 --
 sys-devel/llvm-common/llvm-common-5.0.1.ebuild | 35 --
 sys-devel/llvm-common/llvm-common-6.0.0.ebuild | 35 --
 3 files changed, 72 deletions(-)

diff --git a/sys-devel/llvm-common/Manifest b/sys-devel/llvm-common/Manifest
index 53aadd4a873..440f4ab83ce 100644
--- a/sys-devel/llvm-common/Manifest
+++ b/sys-devel/llvm-common/Manifest
@@ -1,5 +1,3 @@
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
 DIST llvm-5.0.2.src.tar.xz 23451868 BLAKE2B 
b7082be2e4ad557b29b9f6869811f262adcf5c73d552faf91b339bede75cf5eab58afefa12fa779a38be71fe2b8f4ea297c3213ee4e8370cc01972c59249d91c
 SHA512 
3588be5ed969c3f7f6f16f56a12a6af2814d3d3c960d4a36ffebb0446cc75f19220bccee7fc605f9b01f5d5c188a905a046193cc12dec42dd5922048b5c27fe1
-DIST llvm-6.0.0.src.tar.xz 25296048 BLAKE2B 
7ea90bb63d6f26cfbc1c1ed2f243b0fcd8ad2ceb7963cf768d262cd55e9a0c71a9cfdea0333fb220faacf4540d924d2512532774dcfb52b52490ad74e38c09e0
 SHA512 
a71fdd5ddc46f01327ad891cfcc198febdbe10769c57f14d8a4fb7d514621ee4080e1a641200d3353c16a16731d390270499ec6cd3dc98fadc570f3eb6b52b8c
 DIST llvm-6.0.1.src.tar.xz 25306628 BLAKE2B 
60232d4d22f8096b565cc8d81fea0639f24f14e8fc4f66ade69fa15479181f07f655f26dff3fa24bf105762b495da316c5c9352db234bd0af6b9c3fff6d4d881
 SHA512 
cbbb00eb99cfeb4aff623ee1a5ba075e7b5a76fc00c5f9f539ff28c108598f5708a0369d5bd92683def5a20c2fe60cab7827b42d628dbfcc79b57e0e91b84dd9

diff --git a/sys-devel/llvm-common/llvm-common-5.0.1.ebuild 
b/sys-devel/llvm-common/llvm-common-5.0.1.ebuild
deleted file mode 100644
index e87dcd0831d..000
--- a/sys-devel/llvm-common/llvm-common-5.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P=llvm-${PV/_/}.src
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz";
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE=""
-
-RDEPEND="!sys-devel/llvm:0"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-   einfo "Unpacking parts of ${MY_P}.tar.xz ..."
-   tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/utils/vim" || die
-}
-
-src_configure() { :; }
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   insinto /usr/share/vim/vimfiles
-   doins -r utils/vim/*/
-   # some users may find it useful
-   newdoc utils/vim/README README.vim
-   dodoc utils/vim/vimrc
-}

diff --git a/sys-devel/llvm-common/llvm-common-6.0.0.ebuild 
b/sys-devel/llvm-common/llvm-common-6.0.0.ebuild
deleted file mode 100644
index 4ccff3beb37..000
--- a/sys-devel/llvm-common/llvm-common-6.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P=llvm-${PV/_/}.src
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz";
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="!sys-devel/llvm:0"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-   einfo "Unpacking parts of ${MY_P}.tar.xz ..."
-   tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/utils/vim" || die
-}
-
-src_configure() { :; }
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   insinto /usr/share/vim/vimfiles
-   doins -r utils/vim/*/
-   # some users may find it useful
-   newdoc utils/vim/README README.vim
-   dodoc utils/vim/vimrc
-}



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

2018-07-22 Thread Michał Górny
commit: 01dc45bae731a822306adec27da81f7582503d34
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 07:20:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01dc45ba

dev-ml/llvm-ocaml: Drop old (5.0.1 & 6.0.0)

 dev-ml/llvm-ocaml/Manifest|   2 -
 dev-ml/llvm-ocaml/llvm-ocaml-5.0.1.ebuild | 122 
 dev-ml/llvm-ocaml/llvm-ocaml-6.0.0.ebuild | 127 --
 3 files changed, 251 deletions(-)

diff --git a/dev-ml/llvm-ocaml/Manifest b/dev-ml/llvm-ocaml/Manifest
index 53aadd4a873..440f4ab83ce 100644
--- a/dev-ml/llvm-ocaml/Manifest
+++ b/dev-ml/llvm-ocaml/Manifest
@@ -1,5 +1,3 @@
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
 DIST llvm-5.0.2.src.tar.xz 23451868 BLAKE2B 
b7082be2e4ad557b29b9f6869811f262adcf5c73d552faf91b339bede75cf5eab58afefa12fa779a38be71fe2b8f4ea297c3213ee4e8370cc01972c59249d91c
 SHA512 
3588be5ed969c3f7f6f16f56a12a6af2814d3d3c960d4a36ffebb0446cc75f19220bccee7fc605f9b01f5d5c188a905a046193cc12dec42dd5922048b5c27fe1
-DIST llvm-6.0.0.src.tar.xz 25296048 BLAKE2B 
7ea90bb63d6f26cfbc1c1ed2f243b0fcd8ad2ceb7963cf768d262cd55e9a0c71a9cfdea0333fb220faacf4540d924d2512532774dcfb52b52490ad74e38c09e0
 SHA512 
a71fdd5ddc46f01327ad891cfcc198febdbe10769c57f14d8a4fb7d514621ee4080e1a641200d3353c16a16731d390270499ec6cd3dc98fadc570f3eb6b52b8c
 DIST llvm-6.0.1.src.tar.xz 25306628 BLAKE2B 
60232d4d22f8096b565cc8d81fea0639f24f14e8fc4f66ade69fa15479181f07f655f26dff3fa24bf105762b495da316c5c9352db234bd0af6b9c3fff6d4d881
 SHA512 
cbbb00eb99cfeb4aff623ee1a5ba075e7b5a76fc00c5f9f539ff28c108598f5708a0369d5bd92683def5a20c2fe60cab7827b42d628dbfcc79b57e0e91b84dd9

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.1.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-5.0.1.ebuild
deleted file mode 100644
index ca74c5a9128..000
--- a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.1.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils llvm python-any-r1
-
-MY_P=llvm-${PV/_/}.src
-DESCRIPTION="OCaml bindings for LLVM"
-HOMEPAGE="https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz";
-
-# Keep in sync with sys-devel/llvm
-ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore )
-ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
-LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
-
-LICENSE="UoI-NCSA"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug test ${ALL_LLVM_TARGETS[*]}"
-
-RDEPEND="
-   >=dev-lang/ocaml-4.00.0:0=
-   dev-ml/ocaml-ctypes:=
-   ~sys-devel/llvm-${PV}:=[${LLVM_TARGET_USEDEPS// /,},debug?]
-   !sys-devel/llvm[ocaml(-)]"
-# configparser-3.2 breaks the build (3.3 or none at all are fine)
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   dev-ml/findlib
-   test? ( dev-ml/ounit )
-   !!https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz";
-
-# Keep in sync with sys-devel/llvm
-ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore )
-ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
-LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
-
-LICENSE="UoI-NCSA"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug test ${ALL_LLVM_TARGETS[*]}"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-lang/ocaml-4.00.0:0=
-   dev-ml/ocaml-ctypes:=
-   ~sys-devel/llvm-${PV}:=[${LLVM_TARGET_USEDEPS// /,},debug?]
-   !sys-devel/llvm[ocaml(-)]"
-# configparser-3.2 breaks the build (3.3 or none at all are fine)
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   dev-ml/findlib
-   test? ( dev-ml/ounit )
-   !!

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

2018-07-22 Thread Michał Górny
commit: ddcd7aceaf70858dbe8e353f07b2d83382babad0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 07:20:03 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddcd7ace

sys-devel/lld: Drop old (5.0.1 & 6.0.0)

 sys-devel/lld/Manifest |  4 ---
 sys-devel/lld/lld-5.0.1.ebuild | 73 
 sys-devel/lld/lld-6.0.0.ebuild | 75 --
 3 files changed, 152 deletions(-)

diff --git a/sys-devel/lld/Manifest b/sys-devel/lld/Manifest
index e7ee5f81112..9e5b3f25276 100644
--- a/sys-devel/lld/Manifest
+++ b/sys-devel/lld/Manifest
@@ -1,10 +1,6 @@
 DIST lld-4.0.1.src.tar.xz 593796 BLAKE2B 
58eb8f013a4562ef60dd7e17ddd741f434b8f0228a3d3d746ec8c30521ce667863d0b6db6565659a1b86cb91550cdaa43a27600d3a979460523faf24eac8ea3f
 SHA512 
63bd0813094dc7fa9a95fdee93eb7b97026882a15548f819b5c67f3f0f9fa2a582d968af27ad8f802dbff1f6cd1b8c2fb26b3c7c80379488d05c4a4984d7af68
-DIST lld-5.0.1.src.tar.xz 672952 BLAKE2B 
67bb6687f04f809b12e0b65a047c493f89a22984e8d3ac35aaf18bd3179a97efd7798e2b38e00cd00cde07ccf37a1361f4de8a3eb1481571c039195b5214d6b6
 SHA512 
62c9682ae4e18a64af2c9e13d45925fbe022ca332d03b1c4232c6b730dab327418555c8da2b2bf8c6126032dfd378a0b9dedba83351d928784bf2b1f30dfaaca
 DIST lld-5.0.2.src.tar.xz 671776 BLAKE2B 
11c470fb7eb4e8ddad043cff7daa714b55b862fe0a540e135db7252314caa101e3bb9063d5a7b32e0a86721cc01f602cafe087566d49ef5c6865f19ba3daf6b3
 SHA512 
6edafc277a5475a4b44fdf2d77bb8d0a80e8717f74c6db6c0208e0f1492a552f50640503ba8687bcd87a3d677b571dc4f9579b1e5c0bf53059c259ecbcc78c0e
-DIST lld-6.0.0.src.tar.xz 790532 BLAKE2B 
473b618bac2884f118e0e6dd28a74f90157b9818c442ae5d6d9d19ebff56ff17da73323c440d70e09b5b6fed60528b52cdea1081435c11d2b02375be5ba75bea
 SHA512 
ae7f7392f8495e5bcd7635a377b536c5e7a0affa5e33f52b7a26ddb3c5be70797c970734514f15f352ddfadd75be0244a8aeeca9f0fe18eb4612c9598706cb63
 DIST lld-6.0.1.src.tar.xz 787804 BLAKE2B 
6b1d42bf24ca4c4dbfd060f1e40efa106e4adb73ee44a219f1568168b90b2a1430c3bd9c9e7996fda1f90423f8154678d6ee795ba4e179a0a72d86e980cbba52
 SHA512 
856ccc125255ab6184919f1424372f0f8a5de847047e2ab1a131a2ecec0caa9b5163d01409c7c510df9c794f0bc8d65cc904df2baf6462ef53bc163e002a
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
 DIST llvm-5.0.2.src.tar.xz 23451868 BLAKE2B 
b7082be2e4ad557b29b9f6869811f262adcf5c73d552faf91b339bede75cf5eab58afefa12fa779a38be71fe2b8f4ea297c3213ee4e8370cc01972c59249d91c
 SHA512 
3588be5ed969c3f7f6f16f56a12a6af2814d3d3c960d4a36ffebb0446cc75f19220bccee7fc605f9b01f5d5c188a905a046193cc12dec42dd5922048b5c27fe1
-DIST llvm-6.0.0.src.tar.xz 25296048 BLAKE2B 
7ea90bb63d6f26cfbc1c1ed2f243b0fcd8ad2ceb7963cf768d262cd55e9a0c71a9cfdea0333fb220faacf4540d924d2512532774dcfb52b52490ad74e38c09e0
 SHA512 
a71fdd5ddc46f01327ad891cfcc198febdbe10769c57f14d8a4fb7d514621ee4080e1a641200d3353c16a16731d390270499ec6cd3dc98fadc570f3eb6b52b8c
 DIST llvm-6.0.1.src.tar.xz 25306628 BLAKE2B 
60232d4d22f8096b565cc8d81fea0639f24f14e8fc4f66ade69fa15479181f07f655f26dff3fa24bf105762b495da316c5c9352db234bd0af6b9c3fff6d4d881
 SHA512 
cbbb00eb99cfeb4aff623ee1a5ba075e7b5a76fc00c5f9f539ff28c108598f5708a0369d5bd92683def5a20c2fe60cab7827b42d628dbfcc79b57e0e91b84dd9

diff --git a/sys-devel/lld/lld-5.0.1.ebuild b/sys-devel/lld/lld-5.0.1.ebuild
deleted file mode 100644
index a73ea749a34..000
--- a/sys-devel/lld/lld-5.0.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils llvm python-any-r1
-
-MY_P=${P/_/}.src
-LLVM_P=llvm-${PV/_/}.src
-
-DESCRIPTION="The LLVM linker (link editor)"
-HOMEPAGE="https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
-   test? ( https://releases.llvm.org/${PV/_//}/${LLVM_P}.tar.xz )"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-
-RDEPEND="~sys-devel/llvm-${PV}"
-DEPEND="${RDEPEND}
-   test? ( $(python_gen_any_dep 
"~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )"
-
-S=${WORKDIR}/${MY_P}
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-python_check_deps() {
-   has_version "dev-python/lit[${PYTHON_USEDEP}]

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

2018-07-22 Thread Michał Górny
commit: 63ff5d382e32004bb7fcd2f62201b0f29699347e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 06:41:23 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ff5d38

sys-libs/llvm-libunwind: Drop old (5.0.1 & 6.0.0)

 sys-libs/llvm-libunwind/Manifest   |   4 -
 .../llvm-libunwind/llvm-libunwind-5.0.1.ebuild |  46 ---
 .../llvm-libunwind/llvm-libunwind-6.0.0.ebuild | 143 -
 3 files changed, 193 deletions(-)

diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
index a94205740d8..88776cfa5da 100644
--- a/sys-libs/llvm-libunwind/Manifest
+++ b/sys-libs/llvm-libunwind/Manifest
@@ -1,9 +1,5 @@
-DIST libcxx-6.0.0.src.tar.xz 1549328 BLAKE2B 
93adb339b0e849fca1850d379c8e74b407b0db8220f3a05f888db70d83ad07c3200dbd2a7827f92c60a2ba91d3395e4d1b4434ba70479c29a95aceda6c213e02
 SHA512 
3d93910f85a778f36c5f7a4429639008acba5713a2c8ac79a9de09463af6f9a388af45d39af23423a7223660701697ba067f3391f25d5a970973691dd88635e3
 DIST libcxx-6.0.1.src.tar.xz 1552328 BLAKE2B 
65a6addd04e530c2a72e8cba207282b9e9fafc01a594d7b11f63d10b6f88eca67a3cdf90b8055e410ede358d9be1f63fbe427f308e1337833447c0260d96e1c8
 SHA512 
c04f628b0924d76f035f615b59d19ce42dfc19c9a8eea4fe2b22a95cfe5a037ebdb30943fd741443939df5b4cf692bc1e51c840fefefbd134e3afbe2a75fe875
-DIST libcxxabi-6.0.0.src.tar.xz 529212 BLAKE2B 
ae020e8831a6ae71d59d71e294bbb0aa6dbedf1b3036b2536d9456db8c51f21e57d082c5abf5e00921a14876328bdfafab3c04b4d761cb76d52e35ff97107510
 SHA512 
c5e4cc05105770b42b20595fdbda5e1483be4582bc94335da1a15531ba43a0ecf30e1e0a252f62d4d0e6c79cda9d44ff5fdbe69a0a295b2431fd6de158410e2e
 DIST libcxxabi-6.0.1.src.tar.xz 528356 BLAKE2B 
b301b750b2928864d3fc51e66cf91aab6837636ec2bce706b9a97296ec96af4bd2e80b1bf80c9b4afe449335ee12bbdd1905433c27e1770e16bc306baf206927
 SHA512 
bbb4c7b412e295cb735f637df48a83093eef45ed5444f7766790b4b047f75fd5fd634d8f3a8ac33a5c1407bd16fd450ba113f60a9bcc1d0a911fe0c54e9c81f2
 DIST libunwind-4.0.1.src.tar.xz 63388 BLAKE2B 
f49772beabaa8519a5f8dbbaef9c2d6554468a66b89a5f012946d59f772fe864809a5c95b726bcb4c059ca551a4eb023a88f4fa618756b34fef2058e272467e6
 SHA512 
8a0552a8ab830010d81420f4b778a3b831bff85b19bcce972958fc30e1ba5a2fa26a3deba499985a43dd7a103690775f6a20e7b3edda55f4eaff3541002d6b59
-DIST libunwind-5.0.1.src.tar.xz 72180 BLAKE2B 
da1fbb92e9953d018a3c30290ceda9a2a18c21b5c908d9ff65979158bd06b8866eb74f078d12832e2aed7d0332c996262e3b2a1341844eb933ba3de5fb41ff98
 SHA512 
6c0f7a286c1ffa46769685ee36604cd90ed40470e1c3d3ef03c46bcc9e5f9e36e68a0a1f67b9b300823170b48c9b8d2db4625afd885f1d024905db1dffd9fc49
 DIST libunwind-5.0.2.src.tar.xz 72340 BLAKE2B 
8a62bd91f6decae1a9a51df19f708fcdf72a6fe6e57a5848c5dd0d36ff2dc64db8a0b3af469cdd5e787b9301f2718df0981f91857ecbc7a5f5d95a1a053652bc
 SHA512 
137c4b269bff053d532a373e9f696ca68ad0bbf606a18dc98597e00fcfc6ce21d74bc2a0c03b96444654d688fa97d544c6f6b70822fcf7e190ed96f193ddc6ba
-DIST libunwind-6.0.0.src.tar.xz 76600 BLAKE2B 
7767f3564ef72b6049c5247881e09e6c56ccd24acc1b7a1742476c4d01b2be792afdc73c8138ca5b1549be9b83267e6a7860aa085514d86eac90545219dae835
 SHA512 
a35e992223f094bdac5f1565806fe485a878f9baf4502e7f3777276f5c11aeff4beee155512b1c687f4471f34acbd50c834e98120093cf2582007422cec7fb2e
 DIST libunwind-6.0.1.src.tar.xz 77036 BLAKE2B 
b6c293285896c8ff1f64bb56eee5a88b102b7ed9902d46436ee3cb79f204f230fd08a07d39c7fa9aeeddd093036f2bb9af38dd54268099ea9e51e12a71ff4adb
 SHA512 
78568c28720abdd1f8471c462421df9965e05e1db048689d16ac85378716c4080ec1723af78e9f61d133b0ff82ac8c1f0dde7fd42d194485f62c1a17c02db37f

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-5.0.1.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-5.0.1.ebuild
deleted file mode 100644
index 22e26e7dbe5..000
--- a/sys-libs/llvm-libunwind/llvm-libunwind-5.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-inherit cmake-multilib llvm
-
-DESCRIPTION="C++ runtime stack unwinder from LLVM"
-HOMEPAGE="https://github.com/llvm-mirror/libunwind";
-SRC_URI="https://releases.llvm.org/${PV/_//}/libunwind-${PV/_/}.src.tar.xz";
-
-LICENSE="|| ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="debug +static-libs"
-
-RDEPEND="!sys-libs/libunwind"
-# LLVM 4 required for llvm-config --cmakedir
-DEPEND=">=sys-devel/llvm-4"
-
-S=${WORKDIR}/libunwind-${PV/_/}.src
-
-# least intrusive of all
-CMAKE_BUILD_TYPE=RelWithDebInfo
-
-multilib_src_configure() {
-   local libdir=$(get_libdir)
-
-   local mycmakeargs=(
-   -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
-   -DLIBUNWIND_ENABLE_ASSERTIONS=$(usex debug)
-   -DLIBUNWIND_ENABLE_STATIC=$(usex static-libs)
-   )
-
-   cmake-utils_src_configure
-}
-
-multilib_src_install() {

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

2018-07-22 Thread Michał Górny
commit: 0e7ee0d276bf1e320ffaee459c25b42292826f0e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 06:41:34 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7ee0d2

sys-libs/compiler-rt-sanitizers: Drop old (5.0.1 & 6.0.0)

 sys-libs/compiler-rt-sanitizers/Manifest   |   4 -
 .../compiler-rt-sanitizers-5.0.1.ebuild| 178 -
 .../compiler-rt-sanitizers-6.0.0.ebuild| 170 
 3 files changed, 352 deletions(-)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
index 4ce4f0dd58d..c029e2ced8c 100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -1,12 +1,8 @@
 DIST compiler-rt-4.0.1.src.tar.xz 1434100 BLAKE2B 
ca6bf78fc07f387b7244a52ef648b06a5685effb46a66b241a9ee847ecafb17d02602f49b0dbe473d47202586874a043a6d75141400062f526d2f808da323e1e
 SHA512 
cfeb625884b273f7c0e6767b81a8d3e5f24e0b96a510d5764d9d47a0e215fc841b4cb9d1843c8fb428cd21def720cfbfe8d3593ff5bb390548ebc8c32a902649
-DIST compiler-rt-5.0.1.src.tar.xz 1498220 BLAKE2B 
61503df8a4075c2fe1e42d480753b861321b5de127e340f48d648fc38d81c7967cead17e136beaa5235cc92540f158915fccec77cf39aa7c336d106c9d265222
 SHA512 
61e23775db78bdeed3003a509b45ae609287db31302fed186f3210d481ecf062d1828571e63482215ab00ff732df8f3fa6c77334dfb677e4b76eb555d476b8c4
 DIST compiler-rt-5.0.2.src.tar.xz 1543256 BLAKE2B 
09fa84b8f3e9b8627a14387bc6eaa3d6b4588b9c8f1ac5a0114135fd830e3d45922408b237866789eb81bf38defde1186e0f7430a69f825bee12776b7cd9f74e
 SHA512 
605a6d064877a860d6c9097e0220896dfceafed0a2392ad495c97aa347b97899d89f7e21932e29d3274f396615837414a3e730a915fe4f53eaa858ce3642a666
-DIST compiler-rt-6.0.0.src.tar.xz 1633096 BLAKE2B 
d5df9b16ad474f687507013fb6eda8c7c3bbe479c85aab6ce428b93bbef2467538c0ba59c54dd9266b978da53c8c312a59e3b7abac843702048900f5cdbc1011
 SHA512 
717bed116ef43ebb2e18daf6fb737472edf57564947f53fe6368d3bbb080f63e986c0d1b94dbd087be998196ad7be54f4361854f8eb5214600b82449ba02c9c1
 DIST compiler-rt-6.0.1.src.tar.xz 1686820 BLAKE2B 
59fa3f6e478bd4d6dfa056c85dcdc4349cbce7cea7fc56519feddc9d66c88c9ca48bad7967432ceb81d754213577f12707035afd827cf630a58627575b73b798
 SHA512 
69850c1ad92c66977fa217cbfb42a6a3f502fbe3d1a08daa7fc4cfeb617a7736d231f8ad8d93b10b1ae29bd753315d2a2d70f9ff1f4d18a9a7cc81758d91f963
 DIST compiler-rt-sanitizers-4.0.1-patchset.tar.xz 2384 BLAKE2B 
6f9eee711c83570767f0bb634d0f91c18ee7f2af93a478938b8d5b6ce6f2c2fbaadb7bd5c7ee94a14dc1834359a046187db6bc7005b7c2efa539325dc0701ad9
 SHA512 
72d7357b4c27bbf8fa8b34803ddea905a9f1054e8fc7bf99a4ead9dc00408989ea2709f04be9cf45a27eeb4b9386c89feeb25b53a84f3cac9739196b89813887
 DIST compiler-rt-sanitizers-6.0.1-patchset.tar.xz 8820 BLAKE2B 
d53ca357e060d058c7f20c51e74684f4c032fdf3ccec4c9f227dc7a5757206f331b9eda25a72c5c66faf4c44b2cc63eb439bd21bdd55d37a93918ab428fd7cd4
 SHA512 
782a34c56134bd061da30c1f598ddb9e90cb34a4e4ef058fa9634f6da372fd8693ff5e6cf98b59700942273240f83052b89ee2736b22f4e19bc8b519fbec8cad
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
 DIST llvm-5.0.2.src.tar.xz 23451868 BLAKE2B 
b7082be2e4ad557b29b9f6869811f262adcf5c73d552faf91b339bede75cf5eab58afefa12fa779a38be71fe2b8f4ea297c3213ee4e8370cc01972c59249d91c
 SHA512 
3588be5ed969c3f7f6f16f56a12a6af2814d3d3c960d4a36ffebb0446cc75f19220bccee7fc605f9b01f5d5c188a905a046193cc12dec42dd5922048b5c27fe1
-DIST llvm-6.0.0.src.tar.xz 25296048 BLAKE2B 
7ea90bb63d6f26cfbc1c1ed2f243b0fcd8ad2ceb7963cf768d262cd55e9a0c71a9cfdea0333fb220faacf4540d924d2512532774dcfb52b52490ad74e38c09e0
 SHA512 
a71fdd5ddc46f01327ad891cfcc198febdbe10769c57f14d8a4fb7d514621ee4080e1a641200d3353c16a16731d390270499ec6cd3dc98fadc570f3eb6b52b8c
 DIST llvm-6.0.1.src.tar.xz 25306628 BLAKE2B 
60232d4d22f8096b565cc8d81fea0639f24f14e8fc4f66ade69fa15479181f07f655f26dff3fa24bf105762b495da316c5c9352db234bd0af6b9c3fff6d4d881
 SHA512 
cbbb00eb99cfeb4aff623ee1a5ba075e7b5a76fc00c5f9f539ff28c108598f5708a0369d5bd92683def5a20c2fe60cab7827b42d628dbfcc79b57e0e91b84dd9

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
deleted file mode 100644
index 44f086c5f99..000
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
+++ /dev/null
@@ -1,178 +0,0 @@
-# Cop

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

2018-07-22 Thread Michał Górny
commit: db90ea69db0ae078c290800ba50c37f545369a8d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 07:19:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db90ea69

sys-devel/clang-common: Drop old (6.0.0)

 sys-devel/clang-common/Manifest  |  1 -
 sys-devel/clang-common/clang-common-6.0.0.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/sys-devel/clang-common/Manifest b/sys-devel/clang-common/Manifest
index a3e49dc1625..b783370b44d 100644
--- a/sys-devel/clang-common/Manifest
+++ b/sys-devel/clang-common/Manifest
@@ -1,2 +1 @@
-DIST cfe-6.0.0.src.tar.xz 11959224 BLAKE2B 
257edbaedf72bd941b67b4aa2f152a96a37bbea72d21d22d4445152685efe40d75b9a7a39955545643e841ad6693ef12e52b207b9119098774f39e858b64bc09
 SHA512 
e886dd27448503bbfc7fd4f68eb089c19b2f2be4f0e5b26d3df253833f60b91d70b472a6b530063386e2252075b110ce9f5942800feddf6c34b94a75cf7bd5c6
 DIST cfe-6.0.1.src.tar.xz 11905772 BLAKE2B 
abb60e9f9827d1d8a24f0aaf8a1d1e32979293cc401258d230f93290e633645747fd0344af189ac7081b06be2cada503364e1e432b37110ade4b3578e40c7605
 SHA512 
f64ba9290059f6e36fee41c8f32bf483609d31c291fcd2f77d41fecfdf3c8233a5e23b93a1c73fed03683823bd6e72757ed993dd32527de3d5f2b7a64bb031b9

diff --git a/sys-devel/clang-common/clang-common-6.0.0.ebuild 
b/sys-devel/clang-common/clang-common-6.0.0.ebuild
deleted file mode 100644
index 4cc3e42ef4b..000
--- a/sys-devel/clang-common/clang-common-6.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-MY_P=cfe-${PV/_/}.src
-DESCRIPTION="Common files shared between multiple slots of clang"
-HOMEPAGE="https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz";
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE=""
-
-PDEPEND="sys-devel/clang:*"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-   einfo "Unpacking parts of ${MY_P}.tar.xz ..."
-   tar -xJf "${DISTDIR}/${MY_P}.tar.xz" 
"${MY_P}/utils/bash-autocomplete.sh" || die
-}
-
-src_configure() { :; }
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   newbashcomp utils/bash-autocomplete.sh clang
-}



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

2018-07-22 Thread Michał Górny
commit: 27f712893f57f8481c5f0fb533543ed6c6b4a1e7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 06:42:08 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f71289

dev-python/clang-python: Drop old (5.0.1 & 6.0.0)

 dev-python/clang-python/Manifest  |  2 -
 dev-python/clang-python/clang-python-5.0.1.ebuild | 43 -
 dev-python/clang-python/clang-python-6.0.0.ebuild | 47 ---
 3 files changed, 92 deletions(-)

diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
index f8a53a6009b..907334067d5 100644
--- a/dev-python/clang-python/Manifest
+++ b/dev-python/clang-python/Manifest
@@ -1,5 +1,3 @@
 DIST cfe-4.0.1.src.tar.xz 10933628 BLAKE2B 
bc1bb8875e83ccecd446a48cfa41f5c98a09d6ad24ff439a983f629711b4513b9c4bee4070f8df13b6b2a52d673b0706733a4c151ce5021a0233147debff14ac
 SHA512 
936c9e1626b27e63a4fb11f3c0cb998eeaf9a520ad6e2bcd67cb4352e59e7781ecc700df79794f3fd70473d90b7e2ba418a39038eb0146b68e843f0705c1f964
-DIST cfe-5.0.1.src.tar.xz 11483036 BLAKE2B 
c4eb54cd8271b62cf7a2219db0b599b68c00b6e574d1946220efbd1633e841796e6717d6eeb35e84a6db32a731a3285b59cedeb3b1a8f3c3c502b799fdd0a720
 SHA512 
6619177a2ff9934fe8b15d6aa229abb8e34d0b1a75228d9efba9393daf71d6419a7256de57b31e2f9f829f71f842118556f996e86ee076f1e0a7cd394dfd31a2
 DIST cfe-5.0.2.src.tar.xz 11459216 BLAKE2B 
80d9b2ab70b00c0dfd5c5386a44e0c15d8252e6175c9da55a0519c4f9b8192e32e215110d7d3808225786e2c7f906f2dfbe11dd09bdf21574e99709ae237ed0b
 SHA512 
9931afceb5569ad6caec85d506180c810f7fea94af8c997143b0a37cbf413fcea0d925204786106271efb65fde684066ace0dfcbbf7b61ecd709d22dd0b1
-DIST cfe-6.0.0.src.tar.xz 11959224 BLAKE2B 
257edbaedf72bd941b67b4aa2f152a96a37bbea72d21d22d4445152685efe40d75b9a7a39955545643e841ad6693ef12e52b207b9119098774f39e858b64bc09
 SHA512 
e886dd27448503bbfc7fd4f68eb089c19b2f2be4f0e5b26d3df253833f60b91d70b472a6b530063386e2252075b110ce9f5942800feddf6c34b94a75cf7bd5c6
 DIST cfe-6.0.1.src.tar.xz 11905772 BLAKE2B 
abb60e9f9827d1d8a24f0aaf8a1d1e32979293cc401258d230f93290e633645747fd0344af189ac7081b06be2cada503364e1e432b37110ade4b3578e40c7605
 SHA512 
f64ba9290059f6e36fee41c8f32bf483609d31c291fcd2f77d41fecfdf3c8233a5e23b93a1c73fed03683823bd6e72757ed993dd32527de3d5f2b7a64bb031b9

diff --git a/dev-python/clang-python/clang-python-5.0.1.ebuild 
b/dev-python/clang-python/clang-python-5.0.1.ebuild
deleted file mode 100644
index f60acf5217f..000
--- a/dev-python/clang-python/clang-python-5.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit python-r1
-
-MY_P=cfe-${PV/_/}.src
-DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz";
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# The module is opening libclang.so directly, and doing some blasphemy
-# on top of it.
-RDEPEND="
-   >=sys-devel/clang-${PV}:*
-   !sys-devel/llvm:0[clang(-),python(-)]
-   !sys-devel/clang:0[python(-)]
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_P}/bindings/python
-
-src_unpack() {
-   einfo "Unpacking parts of ${MY_P}.tar.xz ..."
-   tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/bindings/python" || die
-}
-
-src_test() {
-   python_foreach_impl nosetests -v || die
-}
-
-src_install() {
-   python_foreach_impl python_domodule clang
-}

diff --git a/dev-python/clang-python/clang-python-6.0.0.ebuild 
b/dev-python/clang-python/clang-python-6.0.0.ebuild
deleted file mode 100644
index 5d6eaf45c6c..000
--- a/dev-python/clang-python/clang-python-6.0.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit python-r1
-
-MY_P=cfe-${PV/_/}.src
-DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz";
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# The module is opening libclang.so directly, and doing some blasphemy
-# on top of it.
-RDEPEND="
-   >=sys-devel/clang-${PV}:*
-   !sys-devel/llvm:0[clang(-),python(-)]
-   !sys-devel/clang:0[python(-)]
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}/bindings/python
-
-src_unpack() {
-   einfo "Unpacking parts of ${MY_P}.tar.xz ..."
-   tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/bindings/python" || die
-}
-
-python_test() {
-   "$

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

2018-07-22 Thread Michał Górny
commit: 4421b52818def880f37959cf03ad2c3589096552
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 06:41:11 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4421b528

sys-libs/libcxxabi: Drop old (5.0.1 & 6.0.0)

 sys-libs/libcxxabi/Manifest   |   4 -
 sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild | 123 --
 sys-libs/libcxxabi/libcxxabi-6.0.0.ebuild | 119 -
 3 files changed, 246 deletions(-)

diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
index 387afe966ea..45db2beeb14 100644
--- a/sys-libs/libcxxabi/Manifest
+++ b/sys-libs/libcxxabi/Manifest
@@ -1,12 +1,8 @@
 DIST libcxx-3.9.1.src.tar.xz 1209020 BLAKE2B 
510e77c2c1163babbba904933f441e8720b0d366b9f0cfa2cdde2401368c224e00efd66afc1403b0087c40549cda4ebbc4d0c4b2d0906178324fa6158502d5ad
 SHA512 
a5976e4096624a7307b3e43f4a22ac2dc74572226e0f57af9f3ef537a14c3cff1601b7042aef9dc40a0ee53ca76b08d72eb9c253dcf34f115d3153c302db7070
 DIST libcxx-4.0.1.src.tar.xz 1446380 BLAKE2B 
cd871eff4c4ca25a1fe4d27f778e913fe536a0b5863ea7dd3c8895f6b743b6f039e4df71f9ba5124c98761a8099666f68e1dfd073b5ec7b9fe0007ef09a9117d
 SHA512 
91f3f397be606989be99865d0b279557f9afb93f7a74ed10c3a74f4440e38b5694ddf452bbf2f487cacd4391606dd5c7edfe5130f2de19e2acfd6cce619d028a
-DIST libcxx-5.0.1.src.tar.xz 1527852 BLAKE2B 
9454fbca8228ee456feb79b65a63ce5daa27bf2e47e457d79592f4974dceeace19fe6cdeee51cc51f94e9072d7ce3c03e5acb617507670153647b9c435feadbd
 SHA512 
994681d3c79047fc2d618c5584b08e9b5c925dab48f8812fc0adc81a575b49a637e9481bb9a0f7ae6f7f352b2b33f40056c347c27123cd6c96c6c226febd002c
 DIST libcxx-5.0.2.src.tar.xz 1530908 BLAKE2B 
e0c47d6803668267a71c75df873a136a2c3bec3732a08c365107b286f6dfef883edb81f9f4d22a0f312228865528bf1f15450c41803f8d3a8c8081fe12b62c25
 SHA512 
c77e0ea6bb3dc03270312de4a24fdd0d027448b2e182af31489031fd52f0997377c9049769930b80b2ba0062fe21317d8ae823c5e80e12128f8ae8e6f171be22
-DIST libcxx-6.0.0.src.tar.xz 1549328 BLAKE2B 
93adb339b0e849fca1850d379c8e74b407b0db8220f3a05f888db70d83ad07c3200dbd2a7827f92c60a2ba91d3395e4d1b4434ba70479c29a95aceda6c213e02
 SHA512 
3d93910f85a778f36c5f7a4429639008acba5713a2c8ac79a9de09463af6f9a388af45d39af23423a7223660701697ba067f3391f25d5a970973691dd88635e3
 DIST libcxx-6.0.1.src.tar.xz 1552328 BLAKE2B 
65a6addd04e530c2a72e8cba207282b9e9fafc01a594d7b11f63d10b6f88eca67a3cdf90b8055e410ede358d9be1f63fbe427f308e1337833447c0260d96e1c8
 SHA512 
c04f628b0924d76f035f615b59d19ce42dfc19c9a8eea4fe2b22a95cfe5a037ebdb30943fd741443939df5b4cf692bc1e51c840fefefbd134e3afbe2a75fe875
 DIST libcxxabi-3.9.1.src.tar.xz 510964 BLAKE2B 
a6abda1b92473781ea3029169c43547f15c1aa6e0ec6f9692ae633d109e050a6ff82ce8bceb0455375991b85c99784a4f06a568b8c77a4cf2865b9b2861e9595
 SHA512 
4f5603f1476b759c86d4784728fbdd212c59b30dc56d787c1834bf68a9cd83071fa22658d24e5a58beb94c0c656b0e4457d7da6e3048715dd36bd68380fc336e
 DIST libcxxabi-4.0.1.src.tar.xz 515820 BLAKE2B 
7d9e0dee4f6cb3eaa22647d959f8bf3d86779f8c51c0738143ba3daca83881daacc0663a1d2463507c8c4b8a1b9e1d5c111b829e5af2cb5b6f86bae8f06a0d47
 SHA512 
e94315ba8a507d8481d70c33e7ab2d724d51726edb8412c70a1b5f59e3f15d5825f1502dc2db138b20e5293fb90a184050be94d5ac270fd7ce78b502efb9f86a
-DIST libcxxabi-5.0.1.src.tar.xz 521504 BLAKE2B 
e8263f458545ffb8ec27234e554427696644dcde3b46bea4fa0ee14b2b174d0c6c8dcc7905477140afaf567347e91815827aa6700c92ccfbfbea5364f591fc2a
 SHA512 
a8d448653772690a19f68c1270f9cf18f27d7225847825f29c6ea21846c1074aa61c31b81bc2ae4007067985d389071c32e69b2560282ddb85864a99e9bdd884
 DIST libcxxabi-5.0.2.src.tar.xz 521448 BLAKE2B 
e7e42908845f692cdb8709955eb46cbc18ee1f4ac9f0224b6e2a6bc2af998415eca5cda03ffcac27ef6a93cde928951bc38503bae9144b634abd17ec46ad96eb
 SHA512 
304c0ef1b2fd26d52dae66013ea0051de4c3cb1e9c8d1308833f34aec1ad288fcfe5d583f00ceb84c8d271c5cd5f868aa135a93f007138d124c01b70c13e842e
-DIST libcxxabi-6.0.0.src.tar.xz 529212 BLAKE2B 
ae020e8831a6ae71d59d71e294bbb0aa6dbedf1b3036b2536d9456db8c51f21e57d082c5abf5e00921a14876328bdfafab3c04b4d761cb76d52e35ff97107510
 SHA512 
c5e4cc05105770b42b20595fdbda5e1483be4582bc94335da1a15531ba43a0ecf30e1e0a252f62d4d0e6c79cda9d44ff5fdbe69a0a295b2431fd6de158410e2e
 DIST libcxxabi-6.0.1.src.tar.xz 528356 BLAKE2B 
b301b750b2928864d3fc51e66cf91aab6837636ec2bce706b9a97296ec96af4bd2e80b1bf80c9b4afe449335ee12bbdd1905433c27e1770e16bc306baf206927
 SHA512 
bbb4c7b412e295cb735f637df48a83093eef45ed5444f7766790b4b047f75fd5fd634d8f3a8ac33a5c1407bd16fd450ba113f60a9bcc1d0a911fe0c54e9c81f2

diff --git a/sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild
deleted file mode 100644
index 758b743df7e..000
--- a/sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)

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

2018-07-22 Thread Michał Górny
commit: 084c7315cb0afdbfe02dcef8bae367069f4d6e22
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 06:41:59 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084c7315

dev-util/lldb: Drop old (5.0.1 & 6.0.0)

 dev-util/lldb/Manifest  |   4 --
 dev-util/lldb/lldb-5.0.1.ebuild | 115 ---
 dev-util/lldb/lldb-6.0.0.ebuild | 118 
 3 files changed, 237 deletions(-)

diff --git a/dev-util/lldb/Manifest b/dev-util/lldb/Manifest
index 69fda54a14e..f600bae9722 100644
--- a/dev-util/lldb/Manifest
+++ b/dev-util/lldb/Manifest
@@ -1,8 +1,4 @@
-DIST lldb-5.0.1.src.tar.xz 19225084 BLAKE2B 
82a0f5d40e6278147e4e2d9c7bbf0c19e512ce92c39e4ea0d9a830bf53a343c233aa528ffc3512072017ea2ffc7e6e57d1f13f9bac84a9446e41fb29f35a9da3
 SHA512 
ebb3c3251098cfce28ccb6a5bbc50491a16b88d1adf3c71fd38efc95482d702e1bd9e7fb11c29597304d97cc0fd88241c70ec11276426aad901e5d23f05ca53a
 DIST lldb-5.0.2.src.tar.xz 19220632 BLAKE2B 
7ab97a4e96a2faf6593f5584a5455bc793a50a51370bd32d1595958e5fba9d121832675e6f31cb18a3b77b472eefa8040443b77af3e29c5aa455e2a0dcdb7cdc
 SHA512 
66eaaead60cc908ac061bedb4fac9cb96cecb7f4e5a79a51b6fa080e8f61f718b14e5f3581ead832b495bf10f055d4253d199236a0947dd22395ec80bf2afcf4
-DIST lldb-6.0.0.src.tar.xz 19317956 BLAKE2B 
e9ebdd61c5116d3e6be3542674b1e3eebba19b4a2107da153565fd95ed24a97248fb80ce5220b4dce2b6e3ac5b61fcdb594e34d6af25e7737575c3f31cd45fbe
 SHA512 
9679d1dda0c71681b1f8c5a22e775c0262de26dc5b091e1db189968b97ed3aed45991381d529b3fd4b3ab28112453f519045485708f97f765d3e3131b2a918b7
 DIST lldb-6.0.1.src.tar.xz 19292420 BLAKE2B 
9ec3304aa370781dcbc7c30e47f7becbd99b50f32d9eea36fefbf0e3608bdfe10796ecc14807ee17795de430409315a5dfad02db0fd3ec1a0ad51e9e240e4b40
 SHA512 
93ee2efea07276f8838bc2b3ff039cab8c7a1a6965647aaa4dee99f55c6465d5584ed3be87b144e2e32b5acc7db9cec56d89404de764a2f53643ed154d213721
-DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
 DIST llvm-5.0.2.src.tar.xz 23451868 BLAKE2B 
b7082be2e4ad557b29b9f6869811f262adcf5c73d552faf91b339bede75cf5eab58afefa12fa779a38be71fe2b8f4ea297c3213ee4e8370cc01972c59249d91c
 SHA512 
3588be5ed969c3f7f6f16f56a12a6af2814d3d3c960d4a36ffebb0446cc75f19220bccee7fc605f9b01f5d5c188a905a046193cc12dec42dd5922048b5c27fe1
-DIST llvm-6.0.0.src.tar.xz 25296048 BLAKE2B 
7ea90bb63d6f26cfbc1c1ed2f243b0fcd8ad2ceb7963cf768d262cd55e9a0c71a9cfdea0333fb220faacf4540d924d2512532774dcfb52b52490ad74e38c09e0
 SHA512 
a71fdd5ddc46f01327ad891cfcc198febdbe10769c57f14d8a4fb7d514621ee4080e1a641200d3353c16a16731d390270499ec6cd3dc98fadc570f3eb6b52b8c
 DIST llvm-6.0.1.src.tar.xz 25306628 BLAKE2B 
60232d4d22f8096b565cc8d81fea0639f24f14e8fc4f66ade69fa15479181f07f655f26dff3fa24bf105762b495da316c5c9352db234bd0af6b9c3fff6d4d881
 SHA512 
cbbb00eb99cfeb4aff623ee1a5ba075e7b5a76fc00c5f9f539ff28c108598f5708a0369d5bd92683def5a20c2fe60cab7827b42d628dbfcc79b57e0e91b84dd9

diff --git a/dev-util/lldb/lldb-5.0.1.ebuild b/dev-util/lldb/lldb-5.0.1.ebuild
deleted file mode 100644
index e3be91f0a81..000
--- a/dev-util/lldb/lldb-5.0.1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils llvm python-single-r1 toolchain-funcs
-
-MY_P=${P/_/}.src
-LLVM_P=llvm-${PV/_/}.src
-
-DESCRIPTION="The LLVM debugger"
-HOMEPAGE="https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
-   test? ( https://releases.llvm.org/${PV/_//}/${LLVM_P}.tar.xz )"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="libedit ncurses python test"
-
-RDEPEND="
-   libedit? ( dev-libs/libedit:0= )
-   ncurses? ( >=sys-libs/ncurses-5.9-r3:0= )
-   python? ( dev-python/six[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS} )
-   ~sys-devel/clang-${PV}[xml]
-   ~sys-devel/llvm-${PV}
-   !https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
-   test? ( https://releases.llvm.org/${PV/_//}/${LLVM_P}.tar.xz )"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="libedit ncurses python test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   libedit? ( dev-libs/libedit:0= )
-   ncurses? ( >=sys-libs/ncurses-5.9-r3:0= )
-   python? ( dev-python/six[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS} )
-   ~sys-devel/clang-${PV}[xml]
-   ~sys-devel/llvm-${PV}
-   !

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

2018-07-22 Thread Michał Górny
commit: d824858616a7495202ef8d54afc13f3b3a14379a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 07:20:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8248586

dev-python/lit: Drop old (5.0.1 & 6.0.0)

 dev-python/lit/Manifest |  2 --
 dev-python/lit/lit-5.0.1.ebuild | 37 -
 dev-python/lit/lit-6.0.0.ebuild | 39 ---
 3 files changed, 78 deletions(-)

diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest
index 17ac1c399f4..7bbcae3ee6d 100644
--- a/dev-python/lit/Manifest
+++ b/dev-python/lit/Manifest
@@ -1,6 +1,4 @@
 DIST llvm-3.9.0.src.tar.xz 18235716 BLAKE2B 
c348d36cb21e716e8656b97489a0b7223fe81599e36ebf6f88d6191b1dec9eafc2d5d5413657ef89473af193b660c4b13317bebe5ecd02ad6c761c0ffdbe7f40
 SHA512 
f18ae32531218ab156c3e56c11826be0fd05f0799c82eaf2e6a043b38e1277560b4d921987513b88b11d97ea2619feaf277eec72181dd2ae4f4108c2836bf7b2
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
 DIST llvm-5.0.2.src.tar.xz 23451868 BLAKE2B 
b7082be2e4ad557b29b9f6869811f262adcf5c73d552faf91b339bede75cf5eab58afefa12fa779a38be71fe2b8f4ea297c3213ee4e8370cc01972c59249d91c
 SHA512 
3588be5ed969c3f7f6f16f56a12a6af2814d3d3c960d4a36ffebb0446cc75f19220bccee7fc605f9b01f5d5c188a905a046193cc12dec42dd5922048b5c27fe1
-DIST llvm-6.0.0.src.tar.xz 25296048 BLAKE2B 
7ea90bb63d6f26cfbc1c1ed2f243b0fcd8ad2ceb7963cf768d262cd55e9a0c71a9cfdea0333fb220faacf4540d924d2512532774dcfb52b52490ad74e38c09e0
 SHA512 
a71fdd5ddc46f01327ad891cfcc198febdbe10769c57f14d8a4fb7d514621ee4080e1a641200d3353c16a16731d390270499ec6cd3dc98fadc570f3eb6b52b8c
 DIST llvm-6.0.1.src.tar.xz 25306628 BLAKE2B 
60232d4d22f8096b565cc8d81fea0639f24f14e8fc4f66ade69fa15479181f07f655f26dff3fa24bf105762b495da316c5c9352db234bd0af6b9c3fff6d4d881
 SHA512 
cbbb00eb99cfeb4aff623ee1a5ba075e7b5a76fc00c5f9f539ff28c108598f5708a0369d5bd92683def5a20c2fe60cab7827b42d628dbfcc79b57e0e91b84dd9

diff --git a/dev-python/lit/lit-5.0.1.ebuild b/dev-python/lit/lit-5.0.1.ebuild
deleted file mode 100644
index eb53b1cdc0a..000
--- a/dev-python/lit/lit-5.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-inherit distutils-r1
-
-MY_P=llvm-${PV/_/}.src
-DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
-HOMEPAGE="https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz";
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86 ~amd64-fbsd"
-IUSE="test"
-
-S=${WORKDIR}/${MY_P}/utils/lit
-
-# Tests require 'FileCheck' and 'not' utilities (from llvm)
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/psutil[${PYTHON_USEDEP}]
-   sys-devel/llvm )"
-
-# TODO: move the manpage generation here (from sys-devel/llvm)
-
-src_unpack() {
-   einfo "Unpacking parts of ${MY_P}.tar.xz ..."
-   tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/utils/lit" || die
-}
-
-python_test() {
-   ./lit.py -sv tests || die
-}

diff --git a/dev-python/lit/lit-6.0.0.ebuild b/dev-python/lit/lit-6.0.0.ebuild
deleted file mode 100644
index 59bae5b9a36..000
--- a/dev-python/lit/lit-6.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-inherit distutils-r1 multiprocessing
-
-MY_P=llvm-${PV/_/}.src
-DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
-HOMEPAGE="https://llvm.org/";
-SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz";
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-S=${WORKDIR}/${MY_P}/utils/lit
-
-# Tests require 'FileCheck' and 'not' utilities (from llvm)
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/psutil[${PYTHON_USEDEP}]
-   sys-devel/llvm )"
-
-# TODO: move the manpage generation here (from sys-devel/llvm)
-
-src_unpack() {
-   einfo "Unpacking parts of ${MY_P}.tar.xz ..."
-   tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/utils/lit

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

2018-07-22 Thread Michał Górny
commit: 52965a7b226177b8d865477da2f4ee5ded12e5b9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 06:40:03 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:21:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52965a7b

sys-devel/clang-runtime: Drop old (5.0.1 & 6.0.0)

 .../clang-runtime/clang-runtime-5.0.1-r1.ebuild| 31 --
 sys-devel/clang-runtime/clang-runtime-5.0.1.ebuild | 25 -
 .../clang-runtime/clang-runtime-6.0.0-r1.ebuild| 31 --
 3 files changed, 87 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-5.0.1-r1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-5.0.1-r1.ebuild
deleted file mode 100644
index 5fdd2d6b0a9..000
--- a/sys-devel/clang-runtime/clang-runtime-5.0.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-build
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/";
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="${PV%_*}"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="+compiler-rt crt libcxx openmp +sanitize"
-
-RDEPEND="
-   compiler-rt? (
-   ~sys-libs/compiler-rt-${PV}:${SLOT}
-   sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
-   )
-   crt? (
-   || (
-   sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
-   sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}]
-   )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
-
-REQUIRED_USE="sanitize? ( compiler-rt )"

diff --git a/sys-devel/clang-runtime/clang-runtime-5.0.1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-5.0.1.ebuild
deleted file mode 100644
index 8c608c4c67e..000
--- a/sys-devel/clang-runtime/clang-runtime-5.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-build
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/";
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="${PV%_*}"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="+compiler-rt libcxx openmp +sanitize"
-
-RDEPEND="
-   compiler-rt? (
-   ~sys-libs/compiler-rt-${PV}:${SLOT}
-   sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
-
-REQUIRED_USE="sanitize? ( compiler-rt )"

diff --git a/sys-devel/clang-runtime/clang-runtime-6.0.0-r1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-6.0.0-r1.ebuild
deleted file mode 100644
index 9ab9f95ec04..000
--- a/sys-devel/clang-runtime/clang-runtime-6.0.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-build
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/";
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="${PV%_*}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="+compiler-rt crt libcxx openmp +sanitize"
-
-RDEPEND="
-   compiler-rt? (
-   ~sys-libs/compiler-rt-${PV}:${SLOT}
-   sanitize? ( ~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT} )
-   )
-   crt? (
-   || (
-   sys-libs/netbsd-csu[${MULTILIB_USEDEP}]
-   sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}]
-   )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
-
-REQUIRED_USE="sanitize? ( compiler-rt )"



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

2018-07-22 Thread Michał Górny
commit: 1d2fa4457f85a1c32fe1c4605e1c4bb450aeb84b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 22 07:21:00 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 22 08:22:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2fa445

sys-devel/llvm: Drop old (5.0.1 & 6.0.0)

 sys-devel/llvm/Manifest|   4 -
 .../llvm/files/6.0.0/0001-Merging-r326843.patch|  36 ---
 sys-devel/llvm/llvm-5.0.1.ebuild   | 256 
 sys-devel/llvm/llvm-6.0.0-r1.ebuild| 265 -
 sys-devel/llvm/llvm-6.0.0.ebuild   | 262 
 5 files changed, 823 deletions(-)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index 793cd147915..168645af35b 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -29,13 +29,9 @@ DIST llvm-3.9.0_rc3-manpages.tar.bz2 80007 BLAKE2B 
e770497834a5863f5c988d3bae8ef
 DIST llvm-3.9.1-patchset.tar.xz 16404 BLAKE2B 
9c9d630e6c6a70ba6a026a6ecb7a7d29a567e6b85fc92ce128a8129006ccad44defc07a46351dfa188128a91d419696f6c36a0e184a04f9d1270d5431cbd59f5
 SHA512 
dcae89ba910b5195bb455924242912f526b6994f0f236571b6364fd594bf9ca03cc74e116a44ae4372e34ce63b21f1351125157e7af7a957aee115f400b54089
 DIST llvm-3.9.1.src.tar.xz 18130436 BLAKE2B 
90afd2c06e612132bbc84c29fed59abdfdaed41f8a7590e3f60ba5072179317365f15f301f577ba050b78797f682bef8fa85ebad7391fd3e67b46eb02a5df068
 SHA512 
50cbe8ee911080f586e77861c442348701bd02e2de0c090c54c34f82ac275ecfcd712af0f41e387c33b4a6057778a4258a27554292fe68ab4af3fd9dd6d90683
 DIST llvm-4.0.1.src.tar.xz 21065652 BLAKE2B 
6327eed2d1feb108440f22d2581d1ff86c10a10c29793538d8d899c7e2dc83d3f7b147d3fd4bcce2bd2bf57c071b08c624aeafe40a3e7a3914506e7751727e6c
 SHA512 
16adc39b34ddb628f81b171119a8e2a0e9138b25011e803ef0b688e2fbea116fc4953d3a1b61b90a98a75e33619f81566b7cb06a9a2ea4d04ac5e0eb303a2d1d
-DIST llvm-5.0.1-manpages.tar.bz2 94004 BLAKE2B 
34eb29361ad7aa881e64d1dd2992fd89ce44adafd2521284c27b6ffe7082bc7e70458204e6f34d582b704bf7c5dad93c6a6dc41fc7abc41862aab8f5ec53ed07
 SHA512 
3444cc8e06009f5dd2669b92af662a1049d9294c8ca0dcf45486e1dc1aaf10160860b7856d30ad70bbe5864b21d1539316e89f5237549f5653954e23baf64334
 DIST llvm-5.0.1-patchset.tar.bz2 4204 BLAKE2B 
e7282e84578631d88549bdf34e5a44e0294e47ef1fee29c0cb954d7afd160d4b6a0f39bb3bd53791ea53503a60eaa0ada0a512a63d696ff096dc6f21f4aecdc7
 SHA512 
395ea2b13008e222c034e2bdd8c2bb033b9c01e61fb89c840f009f6cddb499b317df8b061d29f40968d8f0df5540a2f4a9de31eef1de886796c8c334f37254eb
-DIST llvm-5.0.1.src.tar.xz 23428720 BLAKE2B 
3db4d33df21018d17eef0042c0d8d82a8412bd5daa99cfb5405a6ec83c5774178fa76b220e8731c2a9a64dabf898aa90fe29c685327bd63a4f078e8e94a9a77e
 SHA512 
bee1d45fca15ce725b1f2b1339b13eb6f750a3a321cfd099075477ec25835a8ca55b5366172c4aad46592dfd8afe372349ecf264f581463d017f9cee2d63c1cb
 DIST llvm-5.0.2-manpages.tar.bz2 93977 BLAKE2B 
8c5e8899e0df9d6037fb7d5c373de6492ccdc9fd2c26cc7dfbd8fb2b9e68418ca8fdf42cdc303c361e649cc6939bf5229cbad017bdccbd5d791e92752328252f
 SHA512 
568615bce5a75d42e4b6d592557472d366d49a99f8e81be10ae679804f1fe674c7fd0bbdac09af44fc67ee5aa34c4ed2153c2767c536ac8e45dd15c811c92dcb
 DIST llvm-5.0.2.src.tar.xz 23451868 BLAKE2B 
b7082be2e4ad557b29b9f6869811f262adcf5c73d552faf91b339bede75cf5eab58afefa12fa779a38be71fe2b8f4ea297c3213ee4e8370cc01972c59249d91c
 SHA512 
3588be5ed969c3f7f6f16f56a12a6af2814d3d3c960d4a36ffebb0446cc75f19220bccee7fc605f9b01f5d5c188a905a046193cc12dec42dd5922048b5c27fe1
-DIST llvm-6.0.0-manpages.tar.bz2 102668 BLAKE2B 
f458cbfcfdd6600f90f9bbe8cd9681de3dc11c62dbfcaa5ba7a281ad30d6367c33bebd5090c255e85a10b00b7bcb9c988d340b67f1db51982f55956acba109e9
 SHA512 
a7ed3e246e6488254f19dbb8484c079be39bc52f9b2fab3f736dd013683b7f46e8e036ee571dec5066c86ee7c25713608a2426555e8ad04b81891912314ee48e
-DIST llvm-6.0.0.src.tar.xz 25296048 BLAKE2B 
7ea90bb63d6f26cfbc1c1ed2f243b0fcd8ad2ceb7963cf768d262cd55e9a0c71a9cfdea0333fb220faacf4540d924d2512532774dcfb52b52490ad74e38c09e0
 SHA512 
a71fdd5ddc46f01327ad891cfcc198febdbe10769c57f14d8a4fb7d514621ee4080e1a641200d3353c16a16731d390270499ec6cd3dc98fadc570f3eb6b52b8c
 DIST llvm-6.0.1-manpages.tar.bz2 102656 BLAKE2B 
9088ca0bdda69f63354e61b7495df54505d5db2504bc61860a7260343722ec8cdd5e937d0843263a5bf5077b9cf386c337fa127039b996bab10d2ca5c2caeb59
 SHA512 
c468e97a2d5610aee9e72cb795e4e65375a079d733550f05380230fb44ba0ed67d407ad06e2340b66f13d19c06583b657e8d01fcdca2146ae43964cea309e0b3
 DIST llvm-6.0.1.src.tar.xz 25306628 BLAKE2B 
60232d4d22f8096b565cc8d81fea0639f24f14e8fc4f66ade69fa15479181f07f655f26dff3fa24bf105762b495da316c5c9352db234bd0af6b9c3fff6d4d881
 SHA512 
cbbb00eb99cfeb4aff623ee1a5ba075e7b5a76fc00c5f9f539ff28c108598f5708a0369d5bd92683def5a20c2fe60cab7827b42d628dbfcc79b57e0e91b84dd9
 DIST llvm-manpages-4.0.1.tar.bz2 87981 BLAKE2B 
79ffd254ee5c6e09159c954913ef820f74107d4fcea5e3ed82592dc36af8fdfbf1e850547ba8bfc20aa9a5ecdd26c50329e6a6d558ae3aa5475a930789ce3e01
 SHA512 
d5b3213567c25db58ef364d272314a79c311a80fc21d98

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

2018-07-22 Thread Alexis Ballier
commit: b1e7f2f5bbcde9109225de47c328d75194d30169
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Jul 22 08:27:15 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Jul 22 08:27:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e7f2f5

dev-tex/biber: Remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-tex/biber/Manifest |  2 --
 dev-tex/biber/biber-2.7.ebuild | 65 -
 dev-tex/biber/biber-2.9.ebuild | 66 --
 3 files changed, 133 deletions(-)

diff --git a/dev-tex/biber/Manifest b/dev-tex/biber/Manifest
index ba87c8ef575..cf6822683b9 100644
--- a/dev-tex/biber/Manifest
+++ b/dev-tex/biber/Manifest
@@ -1,4 +1,2 @@
 DIST biber-2.10.tar.gz 1310096 BLAKE2B 
2316c526ebe751b67ff61f0b04c53fbd1c023c473a4b1f9e332edc5d8f6dde12bb3b8ec4b571dcdd3613797d835db6d52a0f3b78422c79cb4ceaeab58b262568
 SHA512 
1752abff4ff1703309a4cfc9bc15cd909d580584690eccf702e4d44cc4ed39d34eb3802e7b2301cb1f57d92e069919633b58656f5635dc82fd986d1c12747d42
 DIST biber-2.5.tar.gz 1247783 BLAKE2B 
9e20195cab8ca2cf0c84026ddd66c6012c9d362b0f1930eefcf66091c7353a3cd8041d651003c2b4f0f6a97b68421856a9fafbdd5217ec20d61f7fa8fd0dc688
 SHA512 
5b67aa221e690f17d33ab918e041e8a542e1fdfb9733d99eb41abc87ca9c10b193072e5aac5bc70c19c5f68df009b93be879a4cdfa51392ff63cf755adac90dc
-DIST biber-2.7.tar.gz 1274716 BLAKE2B 
216ad69cf536a79e3a8c46d945fee76bf0532097b5e269bf9318709e3bb2f11732c9fe0700115cb5a8e4f66d325b4938cc274f7c5c2c0450894e26447c015987
 SHA512 
a62c116d4278b177c9e05a1cac857358dd0ebc6283465e74bb557d13fa343843d8b84050a466b2308a309345309bd584ccd2e90ccbbefbd01f2203a8eea77609
-DIST biber-2.9.tar.gz 1308974 BLAKE2B 
df954f25b9c9fec749a92eafa11c707b12be52c46012e4071263b7b24f7629792600292657c45e3f9a66e79d758b8b52b5aa47ce6cf7403fc731a8a35188a874
 SHA512 
7b6ecde88b47753426d7b76b369b026be312f4eab36fa73f5cdafa8e5720bd8e993a1e553b9429516cb2c98955b71962efcfec4d5b790561585ae678a291f7e0

diff --git a/dev-tex/biber/biber-2.7.ebuild b/dev-tex/biber/biber-2.7.ebuild
deleted file mode 100644
index 4e8ada3cfa5..000
--- a/dev-tex/biber/biber-2.7.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit perl-module
-
-DESCRIPTION="A BibTeX replacement for users of biblatex"
-HOMEPAGE="http://biblatex-biber.sourceforge.net/ https://github.com/plk/biber/";
-SRC_URI="https://github.com/plk/biber/archive/v${PV}.tar.gz  -> ${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-lang/perl-5.24
-   dev-perl/autovivification
-   dev-perl/Business-ISBN
-   dev-perl/Business-ISMN
-   dev-perl/Business-ISSN
-   dev-perl/Class-Accessor
-   dev-perl/Data-Compare
-   dev-perl/Data-Dump
-   dev-perl/Data-Uniqid
-   dev-perl/DateTime-Calendar-Julian
-   dev-perl/DateTime-Format-Builder
-   dev-perl/Encode-EUCJPASCII
-   dev-perl/Encode-HanExtra
-   dev-perl/Encode-JIS2K
-   dev-perl/File-Slurp
-   dev-perl/IPC-Run3
-   dev-perl/libwww-perl[ssl]
-   >=dev-perl/Lingua-Translit-0.250
-   dev-perl/List-AllUtils
-   dev-perl/List-MoreUtils
-   dev-perl/List-MoreUtils-XS
-   dev-perl/Log-Log4perl
-   dev-perl/LWP-Protocol-https
-   dev-perl/Regexp-Common
-   dev-perl/Sort-Key
-   >=dev-perl/Text-BibTeX-0.760.0
-   dev-perl/Text-CSV
-   dev-perl/Text-CSV_XS
-   dev-perl/Text-Roman
-   dev-perl/URI
-   >=dev-perl/Unicode-LineBreak-2016.3.0
-   >=virtual/perl-Unicode-Normalize-1.250.0
-   >=dev-perl/XML-LibXML-1.70
-   dev-perl/XML-LibXML-Simple
-   dev-perl/XML-LibXSLT
-   dev-perl/XML-Writer
-   ~dev-tex/biblatex-3.7
-   virtual/perl-IPC-Cmd
-   >=virtual/perl-Unicode-Collate-1.190.0"
-DEPEND="${RDEPEND}
-   dev-perl/Config-AutoConf
-   dev-perl/Module-Build
-   dev-perl/ExtUtils-LibBuilder
-   test? ( dev-perl/File-Which
-   dev-perl/Test-Differences )"
-
-PATCHES=( "${FILESDIR}/${PN}-2.7-drop-mozilla-ca.patch" )
-
-mydoc="doc/biber.tex"

diff --git a/dev-tex/biber/biber-2.9.ebuild b/dev-tex/biber/biber-2.9.ebuild
deleted file mode 100644
index 6021057c238..000
--- a/dev-tex/biber/biber-2.9.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit perl-module
-
-DESCRIPTION="A BibTeX replacement for users of biblatex"
-HOMEPAGE="http://biblatex-biber.sourceforge.net/ https://github.com/plk/biber/";
-SRC_URI="https://github.com/plk/biber/archive/v${PV}.tar.gz  -> ${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-lang/perl-5.26
-   dev-perl/autovivification
-   dev-perl/Business-ISBN
-   dev-perl/Business-ISMN
-

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/giggle/, dev-vcs/giggle/files/

2018-07-22 Thread Mike Auty
commit: 1f8826f159097e4d9ce7a0296924e8c5e7329e4d
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jul 22 08:33:14 2018 +
Commit: Mike Auty  gentoo  org>
CommitDate: Sun Jul 22 08:33:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8826f1

dev-vcs/giggle: remove last rited package

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

 dev-vcs/giggle/Manifest|  1 -
 .../files/giggle-0.6.2-gtksourceview-3.8.0.patch   | 24 -
 dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch | 57 --
 dev-vcs/giggle/giggle-0.7-r2.ebuild| 46 -
 dev-vcs/giggle/metadata.xml| 11 -
 5 files changed, 139 deletions(-)

diff --git a/dev-vcs/giggle/Manifest b/dev-vcs/giggle/Manifest
deleted file mode 100644
index dc643aeb035..000
--- a/dev-vcs/giggle/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST giggle-0.7.tar.xz 2042304 BLAKE2B 
376b82e7550e1926109572656424918cdd4282e64f215344c519f0c5960f2aea5399fd9f779982c75f7fffdc41b3c7f4660d823ddcbb03d43506646299f34509
 SHA512 
01d3cc0adc610706a97b89487624fe3d09c1347c0b07920e71d2e33761fab4894ebb304113ac7df6cdd03ed6116d09dcce85b35d6169df5a3f3973faaa151cfb

diff --git a/dev-vcs/giggle/files/giggle-0.6.2-gtksourceview-3.8.0.patch 
b/dev-vcs/giggle/files/giggle-0.6.2-gtksourceview-3.8.0.patch
deleted file mode 100644
index 37648e17123..000
--- a/dev-vcs/giggle/files/giggle-0.6.2-gtksourceview-3.8.0.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/src/giggle-diff-view.h b/src/giggle-diff-view.h
-index de5fe02..9ef33b5 100644
 a/src/giggle-diff-view.h
-+++ b/src/giggle-diff-view.h
-@@ -23,6 +23,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include 
- 
-diff --git a/src/giggle-view-file.c b/src/giggle-view-file.c
-index 7746225..7b74c0a 100644
 a/src/giggle-view-file.c
-+++ b/src/giggle-view-file.c
-@@ -42,6 +42,7 @@
- 
- #include 
- #include 
-+#include 
- 
- #define GIGGLE_TYPE_VIEW_FILE_SNAPSHOT
(giggle_view_file_snapshot_get_type ())
- #define GIGGLE_VIEW_FILE_SNAPSHOT(obj)(G_TYPE_CHECK_INSTANCE_CAST 
((obj), GIGGLE_TYPE_VIEW_FILE_SNAPSHOT, GiggleViewFileSnapshot))

diff --git a/dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch 
b/dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch
deleted file mode 100644
index f800a9d157c..000
--- a/dev-vcs/giggle/files/giggle-0.7-vte-2.91.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From b9e260840d03e33ac55142719f3d54129b54cc70 Mon Sep 17 00:00:00 2001
-From: Debarshi Ray 
-Date: Mon, 26 Jan 2015 15:38:24 +0100
-Subject: [PATCH] Port to vte-2.91 API
-
-https://bugzilla.gnome.org/show_bug.cgi?id=743537

- configure.ac   |  2 +-
- plugins/giggle-view-terminal.c | 19 ++-
- 2 files changed, 11 insertions(+), 10 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 6e27733..72e7bd1 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -106,7 +106,7 @@ AC_ARG_ENABLE([terminal],
- AS_IF([test "x$enable_terminal" = "xyes"],
-   [
- PKG_CHECK_MODULES([VTE],
--  [vte-2.90 >= $VTE_REQUIRED_VERSION],
-+  [vte-2.91 >= $VTE_REQUIRED_VERSION],
-   [have_vte=yes
-AC_DEFINE([HAVE_VTE], [1],
-  [Use features from vte])
-diff --git a/plugins/giggle-view-terminal.c b/plugins/giggle-view-terminal.c
-index 06a9a50..cd107f2 100644
 a/plugins/giggle-view-terminal.c
-+++ b/plugins/giggle-view-terminal.c
-@@ -186,15 +186,16 @@ giggle_view_terminal_append_tab (GiggleViewTerminal 
*view,
-   real_argv[1] = NULL;
-   spawn_flags = G_SPAWN_CHILD_INHERITS_STDIN | G_SPAWN_SEARCH_PATH | 
G_SPAWN_FILE_AND_ARGV_ZERO;
- 
--  succes = vte_terminal_fork_command_full (VTE_TERMINAL (terminal),
--   pty_flags,
--   directory,
--   real_argv,
--   NULL,
--   spawn_flags,
--   NULL, NULL,
--   NULL,
--   &error);
-+  succes = vte_terminal_spawn_sync (VTE_TERMINAL (terminal),
-+pty_flags,
-+directory,
-+real_argv,
-+NULL,
-+spawn_flags,
-+NULL, NULL,
-+NULL,
-+NULL,
-+&error);
-   g_strfreev (real_argv);
- 
-   if (succes == FALSE) {
--- 
-2.1.0
-

diff --git a/dev-vcs/giggle/giggle-0.7-r2.ebuild

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

2018-07-22 Thread Mike Auty
commit: 8ea1ac1400d1367397e9f32bbd4ab34741277192
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jul 22 08:35:23 2018 +
Commit: Mike Auty  gentoo  org>
CommitDate: Sun Jul 22 08:35:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea1ac14

Remove package.mask for removed dev-vcs/giggle.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 328931d0334..cb44b3ba96f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -201,12 +201,6 @@ app-i18n/qimhangul
 # Doesn't pass QA full boot test
 =sys-kernel/ck-sources-4.16.17
 
-# Mike Auty  (22 Jun 2018)
-# Not maintained upstream, at least one bug and three upstream bugs
-# Alternatives include gitg and git-cola.
-# Removal in 30 days. Bug #658264
-dev-vcs/giggle
-
 # Matt Turner  (20 Jun 2018)
 # No reverse deps after removal of app-i18n/fbiterm
 # Removal in 30 days. Bug #658528



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

2018-07-22 Thread Sergei Trofimovich
commit: f12fd4610318153546bc81fe2bb0d350dc5deb8b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:39:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12fd461

media-libs/woff2: keyworded 1.0.2 for sparc

Bug: https://bugs.gentoo.org/661356
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

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

diff --git a/media-libs/woff2/woff2-1.0.2.ebuild 
b/media-libs/woff2/woff2-1.0.2.ebuild
index 36a44eb0c5b..ce5fc8750aa 100644
--- a/media-libs/woff2/woff2-1.0.2.ebuild
+++ b/media-libs/woff2/woff2-1.0.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc"
 IUSE=""
 
 RDEPEND="app-arch/brotli"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RBLClient/

2018-07-22 Thread Sergei Trofimovich
commit: 568f231a23f06bb993d501ebd22613d4340e0fe1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:46:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568f231a

dev-perl/Net-RBLClient: stable 0.500.0-r2 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild 
b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
index e2a1ebaa019..abbcca0ca08 100644
--- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
+++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-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=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Queries multiple Realtime Blackhole Lists in parallel"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-CIDR-Lite/

2018-07-22 Thread Sergei Trofimovich
commit: b36bce0e5cab2c076bb6b476d784fdf04f0f1b92
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:51:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36bce0e

dev-perl/Net-CIDR-Lite: stable 0.210.0-r1 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0-r1.ebuild 
b/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0-r1.ebuild
index bbfd42d4acc..8cb2a0c1d21 100644
--- a/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0-r1.ebuild
+++ b/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.210.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for merging IPv4 or IPv6 CIDR addresses"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SMTP-SSL/

2018-07-22 Thread Sergei Trofimovich
commit: 2d5f193d2d908ff80054f72cec34dbf4e3177908
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:49:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5f193d

dev-perl/Net-SMTP-SSL: stable 1.40.0 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0.ebuild 
b/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0.ebuild
index 5c0979c1aea..4076c60e4ff 100644
--- a/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.0.ebuild
+++ b/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.40.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="(Deprecated) SSL support for Net::SMTP"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~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="test"
 
 RDEPEND="



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

2018-07-22 Thread Sergei Trofimovich
commit: 50d19c04fd64c8465e79e3c08efb455160b33f13
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:44:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d19c04

dev-perl/libxml-perl: stable 0.80.0-r2 for hppa

Bug: https://bugs.gentoo.org/661190
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 dev-perl/libxml-perl/libxml-perl-0.80.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libxml-perl/libxml-perl-0.80.0-r2.ebuild 
b/dev-perl/libxml-perl/libxml-perl-0.80.0-r2.ebuild
index 8585cc73cdd..d3566adaa2f 100644
--- a/dev-perl/libxml-perl/libxml-perl-0.80.0-r2.ebuild
+++ b/dev-perl/libxml-perl/libxml-perl-0.80.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Collection of Perl modules for working with XML"
 
 SLOT="0"
-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 ~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 ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-perl/XML-Parser-2.29"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Protocol-https/

2018-07-22 Thread Sergei Trofimovich
commit: c8b1691a143b956af002626d2646c11682bb4f3f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:43:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b1691a

dev-perl/LWP-Protocol-https: stable 6.70.0 for hppa

Bug: https://bugs.gentoo.org/661190
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.70.0.ebuild 
b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.70.0.ebuild
index 285d2f8e2b9..04ec02700dc 100644
--- a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.70.0.ebuild
+++ b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.70.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Provide https support for LWP::UserAgent"
 
 SLOT="0"
 IUSE="test"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
app-misc/ca-certificates



[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/

2018-07-22 Thread Sergei Trofimovich
commit: 647a0e4f10e8972115d196e0e0e17e56f5f7eadc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:40:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647a0e4f

mail-client/mutt: stable 1.10.1 for hppa

Bug: https://bugs.gentoo.org/661436
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 mail-client/mutt/mutt-1.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/mutt/mutt-1.10.1.ebuild 
b/mail-client/mutt/mutt-1.10.1.ebuild
index 9aaba6d4d0f..0449c81d040 100644
--- a/mail-client/mutt/mutt-1.10.1.ebuild
+++ b/mail-client/mutt/mutt-1.10.1.ebuild
@@ -28,7 +28,7 @@ REQUIRED_USE="
kerberos? ( || ( imap pop smtp nntp ) )"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 # yes, we overdepend on the backend impls here, hopefully one day we can
 # have REQUIRED_USE do what it is made for again. bug #607360
 CDEPEND="



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

2018-07-22 Thread Sergei Trofimovich
commit: 478db3ba0af548f6c1efbe3d10c8035878ebcbe1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:42:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478db3ba

dev-perl/libintl-perl: stable 1.280.0 for hppa

Bug: https://bugs.gentoo.org/661190
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 dev-perl/libintl-perl/libintl-perl-1.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/libintl-perl/libintl-perl-1.280.0.ebuild 
b/dev-perl/libintl-perl/libintl-perl-1.280.0.ebuild
index 4858eb67a94..cfe4c70498c 100644
--- a/dev-perl/libintl-perl/libintl-perl-1.280.0.ebuild
+++ b/dev-perl/libintl-perl/libintl-perl-1.280.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://guido-flohr.net/projects/libintl-perl 
${HOMEPAGE}"
 
 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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/libintl"



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

2018-07-22 Thread Sergei Trofimovich
commit: 560dcbd307f42a8a83b5587e86112f43e08b0809
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:48:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560dcbd3

dev-perl/NetAddr-IP: stable 4.79.0 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/NetAddr-IP/NetAddr-IP-4.79.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/NetAddr-IP/NetAddr-IP-4.79.0.ebuild 
b/dev-perl/NetAddr-IP/NetAddr-IP-4.79.0.ebuild
index 419e84e1cd8..44063e7a430 100644
--- a/dev-perl/NetAddr-IP/NetAddr-IP-4.79.0.ebuild
+++ b/dev-perl/NetAddr-IP/NetAddr-IP-4.79.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
@@ -11,7 +11,7 @@ DESCRIPTION="Manipulation and operations on IP addresses"
 
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~x86 
~x86-fbsd"
 IUSE="ipv6 test"
 
 RDEPEND="ipv6? ( dev-perl/Socket6 )"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DNS-SEC/

2018-07-22 Thread Sergei Trofimovich
commit: 7879da72f6b4bdafb332b18bfbf01699e5c91175
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:50:39 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7879da72

dev-perl/Net-DNS-SEC: stable 1.30.0 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.30.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.30.0.ebuild 
b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.30.0.ebuild
index bd948aa7613..fbf19f4ce29 100644
--- a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.30.0.ebuild
+++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.30.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="DNSSEC extensions to Net::DNS"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-HTTP/

2018-07-22 Thread Sergei Trofimovich
commit: 85b1b7abecb66118f5356aa54a8847a74019c8dd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:46:50 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b1b7ab

dev-perl/Net-HTTP: stable 6.170.0 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild 
b/dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild
index 42488d6d7b0..41953820cb7 100644
--- a/dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild
+++ b/dev-perl/Net-HTTP/Net-HTTP-6.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Low-level HTTP connection (client)"
 
 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 ~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 ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs/

2018-07-22 Thread Sergei Trofimovich
commit: ed5c56652f5c741d27d73d5974ca9f761b865445
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:39:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5c5665

x11-misc/xdg-user-dirs: stable 0.17 for hppa

Bug: https://bugs.gentoo.org/661370
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 x11-misc/xdg-user-dirs/xdg-user-dirs-0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xdg-user-dirs/xdg-user-dirs-0.17.ebuild 
b/x11-misc/xdg-user-dirs/xdg-user-dirs-0.17.ebuild
index 9dc4570f7d8..3aca8454093 100644
--- a/x11-misc/xdg-user-dirs/xdg-user-dirs-0.17.ebuild
+++ b/x11-misc/xdg-user-dirs/xdg-user-dirs-0.17.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://user-dirs.freedesktop.org/releases/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="gtk"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SNMP/

2018-07-22 Thread Sergei Trofimovich
commit: af0766fa7de9536c3ac41de08bf83558d13a7c30
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:49:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0766fa

dev-perl/Net-SNMP: stable 6.0.1-r2 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild 
b/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild
index 82a166788b4..861e95daa7b 100644
--- a/dev-perl/Net-SNMP/Net-SNMP-6.0.1-r2.ebuild
+++ b/dev-perl/Net-SNMP/Net-SNMP-6.0.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=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A SNMP Perl Module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~ppc-aix ~sparc-solaris ~x86-solaris"
 # Package warrants IUSE examples
 IUSE="examples test minimal"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-RequiresInternet/

2018-07-22 Thread Sergei Trofimovich
commit: 16225530734fb39467b8d975077a1eda0f4f6199
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:42:09 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16225530

dev-perl/Test-RequiresInternet: stable 0.50.0 for hppa

Bug: https://bugs.gentoo.org/661190
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 dev-perl/Test-RequiresInternet/Test-RequiresInternet-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-RequiresInternet/Test-RequiresInternet-0.50.0.ebuild 
b/dev-perl/Test-RequiresInternet/Test-RequiresInternet-0.50.0.ebuild
index 56d4810da75..a1a96df8620 100644
--- a/dev-perl/Test-RequiresInternet/Test-RequiresInternet-0.50.0.ebuild
+++ b/dev-perl/Test-RequiresInternet/Test-RequiresInternet-0.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Easily test network connectivity"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-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 s390 sparc x86 
~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DNS-Resolver-Programmable/

2018-07-22 Thread Sergei Trofimovich
commit: 470c42ae92133f83e53aaa3631ee66e1159c616a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:54:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470c42ae

dev-perl/Net-DNS-Resolver-Programmable: stable 0.9.0 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 .../Net-DNS-Resolver-Programmable-0.9.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0.ebuild
 
b/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0.ebuild
index c2e14ff6d48..5493e064276 100644
--- 
a/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0.ebuild
+++ 
b/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.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="programmable DNS resolver class for offline emulation of DNS"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc ~x86 
~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Ogg-Vorbis-Header/

2018-07-22 Thread Sergei Trofimovich
commit: d4b74bef3b66254e7358492edaa7dd3bf0989ffa
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:55:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b74bef

dev-perl/Ogg-Vorbis-Header: stable 0.50.0 for sparc

Bug: https://bugs.gentoo.org/661732
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Ogg-Vorbis-Header/Ogg-Vorbis-Header-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Ogg-Vorbis-Header/Ogg-Vorbis-Header-0.50.0.ebuild 
b/dev-perl/Ogg-Vorbis-Header/Ogg-Vorbis-Header-0.50.0.ebuild
index 45bbd6ce677..8b82ee26e70 100644
--- a/dev-perl/Ogg-Vorbis-Header/Ogg-Vorbis-Header-0.50.0.ebuild
+++ b/dev-perl/Ogg-Vorbis-Header/Ogg-Vorbis-Header-0.50.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="An object-oriented interface to Ogg Vorbis 
information and comment
 
 SLOT="0"
 LICENSE="GPL-2+ LGPL-2"
-KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ia64 ~ppc sparc ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-RawIP/

2018-07-22 Thread Sergei Trofimovich
commit: e3693e41698ed0af623c42473c956315883ff99e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:47:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3693e41

dev-perl/Net-RawIP: stable 0.250.0-r2 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-RawIP/Net-RawIP-0.250.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-RawIP/Net-RawIP-0.250.0-r2.ebuild 
b/dev-perl/Net-RawIP/Net-RawIP-0.250.0-r2.ebuild
index 7705fe8901e..f087a2da658 100644
--- a/dev-perl/Net-RawIP/Net-RawIP-0.250.0-r2.ebuild
+++ b/dev-perl/Net-RawIP/Net-RawIP-0.250.0-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=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Raw IP packets manipulation Module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc sparc ~x86"
 IUSE=""
 
 RDEPEND="net-libs/libpcap"



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

2018-07-22 Thread Sergei Trofimovich
commit: 72c8aed202d25817dc016bf1a7c22d7d21e2dce5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:45:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c8aed2

net-dns/dnsmasq: stable 2.79 for sparc

Bug: https://bugs.gentoo.org/645704
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 net-dns/dnsmasq/dnsmasq-2.79.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnsmasq/dnsmasq-2.79.ebuild 
b/net-dns/dnsmasq/dnsmasq-2.79.ebuild
index 07b26aa233d..3511354d396 100644
--- a/net-dns/dnsmasq/dnsmasq-2.79.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.79.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz";
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
 
 IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec id idn libidn2 +inotify"
 IUSE+=" ipv6 lua nls script selinux static tftp"



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

2018-07-22 Thread Sergei Trofimovich
commit: aacf793a035c1d6d7ca97d5fcebb14f8bccdd4ee
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:41:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacf793a

dev-libs/libgcrypt: stable 1.8.3 for hppa

Bug: https://bugs.gentoo.org/658056
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild
index 8820d507dbb..52183aedd45 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-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"
+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"
 IUSE="doc o-flag-munging static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Telnet-Cisco/

2018-07-22 Thread Sergei Trofimovich
commit: d2220dae534527b50d9703a40a9a1e8696f646c8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:52:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2220dae

dev-perl/Net-Telnet-Cisco: stable 1.110.0 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-Telnet-Cisco/Net-Telnet-Cisco-1.110.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-Telnet-Cisco/Net-Telnet-Cisco-1.110.0.ebuild 
b/dev-perl/Net-Telnet-Cisco/Net-Telnet-Cisco-1.110.0.ebuild
index 238f2c98ec1..babc8ac95b5 100644
--- a/dev-perl/Net-Telnet-Cisco/Net-Telnet-Cisco-1.110.0.ebuild
+++ b/dev-perl/Net-Telnet-Cisco/Net-Telnet-Cisco-1.110.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="Automate telnet sessions w/ routers&switches"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
 IUSE="test"
 
 RDEPEND=">=dev-perl/Net-Telnet-3.20.0"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SNPP/

2018-07-22 Thread Sergei Trofimovich
commit: af88569c3b8cbdf513c8b9043f34fca3a25c6b67
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:54:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af88569c

dev-perl/Net-SNPP: stable 1.170.0-r2 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-SNPP/Net-SNPP-1.170.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-SNPP/Net-SNPP-1.170.0-r2.ebuild 
b/dev-perl/Net-SNPP/Net-SNPP-1.170.0-r2.ebuild
index 254e516e451..de4dd2bbcc4 100644
--- a/dev-perl/Net-SNPP/Net-SNPP-1.170.0-r2.ebuild
+++ b/dev-perl/Net-SNPP/Net-SNPP-1.170.0-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=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="libnet SNPP component"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86"
 IUSE=""
 
 RDEPEND="virtual/perl-libnet"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/LockFile-Simple/

2018-07-22 Thread Sergei Trofimovich
commit: 3e4551d51c2864bdcfe881824eb4a77c1633e229
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:43:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4551d5

dev-perl/LockFile-Simple: stable 0.208.0-r2 for hppa

Bug: https://bugs.gentoo.org/661190
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 dev-perl/LockFile-Simple/LockFile-Simple-0.208.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/LockFile-Simple/LockFile-Simple-0.208.0-r2.ebuild 
b/dev-perl/LockFile-Simple/LockFile-Simple-0.208.0-r2.ebuild
index 64af0d148b4..c87af17ac38 100644
--- a/dev-perl/LockFile-Simple/LockFile-Simple-0.208.0-r2.ebuild
+++ b/dev-perl/LockFile-Simple/LockFile-Simple-0.208.0-r2.ebuild
@@ -12,5 +12,5 @@ DESCRIPTION="File locking module for Perl"
 
 LICENSE="|| ( Artistic GPL-2 GPL-3 )" # Artistic or GPL-2+
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 hppa ppc ppc64 x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Ident/

2018-07-22 Thread Sergei Trofimovich
commit: 9e41cb5b8cd6341a68268be5529f436892a94070
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul 22 08:48:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 09:00:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e41cb5b

dev-perl/Net-Ident: stable 1.240.0-r1 for sparc

Bug: https://bugs.gentoo.org/661724
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild 
b/dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild
index 34b71973647..b98137ac5f4 100644
--- a/dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild
+++ b/dev-perl/Net-Ident/Net-Ident-1.240.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="lookup the username on the remote end of a TCP/IP connection"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-07-22 Thread Pacho Ramos
commit: 03ef583dccbeb41a4dfbc56c80dfeb2a123bab9d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul 22 08:33:23 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul 22 09:26:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ef583d

app-admin/abrt: Drop old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-admin/abrt/Manifest   |   1 -
 app-admin/abrt/abrt-2.10.10-r1.ebuild | 115 --
 app-admin/abrt/abrt-2.10.10.ebuild| 115 --
 app-admin/abrt/abrt-2.10.9.ebuild | 114 -
 4 files changed, 345 deletions(-)

diff --git a/app-admin/abrt/Manifest b/app-admin/abrt/Manifest
index 61a9d64165b..1976544afdb 100644
--- a/app-admin/abrt/Manifest
+++ b/app-admin/abrt/Manifest
@@ -1,3 +1,2 @@
 DIST abrt-2.0.12.tar.gz 1090121 BLAKE2B 
272f486bd166a33fea3e340763b3443b5643a650fe16ad326e249309c355f214c67937456dd2d8f3e7cdac65cb85bd8030e6b89671f427085a05dca64b8f874d
 SHA512 
5432205edb4483fb1883b9bcebab48784b16dd9e72c3a929ea0d50c48dab638d80f136b6b0d7648d8ec9fcb79d5ce8c1be37d36301d3b2b151868901be82a63a
 DIST abrt-2.10.10.tar.gz 6830586 BLAKE2B 
5cd45144678e6355cb1362c3ebe5531104bb150ff95c42d10e3056f7619cdc7dc3da57e4025cab05234866a4634f29bc07fd78f574800d6b303385c6befa25bd
 SHA512 
6daeea898c9328d31b952ef12202162e002f91b4115301e5d66a0e6991251f9a8322b87201128f7efd54b42b76cb94abc4cf01e5d5b563f254f6757ec7e2127d
-DIST abrt-2.10.9.tar.gz 6830234 BLAKE2B 
ec96b915103c8b8157eb64c98791d283225091d0f2aa7b78520bfae1bee22f43703715fabc43828c750aa7e84eea4a886878d411670b7b4ad31ca49b96d387f3
 SHA512 
1ff7e2edf29085fb03c569b67e8bf2bc83aaf4dd77730e5fc96184453224f83dd0632eaf85a7ad03351fdfaea3d4ed50e8a89eb28d82151f95bd34eb1850f93c

diff --git a/app-admin/abrt/abrt-2.10.10-r1.ebuild 
b/app-admin/abrt/abrt-2.10.10-r1.ebuild
deleted file mode 100644
index 12dd8675095..000
--- a/app-admin/abrt/abrt-2.10.10-r1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit autotools gnome2-utils python-single-r1 systemd user
-
-DESCRIPTION="Automatic bug detection and reporting tool"
-HOMEPAGE="https://github.com/abrt/abrt/wiki/ABRT-Project";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="debug selinux"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.43:2
-   >=dev-libs/libreport-2.9.5[python]
-   dev-libs/libxml2
-   dev-libs/nss
-   >=gnome-base/gsettings-desktop-schemas-3.15.1
-   sys-apps/dbus
-   sys-apps/systemd
-   sys-auth/polkit
-   sys-fs/inotify-tools
-   x11-libs/gtk+:3
-   >=x11-libs/libnotify-0.7
-"
-RDEPEND="${COMMON_DEPEND}
-   app-arch/cpio
-   dev-libs/elfutils
-   dev-python/argcomplete[${PYTHON_USEDEP}]
-   dev-python/argh[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   sys-apps/util-linux
-   >=sys-devel/gdb-7
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/asciidoc
-   app-text/xmlto
-   dev-libs/satyr[${PYTHON_USEDEP}]
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-   >=sys-devel/gettext-0.17
-"
-
-RESTRICT="test" # tests *may* be broken due to all the RHEL crap.  explore 
later.
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-
-   enewgroup abrt
-   enewuser abrt -1 -1 -1 abrt
-}
-
-src_prepare() {
-   default
-
-   # pyhook test is sensitive to the format of python's error messages, and
-   # fails with certain python versions
-   sed -e '/pyhook.at/ d' \
-   -i tests/Makefile.* tests/testsuite.at || die "sed remove 
pyhook tests failed"
-   ./gen-version || die # Needed to be run before autoreconf
-   eautoreconf
-}
-
-src_configure() {
-   myeconfargs=(
-   --libdir="${EPREFIX}/usr/$(get_libdir)"
-   --localstatedir="${EPREFIX}/var"
-   --without-bodhi
-   # package breaks due to not finding libreport-web with bodhi 
plugin enabled
-   --without-rpm
-   $(usex selinux "" "--without-selinux")
-   --without-python2
-   # Fixes "syntax error in VERSION script" and we aren't 
supporting Python2 anyway
-   --with-python3
-   --without-pythondoc
-   # package breaks due to no sphinx-build-3
-   --without-pythontests
-   # kill tests for now until they can be explored.
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   keepdir /var/run/abrt
-   # /var/spool/abrt is created by dev-libs/libreport
-
-   diropts -m 700 -o abrt -g abrt
-   keepdir /var/spool/abrt-upload
-
-   diropts -m 775 -o abrt -g abrt
-   

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

2018-07-22 Thread Pacho Ramos
commit: 371848584cbea8da962f87eaeafd97def640b2e8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul 22 08:32:21 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul 22 09:26:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37184858

app-admin/abrt: python_optimize needed (#661706 by Mike Gilbert)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-admin/abrt/abrt-2.10.10-r2.ebuild | 116 ++
 1 file changed, 116 insertions(+)

diff --git a/app-admin/abrt/abrt-2.10.10-r2.ebuild 
b/app-admin/abrt/abrt-2.10.10-r2.ebuild
new file mode 100644
index 000..b1301efc747
--- /dev/null
+++ b/app-admin/abrt/abrt-2.10.10-r2.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit autotools gnome2-utils python-single-r1 systemd user
+
+DESCRIPTION="Automatic bug detection and reporting tool"
+HOMEPAGE="https://github.com/abrt/abrt/wiki/ABRT-Project";
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="debug selinux"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.43:2
+   >=dev-libs/libreport-2.9.5[python]
+   dev-libs/libxml2
+   dev-libs/nss
+   >=gnome-base/gsettings-desktop-schemas-3.15.1
+   sys-apps/dbus
+   sys-apps/systemd
+   sys-auth/polkit
+   sys-fs/inotify-tools
+   x11-libs/gtk+:3
+   >=x11-libs/libnotify-0.7
+"
+RDEPEND="${COMMON_DEPEND}
+   app-arch/cpio
+   dev-libs/elfutils
+   dev-python/argcomplete[${PYTHON_USEDEP}]
+   dev-python/argh[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   sys-apps/util-linux
+   >=sys-devel/gdb-7
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/asciidoc
+   app-text/xmlto
+   dev-libs/satyr[${PYTHON_USEDEP}]
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig
+   >=sys-devel/gettext-0.17
+"
+
+RESTRICT="test" # tests *may* be broken due to all the RHEL crap.  explore 
later.
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+
+   enewgroup abrt
+   enewuser abrt -1 -1 -1 abrt
+}
+
+src_prepare() {
+   default
+
+   # pyhook test is sensitive to the format of python's error messages, and
+   # fails with certain python versions
+   sed -e '/pyhook.at/ d' \
+   -i tests/Makefile.* tests/testsuite.at || die "sed remove 
pyhook tests failed"
+   ./gen-version || die # Needed to be run before autoreconf
+   eautoreconf
+}
+
+src_configure() {
+   myeconfargs=(
+   --libdir="${EPREFIX}/usr/$(get_libdir)"
+   --localstatedir="${EPREFIX}/var"
+   --without-bodhi
+   # package breaks due to not finding libreport-web with bodhi 
plugin enabled
+   --without-rpm
+   $(usex selinux "" "--without-selinux")
+   --without-python2
+   # Fixes "syntax error in VERSION script" and we aren't 
supporting Python2 anyway
+   --with-python3
+   --without-pythondoc
+   # package breaks due to no sphinx-build-3
+   --without-pythontests
+   # kill tests for now until they can be explored.
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   python_optimize #661706
+
+   keepdir /var/run/abrt
+   # /var/spool/abrt is created by dev-libs/libreport
+
+   diropts -m 700 -o abrt -g abrt
+   keepdir /var/spool/abrt-upload
+
+   diropts -m 775 -o abrt -g abrt
+   keepdir /var/cache/abrt-di
+
+   find "${D}" -name '*.la' -delete || die
+
+   newinitd "${FILESDIR}/${PN}-2.0.12-r1-init" abrt
+   newconfd "${FILESDIR}/${PN}-2.0.12-r1-conf" abrt
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2018-07-22 Thread Keri Harris
commit: 728adc770585a40b2b3ead70f044c431ac04bfc7
Author: Keri Harris  gentoo  org>
AuthorDate: Sun Jul 22 10:15:02 2018 +
Commit: Keri Harris  gentoo  org>
CommitDate: Sun Jul 22 10:15:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728adc77

dev-lang/gprolog: version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/gprolog/Manifest  |  1 +
 dev-lang/gprolog/files/gprolog-1.4.5-ldflags.patch | 40 ++
 dev-lang/gprolog/files/gprolog-1.4.5-links.patch   | 15 +
 dev-lang/gprolog/files/gprolog-1.4.5-nodocs.patch  | 29 ++
 .../gprolog/files/gprolog-1.4.5-txt-file.patch | 10 
 dev-lang/gprolog/gprolog-1.4.5.ebuild  | 64 ++
 6 files changed, 159 insertions(+)

diff --git a/dev-lang/gprolog/Manifest b/dev-lang/gprolog/Manifest
index 21c9d2712f9..0f280a843b7 100644
--- a/dev-lang/gprolog/Manifest
+++ b/dev-lang/gprolog/Manifest
@@ -1 +1,2 @@
 DIST gprolog-1.4.4.tar.gz 3538152 BLAKE2B 
159cf58e6d7f33662a6bd11f284abd9e52be0f82cafe180263148d13002e66987253e9dcd7db232b33470ddb685570efe3615c7029af96be44bb556bd9c2d261
 SHA512 
b6227a06794d31162f2c790a025f7372a6676c1891a76e880d2152aeab6322d3341aeab85e11d9be6d97ff1c69801bee73fa3ea6b0659af61f55990a455dc212
+DIST gprolog-1.4.5.tar.gz 3587361 BLAKE2B 
c0c73ce249d7c26b914a3f831c6ac93aeb884bded6c5ebbe51223f0685de0be2e746533aade1633a953b93e88a30796fa52ecd5e609d05bc051363cbf34e0477
 SHA512 
425103bc9e5bdbdb4ae331f5be0cf49524fbdb4f5e2809fb973360de9e7ad9935c1b28f3603e0be696a647153d9f0d3dacdc87251098ac99faf7d0b3c652fc60

diff --git a/dev-lang/gprolog/files/gprolog-1.4.5-ldflags.patch 
b/dev-lang/gprolog/files/gprolog-1.4.5-ldflags.patch
new file mode 100644
index 000..05bdb8e366a
--- /dev/null
+++ b/dev-lang/gprolog/files/gprolog-1.4.5-ldflags.patch
@@ -0,0 +1,40 @@
+diff -urN gprolog-1.4.5.orig/src/Ma2Asm/Makefile.in 
gprolog-1.4.5/src/Ma2Asm/Makefile.in
+--- gprolog-1.4.5.orig/src/Ma2Asm/Makefile.in  2015-01-13 19:00:19.0 
+0100
 gprolog-1.4.5/src/Ma2Asm/Makefile.in   2018-07-22 11:20:29.622236171 
+0200
+@@ -19,7 +19,7 @@
+ 
+ ma2asm@EXE_SUFFIX@: ma2asm@OBJ_SUFFIX@ ma_parser@OBJ_SUFFIX@ \
+ ma2asm_inst@OBJ_SUFFIX@ ma2asm_inst.c
+-  $(CC) $(CFLAGS) @CC_EXE_NAME_OPT@ma2asm@EXE_SUFFIX@ ma2asm@OBJ_SUFFIX@ 
ma2asm_inst@OBJ_SUFFIX@ ma_parser@OBJ_SUFFIX@
++  $(CC) $(LDFLAGS) @CC_EXE_NAME_OPT@ma2asm@EXE_SUFFIX@ ma2asm@OBJ_SUFFIX@ 
ma2asm_inst@OBJ_SUFFIX@ ma_parser@OBJ_SUFFIX@
+ 
+ 
+ clean:
+diff -urN gprolog-1.4.5.orig/src/TopComp/Makefile.in 
gprolog-1.4.5/src/TopComp/Makefile.in
+--- gprolog-1.4.5.orig/src/TopComp/Makefile.in 2018-07-14 10:19:12.0 
+0200
 gprolog-1.4.5/src/TopComp/Makefile.in  2018-07-22 11:20:29.622236171 
+0200
+@@ -23,10 +23,10 @@
+ 
+ $(GPLC)@EXE_SUFFIX@: top_comp.c copying.c ../EnginePl/wam_regs.h \
+  ../EnginePl/gp_config.h ../EnginePl/machine1.c decode_hexa.c 
copying.c prolog_path.c
+-  $(CC) $(CFLAGS) @CC_EXE_NAME_OPT@$(GPLC)@EXE_SUFFIX@ top_comp.c 
$(LDLIBS)
++  $(CC) $(LDFLAGS) $(CFLAGS) @CC_EXE_NAME_OPT@$(GPLC)@EXE_SUFFIX@ 
top_comp.c $(LDLIBS)
+ 
+ $(HEXGPLC)@EXE_SUFFIX@: hexfilter.c decode_hexa.c
+-  $(CC) $(CFLAGS) @CC_EXE_NAME_OPT@$(HEXGPLC)@EXE_SUFFIX@ hexfilter.c
++  $(CC) $(LDFLAGS) $(CFLAGS) @CC_EXE_NAME_OPT@$(HEXGPLC)@EXE_SUFFIX@ 
hexfilter.c
+ 
+ 
+ 
+diff -urN gprolog-1.4.5.orig/src/Wam2Ma/Makefile.in 
gprolog-1.4.5/src/Wam2Ma/Makefile.in
+--- gprolog-1.4.5.orig/src/Wam2Ma/Makefile.in  2015-01-05 11:11:29.0 
+0100
 gprolog-1.4.5/src/Wam2Ma/Makefile.in   2018-07-22 11:20:29.622236171 
+0200
+@@ -12,7 +12,7 @@
+   $(CC) $(CFLAGS) -c wam2ma.c
+ 
+ wam2ma@EXE_SUFFIX@: wam2ma@OBJ_SUFFIX@ wam_parser@OBJ_SUFFIX@
+-  $(CC) $(CFLAGS) @CC_EXE_NAME_OPT@wam2ma@EXE_SUFFIX@ wam2ma@OBJ_SUFFIX@ 
wam_parser@OBJ_SUFFIX@
++  $(CC) $(LDFLAGS) @CC_EXE_NAME_OPT@wam2ma@EXE_SUFFIX@ wam2ma@OBJ_SUFFIX@ 
wam_parser@OBJ_SUFFIX@
+ 
+ 
+ clean:

diff --git a/dev-lang/gprolog/files/gprolog-1.4.5-links.patch 
b/dev-lang/gprolog/files/gprolog-1.4.5-links.patch
new file mode 100644
index 000..c39a1cf9a28
--- /dev/null
+++ b/dev-lang/gprolog/files/gprolog-1.4.5-links.patch
@@ -0,0 +1,15 @@
+--- gprolog-1.4.5.orig/src/Makefile.in 2018-07-14 10:19:12.0 +0200
 gprolog-1.4.5/src/Makefile.in  2018-07-22 11:41:15.762184054 +0200
+@@ -81,10 +81,10 @@
+ 
+ # --- Links --- #
+ 
+-install-links: uninstall-links
++install-links:
+   if test $(LINKS_DIR) != none; then \
+  ./mkinstalldirs $(LINKS_DIR); \
+- (cd $(LINKS_DIR) ; $(LN_S) $(INSTALL_DIR)/bin/* .); \
++ (cd $(LINKS_DIR); for i in $(BIN_FILES); do $(LN_S) 
$(INSTALL_DIR)/bin/$$i .; done); \
+   fi
+ 
+ uninstall-links:

diff --git a/dev-lang/gprolog/files/gprolog-1.4.5-nodocs.patch 
b/dev-lang/gprolog/files/gprolog-1.4.5-nodocs.patch
new file mode 100644
index 000..c5c517b1887
--- /dev/null
+++ b/dev-lang/

[gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/, games-emulation/dolphin/files/

2018-07-22 Thread Sergei Trofimovich
commit: 0440c6f4dc3c200a4b8a6ce08b74dfdd7dc35d7b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul 22 10:16:04 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 10:16:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0440c6f4

games-emulation/dolphin: xgetbv tweak for gcc-8

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-emulation/dolphin/dolphin-5.0.ebuild |  5 -
 .../dolphin/files/dolphin-5.0-xgetbv.patch | 24 ++
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/games-emulation/dolphin/dolphin-5.0.ebuild 
b/games-emulation/dolphin/dolphin-5.0.ebuild
index 6110f03b0a0..65b49e8a79d 100644
--- a/games-emulation/dolphin/dolphin-5.0.ebuild
+++ b/games-emulation/dolphin/dolphin-5.0.ebuild
@@ -70,7 +70,10 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
-PATCHES=( "${FILESDIR}"/${P}-CHAR_WIDTH-collision.patch )
+PATCHES=(
+   "${FILESDIR}"/${P}-CHAR_WIDTH-collision.patch
+   "${FILESDIR}"/${P}-xgetbv.patch
+)
 
 src_prepare() {
cmake-utils_src_prepare

diff --git a/games-emulation/dolphin/files/dolphin-5.0-xgetbv.patch 
b/games-emulation/dolphin/files/dolphin-5.0-xgetbv.patch
new file mode 100644
index 000..ffa7cc81c13
--- /dev/null
+++ b/games-emulation/dolphin/files/dolphin-5.0-xgetbv.patch
@@ -0,0 +1,24 @@
+Workaround collision of _xgetbv intrinsic redeclaration:
+
+Source/Core/Common/x64CPUDetect.cpp:45:12: error: ambiguating new declaration 
of ‘u64 _xgetbv(u32)’
+ static u64 _xgetbv(u32 index)
+^~~
+In file included from 
/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.0/include/x86intrin.h:74,
+ from Source/Core/Common/Intrinsics.h:12,
+ from Source/Core/Common/x64CPUDetect.cpp:10:
+/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.0/include/xsaveintrin.h:60:1: note: old 
declaration ‘long long int _xgetbv(unsigned int)’
+ _xgetbv (unsigned int __A)
+ ^~~
+
+Upstream fied it in
+commit 823fdda30c38be953c3d425874f2adeabed2b5a8
+intrinsics: stop defining _xgetbv/_XCR_XFEATURE_ENABLED_MASK, which are 
reserved
+
+--- a/Source/Core/Common/x64CPUDetect.cpp
 b/Source/Core/Common/x64CPUDetect.cpp
+@@ -45 +45 @@ static inline void __cpuid(int info[4], int function_id)
+-static u64 _xgetbv(u32 index)
++static u64 _xgetbv_dolphin(u32 index)
+@@ -137 +137 @@ void CPUInfo::Detect()
+-  if ((_xgetbv(_XCR_XFEATURE_ENABLED_MASK) & 0x6) == 0x6)
++  if ((_xgetbv_dolphin(_XCR_XFEATURE_ENABLED_MASK) & 0x6) 
== 0x6)



[gentoo-commits] repo/user/ag-ops: New branch: master

2018-07-22 Thread ILMostro
commit: 
Commit: ILMostro  gmail  com>
CommitDate: Sun Jul 22 10:22:49 2018 +

New branch: master




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

2018-07-22 Thread Jeroen Roovers
commit: da589d0f51154257be7b2c7865441d88e3e373d9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 22 10:43:03 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 22 10:43:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da589d0f

net-misc/youtube-dl: Version 2018.07.21.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-misc/youtube-dl/Manifest |   1 +
 net-misc/youtube-dl/youtube-dl-2018.07.21.ebuild | 115 +++
 2 files changed, 116 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index e00f8567592..226bf895ace 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2017.11.15.tar.gz 2834012 BLAKE2B 
fd93e3923f99874be58681a886c09e31ac10063975ab636badf27e59b44743c72cddf05e3a431c49ffd0f7b40f9b005f4d90feff85d4ca889dee80833300b076
 SHA512 
e10c0d53db7fdfb02610b53f54046c0a9354b305ba05c5d00a43649a283a6449263f66ff56171d52cf18f906c6aeccc25dc48ea708b4b1bb2b8323b937abca96
 DIST youtube-dl-2018.07.04.tar.gz 2993980 BLAKE2B 
79bef6497c6dd5444608e8d75cffac72a0c1779d234a5537af16cb9e876a086bf7b57981e6e85f5f9504be794e0d6d1c46b3f98b1cae509d864799ce6ce7b03d
 SHA512 
7a67948307d8909c0415635c9c560bdf809b085f1675aa2c4aafa8007b8f420beb6347a56e3fbe61507aca1b42ac932ce75ae46aa2cd62e129fa604cd6ceb6e0
 DIST youtube-dl-2018.07.10.tar.gz 3001810 BLAKE2B 
4ffd9f678897be476983322921640007962cc307e1b0e095a012fd2840a26864bb1125b4f937ca43ba52134e32b80976b6ad185eb5e0f7523852915f61c1b293
 SHA512 
4f83bc02002d31bd04d9319d798c1b190b5a357864daca9661bcdeef3f71b258fb9b4b76ae1c19a0901ba5b0e56b834f0124353a4e4e3c6d0554a8f4f967c246
+DIST youtube-dl-2018.07.21.tar.gz 3006144 BLAKE2B 
63b0fdf38f9e510b163a1737136956c0d4c497b0e3f78caad01170711c359e2ee9638f6448992ff28760cac60d0496c1572a04939f95d060560bc399d3399a4e
 SHA512 
d0c75b8d651a4c401dd706c3ce86882098a16e9bb3e72b3871b3fe5284a345fc04bf5f7a9165a12af63091660a68a9b81f80a523b2090da3556856d69a81b6bf

diff --git a/net-misc/youtube-dl/youtube-dl-2018.07.21.ebuild 
b/net-misc/youtube-dl/youtube-dl-2018.07.21.ebuild
new file mode 100644
index 000..37bffad45c8
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2018.07.21.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/";
+SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz";
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="+offensive test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/..version../s|'$|+gentoo.no.offensive.sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
eporner
+   eroprofile extremetube foxgay goshgay hellporno 
hentaistigma
+   hornbunny keezmovies lovehomeporn mofosex myvidster 
porn91 porncom
+   pornflip pornhd pornotube pornovoisines pornoxo 
ruleporn sexu
+   slutload spankbang spankwire sunporno thisav vporn 
watchindianporn
+   xbef xnxx xtube xvideos xxxymovies youjizz youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   drtuber fourtube motherless pornhub redtube tnaflix 
tube8 xhamster
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \
+   $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
+   $( printf 'youtube_dl/extractor/%s.py ' ${mxxx[@]} ) \
+   test/test_age_restriction.py \
+   || die
+   fi
+
+   eapply_user
+
+   distutil

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

2018-07-22 Thread Jeroen Roovers
commit: cd0c5c744bb67cf98a8c850eaeca4d4dc3d71314
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 22 10:43:47 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 22 10:43:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0c5c74

net-misc/youtube-dl: Old.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-misc/youtube-dl/Manifest |   1 -
 net-misc/youtube-dl/youtube-dl-2018.07.04.ebuild | 115 ---
 2 files changed, 116 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 226bf895ace..b36c84344ce 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2017.11.15.tar.gz 2834012 BLAKE2B 
fd93e3923f99874be58681a886c09e31ac10063975ab636badf27e59b44743c72cddf05e3a431c49ffd0f7b40f9b005f4d90feff85d4ca889dee80833300b076
 SHA512 
e10c0d53db7fdfb02610b53f54046c0a9354b305ba05c5d00a43649a283a6449263f66ff56171d52cf18f906c6aeccc25dc48ea708b4b1bb2b8323b937abca96
-DIST youtube-dl-2018.07.04.tar.gz 2993980 BLAKE2B 
79bef6497c6dd5444608e8d75cffac72a0c1779d234a5537af16cb9e876a086bf7b57981e6e85f5f9504be794e0d6d1c46b3f98b1cae509d864799ce6ce7b03d
 SHA512 
7a67948307d8909c0415635c9c560bdf809b085f1675aa2c4aafa8007b8f420beb6347a56e3fbe61507aca1b42ac932ce75ae46aa2cd62e129fa604cd6ceb6e0
 DIST youtube-dl-2018.07.10.tar.gz 3001810 BLAKE2B 
4ffd9f678897be476983322921640007962cc307e1b0e095a012fd2840a26864bb1125b4f937ca43ba52134e32b80976b6ad185eb5e0f7523852915f61c1b293
 SHA512 
4f83bc02002d31bd04d9319d798c1b190b5a357864daca9661bcdeef3f71b258fb9b4b76ae1c19a0901ba5b0e56b834f0124353a4e4e3c6d0554a8f4f967c246
 DIST youtube-dl-2018.07.21.tar.gz 3006144 BLAKE2B 
63b0fdf38f9e510b163a1737136956c0d4c497b0e3f78caad01170711c359e2ee9638f6448992ff28760cac60d0496c1572a04939f95d060560bc399d3399a4e
 SHA512 
d0c75b8d651a4c401dd706c3ce86882098a16e9bb3e72b3871b3fe5284a345fc04bf5f7a9165a12af63091660a68a9b81f80a523b2090da3556856d69a81b6bf

diff --git a/net-misc/youtube-dl/youtube-dl-2018.07.04.ebuild 
b/net-misc/youtube-dl/youtube-dl-2018.07.04.ebuild
deleted file mode 100644
index 37bffad45c8..000
--- a/net-misc/youtube-dl/youtube-dl-2018.07.04.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/";
-SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="+offensive test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/..version../s|'$|+gentoo.no.offensive.sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
eporner
-   eroprofile extremetube foxgay goshgay hellporno 
hentaistigma
-   hornbunny keezmovies lovehomeporn mofosex myvidster 
porn91 porncom
-   pornflip pornhd pornotube pornovoisines pornoxo 
ruleporn sexu
-   slutload spankbang spankwire sunporno thisav vporn 
watchindianporn
-   xbef xnxx xtube xvideos xxxymovies youjizz youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   drtuber fourtube motherless pornhub redtube tnaflix 
tube8 xhamster
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
-   $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
-   $( printf 'youtube_dl/extractor/%s.py ' ${mxxx[@]} ) \
-   test/test_age_restriction.py \
-   || die
-   fi
-
-   eapply_user
-
-   distutils-r1_python_

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

2018-07-22 Thread Andreas Sturmlechner
commit: 2d02d1f4972a02b2499875625e0ae69c1d51d46c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 22 09:12:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 11:21:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d02d1f4

profiles: arm: Drop plasma-meta[browser-integration] p.use.mask

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

 profiles/arch/arm/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index ed5b4ebf574..29dc28e4a7e 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -5,10 +5,6 @@
 # dev-libs/xxhash not keyworded for arm
 app-admin/rsyslog xxhash
 
-# Andreas Sturmlechner  (18 May 2018)
-# kde-plasma/plasma-browser-integration not yet keyworded, bug #659936
-kde-plasma/plasma-meta browser-integration
-
 # Tomáš Mózes  (19 Jun 2018)
 # Needs dev-libs/libmaxminddb which isn't keyworded
 www-servers/nginx nginx_modules_http_geoip2 nginx_modules_stream_geoip2



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

2018-07-22 Thread Andreas Sturmlechner
commit: 927149912fe73b919a1eecdc749a1f58c273538c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 21 18:47:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 11:21:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92714991

profiles: 13.0: Use package.unmask for ICU <59

 profiles/releases/13.0/package.mask   | 5 -
 profiles/releases/13.0/package.unmask | 7 +++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/profiles/releases/13.0/package.mask 
b/profiles/releases/13.0/package.mask
index 378422f5160..1df5dca362c 100644
--- a/profiles/releases/13.0/package.mask
+++ b/profiles/releases/13.0/package.mask
@@ -1,11 +1,6 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Andreas Sturmlechner  (15 Jul 2018)
-# Unmask ICU 58 only for 13.0 based profiles
-- (10 Jul 2018)
 # requires >=nodejs-8.10 which is not available in 13.0 based profiles.
 # Please migrate to one of the 17.0 release profiles

diff --git a/profiles/releases/13.0/package.unmask 
b/profiles/releases/13.0/package.unmask
new file mode 100644
index 000..9193178ce87
--- /dev/null
+++ b/profiles/releases/13.0/package.unmask
@@ -0,0 +1,7 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Andreas Sturmlechner  (15 Jul 2018)
+# Unmask ICU 58 only for 13.0 based profiles
+

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

2018-07-22 Thread Andreas Sturmlechner
commit: c29a025c1a9e79ec984f00c7d174cb562a57a0df
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 21 18:44:23 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 11:21:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29a025c

media-sound/qtractor: 0.9.1 version bump, fix build with Qt 5.11

Closes: https://bugs.gentoo.org/661418
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-sound/qtractor/Manifest  |  1 +
 .../qtractor/files/qtractor-0.9.1-qt-5.11.patch| 38 +
 media-sound/qtractor/qtractor-0.9.1.ebuild | 64 ++
 3 files changed, 103 insertions(+)

diff --git a/media-sound/qtractor/Manifest b/media-sound/qtractor/Manifest
index 35dc3073091..765350a6e9c 100644
--- a/media-sound/qtractor/Manifest
+++ b/media-sound/qtractor/Manifest
@@ -1,2 +1,3 @@
 DIST qtractor-0.8.4.tar.gz 1752418 BLAKE2B 
a66edab959df43c6210e8fb26338d1299b26eb9a767158e371741bffc847420eac3a5a487da9cb83b6da0fe2705a34c9a3290a2a5400e66cf8e6ff3060e1b541
 SHA512 
406c19eb37273ac932b0f797db6e064e48119a245fe25762f743a261c9f80ec3ce762c76ddbc633ad17bb5924affb7db7ded95d1403b9b1edaa360e6ff060f92
 DIST qtractor-0.8.5.tar.gz 1766017 BLAKE2B 
eaa75f6efd7ebcfdb1e21c717960d22eb9790c4a3f15ae8bcc364c9b6a5eed6137e4f9d47bd914abdb3679de2cbc30e9c72e32f07fc1ca06959140c5c96dc29b
 SHA512 
9f916e46460403fcb4b1e2dadd048dd52c0d74425a2220cc4d40456141ff7bf5a9cb2fda0f394dac38079af67c322720468d9b7825181442875945899b699329
+DIST qtractor-0.9.1.tar.gz 1763699 BLAKE2B 
a1d03361266a91abc6c0425d71ee2fa53fd5ec6299a23f15ba1599e480d43c30180334defaa50fcc73a02b7ddafd694bfaf6a00fa14fbdd767276c05b7ec56b8
 SHA512 
c40a7535740bc8315ffc640f791b640a12a4ba135070502682681c3022923f1edb62738127cae0c523a6410cb163b4cac2828544ae629b42fc93946f3d4d8a59

diff --git a/media-sound/qtractor/files/qtractor-0.9.1-qt-5.11.patch 
b/media-sound/qtractor/files/qtractor-0.9.1-qt-5.11.patch
new file mode 100644
index 000..c30166ea368
--- /dev/null
+++ b/media-sound/qtractor/files/qtractor-0.9.1-qt-5.11.patch
@@ -0,0 +1,38 @@
+From b49da1c4c44e668f3ae9ceba3002d77d10694c85 Mon Sep 17 00:00:00 2001
+From: daviddavid 
+Date: Wed, 30 May 2018 06:49:13 +0200
+Subject: [PATCH] Fix build with Qt5 >= 5.11.0
+
+---
+ src/qtractorMeter.cpp   | 1 +
+ src/qtractorTrackButton.cpp | 2 ++
+ 2 files changed, 3 insertions(+)
+
+diff --git a/src/qtractorMeter.cpp b/src/qtractorMeter.cpp
+index d1b826c5..14c38366 100644
+--- a/src/qtractorMeter.cpp
 b/src/qtractorMeter.cpp
+@@ -29,6 +29,7 @@
+ 
+ #include "qtractorObserverWidget.h"
+ 
++#include 
+ #include 
+ #include 
+ #include 
+diff --git a/src/qtractorTrackButton.cpp b/src/qtractorTrackButton.cpp
+index 488eb831..5a314dd8 100644
+--- a/src/qtractorTrackButton.cpp
 b/src/qtractorTrackButton.cpp
+@@ -26,6 +26,8 @@
+ 
+ #include "qtractorMidiControlObserver.h"
+ 
++#include 
++
+ 
+ 
+ //
+-- 
+2.18.0
+

diff --git a/media-sound/qtractor/qtractor-0.9.1.ebuild 
b/media-sound/qtractor/qtractor-0.9.1.ebuild
new file mode 100644
index 000..1595ca670df
--- /dev/null
+++ b/media-sound/qtractor/qtractor-0.9.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic qmake-utils
+
+DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt 
framework"
+HOMEPAGE="https://qtractor.sourceforge.io";
+SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="cpu_flags_x86_sse debug dssi libsamplerate mad osc rubberband vorbis 
zlib"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtx11extras:5
+   media-libs/alsa-lib
+   media-libs/ladspa-sdk
+   media-libs/libsndfile
+   >=media-libs/lilv-0.16.0
+   media-libs/lv2
+   media-libs/suil
+   virtual/jack
+   dssi? ( media-libs/dssi )
+   libsamplerate? ( media-libs/libsamplerate )
+   mad? ( media-libs/libmad )
+   osc? ( media-libs/liblo )
+   rubberband? ( media-libs/rubberband )
+   vorbis? ( media-libs/libvorbis )
+   zlib? ( sys-libs/zlib )
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+
+src_configure() {
+   append-cxxflags -std=c++11
+   econf \
+   --enable-ladspa \
+   --enable-lilv \
+   --disable-qt4 \
+   --with-qt5=$(qt5_get_libdir)/qt5 \
+   $(use_enable debug) \
+   $(use_enable dssi) \
+   $(use_enable libsamplerate) \
+   $(use_enable mad libmad) \
+   $(use_enable osc liblo) \
+   $(use_enable rubberband librubberband) \
+   $(use_enable cp

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

2018-07-22 Thread Andreas Sturmlechner
commit: 11cab26fa47713e331bbdc3a21dfc3cd6366b15a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 22 09:25:16 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 11:21:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cab26f

app-backup/rdiff-backup: Drop old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../rdiff-backup/rdiff-backup-1.3.3-r1.ebuild  | 32 --
 1 file changed, 32 deletions(-)

diff --git a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r1.ebuild 
b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r1.ebuild
deleted file mode 100644
index 5df10721abc..000
--- a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-UPSTREAM_PV=$(replace_all_version_separators '-')
-
-DESCRIPTION="Local/remote mirroring+incremental backup"
-HOMEPAGE="https://github.com/sol1/rdiff-backup";
-SRC_URI="https://github.com/sol1/${PN}/archive/r${UPSTREAM_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
-IUSE="examples"
-
-DEPEND="
-   net-libs/librsync:0/1
-"
-RDEPEND="
-   dev-python/pyxattr[${PYTHON_USEDEP}]
-   dev-python/pylibacl[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   use examples && local EXAMPLES=( examples.html )
-
-   distutils-r1_python_install_all
-}



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

2018-07-22 Thread Andreas Sturmlechner
commit: ab1b20469ab2f7a8fec401189f2baa39c4430420
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 21 19:02:29 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 11:21:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1b2046

media-sound/qtractor: Drop 0.8.4

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-sound/qtractor/Manifest  |  1 -
 media-sound/qtractor/qtractor-0.8.4.ebuild | 64 --
 2 files changed, 65 deletions(-)

diff --git a/media-sound/qtractor/Manifest b/media-sound/qtractor/Manifest
index 765350a6e9c..29227a60136 100644
--- a/media-sound/qtractor/Manifest
+++ b/media-sound/qtractor/Manifest
@@ -1,3 +1,2 @@
-DIST qtractor-0.8.4.tar.gz 1752418 BLAKE2B 
a66edab959df43c6210e8fb26338d1299b26eb9a767158e371741bffc847420eac3a5a487da9cb83b6da0fe2705a34c9a3290a2a5400e66cf8e6ff3060e1b541
 SHA512 
406c19eb37273ac932b0f797db6e064e48119a245fe25762f743a261c9f80ec3ce762c76ddbc633ad17bb5924affb7db7ded95d1403b9b1edaa360e6ff060f92
 DIST qtractor-0.8.5.tar.gz 1766017 BLAKE2B 
eaa75f6efd7ebcfdb1e21c717960d22eb9790c4a3f15ae8bcc364c9b6a5eed6137e4f9d47bd914abdb3679de2cbc30e9c72e32f07fc1ca06959140c5c96dc29b
 SHA512 
9f916e46460403fcb4b1e2dadd048dd52c0d74425a2220cc4d40456141ff7bf5a9cb2fda0f394dac38079af67c322720468d9b7825181442875945899b699329
 DIST qtractor-0.9.1.tar.gz 1763699 BLAKE2B 
a1d03361266a91abc6c0425d71ee2fa53fd5ec6299a23f15ba1599e480d43c30180334defaa50fcc73a02b7ddafd694bfaf6a00fa14fbdd767276c05b7ec56b8
 SHA512 
c40a7535740bc8315ffc640f791b640a12a4ba135070502682681c3022923f1edb62738127cae0c523a6410cb163b4cac2828544ae629b42fc93946f3d4d8a59

diff --git a/media-sound/qtractor/qtractor-0.8.4.ebuild 
b/media-sound/qtractor/qtractor-0.8.4.ebuild
deleted file mode 100644
index 4796180c150..000
--- a/media-sound/qtractor/qtractor-0.8.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic qmake-utils
-
-DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt 
framework"
-HOMEPAGE="https://qtractor.sourceforge.io";
-SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="cpu_flags_x86_sse debug dssi libsamplerate mad osc rubberband vorbis 
zlib"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dev-qt/qtx11extras:5
-   media-libs/alsa-lib
-   media-libs/ladspa-sdk
-   media-libs/libsndfile
-   >=media-libs/lilv-0.16.0
-   media-libs/lv2
-   media-libs/suil
-   virtual/jack
-   dssi? ( media-libs/dssi )
-   libsamplerate? ( media-libs/libsamplerate )
-   mad? ( media-libs/libmad )
-   osc? ( media-libs/liblo )
-   rubberband? ( media-libs/rubberband )
-   vorbis? ( media-libs/libvorbis )
-   zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-
-DOCS=( README ChangeLog TODO AUTHORS )
-
-src_configure() {
-   append-cxxflags '-std=c++11'
-   econf \
-   $(use_enable mad libmad) \
-   $(use_enable libsamplerate) \
-   $(use_enable vorbis libvorbis) \
-   $(use_enable osc liblo) \
-   --enable-ladspa \
-   $(use_enable dssi) \
-   --enable-lilv \
-   --disable-qt4 \
-   --with-qt5=$(qt5_get_libdir)/qt5 \
-   $(use_enable rubberband librubberband) \
-   $(use_enable cpu_flags_x86_sse sse) \
-   $(use_enable zlib libz) \
-   $(use_enable debug)
-
-   eqmake5 ${PN}.pro -o ${PN}.mak
-}



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

2018-07-22 Thread Andreas Sturmlechner
commit: ae159450bf401ffa9651ce243e8c12ca088e127b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 21 21:07:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 11:21:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae159450

x11-misc/sddm: 0.18.0 version bump

Bug: https://bugs.gentoo.org/661510
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 x11-misc/sddm/Manifest|  1 +
 x11-misc/sddm/files/sddm-0.18.0-Xsession.patch| 24 ++
 x11-misc/sddm/files/sddm-0.18.0-sddmconfdir.patch | 32 
 x11-misc/sddm/sddm-0.18.0.ebuild  | 96 +++
 4 files changed, 153 insertions(+)

diff --git a/x11-misc/sddm/Manifest b/x11-misc/sddm/Manifest
index 0c663f33667..ddeba3e7838 100644
--- a/x11-misc/sddm/Manifest
+++ b/x11-misc/sddm/Manifest
@@ -1,2 +1,3 @@
 DIST sddm-0.15.0.tar.gz 3520188 BLAKE2B 
b29a994a0ea2fbbda3f5eaf16885fdfa513a759e5db4d879eed2a7cae1472b90124d2ca65404edae8727a047a9d761b72382dc9ddb206f8dc35b5101856cf377
 SHA512 
4440acfc6f98ab8efe8e3a441e8dc9ee98615c3544f8adc899bc4f0334e4f1b0d37c1ef823b32cc466adc8fac942cd188b33eb49795e0468a136a959c65c7566
 DIST sddm-0.17.0.tar.gz 3527180 BLAKE2B 
b11ea779f772f4c0638e3c8712d03ecb12d26f432f34b2756c0a1a90b3db2136525ff0c4b2733b14e2605ba656b76d69c8fdb465864017bd19b58b14982d3492
 SHA512 
81d6fc8731a3f4a49018c5bde07d21e26647e0066382cfb8dc4570ac906844ee58bc79efc4b0b2753d6c831cb33e1fa8d512335d2f76a66c493527ea68c5a101
+DIST sddm-0.18.0.tar.gz 3526688 BLAKE2B 
96db3f7b4745b7b5686c3c5e4353c99f175f28c99d329df3bc49cf41788257eaf823c6998b165de90e2150e34470e65ca69731375194072aae7583c8e8dfa811
 SHA512 
474be3fc159ca31cae409ef5263c47376d41f500d8b495fc7ef896ad0f1a599a5fea9a58d7df2874493dfd9230d0121cdd836ec6171774df2ce1639e8e4c652f

diff --git a/x11-misc/sddm/files/sddm-0.18.0-Xsession.patch 
b/x11-misc/sddm/files/sddm-0.18.0-Xsession.patch
new file mode 100644
index 000..41c813a0664
--- /dev/null
+++ b/x11-misc/sddm/files/sddm-0.18.0-Xsession.patch
@@ -0,0 +1,24 @@
+--- a/data/scripts/Xsession2016-08-28 14:52:04.910181422 +0200
 b/data/scripts/Xsession2017-10-21 15:25:47.668886596 +0200
+@@ -50,6 +50,10 @@
+ ;;
+ esac
+ 
++# Make D-Bus and ConsoleKit start properly, see:
++# /etc/X11/xinit/xinitrc.d/{80-dbus,90-consolekit}
++command="$@"
++
+ [ -f /etc/xprofile ] && . /etc/xprofile
+ [ -f $HOME/.xprofile ] && . $HOME/.xprofile
+ 
+@@ -94,8 +98,8 @@
+   . "$USERXSESSION"
+ fi
+ 
+-if [ -z "$*" ]; then
++if [ -z "$command" ]; then
+ exec xmessage -center -buttons OK:0 -default OK "Sorry, $DESKTOP_SESSION 
is no valid session."
+ else
+-exec $@
++exec $command
+ fi

diff --git a/x11-misc/sddm/files/sddm-0.18.0-sddmconfdir.patch 
b/x11-misc/sddm/files/sddm-0.18.0-sddmconfdir.patch
new file mode 100644
index 000..9d8f2b545a1
--- /dev/null
+++ b/x11-misc/sddm/files/sddm-0.18.0-sddmconfdir.patch
@@ -0,0 +1,32 @@
+From 300078995ae82495cf09a0646a07e0214f0ae030 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sat, 21 Jul 2018 22:41:29 +0200
+Subject: [PATCH] Change location of sddm.conf.d to DATAROOTDIR
+
+/usr/lib is not a location that should be hardcoded - depending on
+distribution and architecture this can be different. So far, SDDM
+does not use this path unless the above conditions happen to make
+it coincide with the install location of its Qml modules.
+
+DATAROOTDIR is defined as: Read-only architecture-independent data.
+This seems to be a better fit for a system SDDM default config dir.
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8500c65..5150b7d 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -184,7 +184,7 @@ set(WAYLAND_SESSION_COMMAND 
"${DATA_INSTALL_DIR}/scripts/wayland-session"
+ 
+ set(CONFIG_FILE "${CMAKE_INSTALL_FULL_SYSCONFDIR}/sddm.conf"  
  CACHE PATH  "Path of the sddm config file")
+ set(CONFIG_DIR  
"${CMAKE_INSTALL_FULL_SYSCONFDIR}/sddm.conf.d"  CACHE PATH  "Path of 
the sddm config directory")
+-set(SYSTEM_CONFIG_DIR   
"${CMAKE_INSTALL_PREFIX}/lib/sddm/sddm.conf.d"  CACHE PATH  "Path of 
the system sddm config directory")
++set(SYSTEM_CONFIG_DIR   
"${CMAKE_INSTALL_FULL_DATAROOTDIR}/sddm/sddm.conf.d" CACHE PATH  "Path of 
the system sddm config directory")
+ set(LOG_FILE
"${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/log/sddm.log"  CACHE PATH  "Path of 
the sddm log file")
+ set(DBUS_CONFIG_FILENAME"org.freedesktop.DisplayManager.conf" 
  CACHE STRING"Name of the sddm config file")
+ set(COMPONENTS_TRANSLATION_DIR  "${DATA_INSTALL_DIR}/translations"
  CACHE PATH  "Components translations directory")
+-- 
+2.18.0
+

diff --git a/x11-misc/sddm/sddm-0.18.0.ebuild b/x11-misc/sddm/sddm-0.18.0.ebuild
new file mode 100644
index 000.

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/puff/

2018-07-22 Thread Thomas Beierlein
commit: cc10cf6b5886ab8d72b2fb098e4ee761635bca11
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jul  9 18:22:38 2018 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Jul 22 11:39:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc10cf6b

sci-electronics/puff: EAPI7, improve ebuild

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

 sci-electronics/puff/puff-20100127-r1.ebuild | 47 
 1 file changed, 47 insertions(+)

diff --git a/sci-electronics/puff/puff-20100127-r1.ebuild 
b/sci-electronics/puff/puff-20100127-r1.ebuild
new file mode 100644
index 000..9ea282b9822
--- /dev/null
+++ b/sci-electronics/puff/puff-20100127-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="microwave CAD software"
+HOMEPAGE="http://wwwhome.cs.utwente.nl/~ptdeboer/ham/puff/";
+SRC_URI="http://wwwhome.cs.utwente.nl/~ptdeboer/ham/${PN}/${P}.tgz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+   dev-lang/fpc"
+
+src_prepare() {
+   default
+   # fix lib path for X11 and dont ignore LDFLAGS
+   sed -i -e "s#lib\\\/#$(get_libdir)\\\/#" \
+   -e 's/CFLAGS/#CFLAGS/' \
+   -e 's/link.res pu/link.res $(LDFLAGS) pu/' Makefile || die
+}
+
+src_compile() {
+   LDFLAGS="$(raw-ldflags)"
+   emake -j1
+}
+
+src_install() {
+   dobin puff
+
+   dodoc changelog.txt README.txt
+   newdoc "Puff Manual.pdf" Puff_Manual.pdf
+
+   insinto /usr/share/${PN}
+   doins setup.puf
+   doins -r orig_dev_and_puf_files
+}
+
+pkg_postinst() {
+   elog "You must copy /usr/share/${PN}/setup.puf into your working 
directory"
+   elog "before using the program."
+}



[gentoo-commits] repo/gentoo:master commit in: mail-client/sylpheed/

2018-07-22 Thread Akinori Hattori
commit: 786dd62624cd12bf4715989c4c33fe99372cf26e
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 12:12:29 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 12:12:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786dd626

mail-client/sylpheed: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mail-client/sylpheed/Manifest  |  1 -
 mail-client/sylpheed/metadata.xml  | 21 +-
 mail-client/sylpheed/sylpheed-3.5.1.ebuild | 63 --
 3 files changed, 11 insertions(+), 74 deletions(-)

diff --git a/mail-client/sylpheed/Manifest b/mail-client/sylpheed/Manifest
index 09d501082a8..b1df94ce354 100644
--- a/mail-client/sylpheed/Manifest
+++ b/mail-client/sylpheed/Manifest
@@ -1,3 +1,2 @@
-DIST sylpheed-3.5.1.tar.bz2 3561816 BLAKE2B 
811d433a2930d32dd6d2a5aa3010c4cfe54e514a7705624dc7ae067b3e5db1a3aa745e980c0e240b1b6515535c8ee38988aa8410ea07369f77d53bade561b462
 SHA512 
264aafb40eaa163405074480b2deb7eefe0d2158a107d9b26bc35d5506dcf5a52cf5712b81bd4c06b4c76e48c6e372c74473e5371bbdc80f230267f3b211c7f5
 DIST sylpheed-3.6.0.tar.bz2 3568998 BLAKE2B 
283ea6c956eb67332b9f1ba34cecb2be853a079d398b5165e925b9adfe33b75d5eab559b91a707b5c76d9253f35acbf4177afcbb90e86fb48b45bcd9aa517768
 SHA512 
84c59e327690ed7e637e9ce60e630da6cdad771ccc278e31e490ed643da55c295fb47e999ad421fc59dbbcfed990882022b96cf478bd47253692d2e86279c591
 DIST sylpheed-3.7.0.tar.bz2 3612328 BLAKE2B 
bd8182db8a46b956e12b3da4b15d3ee8184a612e2fb216aca20fd4a022610b17416f994d36b390a5a92835915e95f08bd59bf71154a86962c9564162be891f21
 SHA512 
490837528bf7ba9d26994cd5fff00b6e5390a127419b9d0efd9fc25c38be1291d55c5b8daebdf5ca9d9159a51c938449e76212328f3eae40cc039db88cb5caa4

diff --git a/mail-client/sylpheed/metadata.xml 
b/mail-client/sylpheed/metadata.xml
index 2ab17e94c00..ee28f2975e6 100644
--- a/mail-client/sylpheed/metadata.xml
+++ b/mail-client/sylpheed/metadata.xml
@@ -1,14 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-hat...@gentoo.org
-  
-  
-net-m...@gentoo.org
-Net-Mail
-  
-  
-Use dev-libs/oniguruma for regular 
expression
-  
+   
+   hat...@gentoo.org
+   Akinori Hattori
+   
+   
+   net-m...@gentoo.org
+   Net-Mail
+   
+   
+   Use dev-libs/oniguruma for 
regular expression
+   
 

diff --git a/mail-client/sylpheed/sylpheed-3.5.1.ebuild 
b/mail-client/sylpheed/sylpheed-3.5.1.ebuild
deleted file mode 100644
index c6ea5a09982..000
--- a/mail-client/sylpheed/sylpheed-3.5.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils
-
-DESCRIPTION="A lightweight email client and newsreader"
-HOMEPAGE="http://sylpheed.sraoss.jp/";
-SRC_URI="http://${PN}.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="crypt ipv6 ldap libressl nls oniguruma pda spell ssl xface"
-
-CDEPEND="x11-libs/gtk+:2
-   crypt? ( app-crypt/gpgme )
-   ldap? ( net-nds/openldap )
-   nls? ( sys-devel/gettext )
-   oniguruma? ( dev-libs/oniguruma:= )
-   pda? ( app-pda/jpilot )
-   spell? ( app-text/gtkspell:2 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   )"
-RDEPEND="${CDEPEND}
-   app-misc/mime-types
-   net-misc/curl"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-   xface? ( media-libs/compface )"
-
-src_configure() {
-   local htmldir=/usr/share/doc/${PF}/html
-   econf \
-   $(use_enable crypt gpgme) \
-   $(use_enable ipv6) \
-   $(use_enable ldap) \
-   $(use_enable oniguruma) \
-   $(use_enable pda jpilot) \
-   $(use_enable spell gtkspell) \
-   $(use_enable ssl) \
-   $(use_enable xface compface) \
-   --with-plugindir=/usr/$(get_libdir)/${PN}/plugins \
-   --with-manualdir=${htmldir}/manual \
-   --with-faqdir=${htmldir}/faq \
-   --disable-updatecheck
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog* NEWS* PLUGIN* README* TODO*
-
-   doicon *.png
-   domenu *.desktop
-
-   cd plugin/attachment_tool
-   emake DESTDIR="${D}" install-plugin
-   docinto plugin/attachment_tool
-   dodoc README
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/canna-2ch/, app-dicts/canna-2ch/files/

2018-07-22 Thread Akinori Hattori
commit: a7c8b722f7ee398b9a655959a2062f0a3e2bb8bf
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 12:15:55 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 12:15:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c8b722

app-dicts/canna-2ch: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-dicts/canna-2ch/Manifest   |  1 -
 app-dicts/canna-2ch/canna-2ch-20030827.ebuild  | 31 --
 .../files/canna-2ch-20030827-gentoo.patch  | 18 -
 3 files changed, 50 deletions(-)

diff --git a/app-dicts/canna-2ch/Manifest b/app-dicts/canna-2ch/Manifest
index 3a92bab7c86..0cf8a347e27 100644
--- a/app-dicts/canna-2ch/Manifest
+++ b/app-dicts/canna-2ch/Manifest
@@ -1,2 +1 @@
-DIST canna-2ch-20030827.tar.gz 51757 BLAKE2B 
4fa31c65a650a986f38b3b338c7ccdb89d197f578f0bc896bd80c23e078a9bda1cbe12d7c43054fde7f9e760711d6ace56489410501910377250449e909a3b33
 SHA512 
9cc5a78461ac0d6acb9eebae2ae2a71b02b368fc9ec61741b6459a3baab734e20b37d14bd939d44b03c3ee8b8b9c926d045aeb48ca0fd42d42f88fc02d136d0b
 DIST canna-2ch-20040519.tar.gz 53168 BLAKE2B 
247b30f7a97258eac52f9a1d32bd2a785dcfaccd50430fd251a287a80b7a7ab12d1f2c4894d9eb026552f033854b50fbc967a50b66b84d3d5fe68e1954beb6fb
 SHA512 
62b6f633fd0d345e09ce1e0603f61fe1363880ecdc72932e7a8d6d4c17a23be619a749974a3f54a78642396834888f628f047f1a88db3c8d36a758468bd6d296

diff --git a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild 
b/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
deleted file mode 100644
index 45e27b445d4..000
--- a/app-dicts/canna-2ch/canna-2ch-20030827.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit cannadic
-
-DESCRIPTION="Japanese Canna dictionary for 2channelers"
-HOMEPAGE="http://omaemona.sourceforge.net/packages/Canna";
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-#SRC_URI="http://omaemona.sourceforge.net/packages/Canna/2ch.t";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ppc ppc64 sparc x86"
-IUSE="canna"
-
-DEPEND="canna? ( app-i18n/canna )"
-S="${WORKDIR}/${PN}"
-
-PATCHES=( "${FILESDIR}/"${P}-gentoo.patch )
-
-CANNADICS="2ch"
-DICSDIRFILE="${FILESDIR}/052ch.dics.dir"
-
-src_compile() {
-   # Anthy users do not need binary dictionary
-   if use canna; then
-   mkbindic nichan.ctd || die
-   fi
-}

diff --git a/app-dicts/canna-2ch/files/canna-2ch-20030827-gentoo.patch 
b/app-dicts/canna-2ch/files/canna-2ch-20030827-gentoo.patch
deleted file mode 100644
index 67f28e304dc..000
--- a/app-dicts/canna-2ch/files/canna-2ch-20030827-gentoo.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/nichan.ctd
-+++ b/nichan.ctd
-@@ -2439,7 +2439,6 @@
- ���夦 #T35 ���
- ���ˤä� #T35 �ĸ���
- �� #JNM 
--�� #JNMUC 
-  #JN ���ĵ�
- �� #JN ���ĵ���
- �Ф�� #T35 ���ĵ��Ϸ���
-@@ -4585,7 +4584,6 @@
- ��� #CJ ���
- ��� #CJ ���ݥ���
-  #JNM 
-- #JNMUC 
- ��󤸤�� #KK ��󥸥��
- ��󤸤�� #T35 ��󥸥��
- � #CJ �

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

2018-07-22 Thread Keri Harris
commit: 0ff63aff8b6e8162d6a9f7f4244531bf242af9ce
Author: Keri Harris  gentoo  org>
AuthorDate: Sun Jul 22 12:17:36 2018 +
Commit: Keri Harris  gentoo  org>
CommitDate: Sun Jul 22 12:17:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff63aff

dev-lang/logtalk: update mimeinfo database

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/logtalk/logtalk-3.11.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-lang/logtalk/logtalk-3.11.2.ebuild 
b/dev-lang/logtalk/logtalk-3.11.2.ebuild
index 682b01ea55f..a9cb4028bfe 100644
--- a/dev-lang/logtalk/logtalk-3.11.2.ebuild
+++ b/dev-lang/logtalk/logtalk-3.11.2.ebuild
@@ -95,6 +95,7 @@ src_install() {
 }
 
 pkg_postinst() {
+   xdg_mimeinfo_database_update
xdg_desktop_database_update
 
ewarn "The following integration scripts are installed"
@@ -122,5 +123,6 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
+   xdg_mimeinfo_database_update
xdg_desktop_database_update
 }



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

2018-07-22 Thread Akinori Hattori
commit: 68b8e40875355591b608e40b5969e16f33b1d557
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 12:20:04 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 12:20:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b8e408

app-shells/yash: amd64/x86 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-shells/yash/yash-2.47.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/yash/yash-2.47.ebuild b/app-shells/yash/yash-2.47.ebuild
index ae2eee4bca5..ba1b7b0c6c2 100644
--- a/app-shells/yash/yash-2.47.ebuild
+++ b/app-shells/yash/yash-2.47.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/69353/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="nls test"
 
 RDEPEND="sys-libs/ncurses:=



[gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/

2018-07-22 Thread Sergei Trofimovich
commit: 7bb6ef82a48532432ec66af39d50df7cff3237ff
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul 22 12:27:16 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 22 12:27:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb6ef82

games-emulation/dolphin: adopt an orphan, refresh live ebuild

A few minor changes:
- refreshed locale list (as suggested by the ebuild check)
- moved from EAPI=5 to EAPI=6
- dropped removed WxWidgets UI
- added depends on more bundled libraries

Closes: https://bugs.gentoo.org/561914
Closes: https://bugs.gentoo.org/598625
Closes: https://bugs.gentoo.org/632882
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-emulation/dolphin/dolphin-.ebuild | 90 -
 games-emulation/dolphin/metadata.xml|  5 +-
 2 files changed, 54 insertions(+), 41 deletions(-)

diff --git a/games-emulation/dolphin/dolphin-.ebuild 
b/games-emulation/dolphin/dolphin-.ebuild
index 78c1cdbac9d..de76dd90ee6 100644
--- a/games-emulation/dolphin/dolphin-.ebuild
+++ b/games-emulation/dolphin/dolphin-.ebuild
@@ -1,13 +1,12 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PLOCALES="ar ca cs da_DK de el en es fa fr hr hu it ja ko ms_MY nb nl pl pt 
pt_BR ro_RO ru sr sv tr zh_CN zh_TW"
+PLOCALES="ar ca cs da de el en es fa fr hr hu it ja ko ms nb nl pl pt pt_BR ro 
ru sr sv tr zh_CN zh_TW"
 PLOCALE_BACKUP="en"
-WX_GTK_VER="3.0"
 
-inherit cmake-utils desktop gnome2-utils l10n pax-utils toolchain-funcs 
versionator wxwidgets
+inherit cmake-utils desktop gnome2-utils l10n pax-utils
 
 if [[ ${PV} == * ]]
 then
@@ -23,16 +22,19 @@ HOMEPAGE="https://www.dolphin-emu.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="alsa ao bluetooth doc egl +evdev ffmpeg libav llvm log lto openal +pch 
portaudio profile pulseaudio qt5 sdl upnp +wxwidgets"
+IUSE="alsa ao bluetooth discord-presence doc egl +evdev ffmpeg libav llvm log 
lto openal portaudio profile pulseaudio +qt5 sdl systemd upnp"
 
 RDEPEND="
>=media-libs/libsfml-2.1
>net-libs/enet-1.3.7
>=net-libs/mbedtls-2.1.1:=
-   dev-libs/lzo
+   dev-libs/hidapi:0=
+   dev-libs/lzo:2=
+   dev-libs/pugixml:0=
media-libs/libpng:0=
+   net-misc/curl:0=
sys-libs/readline:0=
-   sys-libs/zlib:=
+   sys-libs/zlib:0=
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrandr
@@ -64,14 +66,12 @@ RDEPEND="
dev-qt/qtwidgets:5
)
sdl? ( media-libs/libsdl2[haptic,joystick] )
+   systemd? ( sys-apps/systemd:0= )
upnp? ( >=net-libs/miniupnpc-1.7 )
-   wxwidgets? (
-   dev-libs/glib:2
-   x11-libs/gtk+:2
-   x11-libs/wxGTK:${WX_GTK_VER}[opengl,X]
-   )"
+"
 DEPEND="${RDEPEND}
app-arch/zip
+   dev-util/vulkan-headers
media-libs/freetype
sys-devel/gettext
virtual/pkgconfig"
@@ -102,20 +102,33 @@ src_prepare() {
sed -i -e '/check_lib(PULSEAUDIO/d' CMakeLists.txt || die
fi
 
-   # Remove ALL the bundled libraries, aside from:
-   # - SOIL: The sources are not public.
-   # - Bochs-disasm: Don't know what it is.
-   # - gtest: Their build set up solely relies on the build in gtest.
-   # - xxhash: Not on the tree.
-   mv Externals/SOIL . || die
-   mv Externals/Bochs_disasm . || die
-   mv Externals/gtest . || die
-   mv Externals/xxhash . || die
+   # Remove all the bundled libraries that support system-installed
+   # preference. See CMakeLists.txt for conditional 'add_subdirectory' 
calls.
+   local KEEP_SOURCES=(
+   Bochs_disasm
+   cpp-optparse
+   glslang
+   # FIXME: xxhash can't be found by cmake
+   xxhash
+   # soundtouch uses shorts, not floats
+   soundtouch
+   cubeb
+   discord-rpc
+   # Their build set up solely relies on the build in gtest.
+   gtest
+   # gentoo's version requires exception support.
+   # dolphin disables exceptions and fails the build.
+   picojson
+   )
+   local s
+   for s in "${KEEP_SOURCES[@]}"; do
+   mv -v "Externals/${s}" . || die
+   done
+   einfo "removing sources: $(echo Externals/*)"
rm -r Externals/* || die "Failed to delete Externals dir."
-   mv Bochs_disasm Externals || die
-   mv SOIL Externals || die
-   mv gtest Externals || die
-   mv xxhash Externals || die
+   for s in "${KEEP_SOURCES[@]}"; do
+   mv -v "${s}" "Externals/" || die
+   done
 
remove_locale() {
# Ensure preservation of the backup locale when no valid LINGUA 
is set
@@ -131,23 +144,20 @@ src_prepare() {
 }
 
 src_configure() {
-   if use

[gentoo-commits] repo/gentoo:master commit in: app-i18n/uim-tomoe-gtk/

2018-07-22 Thread Akinori Hattori
commit: 39197cd3f8e21cc501b7ab39f5720214b4a37eab
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 12:28:49 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 12:29:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39197cd3

app-i18n/uim-tomoe-gtk: amd64/x86 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild 
b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
index 6d00f5ece70..ff99b8ad6a2 100644
--- a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
+++ b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-i18n/uim



[gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe-gtk/

2018-07-22 Thread Akinori Hattori
commit: 6c762572067158723ed57f49583f44e6419394a8
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 12:27:59 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 12:29:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c762572

app-i18n/tomoe-gtk: x86 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild 
b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
index ee72ae4622b..52bdcab8445 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-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"
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2018-07-22 Thread Keri Harris
commit: bcaca65af80c7378ba05f12cf5be10471bf73095
Author: Keri Harris  gentoo  org>
AuthorDate: Sun Jul 22 12:33:38 2018 +
Commit: Keri Harris  gentoo  org>
CommitDate: Sun Jul 22 12:33:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcaca65a

dev-lang/logtalk: remove old versions

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/logtalk/Manifest  |   3 -
 .../files/logtalk-3.00.0-no-user-docs.patch|  34 --
 .../files/logtalk-3.03.0-no-user-docs.patch|  34 --
 dev-lang/logtalk/logtalk-3.00.0.ebuild | 132 -
 dev-lang/logtalk/logtalk-3.03.0.ebuild | 132 -
 dev-lang/logtalk/logtalk-3.07.0.ebuild | 130 
 6 files changed, 465 deletions(-)

diff --git a/dev-lang/logtalk/Manifest b/dev-lang/logtalk/Manifest
index 2969b08501c..81455d243b6 100644
--- a/dev-lang/logtalk/Manifest
+++ b/dev-lang/logtalk/Manifest
@@ -1,5 +1,2 @@
-DIST logtalk-3.00.0.tar.bz2 1886297 BLAKE2B 
7018a39b841c2c7e86945282baf04f83ecbe0dccc5d3760af963bd6e623acf8d04b3e6ce3aa7a702c7f1eb3a8f70d8c6d00d394ec249d2cbfa021d815e4db398
 SHA512 
bb4ecc709e71eee9a9a532bfcef764095e581189f3e17c9c0f2d80ceeaa4dd993d7da087b07e27f4a377a40d7a798378591d89ab6c801c7a26c1b1d646c7b76c
-DIST logtalk-3.03.0.tar.bz2 1997131 BLAKE2B 
98cbf7d0b9778b7379b7de1c22ff1772b9bab7475b377cda07c7ae48a60494dc7a39fd0b88ab808f2076d1359b209ca43b1e6565052f0e47d34cb7e9ca33d30b
 SHA512 
8445b0dda78ce0a7a0fe380b03d061271eb924df34c8f035c96a949b177c99234e2998c65f18c55be04c7d661c94473448eb2dc79a586dbc346ab07887f0e98a
-DIST logtalk-3.07.0.tar.bz2 2114396 BLAKE2B 
62b5960c31fee312ce842b450d49a066508569b636277306e60bbca51bb825c967b0fb53779181e31cf8c9e3345addf7e6d2f1aae98f153cc42cc75bab93f3f9
 SHA512 
1b26c4f49dee469d6f3a4ae15dd0c429b2b79a407aca9f518af6d1f19f682b6c72dd76c6ed3da38555353219f832efce6f0fb54a4a946cae2fccfa78c67c5757
 DIST logtalk-3.11.2.tar.bz2 3122034 BLAKE2B 
bb790f6c11f581233718f92585f459ba7acb4f66a246d575061bb269db85fc37dd73bd8e185de3fc4cdfe62dcdf1d26782ff1dfe26846d99b39c57e97dc5
 SHA512 
5c48a4c2165c8b4bfe3047d7dc42f3210a72488fbc2e7349a93ae17ed3590cdd4ff22417f153f163c76605ffc30a5bc8fad2bd91099edf68e675b1d94fb7662b
 DIST logtalk-3.18.0.tar.bz2 3280635 BLAKE2B 
0105c0816d3b265f15f9ba6e82a4e6dbc877869c2ade6deac3f2748da12e14bd5de2e82ca8f1793c6553a635ca8a55138e79645219f09146c8adec4b60f70b30
 SHA512 
1575a564ff23d35b4d1581e7f5725515a548ea57d128fbfa13f8138e41791c50cc9626bdc26a85f5e676500b3f232faf742e434b1416707134e4c9b3f8afe424

diff --git a/dev-lang/logtalk/files/logtalk-3.00.0-no-user-docs.patch 
b/dev-lang/logtalk/files/logtalk-3.00.0-no-user-docs.patch
deleted file mode 100644
index 7c14f28413a..000
--- a/dev-lang/logtalk/files/logtalk-3.00.0-no-user-docs.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 a/scripts/logtalk_user_setup.sh
-+++ b/scripts/logtalk_user_setup.sh
-@@ -114,14 +114,12 @@
- 
- echo "Copying Logtalk files and directories..."
- mkdir -p "$LOGTALKUSER"/contributions
--mkdir -p "$LOGTALKUSER"/docs
- mkdir -p "$LOGTALKUSER"/examples
- mkdir -p "$LOGTALKUSER"/library
- mkdir -p "$LOGTALKUSER"/scratch
- mkdir -p "$LOGTALKUSER"/tests
- mkdir -p "$LOGTALKUSER"/tools
- cp -RL "$LOGTALKHOME"/contributions "$LOGTALKUSER"/
--cp -RL "$LOGTALKHOME"/docs "$LOGTALKUSER"/
- cp -RL "$LOGTALKHOME"/examples "$LOGTALKUSER"/
- cp -RL "$LOGTALKHOME"/library "$LOGTALKUSER"/
- cp -RL "$LOGTALKHOME"/scratch "$LOGTALKUSER"/
-@@ -135,16 +133,7 @@
- rm -f "$LOGTALKUSER"/tools/lgtdoc/xml/lgt2*
- rm -f "$LOGTALKUSER"/tools/lgtdoc/xml/logtalk.dtd
- rm -f "$LOGTALKUSER"/tools/lgtdoc/xml/logtalk.xsd
--ln -sf "$LOGTALKHOME"/BIBLIOGRAPHY.bib "$LOGTALKUSER"/BIBLIOGRAPHY.bib
--ln -sf "$LOGTALKHOME"/CUSTOMIZE.md "$LOGTALKUSER"/CUSTOMIZE.md
--ln -sf "$LOGTALKHOME"/INSTALL.md "$LOGTALKUSER"/INSTALL.md
--ln -sf "$LOGTALKHOME"/LICENSE.txt "$LOGTALKUSER"/LICENSE.txt
--ln -sf "$LOGTALKHOME"/QUICK_START.md "$LOGTALKUSER"/QUICK_START.md
--ln -sf "$LOGTALKHOME"/README.md "$LOGTALKUSER"/README.md
--ln -sf "$LOGTALKHOME"/RELEASE_NOTES.md "$LOGTALKUSER"/RELEASE_NOTES.md
--ln -sf "$LOGTALKHOME"/UPGRADING.md "$LOGTALKUSER"/UPGRADING.md
- ln -sf "$LOGTALKHOME"/adapters "$LOGTALKUSER"/adapters
--ln -sf "$LOGTALKHOME"/manuals "$LOGTALKUSER"/manuals
- ln -sf "$LOGTALKHOME"/paths "$LOGTALKUSER"/paths
- ln -sf "$LOGTALKHOME"/coding "$LOGTALKUSER"/coding
- ln -sf "$LOGTALKHOME"/tools/lgtdoc/xml/lgt2html.sh 
"$LOGTALKUSER"/tools/lgtdoc/xml/lgt2html

diff --git a/dev-lang/logtalk/files/logtalk-3.03.0-no-user-docs.patch 
b/dev-lang/logtalk/files/logtalk-3.03.0-no-user-docs.patch
deleted file mode 100644
index 6d4e7ab9154..000
--- a/dev-lang/logtalk/files/logtalk-3.03.0-no-user-docs.patch
+++ /dev/null
@@ -1,34 +0,0 @@
 a/scripts/logtalk_user_setup.sh
-+++ b/scripts/logtalk_user_setup.sh
-@@ -110,14 +110,12 @@
- 
- echo "Copying Logtalk files and directories..."
- mkdir -p "$LOGTALKUSER"/contributions
--mkdir -p "

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

2018-07-22 Thread Keri Harris
commit: a6ed2a62e70924369da10853f68955223fc70ee2
Author: Keri Harris  gentoo  org>
AuthorDate: Sun Jul 22 12:29:44 2018 +
Commit: Keri Harris  gentoo  org>
CommitDate: Sun Jul 22 12:30:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ed2a62

dev-lang/logtalk: version bump

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/logtalk/Manifest  |   1 +
 .../logtalk/files/logtalk-3.18.0-portage.patch |  19 +++
 dev-lang/logtalk/logtalk-3.18.0.ebuild | 130 +
 3 files changed, 150 insertions(+)

diff --git a/dev-lang/logtalk/Manifest b/dev-lang/logtalk/Manifest
index 2ce47d52308..2969b08501c 100644
--- a/dev-lang/logtalk/Manifest
+++ b/dev-lang/logtalk/Manifest
@@ -2,3 +2,4 @@ DIST logtalk-3.00.0.tar.bz2 1886297 BLAKE2B 
7018a39b841c2c7e86945282baf04f83ecbe
 DIST logtalk-3.03.0.tar.bz2 1997131 BLAKE2B 
98cbf7d0b9778b7379b7de1c22ff1772b9bab7475b377cda07c7ae48a60494dc7a39fd0b88ab808f2076d1359b209ca43b1e6565052f0e47d34cb7e9ca33d30b
 SHA512 
8445b0dda78ce0a7a0fe380b03d061271eb924df34c8f035c96a949b177c99234e2998c65f18c55be04c7d661c94473448eb2dc79a586dbc346ab07887f0e98a
 DIST logtalk-3.07.0.tar.bz2 2114396 BLAKE2B 
62b5960c31fee312ce842b450d49a066508569b636277306e60bbca51bb825c967b0fb53779181e31cf8c9e3345addf7e6d2f1aae98f153cc42cc75bab93f3f9
 SHA512 
1b26c4f49dee469d6f3a4ae15dd0c429b2b79a407aca9f518af6d1f19f682b6c72dd76c6ed3da38555353219f832efce6f0fb54a4a946cae2fccfa78c67c5757
 DIST logtalk-3.11.2.tar.bz2 3122034 BLAKE2B 
bb790f6c11f581233718f92585f459ba7acb4f66a246d575061bb269db85fc37dd73bd8e185de3fc4cdfe62dcdf1d26782ff1dfe26846d99b39c57e97dc5
 SHA512 
5c48a4c2165c8b4bfe3047d7dc42f3210a72488fbc2e7349a93ae17ed3590cdd4ff22417f153f163c76605ffc30a5bc8fad2bd91099edf68e675b1d94fb7662b
+DIST logtalk-3.18.0.tar.bz2 3280635 BLAKE2B 
0105c0816d3b265f15f9ba6e82a4e6dbc877869c2ade6deac3f2748da12e14bd5de2e82ca8f1793c6553a635ca8a55138e79645219f09146c8adec4b60f70b30
 SHA512 
1575a564ff23d35b4d1581e7f5725515a548ea57d128fbfa13f8138e41791c50cc9626bdc26a85f5e676500b3f232faf742e434b1416707134e4c9b3f8afe424

diff --git a/dev-lang/logtalk/files/logtalk-3.18.0-portage.patch 
b/dev-lang/logtalk/files/logtalk-3.18.0-portage.patch
new file mode 100644
index 000..cb0d44010d2
--- /dev/null
+++ b/dev-lang/logtalk/files/logtalk-3.18.0-portage.patch
@@ -0,0 +1,19 @@
+--- logtalk-3.18.0.orig/scripts/logtalk_user_setup.sh  2018-06-26 
15:11:02.0 +0200
 logtalk-3.18.0/scripts/logtalk_user_setup.sh   2018-07-22 
14:05:50.343406307 +0200
+@@ -131,16 +131,6 @@
+ rm -f "$LOGTALKUSER"/tools/lgtdoc/xml/lgt2*
+ rm -f "$LOGTALKUSER"/tools/lgtdoc/xml/logtalk.dtd
+ rm -f "$LOGTALKUSER"/tools/lgtdoc/xml/logtalk.xsd
+-ln -sf "$LOGTALKHOME"/ACKNOWLEDGMENTS.md "$LOGTALKUSER"/ACKNOWLEDGMENTS.md
+-ln -sf "$LOGTALKHOME"/BIBLIOGRAPHY.bib "$LOGTALKUSER"/BIBLIOGRAPHY.bib
+-ln -sf "$LOGTALKHOME"/CONTRIBUTING.md "$LOGTALKUSER"/CONTRIBUTING.md
+-ln -sf "$LOGTALKHOME"/CUSTOMIZE.md "$LOGTALKUSER"/CUSTOMIZE.md
+-ln -sf "$LOGTALKHOME"/INSTALL.md "$LOGTALKUSER"/INSTALL.md
+-ln -sf "$LOGTALKHOME"/LICENSE.txt "$LOGTALKUSER"/LICENSE.txt
+-ln -sf "$LOGTALKHOME"/QUICK_START.md "$LOGTALKUSER"/QUICK_START.md
+-ln -sf "$LOGTALKHOME"/README.md "$LOGTALKUSER"/README.md
+-ln -sf "$LOGTALKHOME"/RELEASE_NOTES.md "$LOGTALKUSER"/RELEASE_NOTES.md
+-ln -sf "$LOGTALKHOME"/UPGRADING.md "$LOGTALKUSER"/UPGRADING.md
+ ln -sf "$LOGTALKHOME"/adapters "$LOGTALKUSER"/adapters
+ ln -sf "$LOGTALKHOME"/coding "$LOGTALKUSER"/coding
+ ln -sf "$LOGTALKHOME"/integration "$LOGTALKUSER"/integration

diff --git a/dev-lang/logtalk/logtalk-3.18.0.ebuild 
b/dev-lang/logtalk/logtalk-3.18.0.ebuild
new file mode 100644
index 000..f7bd2a861f1
--- /dev/null
+++ b/dev-lang/logtalk/logtalk-3.18.0.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils xdg-utils
+
+DESCRIPTION="Open source object-oriented logic programming language"
+HOMEPAGE="http://logtalk.org";
+SRC_URI="http://logtalk.org/files/${P}.tar.bz2";
+LICENSE="Apache-2.0"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="fop xslt"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   xslt? ( dev-libs/libxslt )
+   fop? ( dev-java/fop )"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-portage.patch
+
+   eapply_user
+}
+
+src_install() {
+   # Look at scripts/install.sh for upstream installation process.
+   # Install logtalk base
+   mv scripts/logtalk_user_setup.sh integration/
+   mkdir -p "${D}/usr/share/${P}"
+   cp -r adapters coding contributions core docs examples integration \
+   library manuals paths scratch tests tools VERSION.txt \
+   loader-sample.lgt settings-sample.lgt tester-sample.lgt \
+   tests-sample.lgt \
+   "${D}/usr/share/${P}" \
+   || die "Failed to install files"
+
+   # Install mime file, the database 

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

2018-07-22 Thread Akinori Hattori
commit: 21948a88f75432a07c0669cea9f77d014e4fd11e
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 12:35:18 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 12:40:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21948a88

x11-terms/mlterm: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-terms/mlterm/Manifest|   1 -
 x11-terms/mlterm/mlterm-3.8.5.ebuild | 127 ---
 2 files changed, 128 deletions(-)

diff --git a/x11-terms/mlterm/Manifest b/x11-terms/mlterm/Manifest
index 63f15a191fb..f5a96e39621 100644
--- a/x11-terms/mlterm/Manifest
+++ b/x11-terms/mlterm/Manifest
@@ -1,3 +1,2 @@
 DIST mlterm-3.8.4.tar.gz 3881872 BLAKE2B 
647810585b0143d0f680c99032cf478e02047acc80086b4c9cbadc59df49e09ba1626ee2ff2c8a1842c68047632c61001d31f7282d9eb8619f0260de7f0bb976
 SHA512 
6afe0a60001f180df18f2d2ad5e2954a1d9423313d7784eb0cf6a9736c6a62545f461d8e3d079aa1f43eb5f27f4b0c060a7da54e08bf758b283005b16aa1e5cd
-DIST mlterm-3.8.5.tar.gz 3928532 BLAKE2B 
e5d13ea0e67d4bce1470f585b419cb073552d68115f08b5051f66a90a9887ffba2794829be52d852ef2ed36502a3ef8ea8235b2b668804599efb74f65392b4e6
 SHA512 
c43a121ed6572bdd4501a6b27f54df65ff2c09682485c7902c5cbd6b4be64f35efcf8cce3923d77afc412d681a390edc240a6a2503478ea97e0c4953e0b807a7
 DIST mlterm-3.8.6.tar.gz 3952815 BLAKE2B 
e862bf449c801c260c50391af2e4c7cd541b945b3e77186b3d1a8b9395833613c98603084bfd199773e22dca1299cc3b669325a036dd4e827baa435b91d86e42
 SHA512 
da87a72fd31dbb1e0a4779ec070a5ef2a62a0861a114b61d57d564069c15eb927f26fb47d4973ac6f6c06d99abc2899502e8210f5f3e1c6d97d0b8b52414dfb1

diff --git a/x11-terms/mlterm/mlterm-3.8.5.ebuild 
b/x11-terms/mlterm/mlterm-3.8.5.ebuild
deleted file mode 100644
index b196e452cc9..000
--- a/x11-terms/mlterm/mlterm-3.8.5.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils
-
-DESCRIPTION="A multi-lingual terminal emulator"
-HOMEPAGE="http://mlterm.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="bidi cairo canna debug fbcon fcitx freewnn gtk gtk2 harfbuzz ibus 
libssh2 m17n-lib nls regis scim skk static-libs uim utempter xft"
-
-RDEPEND="x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   bidi? ( dev-libs/fribidi )
-   cairo? ( x11-libs/cairo[X(+)] )
-   canna? ( app-i18n/canna )
-   fbcon? ( media-fonts/unifont )
-   fcitx? ( app-i18n/fcitx )
-   freewnn? ( app-i18n/freewnn )
-   gtk? (
-   gtk2? ( x11-libs/gtk+:2 )
-   !gtk2? ( x11-libs/gtk+:3 )
-   )
-   harfbuzz? ( media-libs/harfbuzz[truetype(+)] )
-   ibus? ( app-i18n/ibus )
-   libssh2? ( net-libs/libssh2 )
-   m17n-lib? ( dev-libs/m17n-lib )
-   nls? ( virtual/libintl )
-   regis? (
-   || (
-   media-libs/sdl-ttf
-   media-libs/sdl2-ttf
-   )
-   )
-   scim? ( app-i18n/scim )
-   skk? (
-   || (
-   virtual/skkserv
-   app-i18n/skk-jisyo
-   )
-   )
-   uim? ( app-i18n/uim )
-   utempter? ( sys-libs/libutempter )
-   xft? ( x11-libs/libXft )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-REQUIRED_USE="gtk2? ( gtk )"
-
-PATCHES=( "${FILESDIR}"/${PN}-font.patch )
-DOCS=( doc/{en,ja} )
-
-src_prepare() {
-   # workaround for USE=fb
-   sed -i "/^[[:space:]]*main /s/\(main man\)/libvterm \1/" configure
-   # default config
-   sed -i \
-   -e "/ icon_path =/aicon_path = 
${EPREFIX}/usr/share/pixmaps/${PN}-icon.svg" \
-   -e "/ scrollbar_view_name =/ascrollbar_view_name = sample" \
-   etc/main
-
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable bidi fribidi)
-   $(use_enable canna)
-   $(use_enable debug)
-   $(use_enable fcitx)
-   $(use_enable freewnn wnn)
-   $(use_enable harfbuzz otl)
-   $(use_enable ibus)
-   $(use_enable libssh2 ssh2)
-   $(use_enable m17n-lib m17nlib)
-   $(use_enable nls)
-   $(use_enable scim)
-   $(use_enable skk)
-   $(use_enable uim)
-   $(use_enable utempter utmp)
-   --with-gui=xlib$(usex fbcon ",fb" "")
-   --with-type-engines=xcore$(usex xft ",xft" "")$(usex cairo 
",cairo" "")
-   --enable-optimize-redrawing
-   --enable-vt52
-   --disable-static
-   )
-
-   local scrollbars="sample,extra"
-   local tools="mlclient,mlcc,mlfc,mlmenu,${PN}-zoom"
-   if use gtk; then
-   myconf+=(
-   $(use_wit

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

2018-07-22 Thread Akinori Hattori
commit: 9169b5d267ba8b05c481f9ac0ef5382fa5eaff79
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 12:39:45 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 12:40:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9169b5d2

x11-terms/mlterm: tidy

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-terms/mlterm/metadata.xml| 44 +---
 x11-terms/mlterm/mlterm-3.8.4.ebuild |  4 ++--
 x11-terms/mlterm/mlterm-3.8.6.ebuild |  4 ++--
 3 files changed, 25 insertions(+), 27 deletions(-)

diff --git a/x11-terms/mlterm/metadata.xml b/x11-terms/mlterm/metadata.xml
index 738f332896f..f589575813a 100644
--- a/x11-terms/mlterm/metadata.xml
+++ b/x11-terms/mlterm/metadata.xml
@@ -1,27 +1,25 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-c...@gentoo.org
-Cjk
-  
-  
-Enable support for 
app-accessibility/brltty
-Enable support for app-i18n/fcitx
-
-  Build with x11-libs/gtk+:2 instead of 
x11-libs/gtk+:3
-
-Enable support for OpenType Layout 
(media-libs/harfbuzz)
-Enable support for app-i18n/ibus
-Enable support for net-libs/libssh2
-Enable support for ReGIS
-Enable support for app-i18n/scim
-Enable support for SKK (virtual/skkserv or 
app-i18n/skk-jisyo)
-Enable support for app-i18n/uim
-Enable support for 
sys-libs/libutempter
-Enable support for Wayland
-  
-  
-mlterm
-  
+   
+   c...@gentoo.org
+   Cjk
+   
+   
+   Enable support for 
app-accessibility/brltty
+   Enable support for 
app-i18n/fcitx
+   Build with x11-libs/gtk+:2 instead 
of x11-libs/gtk+:3
+   Enable support for OpenType Layout 
(media-libs/harfbuzz)
+   Enable support for 
app-i18n/ibus
+   Enable support for 
net-libs/libssh2
+   Enable support for ReGIS
+   Enable support for 
app-i18n/scim
+   Enable support for SKK 
(virtual/skkserv or app-i18n/skk-jisyo)
+   Enable support for 
app-i18n/uim
+   Enable support for 
sys-libs/libutempter
+   Enable support for Wayland
+   
+   
+   mlterm
+   
 

diff --git a/x11-terms/mlterm/mlterm-3.8.4.ebuild 
b/x11-terms/mlterm/mlterm-3.8.4.ebuild
index ca0f59caf16..767bac6854f 100644
--- a/x11-terms/mlterm/mlterm-3.8.4.ebuild
+++ b/x11-terms/mlterm/mlterm-3.8.4.ebuild
@@ -13,6 +13,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="bidi cairo canna debug fbcon fcitx freewnn gtk gtk2 harfbuzz ibus 
libssh2 m17n-lib nls regis scim skk static-libs uim utempter xft"
+REQUIRED_USE="gtk2? ( gtk )"
 
 RDEPEND="x11-libs/libICE
x11-libs/libSM
@@ -51,7 +52,6 @@ RDEPEND="x11-libs/libICE
 DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"
-REQUIRED_USE="gtk2? ( gtk )"
 
 PATCHES=( "${FILESDIR}"/${PN}-font.patch )
 DOCS=( doc/{en,ja} )
@@ -115,7 +115,7 @@ src_test() {
 
 src_install () {
default
-   prune_libtool_files
+   find "${ED}" -name '*.la' -delete || die
 
docinto contrib/icon
dodoc contrib/icon/README

diff --git a/x11-terms/mlterm/mlterm-3.8.6.ebuild 
b/x11-terms/mlterm/mlterm-3.8.6.ebuild
index a2d6780884a..509a70d1261 100644
--- a/x11-terms/mlterm/mlterm-3.8.6.ebuild
+++ b/x11-terms/mlterm/mlterm-3.8.6.ebuild
@@ -13,6 +13,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="bidi brltty cairo canna debug fbcon fcitx freewnn gtk gtk2 harfbuzz ibus 
libssh2 m17n-lib nls regis scim skk static-libs uim utempter wayland xft"
+REQUIRED_USE="gtk2? ( gtk )"
 
 RDEPEND="x11-libs/libICE
x11-libs/libSM
@@ -53,7 +54,6 @@ RDEPEND="x11-libs/libICE
 DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"
-REQUIRED_USE="gtk2? ( gtk )"
 
 PATCHES=( "${FILESDIR}"/${PN}-font.patch )
 DOCS=( doc/{en,ja} )
@@ -118,7 +118,7 @@ src_test() {
 
 src_install () {
default
-   prune_libtool_files
+   find "${ED}" -name '*.la' -delete || die
 
docinto contrib/icon
dodoc contrib/icon/README



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

2018-07-22 Thread Akinori Hattori
commit: 0ce98371b323186e18c8127a64b9f4d9d353c864
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 12:51:36 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 12:51:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce98371

app-text/po4a: take over maintainership

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/po4a/metadata.xml | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-text/po4a/metadata.xml b/app-text/po4a/metadata.xml
index 6f49eba8f49..c1b8da0d8d0 100644
--- a/app-text/po4a/metadata.xml
+++ b/app-text/po4a/metadata.xml
@@ -1,5 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
+   
+   hat...@gentoo.org
+   Akinori Hattori
+   
+   
+   mquinson/po4a
+   
 



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

2018-07-22 Thread Akinori Hattori
commit: a622465a86f78bb6d67249ac51b2aac762ef8b08
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 12:56:35 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 12:56:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a622465a

app-text/po4a: new upstream release

Closes: https://bugs.gentoo.org/614196
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/po4a/Manifest |  1 +
 app-text/po4a/po4a-0.54.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/app-text/po4a/Manifest b/app-text/po4a/Manifest
index 0527fd23e3d..c8124fa0ee7 100644
--- a/app-text/po4a/Manifest
+++ b/app-text/po4a/Manifest
@@ -1 +1,2 @@
+DIST po4a-0.54.tar.gz 2686485 BLAKE2B 
f33f1e27bd24e4429ef8edbdd999333714e9a50e4af2c60ccffec91098bf330776c4ee9de9b6d4cdb459b67a26a1a6e4b8a0ead7efa82fe97584405a15245ef4
 SHA512 
5d97a169c73bcb872247599af477ecca9112b9ff576dfb93a2aa06b9891464a1837d799304f1a3ea8344ad46a4529ec19568584b7914761deccc09a9099e3130
 DIST po4a_0.47.orig.tar.gz 2389750 BLAKE2B 
72cd81e10f638a660e201b0c733b08c316aa75dd29b054bbc4c645c265b9e7745ce762305a8296f8cc37d2f182755dfa1394861f6c471cff1c7c398d13ac28cc
 SHA512 
9c459a9795977a39aacc09cfb6ddbdc7dd2174e22896fa7bde90510a43ea833054aef558f7ca798991addc052a2c7f91ee11e5d49658a5c80a9ecb9c135ff97a

diff --git a/app-text/po4a/po4a-0.54.ebuild b/app-text/po4a/po4a-0.54.ebuild
new file mode 100644
index 000..52fdda5fc38
--- /dev/null
+++ b/app-text/po4a/po4a-0.54.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PLOCALES="af ca cs da de eo es et eu fr hr id it ja kn ko nb nl pl pt_BR pt ru 
sl sv uk vi zh_CN zh_HK"
+
+inherit perl-module l10n
+
+DESCRIPTION="Tools to ease the translation of documentation"
+HOMEPAGE="https://po4a.org/";
+SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="app-text/opensp
+   dev-libs/libxslt
+   dev-perl/Locale-gettext
+   dev-perl/SGMLSpm
+   dev-perl/TermReadKey
+   dev-perl/Text-WrapI18N
+   dev-perl/Unicode-LineBreak
+   dev-perl/YAML-Tiny
+   sys-devel/gettext"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xsl-stylesheets
+   dev-perl/Module-Build
+   test? (
+   app-text/docbook-sgml-dtd:4.1
+   virtual/tex-base
+   )"
+
+PERL_RM_FILES=(
+   t/09-html.t
+)
+DIST_TEST="do"
+
+src_prepare() {
+   l10n_find_plocales_changes "${S}/po/bin" '' '.po'
+
+   rm_locale() {
+   PERL_RM_FILES+=( po/{bin,pod}/${1}.po )
+   }
+   l10n_for_each_disabled_locale_do rm_locale
+
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/

2018-07-22 Thread Akinori Hattori
commit: 90b707bafc98484c3bbd734a7fbae14062f1c37d
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 13:01:19 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 13:01:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b707ba

app-i18n/ibus-m17n: tidy

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild | 2 +-
 app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild 
b/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild
index d6b31d987ab..c17acb485e0 100644
--- a/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild
+++ b/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild
@@ -11,6 +11,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="gtk gtk2 nls"
+REQUIRED_USE="gtk2? ( gtk )"
 
 CDEPEND="app-i18n/ibus
dev-libs/m17n-lib
@@ -25,7 +26,6 @@ DEPEND="${CDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
-REQUIRED_USE="gtk2? ( gtk )"
 
 src_configure() {
econf \

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild 
b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild
index b69cce49a38..6a38324a424 100644
--- a/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild
+++ b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild
@@ -11,6 +11,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="gtk gtk2 nls"
+REQUIRED_USE="gtk2? ( gtk )"
 
 CDEPEND="app-i18n/ibus
dev-libs/m17n-lib
@@ -25,7 +26,6 @@ DEPEND="${CDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
-REQUIRED_USE="gtk2? ( gtk )"
 
 src_configure() {
econf \



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/

2018-07-22 Thread Akinori Hattori
commit: 1d4123f42540a6928bcc3b04b88092d0e545baa1
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 13:02:42 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 13:02:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4123f4

app-i18n/ibus-m17n: amd64/x86 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild 
b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild
index 6a38324a424..c17acb485e0 100644
--- a/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild
+++ b/app-i18n/ibus-m17n/ibus-m17n-1.3.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.go
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gtk gtk2 nls"
 REQUIRED_USE="gtk2? ( gtk )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/

2018-07-22 Thread Akinori Hattori
commit: ed8ccdeed4fc11be367b6387dedcd7dc42dc
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 13:03:33 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 13:03:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8ccdee

app-i18n/ibus-m17n: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/ibus-m17n/Manifest   |  1 -
 app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/app-i18n/ibus-m17n/Manifest b/app-i18n/ibus-m17n/Manifest
index f57b420b404..334f3aa18ba 100644
--- a/app-i18n/ibus-m17n/Manifest
+++ b/app-i18n/ibus-m17n/Manifest
@@ -1,2 +1 @@
-DIST ibus-m17n-1.3.2.tar.gz 414324 BLAKE2B 
de477d8d0ec8e6498946799d2369755ec4b82856df7be91b426535290442dcffc43538b06b9e9aaffc6f1eae794a232b86935230bb3590f165a91bda9e4a1629
 SHA512 
6cbff2bf08043eb46d5e97c9303ebbb795c69b77c14d113c22fee2111eaee04ba8bc27bbd44b6640be02dd43f4b3711aba1b02fcbb350b8bca8d90dd20b4ba54
 DIST ibus-m17n-1.3.4.tar.gz 436687 BLAKE2B 
66c1138101b1c3634ebeef4657ef9d4accb30e9db0047d7232d1c25a5d061e705fb1f1bd2800c951baadeddf999a4eb24a581d59e261df4fd68d23b29ef3c530
 SHA512 
9e9bc290b0f0d68558d408f6e69aa3bd9bb767db827a95839b576b58c7a5056dedcbd9b0bf1aab5e26ab21e601acd67a53404a5fd54b436efaf2a706489f25c4

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild 
b/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild
deleted file mode 100644
index c17acb485e0..000
--- a/app-i18n/ibus-m17n/ibus-m17n-1.3.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="M17N engine for IBus"
-HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk gtk2 nls"
-REQUIRED_USE="gtk2? ( gtk )"
-
-CDEPEND="app-i18n/ibus
-   dev-libs/m17n-lib
-   gtk? (
-   gtk2? ( x11-libs/gtk+:2 )
-   !gtk2? ( x11-libs/gtk+:3 )
-   )
-   nls? ( virtual/libintl )"
-RDEPEND="${CDEPEND}
-   >=dev-db/m17n-db-1.7"
-DEPEND="${CDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   $(use_with gtk gtk $(usex gtk2 2.0 3.0))
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/

2018-07-22 Thread Akinori Hattori
commit: c6dd602ae9ba388dfb0fe8c231dac06cb0988122
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 13:07:16 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 13:07:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dd602a

app-i18n/yaskkserv: tidy

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/yaskkserv/metadata.xml   | 14 +++---
 app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild |  6 ++
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/app-i18n/yaskkserv/metadata.xml b/app-i18n/yaskkserv/metadata.xml
index 11ae3503063..6e6dda1b2b3 100644
--- a/app-i18n/yaskkserv/metadata.xml
+++ b/app-i18n/yaskkserv/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-c...@gentoo.org
-Cjk
-  
-  
-wachikun/yaskkserv
-  
+   
+   c...@gentoo.org
+   Cjk
+   
+   
+   wachikun/yaskkserv
+   
 

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
index 0d0ae48356c..255ca5d5e63 100644
--- a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.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"
@@ -13,6 +13,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="gnutls libressl systemd"
+REQUIRED_USE="?? ( gnutls libressl )"
 
 RDEPEND="app-i18n/skk-jisyo
gnutls? ( net-libs/gnutls )
@@ -24,10 +25,7 @@ RDEPEND="app-i18n/skk-jisyo
 DEPEND="${RDEPEND}
dev-lang/perl"
 
-REQUIRED_USE="?? ( gnutls libressl )"
-
 PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
-DOCS=( README.md )
 HTML_DOCS=( documentation/. )
 
 src_configure() {



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

2018-07-22 Thread Akinori Hattori
commit: e6289c8309fa5569f36a8d9e2d1c62aac7a18079
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 13:13:48 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 13:13:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6289c83

www-client/w3m: tidy

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index cf96341722f..e606b0ba9cc 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -16,6 +16,8 @@ LICENSE="w3m"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~amd64-fbsd"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
+REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
+   fbcon? ( ?? ( gdk-pixbuf imlib ) )"
 
 RDEPEND="dev-libs/boehm-gc:=
sys-libs/ncurses:0=
@@ -38,9 +40,6 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 S="${WORKDIR}/${MY_P}"
 
-REQUIRED_USE="X? ( ?? ( gdk-pixbuf imlib ) )
-   fbcon? ( ?? ( gdk-pixbuf imlib ) )"
-
 PATCHES=( "${FILESDIR}/${PN}-img-fb.patch" )
 
 src_prepare() {
@@ -94,8 +93,7 @@ src_configure() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" install
-   einstalldocs
+   default
 
# 
http://www.sic.med.tohoku.ac.jp/~satodai/w3m-dev/200307.month/3944.html
insinto /etc/${PN}



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

2018-07-22 Thread Jeroen Roovers
commit: 93ccc27241311cab23ce4adcb7dc5d045e384694
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 22 13:22:01 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 22 13:22:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ccc272

net-analyzer/wireshark: Synchronise live ebuild.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-analyzer/wireshark/wireshark-.ebuild | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/net-analyzer/wireshark/wireshark-.ebuild 
b/net-analyzer/wireshark/wireshark-.ebuild
index 820661327c1..eb8caa256ba 100644
--- a/net-analyzer/wireshark/wireshark-.ebuild
+++ b/net-analyzer/wireshark/wireshark-.ebuild
@@ -12,11 +12,10 @@ LICENSE="GPL-2"
 SLOT="0/${PV}"
 KEYWORDS=""
 IUSE="
-   adns androiddump bcg729 +capinfos +caps +captype ciscodump +dftest doc
-   +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink
-   nghttp2 +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux
-   +sharkd smi snappy spandsp sshdump ssl +text2pcap tfshark +tshark 
+udpdump
-   zlib
+   adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc 
+dumpcap
+   +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink nghttp2
+   +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd smi 
snappy
+   spandsp sshdump ssl +text2pcap tfshark +tshark +udpdump zlib
 "
 
 S=${WORKDIR}/${P/_/}
@@ -27,7 +26,7 @@ CDEPEND="
netlink? ( dev-libs/libnl:3 )
adns? ( >=net-dns/c-ares-1.5 )
bcg729? ( media-libs/bcg729 )
-   caps? ( sys-libs/libcap )
+   filecaps? ( sys-libs/libcap )
kerberos? ( virtual/krb5 )
sshdump? ( >=net-libs/libssh-0.6 )
ciscodump? ( >=net-libs/libssh-0.6 )
@@ -137,7 +136,7 @@ src_configure() {
-DBUILD_wireshark=$(usex qt5)
-DDISABLE_WERROR=yes
-DENABLE_BCG729=$(usex bcg729)
-   -DENABLE_CAP=$(usex caps)
+   -DENABLE_CAP=$(usex filecaps caps)
-DENABLE_CARES=$(usex adns)
-DENABLE_GNUTLS=$(usex ssl)
-DENABLE_KERBEROS=$(usex kerberos)



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

2018-07-22 Thread Jeroen Roovers
commit: f2ef2ae48edab3ace1f74608e4153564c79cfeff
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 22 13:20:47 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 22 13:22:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ef2ae4

net-analyzer/wireshark: Update Qt5Svg patch.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-analyzer/wireshark/files/wireshark--qtsvg.patch | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/wireshark/files/wireshark--qtsvg.patch 
b/net-analyzer/wireshark/files/wireshark--qtsvg.patch
index 4f151dbba21..231acd5a6fa 100644
--- a/net-analyzer/wireshark/files/wireshark--qtsvg.patch
+++ b/net-analyzer/wireshark/files/wireshark--qtsvg.patch
@@ -7,12 +7,12 @@
 -  Qt5Svg
Qt5Widgets
)
-   set(Qt5Core_OPTIONS REQUIRED)
-   set(Qt5LinguistTools_OPTIONS REQUIRED)
-   set(Qt5Multimedia_OPTIONS REQUIRED)
-   set(Qt5PrintSupport_OPTIONS REQUIRED)
--  set(Qt5Svg_OPTIONS REQUIRED)
-   set(Qt5Widgets_OPTIONS REQUIRED)
+   set(Qt5Core_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
+   set(Qt5LinguistTools_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
+   set(Qt5Multimedia_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
+   set(Qt5PrintSupport_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
+-  set(Qt5Svg_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
+   set(Qt5Widgets_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
if (APPLE)
set(PACKAGELIST ${PACKAGELIST} Qt5MacExtras)
 @@ -1187,11 +1185,6 @@



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

2018-07-22 Thread Jeroen Roovers
commit: ff9e94d1569d8883397e394ff05d3c652df99b38
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 22 12:32:09 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 22 13:22:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9e94d1

net-analyzer/wireshark: Stable for HPPA too.

Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --ignore-arches

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

diff --git a/net-analyzer/wireshark/wireshark-2.6.2.ebuild 
b/net-analyzer/wireshark/wireshark-2.6.2.ebuild
index 2eefb600640..a941474815f 100644
--- a/net-analyzer/wireshark/wireshark-2.6.2.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.6.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc64 x86"
 IUSE="
adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc
+dumpcap +editcap gtk kerberos libxml2 lua lz4 maxminddb +mergecap 
+netlink



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

2018-07-22 Thread Akinori Hattori
commit: 42c2979cf8fa4941a049a75e2891e3f5d260fd06
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Jul 22 13:27:46 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Jul 22 13:28:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c2979c

media-fonts/arphicfonts: call xdg_environment_reset

Closes: https://bugs.gentoo.org/586590
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild 
b/media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild
index fd83c1f2a83..e9669cc0824 100644
--- a/media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild
+++ b/media-fonts/arphicfonts/arphicfonts-0.2.20080216.1-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit font eutils
+inherit eutils font xdg-utils
 
 DESCRIPTION="Chinese TrueType Arphic Fonts"
 HOMEPAGE="http://www.arphic.com.tw/
@@ -59,6 +59,7 @@ src_prepare() {
find "${WORKDIR}" -mindepth 2 -maxdepth 2 -name '*.ttc' -exec mv {} . \;
find "${WORKDIR}" -name '*.conf' -exec mv "{}" . \;
epatch "${FILESDIR}"/${P}-fontconfig.patch
+   xdg_environment_reset
fontforge -script "${FILESDIR}"/${P}.pe b*.ttf || die
 }
 
@@ -68,7 +69,7 @@ src_install() {
do
cd "${WORKDIR}"/${myfont}
docinto ${myfont}
-   for doc in  FONTLOG KNOWN_ISSUES TODO README README.Bitmap NEWS 
CONTRIBUTERS
+   for doc in FONTLOG KNOWN_ISSUES TODO README README.Bitmap NEWS 
CONTRIBUTERS
do
[ -f ${doc} ] && dodoc ${doc}
done



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

2018-07-22 Thread Mikle Kolyada
commit: 7edb4f26e7d27c2b0363b66ece547b16819342f9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 13:36:36 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 13:36:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edb4f26

net-p2p/qbittorrent: Do not apply -Werror patch for live ebuild

Closes: https://bugs.gentoo.org/661772
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-p2p/qbittorrent/qbittorrent-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-.ebuild 
b/net-p2p/qbittorrent/qbittorrent-.ebuild
index 1f76cf096f6..6453f2dac22 100644
--- a/net-p2p/qbittorrent/qbittorrent-.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-.ebuild
@@ -42,7 +42,9 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
-PATCHES=( "${FILESDIR}/${PN}-4.0.4-werror.patch" )
+#PATCHES=( "${FILESDIR}/${PN}-4.0.4-werror.patch" )
+# they do not ship -Werror for the master branch yet
+# may be changed again.
 
 src_configure() {
local mycmakeargs=(



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

2018-07-22 Thread Virgil Dupras
commit: c912f8d32da04f8638d260b58faf763825f04c5a
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Jul 22 14:07:20 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Jul 22 14:07:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c912f8d3

profiles: mask dev-python/django-celery for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index cb44b3ba96f..1e6d8b71884 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Virgil Dupras  (22 Jul 2018)
+# Depends on an unsupported version of django (1.8, will be removed soon) and
+# is rendered obsolete by the direct inclusion of django support in
+# >=dev-python/celery-4.0. Removal in 30 days. Bug #661804
+dev-python/django-celery
+
 # Mart Raudsepp  (16 Jul 2018)
 # Obsolete early GNOME 2 era print libraries. Applications
 # use printing support found directly in x11-libs/gtk+ now.



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

2018-07-22 Thread Andreas Sturmlechner
commit: 3d381ff70cbea9fca16fe50c7face198acddeef7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 22 13:43:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 14:11:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d381ff7

kde-apps/pimcommon: Disable one more broken test

Bug: https://bugs.gentoo.org/661330
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/pimcommon/pimcommon-18.04.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild 
b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
index 6295115f9d1..c1c707a1725 100644
--- a/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
+++ b/kde-apps/pimcommon/pimcommon-18.04.3.ebuild
@@ -54,9 +54,9 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 src_test() {
-   # bug 641730
+   # bugs 641730, 661330
local myctestargs=(
-   -E "(autocorrectiontest)"
+   -E "(autocorrectiontest|pimcommon-translator-translatortest)"
)
 
kde5_src_test



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

2018-07-22 Thread Andreas Sturmlechner
commit: 012e4691672b89fa78f2a3cb9836fb3336166de9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 22 14:01:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 14:11:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012e4691

kde-apps/kdav: Disable one more broken test

Bug: https://bugs.gentoo.org/653602
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/kdav/kdav-18.04.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-apps/kdav/kdav-18.04.3.ebuild 
b/kde-apps/kdav/kdav-18.04.3.ebuild
index 4c5706c9bda..3fa721f7673 100644
--- a/kde-apps/kdav/kdav-18.04.3.ebuild
+++ b/kde-apps/kdav/kdav-18.04.3.ebuild
@@ -25,8 +25,9 @@ RDEPEND="${DEPEND}
 
 src_test() {
# bug 616808 - DavItemFetchJobTest requires D-Bus
+   # bug 653602 - DavItemsListJobTest mimetypes unsupported
local myctestargs=(
-   -E "(kdav-davitemfetchjob)"
+   -E "(kdav-davitemfetchjob|kdav-davitemslistjob)"
)
 
kde5_src_test



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

2018-07-22 Thread Andreas Sturmlechner
commit: 981d3b3fc1a5ef35a11c9ffc42d64e1d5f5a665e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 22 14:06:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 14:11:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981d3b3f

kde-apps/kcalutils: Disable broken test

Bug: https://bugs.gentoo.org/653616
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/kcalutils/kcalutils-18.04.3.ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/kde-apps/kcalutils/kcalutils-18.04.3.ebuild 
b/kde-apps/kcalutils/kcalutils-18.04.3.ebuild
index e2a72988299..18b556f6ca0 100644
--- a/kde-apps/kcalutils/kcalutils-18.04.3.ebuild
+++ b/kde-apps/kcalutils/kcalutils-18.04.3.ebuild
@@ -29,3 +29,12 @@ DEPEND="
 RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
 "
+
+src_test() {
+   # bug 653616
+   local myctestargs=(
+   -E "(kcalutils-testincidenceformatter)"
+   )
+
+   kde5_src_test
+}



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

2018-07-22 Thread Andreas Sturmlechner
commit: eafbd03859e8fd00e84f5b3c1d11a642dd061511
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 22 13:57:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 14:11:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafbd038

kde-apps/kamoso: Tests are broken

Closes: https://bugs.gentoo.org/653674
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/kamoso/kamoso-18.04.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kamoso/kamoso-18.04.3.ebuild 
b/kde-apps/kamoso/kamoso-18.04.3.ebuild
index 78cb89ddcaa..8de5ede297c 100644
--- a/kde-apps/kamoso/kamoso-18.04.3.ebuild
+++ b/kde-apps/kamoso/kamoso-18.04.3.ebuild
@@ -35,3 +35,5 @@ RDEPEND="${DEPEND}
media-plugins/gst-plugins-libpng:1.0
media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
 "
+
+RESTRICT+=" test" # bug 653674



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mock-Config/

2018-07-22 Thread Mikle Kolyada
commit: d76ad42dc2add2b3b3b7be3bbb30cefff42f34de
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 14:17:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 14:18:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76ad42d

dev-perl/Mock-Config: arm stable wrt bug #657558

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild 
b/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild
index fbdc87c2abd..b46eca5 100644
--- a/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild
+++ b/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Temporarily set Config or XSConfig values"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
 LICENSE="Artistic-2"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/

2018-07-22 Thread Mikle Kolyada
commit: 06bce63959241a17427f92753fadfcf0b4e9fa05
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 14:17:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 14:18:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bce639

dev-perl/Devel-CheckLib: arm stable wrt bug #657558

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild 
b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
index 91d2d6b3fe3..5714652dad6 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-CRC/

2018-07-22 Thread Mikle Kolyada
commit: 4d893306f8461b034b3087fde5e60ee1fa788e35
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 14:18:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 14:18:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d893306

dev-perl/Digest-CRC: arm stable wrt bug #657558

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2.ebuild 
b/dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2.ebuild
index 95b40e6f20e..243dd482f49 100644
--- a/dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2.ebuild
+++ b/dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-0.22"
 DESCRIPTION="Generic CRC function"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux"
 IUSE=""
 
 RDEPEND=""



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

2018-07-22 Thread Andreas Sturmlechner
commit: 9f62b8b01bb10b5512010c707b82609c4d913732
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 22 14:06:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 14:21:19 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f62b8b0

kde-apps/kcalutils: Disable broken test

Bug: https://bugs.gentoo.org/653616
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/kcalutils/kcalutils-.ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/kde-apps/kcalutils/kcalutils-.ebuild 
b/kde-apps/kcalutils/kcalutils-.ebuild
index f9292795ca..1f4d954138 100644
--- a/kde-apps/kcalutils/kcalutils-.ebuild
+++ b/kde-apps/kcalutils/kcalutils-.ebuild
@@ -29,3 +29,12 @@ DEPEND="
 RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
 "
+
+src_test() {
+   # bug 653616
+   local myctestargs=(
+   -E "(kcalutils-testincidenceformatter)"
+   )
+
+   kde5_src_test
+}



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

2018-07-22 Thread Andreas Sturmlechner
commit: 4732dff4f105ea980c533eed1dbacbddd67f9afd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 22 13:57:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 14:21:18 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4732dff4

kde-apps/kamoso: Tests are broken

Closes: https://bugs.gentoo.org/653674
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/kamoso/kamoso-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kamoso/kamoso-.ebuild 
b/kde-apps/kamoso/kamoso-.ebuild
index 1471f0b74b..f086e0a0c7 100644
--- a/kde-apps/kamoso/kamoso-.ebuild
+++ b/kde-apps/kamoso/kamoso-.ebuild
@@ -35,3 +35,5 @@ RDEPEND="${DEPEND}
media-plugins/gst-plugins-libpng:1.0
media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
 "
+
+RESTRICT+=" test" # bug 653674



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

2018-07-22 Thread Andreas Sturmlechner
commit: eeecf01543787750cc896d10451380cc16b95d25
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 22 14:01:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 14:21:18 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=eeecf015

kde-apps/kdav: Disable one more broken test

Bug: https://bugs.gentoo.org/653602
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/kdav/kdav-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-apps/kdav/kdav-.ebuild b/kde-apps/kdav/kdav-.ebuild
index d1ff1ef2ac..a9b5d927e3 100644
--- a/kde-apps/kdav/kdav-.ebuild
+++ b/kde-apps/kdav/kdav-.ebuild
@@ -25,8 +25,9 @@ RDEPEND="${DEPEND}
 
 src_test() {
# bug 616808 - DavItemFetchJobTest requires D-Bus
+   # bug 653602 - DavItemsListJobTest mimetypes unsupported
local myctestargs=(
-   -E "(kdav-davitemfetchjob)"
+   -E "(kdav-davitemfetchjob|kdav-davitemslistjob)"
)
 
kde5_src_test



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

2018-07-22 Thread Andreas Sturmlechner
commit: a7228cba1b8f690a32bf56a029ba7a02d39eb5ed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 22 14:26:00 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 22 14:26:00 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7228cba

kde-apps/pimcommon: Disable broken tests

Bug: https://bugs.gentoo.org/641730
Bug: https://bugs.gentoo.org/661330
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/pimcommon/pimcommon-.ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/kde-apps/pimcommon/pimcommon-.ebuild 
b/kde-apps/pimcommon/pimcommon-.ebuild
index 3002282f52..624220f012 100644
--- a/kde-apps/pimcommon/pimcommon-.ebuild
+++ b/kde-apps/pimcommon/pimcommon-.ebuild
@@ -52,3 +52,12 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-common-libs:4
!kde-apps/kdepim-l10n
 "
+
+src_test() {
+   # bugs 641730, 661330
+   local myctestargs=(
+   -E "(autocorrectiontest|pimcommon-translator-translatortest)"
+   )
+
+   kde5_src_test
+}



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

2018-07-22 Thread Mikle Kolyada
commit: b47c9f8a8ca9cedfa1c2dd290f3e64e4c9bab78b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 14:27:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 14:27:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47c9f8a

sys-devel/gcc: arm stable wrt bug #658444

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-devel/gcc/gcc-7.3.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-7.3.0-r3.ebuild 
b/sys-devel/gcc/gcc-7.3.0-r3.ebuild
index ffa5df4593a..abc4fac459d 100644
--- a/sys-devel/gcc/gcc-7.3.0-r3.ebuild
+++ b/sys-devel/gcc/gcc-7.3.0-r3.ebuild
@@ -8,7 +8,7 @@ PATCH_VER="1.4"
 
 inherit toolchain
 
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2018-07-22 Thread Mikle Kolyada
commit: 976eed00c2e4963ff9962646ba909ff022b83728
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 14:35:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 14:35:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976eed00

dev-ruby/mustache: arm stable wrt bug #658048

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/mustache/mustache-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mustache/mustache-1.0.5.ebuild 
b/dev-ruby/mustache/mustache-1.0.5.ebuild
index 7577f784513..a22b041c9db 100644
--- a/dev-ruby/mustache/mustache-1.0.5.ebuild
+++ b/dev-ruby/mustache/mustache-1.0.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://mustache.github.com/";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( app-text/ronn )"



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

2018-07-22 Thread Mikle Kolyada
commit: 886f42b0bb57964aee0a532ef9e40856f3c7f770
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 14:36:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 14:36:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886f42b0

dev-ruby/childprocess: arm stable wrt bug #658048

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/childprocess/childprocess-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/childprocess/childprocess-0.9.0.ebuild 
b/dev-ruby/childprocess/childprocess-0.9.0.ebuild
index 29dae567455..a7dfd71bd52 100644
--- a/dev-ruby/childprocess/childprocess-0.9.0.ebuild
+++ b/dev-ruby/childprocess/childprocess-0.9.0.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/jarib/childprocess";
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~ppc ppc64 sparc x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/ffi-1.0.11"



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

2018-07-22 Thread Mikle Kolyada
commit: f51c6e85e977923dc25ac6f2ff1555875e26eeba
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 14:36:09 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 14:36:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51c6e85

dev-ruby/hoe-seattlerb: arm stable wrt bug #658048

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild 
b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild
index 3927e35a441..00c822fc71a 100644
--- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild
+++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/seattlerb/hoe-seattlerb";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~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 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-07-22 Thread Mikle Kolyada
commit: 8c2d5532821b8227c795acdaaa45cd1c2d5b4777
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 14:34:48 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 14:34:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2d5532

dev-ruby/rdiscount: arm stable wrt bug #658048

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 16e8b75736f..2f391e54f48 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rtomayko/rdiscount";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x64-macos ~x64-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-07-22 Thread Mikle Kolyada
commit: 610e6994a6c9edd4905cd600ba6f07f1ada6d66e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 14:37:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 14:37:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610e6994

dev-ruby/builder: arm stable wrt bug #658048

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/builder/builder-3.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/builder/builder-3.2.3.ebuild 
b/dev-ruby/builder/builder-3.2.3.ebuild
index d8509b0f62a..5a1f97cac8f 100644
--- a/dev-ruby/builder/builder-3.2.3.ebuild
+++ b/dev-ruby/builder/builder-3.2.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://onestepback.org/";
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh 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 ppc ppc64 ~s390 ~sh 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=""
 
 ruby_add_bdepend "doc? ( dev-ruby/rdoc )"



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

2018-07-22 Thread Mikle Kolyada
commit: e53151f2e56ea25115e1570101d3b312764ab1e0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 14:34:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 14:34:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53151f2

dev-ruby/syntax: arm stable wrt bug #658048

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/syntax/syntax-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/syntax/syntax-1.2.2.ebuild 
b/dev-ruby/syntax/syntax-1.2.2.ebuild
index 37fd4ccb644..c1b3b7b43e2 100644
--- a/dev-ruby/syntax/syntax-1.2.2.ebuild
+++ b/dev-ruby/syntax/syntax-1.2.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/dblock/syntax/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~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 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test doc"
 
 ruby_add_bdepend "doc? ( dev-ruby/rdoc )"



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

2018-07-22 Thread Thomas Deutschmann
commit: 95b684d609eee6b78a702d8f71ade200e4a255eb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 22 14:45:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 22 14:50:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b684d6

dev-perl/CryptX: x86 stable (bug #661724)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/CryptX/CryptX-0.53.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CryptX/CryptX-0.53.0.ebuild 
b/dev-perl/CryptX/CryptX-0.53.0.ebuild
index 820d3e99f93..d8b845421ce 100644
--- a/dev-perl/CryptX/CryptX-0.53.0.ebuild
+++ b/dev-perl/CryptX/CryptX-0.53.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
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Self-contained crypto toolkit"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test minimal"
 
 RDEPEND="



  1   2   3   4   >