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

2019-08-12 Thread Jeroen Roovers
commit: 1844c6583fd9c5e39c1c3119238f511f3b453325
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 13 06:54:59 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 13 06:55:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1844c658

x11-misc/xlockmore: Version 5.58_alpha

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/xlockmore/Manifest|   1 +
 x11-misc/xlockmore/xlockmore-5.58_alpha.ebuild | 115 +
 2 files changed, 116 insertions(+)

diff --git a/x11-misc/xlockmore/Manifest b/x11-misc/xlockmore/Manifest
index 4f33ee3a57f..f3485e0889d 100644
--- a/x11-misc/xlockmore/Manifest
+++ b/x11-misc/xlockmore/Manifest
@@ -2,3 +2,4 @@ DIST ax_pthread.m4.xz 6356 BLAKE2B 
784bfa3fcae2499230acba588cea5591f62229d721cac
 DIST xlockmore-5.50.tar.xz 1632968 BLAKE2B 
2e692d16d70e3186ec1f31c192414b286f8815f2f428a6f7f43b3de0117c51c4ad2fbdfb91debe2ecb75c8683212b5d33bee62d81374552703d578b02d3af036
 SHA512 
627a905c4641d6083676a766931f23c06e2ac5af9b43447ccf03143d329d24b786aac6b248318929399b5fae98f1ec17e676466b5cbd09f180377c483694c569
 DIST xlockmore-5.56.tar.xz 1649808 BLAKE2B 
82d56a3570bd1be52014503d7c0a36cf27f68aaf31fe4a7ed06159dc796dbd1410711a56fa8e72709499b1ceb3063b2acd9646ba38400669d3671d04e9fb5745
 SHA512 
1ae5cde5d0167897229e9cb8ebd15e26fdeadc9b0e2d221e6334980f23403385bf1adbd44a955b455e3ecdf8b02b18b0e06273d8dc566b17ac3692ee5ae44f4d
 DIST xlockmore-5.57.tar.xz 1835880 BLAKE2B 
b26a9792286ded7647c816b907107b9c524ddbf46afab94c5b6b5dc5d5c918f5715c914ce4246497018bd56fd11329bcd1afe07608e44a70d24dd2c4c3d97e38
 SHA512 
2107efc7e1e9c811b6f86e9bb048dae3861a4e2f421b3d963856a77746834c08c5d349dc15cb3bc9b9aaf21abdc8f0e4af9463a90359b575604f3393c325400f
+DIST xlockmore-5.58ALPHA.tar.xz 1849660 BLAKE2B 
9b4be74fb1987bb1c946e63f8cf6ee596c0c0a7af4682cffe78c0341c5d444c111478f9849ff44db3f5d7dba317bcd464e0fc1bd070b5710250da56b392e36df
 SHA512 
0457499376294d3aa295a24e7aa6d40f0da4e2b09aaf85bd0aaa32c9b7a5f52edefab69ec2815994e476f43719ced21f6cde30bcc42f6c0f2ad60884a405c80d

diff --git a/x11-misc/xlockmore/xlockmore-5.58_alpha.ebuild 
b/x11-misc/xlockmore/xlockmore-5.58_alpha.ebuild
new file mode 100644
index 000..360f6c9070f
--- /dev/null
+++ b/x11-misc/xlockmore/xlockmore-5.58_alpha.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools flag-o-matic pam
+
+DESCRIPTION="Just another screensaver application for X"
+HOMEPAGE="http://www.sillycycle.com/xlockmore.html";
+SRC_URI="
+   http://www.sillycycle.com/xlock/${P/_alpha/ALPHA}.tar.xz
+   https://dev.gentoo.org/~jer/ax_pthread.m4.xz
+"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama 
xlockrc vtlock"
+
+REQUIRED_USE="
+   || ( crypt pam )
+   pam? ( !xlockrc )
+   xlockrc? ( !pam )
+"
+RDEPEND="
+   gtk? ( x11-libs/gtk+:2 )
+   imagemagick? ( media-gfx/imagemagick:= )
+   motif? ( >=x11-libs/motif-2.3:0 )
+   nas? ( media-libs/nas )
+   opengl? (
+   virtual/opengl
+   virtual/glu
+   truetype? ( >=media-libs/ftgl-2.1.3_rc5 )
+   )
+   pam? ( virtual/pam )
+   truetype? ( media-libs/freetype:2 )
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXpm
+   x11-libs/libXt
+   xinerama? ( x11-libs/libXinerama )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-base/xorg-proto
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.46-freetype261.patch
+   "${FILESDIR}"/${PN}-5.47-CXX.patch
+   "${FILESDIR}"/${PN}-5.47-strip.patch
+)
+S=${WORKDIR}/${P/_alpha/ALPHA}
+
+src_unpack() {
+   unpack ${P/_alpha/ALPHA}.tar.xz
+   xz -cd ${DISTDIR}/ax_pthread.m4.xz > ${S}/ax_pthread.m4 || die
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=()
+
+   if use opengl && use truetype; then
+   myconf=( --with-ftgl )
+   append-flags -DFTGL213
+   else
+   myconf=( --without-ftgl )
+   fi
+
+   myconf+=(
+   $(use_enable pam)
+   $(use_enable xlockrc)
+   $(use_enable vtlock)
+   $(use_with crypt)
+   $(use_with debug editres)
+   $(use_with gtk gtk2)
+   $(use_with imagemagick magick)
+   $(use_with motif)
+   $(use_with nas)
+   $(use_with opengl mesa)
+   $(use_with opengl)
+   $(use_with truetype freetype)
+   $(use_with truetype ttf)
+   $(use_with xinerama)
+   --disable-mb
+   --enable-appdefaultdir=/usr/share/X11/app-defaults
+ 

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

2019-08-12 Thread Jeroen Roovers
commit: 6d9d14d1c0e1cc58d409ac4f4f53dd3275fbd1c2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 13 06:48:18 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 13 06:48:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9d14d1

dev-python/pysnmp: Old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-python/pysnmp/Manifest|  1 -
 dev-python/pysnmp/pysnmp-4.4.9.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/dev-python/pysnmp/Manifest b/dev-python/pysnmp/Manifest
index 348e7df9aa7..f127fdac2db 100644
--- a/dev-python/pysnmp/Manifest
+++ b/dev-python/pysnmp/Manifest
@@ -1,4 +1,3 @@
 DIST pysnmp-4.4.10.tar.gz 438845 BLAKE2B 
2ad444212d202a3e788b1cd2e4e95931ef59e758923ede9b99fe511fac9cd31b8ad02ebbd61fd2df4dec0b9f95eded2753465929aba3b070ca614353eae466d4
 SHA512 
ed7d705dda376bbf31366653566f1f85ffd71a8253e573ad197a8a073a60ec4fac356b28daf97ff1310121ea3a6b2fee17c843c6ca90d664916fd9095a462207
 DIST pysnmp-4.4.11.tar.gz 441657 BLAKE2B 
2a1f14f9205ce34bdbd5cc22e1875e00aa8f34f0a3327aad37d920e3b0c2e4b5c2f0e877b23cf59ec65f803020bcfae0c7162666baa7621be19042506fdbfd26
 SHA512 
0f61ad0c095398b4b511c854ea7156aae78495f299457b14f4d3b50833670ec77c905e9cf4bdc30c21dd3c3e62d1c3473d7895f0352140af6345b18c1db3e7d8
 DIST pysnmp-4.4.4.tar.gz 436318 BLAKE2B 
6e6616a79fc15d457b8da2e2260c65d9d8ef29888c033d80f2f47c8de035d0cff73dc4be1eeced8ef36dac1301b7da0d845837b780815792f545b6ad18d5496e
 SHA512 
960ac73b7356bb236d3853432c094d3aa86a343f5e211065689e6c784293748ec6f2c1c17bf9d96b4cbe2d9d476ebbacbaff4bed7d86370e5ef61e6f03ba8c0e
-DIST pysnmp-4.4.9.tar.gz 436017 BLAKE2B 
4fa4d1cab4e783542164d8bc5313e2b900cad9fec42e3bd6bc37239514d279d849ee857b3c9c01021750773e02ce951da600f5fbf8676efe31c3bdf580b99f12
 SHA512 
0832abb4134b77d43f6c750ce6c797c976b5fb99ef02602e7aa6034e4524e229eb33ac5d5b086acfb5740893120eb5b17df648dda48decc5d038476270e5fe1e

diff --git a/dev-python/pysnmp/pysnmp-4.4.9.ebuild 
b/dev-python/pysnmp/pysnmp-4.4.9.ebuild
deleted file mode 100644
index 4d92b68253c..000
--- a/dev-python/pysnmp/pysnmp-4.4.9.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Python SNMP library"
-HOMEPAGE="http://snmplabs.com/pysnmp/ https://pypi.org/project/pysnmp/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc examples"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-RDEPEND="
-   >=dev-python/pyasn1-0.2.3[${PYTHON_USEDEP}]
-   dev-python/pysmi[${PYTHON_USEDEP}]
-   || (
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
-   dev-python/pycrypto[${PYTHON_USEDEP}]
-   )
-"
-
-python_compile_all() {
-   default
-
-   if use doc; then
-   touch docs/source/conf.py
-   emake -C docs html
-   fi
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/build/html/* )
-   docinto examples
-   use examples && dodoc -r examples/* docs/mibs
-
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   elog "You may also be interested in the following packages: "
-   elog "dev-python/pysnmp-apps - example programs using pysnmp"
-   elog "dev-python/pysnmp-mibs - IETF and other mibs"
-   elog "dev-python/pysmi - to dump MIBs in python format"
-}



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

2019-08-12 Thread Jeroen Roovers
commit: 027aaa96de9ad77343f5d92107a86f9bc3b11a84
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 13 06:47:17 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 13 06:48:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027aaa96

dev-python/pysnmp: Version 4.4.11

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-python/pysnmp/Manifest |  1 +
 dev-python/pysnmp/pysnmp-4.4.11.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/pysnmp/Manifest b/dev-python/pysnmp/Manifest
index 82bd634f775..348e7df9aa7 100644
--- a/dev-python/pysnmp/Manifest
+++ b/dev-python/pysnmp/Manifest
@@ -1,3 +1,4 @@
 DIST pysnmp-4.4.10.tar.gz 438845 BLAKE2B 
2ad444212d202a3e788b1cd2e4e95931ef59e758923ede9b99fe511fac9cd31b8ad02ebbd61fd2df4dec0b9f95eded2753465929aba3b070ca614353eae466d4
 SHA512 
ed7d705dda376bbf31366653566f1f85ffd71a8253e573ad197a8a073a60ec4fac356b28daf97ff1310121ea3a6b2fee17c843c6ca90d664916fd9095a462207
+DIST pysnmp-4.4.11.tar.gz 441657 BLAKE2B 
2a1f14f9205ce34bdbd5cc22e1875e00aa8f34f0a3327aad37d920e3b0c2e4b5c2f0e877b23cf59ec65f803020bcfae0c7162666baa7621be19042506fdbfd26
 SHA512 
0f61ad0c095398b4b511c854ea7156aae78495f299457b14f4d3b50833670ec77c905e9cf4bdc30c21dd3c3e62d1c3473d7895f0352140af6345b18c1db3e7d8
 DIST pysnmp-4.4.4.tar.gz 436318 BLAKE2B 
6e6616a79fc15d457b8da2e2260c65d9d8ef29888c033d80f2f47c8de035d0cff73dc4be1eeced8ef36dac1301b7da0d845837b780815792f545b6ad18d5496e
 SHA512 
960ac73b7356bb236d3853432c094d3aa86a343f5e211065689e6c784293748ec6f2c1c17bf9d96b4cbe2d9d476ebbacbaff4bed7d86370e5ef61e6f03ba8c0e
 DIST pysnmp-4.4.9.tar.gz 436017 BLAKE2B 
4fa4d1cab4e783542164d8bc5313e2b900cad9fec42e3bd6bc37239514d279d849ee857b3c9c01021750773e02ce951da600f5fbf8676efe31c3bdf580b99f12
 SHA512 
0832abb4134b77d43f6c750ce6c797c976b5fb99ef02602e7aa6034e4524e229eb33ac5d5b086acfb5740893120eb5b17df648dda48decc5d038476270e5fe1e

diff --git a/dev-python/pysnmp/pysnmp-4.4.11.ebuild 
b/dev-python/pysnmp/pysnmp-4.4.11.ebuild
new file mode 100644
index 000..842fff13fa2
--- /dev/null
+++ b/dev-python/pysnmp/pysnmp-4.4.11.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1
+
+DESCRIPTION="Python SNMP library"
+HOMEPAGE="http://snmplabs.com/pysnmp/ https://pypi.org/project/pysnmp/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="doc examples"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+RDEPEND="
+   >=dev-python/pyasn1-0.2.3[${PYTHON_USEDEP}]
+   dev-python/pysmi[${PYTHON_USEDEP}]
+   || (
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   dev-python/pycrypto[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   default
+
+   if use doc; then
+   touch docs/source/conf.py
+   emake -C docs html
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/* )
+   docinto examples
+   use examples && dodoc -r examples/* docs/mibs
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   elog "You may also be interested in the following packages: "
+   elog "dev-python/pysnmp-apps - example programs using pysnmp"
+   elog "dev-python/pysnmp-mibs - IETF and other mibs"
+   elog "dev-python/pysmi - to dump MIBs in python format"
+}



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

2019-08-12 Thread Jeroen Roovers
commit: 89f11d6961fec82445487697cfcdc5521a16ee31
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 13 06:25:06 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 13 06:48:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f11d69

net-libs/libssh: Stable for hppa too

Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

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

diff --git a/net-libs/libssh/libssh-0.9.0.ebuild 
b/net-libs/libssh/libssh-0.9.0.ebuild
index 0d89cd0cb79..1ba01cd47ea 100644
--- a/net-libs/libssh/libssh-0.9.0.ebuild
+++ b/net-libs/libssh/libssh-0.9.0.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git";
 else
SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz"
-   KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="LGPL-2.1"



[gentoo-commits] proj/qa-scripts:master commit in: /

2019-08-12 Thread Michał Górny
commit: e2636b51ef8d6a4245cdf5e481f28565c9b242f0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 13 06:38:22 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 13 06:38:22 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=e2636b51

keyrings: Fetch all signatures properly

Signed-off-by: Michał Górny  gentoo.org>

 keyrings.inc.bash | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index 05d40ae..39a0aec 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -34,7 +34,9 @@ grab_keys() {
[ "${#KEYSERVERS[@]}" -eq 0 ] && return
while :; do
for ks in "${KEYSERVERS[@]}" ; do
-   timeout ${KEYSERVER_TIMEOUT} gpg --keyserver "$ks" -q 
--recv-keys "${remaining[@]}" || :
+   timeout ${KEYSERVER_TIMEOUT} gpg \
+   --keyserver-options 
no-import-clean,no-self-sigs-only \
+   --keyserver "$ks" -q --recv-keys 
"${remaining[@]}" || :
done
missing=()
for key in "${remaining[@]}"; do



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

2019-08-12 Thread Sergei Trofimovich
commit: 19107b953a9c63abf56b3fe7872c8daf90156842
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 13 05:54:13 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 13 06:28:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19107b95

sys-devel/gcc: bump up to 9.2.0

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/gcc/Manifest |  2 ++
 sys-devel/gcc/gcc-9.2.0.ebuild | 19 +++
 2 files changed, 21 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 1bb9ebc5806..e1f8d7f8aa4 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -84,4 +84,6 @@ DIST gcc-8.3.0.tar.xz 63694700 BLAKE2B 
71df2ff5bd6874d57519c2e9af6b22152c8c4d7fa
 DIST gcc-9.1.0-patches-1.0.tar.bz2 12235 BLAKE2B 
3f7a11dfaf05f14a1affcc602bcbea685a214025abc24d6c9df9634a1024142529c3d380d9bcbe50e1d1acdc47f095154cd872fc23487538e697a1fd563b5f23
 SHA512 
c9a1979e994e08f90a6ec44f088c407946c955f786b7b47adcfc3a56fab5fcaf571442ce60f380444092aad9801cd32f8a4d137bb6076f9a5cf9c961902e52fb
 DIST gcc-9.1.0-patches-1.1.tar.bz2 13931 BLAKE2B 
55e863514f41f1af11b1f6f618604edf7f173b4c4ef8df1301ccaf4577355ed03a34b04ab50a6cf4e50317b7f047f279e4212215b183d0642f138ee5163f655d
 SHA512 
ab850bd38902c52586fc84dd1b2da31bab857412db08dce96642f17f213c95bae029bb1be5e0ac4bb12e55f863ecfc2ccda67635e8bc7b54383b2813642d991d
 DIST gcc-9.1.0.tar.xz 70546856 BLAKE2B 
0f7e5575aebc24113d12a56eb3dbf4bcdba3c656a76513c44dbbcded9ee71629727f24949bf2e1424682a9e5eda7c51eed93317e6f80013f5a837aaf25b82805
 SHA512 
b6134df027e734cee5395afd739fcfa4ea319a6017d662e54e89df927dea19d3fff7a6e35d676685383034e3db01c9d0b653f63574c274eeb15a2cb0bc7a1f28
+DIST gcc-9.2.0-patches-1.tar.bz2 12836 BLAKE2B 
c29516d2877229129cc69ebb781198918f0e59e2a4631f3b2933b5a6db61d50ef0d2e78ee9acaaf1c50c597aad3203d81e49d4e0674f7ac74bdedc401238940b
 SHA512 
0382ed0d483955079bd20fc15066b8f45772651bcba83dbed2c35e51f7259cfd28b825243c6a49a0bf51d9ab1eacec3cf55c47a00d2873d6122d32b9fc05d87c
+DIST gcc-9.2.0.tar.xz 70607648 BLAKE2B 
41a5e148f9a6857d6599679964c203533f76f330ad527fbe7c5e746d78f6f6f6d6d0f330a67cb1e794e155be8d1cd6e986bcc8a116d620dca410b78f0bcdd453
 SHA512 
a12dff52af876aee0fd89a8d09cdc455f35ec46845e154023202392adc164848faf8ee881b59b681b696e27c69fd143a214014db4214db62f9891a1c8365c040
 DIST gdc-0.24-src.tar.bz2 1012099 BLAKE2B 
2c85058aad09af328719a702f69d655b9aa9655f2a83bb46bd21367cd442ed72c9b471ddaa764753f782dcb2f22fe51b052a965ed08290e0d9415b543481d144
 SHA512 
9aec7e4b102e602dfb61cd09ea4b4a96af637ceb3d726235261d09ebd35dbd416abcbfe0e46918e48474bd241fe9bb29abc145a65aa834669295aaee4fca0686

diff --git a/sys-devel/gcc/gcc-9.2.0.ebuild b/sys-devel/gcc/gcc-9.2.0.ebuild
new file mode 100644
index 000..585bf05e13a
--- /dev/null
+++ b/sys-devel/gcc/gcc-9.2.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PATCH_VER="1"
+
+inherit toolchain
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   elibc_glibc? ( >=sys-libs/glibc-2.13 )
+   >=${CATEGORY}/binutils-2.20"
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.13 )"
+fi



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

2019-08-12 Thread Jeroen Roovers
commit: 4aad8e61e2f17e82736ab9992095abff83b69904
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 13 06:21:39 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 13 06:22:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aad8e61

net-analyzer/hydra: Add live ebuild

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/hydra/hydra-999.ebuild | 122 
 1 file changed, 122 insertions(+)

diff --git a/net-analyzer/hydra/hydra-999.ebuild 
b/net-analyzer/hydra/hydra-999.ebuild
new file mode 100644
index 000..419882a4735
--- /dev/null
+++ b/net-analyzer/hydra/hydra-999.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit git-r3 toolchain-funcs
+
+DESCRIPTION="Parallelized network login hacker"
+HOMEPAGE="https://github.com/vanhauser-thc/thc-hydra";
+EGIT_REPO_URI="${HOMEPAGE}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="
+   debug firebird gcrypt gtk idn libressl memcached mongodb mysql ncp 
ncurses
+   oracle pcre postgres rdp libssh subversion zlib
+"
+
+RDEPEND="
+   gtk? (
+   dev-libs/atk
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   )
+   firebird? ( dev-db/firebird )
+   gcrypt? ( dev-libs/libgcrypt )
+   idn? ( net-dns/libidn:0= )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   memcached? ( dev-libs/libmemcached[sasl] )
+   mongodb? ( dev-libs/mongo-c-driver )
+   mysql? ( dev-db/mysql-connector-c:0= )
+   ncp? ( net-fs/ncpfs )
+   ncurses? ( sys-libs/ncurses:= )
+   oracle? ( dev-db/oracle-instantclient-basic )
+   pcre? ( dev-libs/libpcre )
+   postgres? ( dev-db/postgresql:* )
+   rdp? ( net-misc/freerdp )
+   libssh? ( >=net-libs/libssh-0.4.0 )
+   subversion? ( dev-vcs/subversion )
+   zlib? ( sys-libs/zlib )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   # None of the settings in Makefile.unix are useful to us
+   mv Makefile.unix{,.gentoo_unused} || die
+   touch Makefile.unix || die
+
+   sed -i \
+   -e 's:|| echo.*$::' \
+   -e '/\t-$(CC)/s:-::' \
+   -e '/^OPTS/{s|=|+=|;s| -O3||}' \
+   -e '/ -o /s:$(OPTS):& $(LDFLAGS):g' \
+   Makefile.am || die
+}
+
+src_configure() {
+   # Note: the top level configure script is not autoconf-based
+   tc-export CC PKG_CONFIG
+
+   export OPTS="${CFLAGS}"
+
+   hydra_sed() {
+   if use ${1}; then
+   einfo "Enabling ${1}"
+   if [[ -n "${3}" ]]; then
+   sed -i 's#'"${2}"'#'"${3}"'#' configure || die
+   fi
+   else
+   einfo "Disabling ${1}"
+   sed -i 's#'"${2}"'##; s#'"${4}"'##' configure || die
+   fi
+   }
+
+   hydra_sed firebird '-lfbclient' '' '-DLIBFIREBIRD'
+   hydra_sed gcrypt '-lgcrypt' '$( ${CTARGET:-${CHOST}}-libgcrypt-config 
--libs )' '-DHAVE_GCRYPT'
+   hydra_sed idn '-lidn' '$( "${PKG_CONFIG}"  --libs libidn )' '-DLIBIDN 
-DHAVE_PR29_H'
+   hydra_sed libssh '-lssh' '$( "${PKG_CONFIG}"  --libs libssh )' 
'-DLIBSSH'
+   hydra_sed memcached '-lmemcached' '$( "${PKG_CONFIG}"  --libs 
libmemcached )' '-DLIBMCACHED'
+   hydra_sed mongodb '-lmongoc-1.0' '$( "${PKG_CONFIG}"  --libs 
libmongoc-1.0 )' '-DLIBMONGODB\|-DLIBBSON'
+   hydra_sed mysql '-lmysqlclient' '$( ${CTARGET:-${CHOST}}-mysql_config 
--libs )' '-DLIBMYSQLCLIENT'
+   hydra_sed ncp '-lncp' '' '-DLIBNCP'
+   hydra_sed ncurses '-lcurses' '$( "${PKG_CONFIG}"  --libs ncurses )' 
'-DLIBNCURSES'
+   hydra_sed pcre '-lpcre' '$( "${PKG_CONFIG}"  --libs libpcre )' 
'-DHAVE_PCRE'
+   hydra_sed postgres '-lpq' '$( "${PKG_CONFIG}"  --libs libpq )' 
'-DLIBPOSTGRES'
+   hydra_sed oracle '-locci -lclntsh' '' '-DLIBORACLE'
+   hydra_sed rdp '-lfreerdp2' '$( "${PKG_CONFIG}"  --libs freerdp2 )' 
'-DLIBFREERDP2'
+   # TODO: https://bugs.gentoo.org/686148
+   #hydra_sed subversion '-lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1' 
'$( "${PKG_CONFIG}"  --libs libsvn_client )' '-DLIBSVN'
+   hydra_sed subversion '-lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1' 
'' '-DLIBSVN'
+   hydra_sed zlib '-lz' '$( "${PKG_CONFIG}"  --libs zlib )' '-DHAVE_ZLIB'
+
+   sh configure \
+   $(use gtk || echo --disable-xhydra) \
+   $(usex debug '--debug' '') \
+   --nostrip \
+   --prefix=/usr \
+   || die
+
+   if use gtk ; then
+   pushd hydra-gtk || die
+   econf
+   fi
+}
+
+src_compile() {
+   

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

2019-08-12 Thread Jeroen Roovers
commit: b3695b84765dad5cbad30ed7a4829dcad7fd70e9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 13 06:12:41 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 13 06:22:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3695b84

net-analyzer/hydra: Fix DESCRIPTION

Sync up DESCRIPTION with the hydra.c header blurb, with one spelling
correction:

* "Advanced" was removed from or never present in the source code
* "Parallized" => "Parallelized"
* "login hacker" => "network &"

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/hydra/hydra-8.1.ebuild| 4 ++--
 net-analyzer/hydra/hydra-8.5-r1.ebuild | 2 +-
 net-analyzer/hydra/hydra-8.6-r1.ebuild | 2 +-
 net-analyzer/hydra/hydra-8.9.1.ebuild  | 2 +-
 net-analyzer/hydra/hydra-9.0.ebuild| 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/hydra/hydra-8.1.ebuild 
b/net-analyzer/hydra/hydra-8.1.ebuild
index 64a4453dc1f..80610ce9cb2 100644
--- a/net-analyzer/hydra/hydra-8.1.ebuild
+++ b/net-analyzer/hydra/hydra-8.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils toolchain-funcs
 
-DESCRIPTION="Advanced parallized login hacker"
+DESCRIPTION="Parallelized network login hacker"
 HOMEPAGE="http://www.thc.org/thc-hydra/";
 SRC_URI="http://freeworld.thc.org/releases/${P}.tar.gz";
 

diff --git a/net-analyzer/hydra/hydra-8.5-r1.ebuild 
b/net-analyzer/hydra/hydra-8.5-r1.ebuild
index 79aa16aa49e..78edf98bb46 100644
--- a/net-analyzer/hydra/hydra-8.5-r1.ebuild
+++ b/net-analyzer/hydra/hydra-8.5-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 inherit toolchain-funcs
 
-DESCRIPTION="Advanced parallized login hacker"
+DESCRIPTION="Parallelized network login hacker"
 HOMEPAGE="https://www.thc.org/thc-hydra/";
 SRC_URI="
https://github.com/vanhauser-thc/thc-${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz

diff --git a/net-analyzer/hydra/hydra-8.6-r1.ebuild 
b/net-analyzer/hydra/hydra-8.6-r1.ebuild
index 741256b459a..c1e0721b857 100644
--- a/net-analyzer/hydra/hydra-8.6-r1.ebuild
+++ b/net-analyzer/hydra/hydra-8.6-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 inherit toolchain-funcs
 
-DESCRIPTION="Advanced parallized login hacker"
+DESCRIPTION="Parallelized network login hacker"
 HOMEPAGE="https://www.thc.org/thc-hydra/";
 SRC_URI="
https://github.com/vanhauser-thc/thc-${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz

diff --git a/net-analyzer/hydra/hydra-8.9.1.ebuild 
b/net-analyzer/hydra/hydra-8.9.1.ebuild
index 04d20a0858d..06022352417 100644
--- a/net-analyzer/hydra/hydra-8.9.1.ebuild
+++ b/net-analyzer/hydra/hydra-8.9.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit toolchain-funcs
 
-DESCRIPTION="Advanced parallized login hacker"
+DESCRIPTION="Parallelized network login hacker"
 HOMEPAGE="https://github.com/vanhauser-thc/thc-hydra";
 SRC_URI="
${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz

diff --git a/net-analyzer/hydra/hydra-9.0.ebuild 
b/net-analyzer/hydra/hydra-9.0.ebuild
index d71a62a645f..a7894804ea7 100644
--- a/net-analyzer/hydra/hydra-9.0.ebuild
+++ b/net-analyzer/hydra/hydra-9.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit toolchain-funcs
 
-DESCRIPTION="Advanced parallized login hacker"
+DESCRIPTION="Parallelized network login hacker"
 HOMEPAGE="https://github.com/vanhauser-thc/thc-hydra";
 SRC_URI="
${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz



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

2019-08-12 Thread Matthias Maier
commit: eacf2e514ab7b73a3c25026aaaed65ad5746bfda
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Aug 13 06:10:58 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Aug 13 06:11:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacf2e51

sci-libs/trilinos: Fix install

Closes: https://bugs.gentoo.org/691888
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Matthias Maier  gentoo.org>

 sci-libs/trilinos/trilinos-12.14.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-libs/trilinos/trilinos-12.14.1.ebuild 
b/sci-libs/trilinos/trilinos-12.14.1.ebuild
index 7f2d2492972..affe878ba6e 100644
--- a/sci-libs/trilinos/trilinos-12.14.1.ebuild
+++ b/sci-libs/trilinos/trilinos-12.14.1.ebuild
@@ -195,7 +195,9 @@ src_install() {
 
# Clean up the mess:
mv "${ED}"/bin "${ED}/usr/$(get_libdir)"/trilinos || die "mv failed"
-   mv "${ED}"/lib/exodus.py "${ED}/usr/$(get_libdir)"/trilinos || die "mv 
failed"
+   if [ -f "${ED}"/lib/exodus.py ]; then
+   mv "${ED}"/lib/exodus.py "${ED}/usr/$(get_libdir)"/trilinos || 
die "mv failed"
+   fi
 
#
# register $(get_libdir)/trilinos in LDPATH so that the dynamic linker



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

2019-08-12 Thread Alexys Jacob
commit: 80c643a2b6047906a0c054e38b48087e31521b87
Author: Alexys Jacob  gentoo  org>
AuthorDate: Tue Aug 13 05:56:49 2019 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Tue Aug 13 05:57:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c643a2

app-admin/mongo-tools: version bump, drop old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Alexys Jacob  gentoo.org>

 app-admin/mongo-tools/Manifest  | 2 +-
 .../{mongo-tools-4.0.11.ebuild => mongo-tools-4.0.12.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mongo-tools/Manifest b/app-admin/mongo-tools/Manifest
index a023158e43c..99045b1b43e 100644
--- a/app-admin/mongo-tools/Manifest
+++ b/app-admin/mongo-tools/Manifest
@@ -1,4 +1,4 @@
 DIST mongo-tools-3.6.13.tar.gz 4990848 BLAKE2B 
022ddf214869c3a3e545aa9572f77f0adc21c0dbd6ea6ad9e083633c2e972b7ef77c0bda4354dbde9fd0e23c6dd02a7de8873d4b2c2a3e4423ea6f8e1c23ed52
 SHA512 
fac21c4841bfecba11a7765bb6c36d1fa19d4dd94f6f4168fa767fc11dc8b3caf04a5029becd09eba01dd694274e9cc22da8566ce878769e5c3c97016c162432
 DIST mongo-tools-3.6.8.tar.gz 4723878 BLAKE2B 
a1693024d60f69d25c268eaaa30a478b1e4c0042c5fb7a3fd6252ed00aef2fee3fba94516fe825165a1a57887ed38e4fbce488c48ddd4f45349f0b7a1b244020
 SHA512 
359e8ce2d847d005d48ff12bc2e8af73213d81cd1521d2b5b5ac94792468218248bebbe808e1bd8fd49234eab8480608f294c1b63f317aed58f456b84ef17dcf
 DIST mongo-tools-4.0.10.tar.gz 11134721 BLAKE2B 
f25e834622db8a2cea1658d9396b747666dee6a0e6471f5fcf351431f716735227b19f854c228ebb9ace8a7c27b8cdf83f8a5009107191aa6dd27c1a4c037505
 SHA512 
12764b2e2016ae3ab3f0ed1f5b9be9ce10e466c53b408ad2c01b26bdf39ca41a358acd07aea5847db2b40e3e89293f77efcd2b310e4e2bf3071873abf1b20f49
-DIST mongo-tools-4.0.11.tar.gz 11134649 BLAKE2B 
8e2b01f9180314b3386b9ecabbe504faae2a10dadbc6fb39c5e9917b5b5bc860e5c274fd632b17ed310c90c106be87e00802334149b8e061e7760cb3d6bbe1ea
 SHA512 
11e5d7452aa2aaa0d8b7904d634f0b95c42910d3e63c79a69146500d089c8ffc21823ca37f8e4d41910a3343d819e14fdb01d02625461c1c5788562282436ebb
+DIST mongo-tools-4.0.12.tar.gz 11134652 BLAKE2B 
d3c9703046dc577b85cefe1185678e0029411ddd44d0648f9b09fc3ab41e3661891d18afd83bf1a148dc4c9208895f444c115948e515e09dfa3062e89d98fc24
 SHA512 
068d8c456386caddcce23fa8917ffecdc9b5c39fb6794c5cd1d9099be1f127ecf680b006055581dc3d90507072a87788b46be7410f0dbede42da64c664b77ced

diff --git a/app-admin/mongo-tools/mongo-tools-4.0.11.ebuild 
b/app-admin/mongo-tools/mongo-tools-4.0.12.ebuild
similarity index 100%
rename from app-admin/mongo-tools/mongo-tools-4.0.11.ebuild
rename to app-admin/mongo-tools/mongo-tools-4.0.12.ebuild



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

2019-08-12 Thread Alexys Jacob
commit: 02c0922d2a85e4fbdb7f8eec5bdee5d9419408c3
Author: Alexys Jacob  gentoo  org>
AuthorDate: Tue Aug 13 05:57:11 2019 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Tue Aug 13 05:57:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c0922d

dev-db/mongodb: version bump, drop old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Alexys Jacob  gentoo.org>

 dev-db/mongodb/Manifest | 2 +-
 dev-db/mongodb/{mongodb-4.0.11.ebuild => mongodb-4.0.12.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
index e5b2512a913..a80964813a5 100644
--- a/dev-db/mongodb/Manifest
+++ b/dev-db/mongodb/Manifest
@@ -1,4 +1,4 @@
 DIST mongodb-src-r3.6.13.tar.gz 40853787 BLAKE2B 
de9621de4f570d569df5cfe026ea5da24641c97f1ac9f3e58a0706b1d0bd74757390a075c95c6d3acd12f3c5c7bcbeb9302ac997248c54a5b7910b582debdc82
 SHA512 
eb84fb22ff871b5ec620d6fc29a6a66072211656e914630ad0f53e4fcad55aa40a76a0e68e68bdbe8ef061bea09ce6ad6aea5d8d865ea8a8fdca0ed829555fcd
 DIST mongodb-src-r3.6.8.tar.gz 40428295 BLAKE2B 
cc02f73cfb49fb38ccabaad5a02610ce73fc41895ce944e48669e254bcbc70c8872a1bd7f8e04371fae4fcd9af2466fd8550367dd1d1da5cee50b86fc5023bf2
 SHA512 
c981f3269be3bafb59aa89d36c39a801fd7007b60db6c09b4616a559aaf8e50b34cabbdac2b59f23552c0a5112913fba468f7e2ed9a5f4daa3702dcffdf34999
 DIST mongodb-src-r4.0.10.tar.gz 49870574 BLAKE2B 
1babbfa1a6d8fae390ec37042feff896c402772e832cc5b0b82fc4d531a6487ac2bd8d407c37ca75a76d78bc91cc665bfc3b7b223e6ceaaea2d921b337ef4d19
 SHA512 
891bfdc0d415515d7aa36aeb0618055ac6815c7d704537b88293226cecc1b677134db621fd90dee3913f4ff8174a888bcf68adee0a243d0f55ef6c0033a4f4b9
-DIST mongodb-src-r4.0.11.tar.gz 49928314 BLAKE2B 
006ea0f3917d43a47c0c3b8b10fc57fe911a0ad5a92075fec678863aaacebb75f74a527306e1402ccff486879bdebf44ae77ed1890a3001cc36220772d77ce39
 SHA512 
bfcf257fe9aeedcd2d15dfcca0f915bd0c6451041c6c5f864c987e0504f9efb0d346f31223095c8bea3c5175918729e4648bde524546aa0cc80e230a88eb09de
+DIST mongodb-src-r4.0.12.tar.gz 49937644 BLAKE2B 
81044a6d68be6420d30fb2d7386ff29871a696cad94ce5977c1aba60c2ce80e18ccb86492c1947a359ef124332ea82ac3cb0fb73a68f51904a008fdf911aa055
 SHA512 
802eaf57d56c5e8e217344f10104a201acb6f5abef0065fc1bb8e6ceef13fe489b7ae46ed0d55b5bad50fe3579860b1c1471d224b51b0f15f968278cb5f6a47a

diff --git a/dev-db/mongodb/mongodb-4.0.11.ebuild 
b/dev-db/mongodb/mongodb-4.0.12.ebuild
similarity index 100%
rename from dev-db/mongodb/mongodb-4.0.11.ebuild
rename to dev-db/mongodb/mongodb-4.0.12.ebuild



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-session/

2019-08-12 Thread Michał Górny
commit: 477faa7e3f4834f8a2ce05ca5229b7c0c1fab327
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 13 05:51:53 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 13 05:56:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477faa7e

xfce-base/xfce4-session: Permit xfce4-screensaver as provider

Closes: https://bugs.gentoo.org/691984
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-session/xfce4-session-4.14.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfce-base/xfce4-session/xfce4-session-4.14.0.ebuild 
b/xfce-base/xfce4-session/xfce4-session-4.14.0.ebuild
index 22153c6363d..4c9181d3d7b 100644
--- a/xfce-base/xfce4-session/xfce4-session-4.14.0.ebuild
+++ b/xfce-base/xfce4-session/xfce4-session-4.14.0.ebuild
@@ -28,6 +28,7 @@ RDEPEND="${COMMON_DEPEND}
x11-apps/xrdb
nls? ( x11-misc/xdg-user-dirs )
xscreensaver? ( || (
+   xfce-extra/xfce4-screensaver
>=x11-misc/xscreensaver-5.26
>=x11-misc/xlockmore-5.43
x11-misc/slock



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

2019-08-12 Thread Andreas Sturmlechner
commit: 5b21f5734def975d65bfb183641a8bcd05c53a0d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 13 05:52:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 13 05:53:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b21f573

kde-apps/ark: Fix missing header with Frameworks 5.61

Reported-by: Geoff Madden  internode.on.net>
Closes: https://bugs.gentoo.org/692034
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/ark/ark-19.04.3.ebuild|  2 +
 .../ark/files/ark-19.04.3-missing-header.patch | 54 ++
 2 files changed, 56 insertions(+)

diff --git a/kde-apps/ark/ark-19.04.3.ebuild b/kde-apps/ark/ark-19.04.3.ebuild
index b9224f70aa0..1369e67045f 100644
--- a/kde-apps/ark/ark-19.04.3.ebuild
+++ b/kde-apps/ark/ark-19.04.3.ebuild
@@ -46,6 +46,8 @@ DEPEND="${RDEPEND}
$(add_qt_dep qtconcurrent)
 "
 
+PATCHES=( "${FILESDIR}/${P}-missing-header.patch" )
+
 # bug #560548, last checked with 16.04.1
 RESTRICT+=" test"
 

diff --git a/kde-apps/ark/files/ark-19.04.3-missing-header.patch 
b/kde-apps/ark/files/ark-19.04.3-missing-header.patch
new file mode 100644
index 000..a0b16e93a4f
--- /dev/null
+++ b/kde-apps/ark/files/ark-19.04.3-missing-header.patch
@@ -0,0 +1,54 @@
+From dfad7a3f389c3b852f45563854df123ac6facdec Mon Sep 17 00:00:00 2001
+From: Nicolas Fella 
+Date: Mon, 15 Jul 2019 00:09:18 +0200
+Subject: Add missing QVector include
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Summary:
+My build was failing with
+```
+In file included from /home/nico/kde/src/ark/kerfuffle/pluginmanager.cpp:28:
+/home/nico/kde/src/ark/kerfuffle/pluginmanager.h:138:22: error: field 
‘m_plugins’ has incomplete type ‘QVector’
+ QVector m_plugins;
+  ^
+In file included from /usr/include/qt/QtCore/qglobal.h:1204,
+ from /usr/include/qt/QtCore/qnamespace.h:43,
+ from /usr/include/qt/QtCore/qobjectdefs.h:48,
+ from /usr/include/qt/QtCore/qobject.h:46,
+ from /usr/include/qt/QtCore/QObject:1,
+ from /home/nico/kde/src/ark/kerfuffle/plugin.h:33,
+ from /home/nico/kde/src/ark/kerfuffle/pluginmanager.h:31,
+ from /home/nico/kde/src/ark/kerfuffle/pluginmanager.cpp:28
+```
+
+Test Plan: Builds. Can open a file
+
+Reviewers: #ark, elvisangelaccio
+
+Reviewed By: #ark, elvisangelaccio
+
+Subscribers: kde-utils-devel, #ark
+
+Tags: #ark
+
+Differential Revision: https://phabricator.kde.org/D22461
+---
+ kerfuffle/pluginmanager.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/kerfuffle/pluginmanager.h b/kerfuffle/pluginmanager.h
+index 75a971b..8b9ad69 100644
+--- a/kerfuffle/pluginmanager.h
 b/kerfuffle/pluginmanager.h
+@@ -31,6 +31,7 @@
+ #include "plugin.h"
+ 
+ #include 
++#include 
+ 
+ namespace Kerfuffle
+ {
+-- 
+cgit v1.1



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

2019-08-12 Thread Matthias Maier
commit: 636ebd9472d94241da1961e631a2135d6d30ab23
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Aug 13 05:52:08 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Aug 13 05:52:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636ebd94

app-emulation/libvirt: Always require cgroupv1 hierarchy

It turns out that we need the cgroupv1 hierarchy also for non lxc
related stuff. Fix dependency accordingly

Bug: https://bugs.gentoo.org/691310
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt/libvirt-5.2.0-r2.ebuild | 2 +-
 app-emulation/libvirt/libvirt-5.5.0-r1.ebuild | 2 +-
 app-emulation/libvirt/libvirt-5.6.0.ebuild| 2 +-
 app-emulation/libvirt/libvirt-.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild 
b/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild
index 705b36815f3..0d00aa14bca 100644
--- a/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild
+++ b/app-emulation/libvirt/libvirt-5.2.0-r2.ebuild
@@ -60,6 +60,7 @@ RDEPEND="
net-libs/rpcsvc-proto
>=net-misc/curl-7.18.0
sys-apps/dmidecode
+   !sys-apps/systemd[-cgroup-hybrid(+)]
>=sys-apps/util-linux-2.17
sys-devel/gettext
sys-libs/ncurses:0=
@@ -75,7 +76,6 @@ RDEPEND="
iscsi-direct? ( >=net-libs/libiscsi-1.18.0 )
libssh? ( net-libs/libssh )
lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] )
-   lxc? ( !sys-apps/systemd[-cgroup-hybrid(+)] )
nfs? ( net-fs/nfs-utils )
numa? (
>sys-process/numactl-2.0.2

diff --git a/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild 
b/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild
index b9c98b2386d..db4043651cc 100644
--- a/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild
+++ b/app-emulation/libvirt/libvirt-5.5.0-r1.ebuild
@@ -60,6 +60,7 @@ RDEPEND="
net-libs/rpcsvc-proto
>=net-misc/curl-7.18.0
sys-apps/dmidecode
+   !sys-apps/systemd[-cgroup-hybrid(+)]
>=sys-apps/util-linux-2.17
sys-devel/gettext
sys-libs/ncurses:0=
@@ -76,7 +77,6 @@ RDEPEND="
iscsi-direct? ( >=net-libs/libiscsi-1.18.0 )
libssh? ( net-libs/libssh )
lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] )
-   lxc? ( !sys-apps/systemd[-cgroup-hybrid(+)] )
nfs? ( net-fs/nfs-utils )
numa? (
>sys-process/numactl-2.0.2

diff --git a/app-emulation/libvirt/libvirt-5.6.0.ebuild 
b/app-emulation/libvirt/libvirt-5.6.0.ebuild
index 9128fe282b5..11ae2447b09 100644
--- a/app-emulation/libvirt/libvirt-5.6.0.ebuild
+++ b/app-emulation/libvirt/libvirt-5.6.0.ebuild
@@ -60,6 +60,7 @@ RDEPEND="
net-libs/rpcsvc-proto
>=net-misc/curl-7.18.0
sys-apps/dmidecode
+   !sys-apps/systemd[-cgroup-hybrid(+)]
>=sys-apps/util-linux-2.17
sys-devel/gettext
sys-libs/ncurses:0=
@@ -76,7 +77,6 @@ RDEPEND="
iscsi-direct? ( >=net-libs/libiscsi-1.18.0 )
libssh? ( net-libs/libssh )
lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] )
-   lxc? ( !sys-apps/systemd[-cgroup-hybrid(+)] )
nfs? ( net-fs/nfs-utils )
numa? (
>sys-process/numactl-2.0.2

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 9128fe282b5..11ae2447b09 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -60,6 +60,7 @@ RDEPEND="
net-libs/rpcsvc-proto
>=net-misc/curl-7.18.0
sys-apps/dmidecode
+   !sys-apps/systemd[-cgroup-hybrid(+)]
>=sys-apps/util-linux-2.17
sys-devel/gettext
sys-libs/ncurses:0=
@@ -76,7 +77,6 @@ RDEPEND="
iscsi-direct? ( >=net-libs/libiscsi-1.18.0 )
libssh? ( net-libs/libssh )
lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] )
-   lxc? ( !sys-apps/systemd[-cgroup-hybrid(+)] )
nfs? ( net-fs/nfs-utils )
numa? (
>sys-process/numactl-2.0.2



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

2019-08-12 Thread Tim Harder
commit: b1b10c38957c36bc5d30766c119c06edc62e993c
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 13 05:46:57 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 13 05:48:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b10c38

media-libs/exiftool: version bump to 11.61

Signed-off-by: Tim Harder  gentoo.org>

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-11.61.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 3ad15c24c49..f4d66a0bf36 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -2,3 +2,4 @@ DIST Image-ExifTool-11.51.tar.gz 4573052 BLAKE2B 
9b38550127e9d21471ce11d25fa267a
 DIST Image-ExifTool-11.54.tar.gz 4598312 BLAKE2B 
2543f56a9d7b59d085bf147a51f90be3764093853a66f522cc8ea96caefa0389a64cc1c2ae18d9eb1d79dd97f406c13a561c495a249c025b5cb6bd3af3acd5c6
 SHA512 
3d21ac6208b2410b9e39afc21738da14528fa891a4115472b66a489345bcc9580c922924c6060c413cef30671a7508bc5ec1ce9ec6c3645838210f025059d37f
 DIST Image-ExifTool-11.55.tar.gz 4608120 BLAKE2B 
d5f18ad336913ab43e6ec1916987f425398f7ed2f5a1ee0a1a7912968e0ca99985b5773d1dc1fcbcb29c3fbb8767c3664eec7bac78d4fce4873fe67e21286ce8
 SHA512 
175aa7cc9bb2f85554964466092bf289e16dd5dee514edac12ebf8beabce59ad559ef8eec78ef515bfd9b404e3cbb3131476d3c5357128368d4f3ca426cc4740
 DIST Image-ExifTool-11.60.tar.gz 4610485 BLAKE2B 
25cd45b20a1089be4894ccc645cee81b55099f46eed55b8d67f624bbac8618f46e1bb78ad19dc88c330231fa974a1a96311d305e09bd13f0dce2d69cf1acbb21
 SHA512 
e5d104a4b849af903f721bd9cc2898d84f4e7ea6d7a1e3619ba99626ac29ec8e0c02e7a63347787385af3262e77e6da7dbaec06d63c33a931ad1ffce059613fc
+DIST Image-ExifTool-11.61.tar.gz 4611695 BLAKE2B 
560d9512a2d89f5e959d44088fa340a53b26c57cef729aab2f5975d85b8415fc0c4d160657d98b20aa4d03b144f274ce67458cc48dcbe969aacdf9f75073e0b1
 SHA512 
b0a39cf2afee0fec4e8f881a7a8e2660527bf92e97078fb456a4798c3f8091830ee46366c1d3ad106eed529967ed078179ac1e37220facf3319a186582f83d2f

diff --git a/media-libs/exiftool/exiftool-11.61.ebuild 
b/media-libs/exiftool/exiftool-11.61.ebuild
new file mode 100644
index 000..d65975820b7
--- /dev/null
+++ b/media-libs/exiftool/exiftool-11.61.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
+SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz";
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+
+   insinto /usr/share/${PN}
+   doins -r fmt_files config_files arg_files
+}



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

2019-08-12 Thread Tim Harder
commit: 89c26369fd9a9a4ccc1a276a85ef96d984284c43
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 13 05:47:38 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 13 05:48:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c26369

media-libs/exiftool: stabilize 11.54

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/media-libs/exiftool/exiftool-11.54.ebuild 
b/media-libs/exiftool/exiftool-11.54.ebuild
index d65975820b7..3afc7ec316d 100644
--- a/media-libs/exiftool/exiftool-11.54.ebuild
+++ b/media-libs/exiftool/exiftool-11.54.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ 
${HOMEPAGE}"
 SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz";
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 arm64 ppc ppc64 x86 ~x64-macos"
 IUSE="doc"
 
 SRC_TEST="do"



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

2019-08-12 Thread Tim Harder
commit: 53374faf0a9ffa420db797794f4c6e3215ea4a33
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 13 05:47:57 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 13 05:48:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53374faf

media-libs/exiftool: remove old

Signed-off-by: Tim Harder  gentoo.org>

 media-libs/exiftool/Manifest  |  2 --
 media-libs/exiftool/exiftool-11.51.ebuild | 25 -
 media-libs/exiftool/exiftool-11.55.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index f4d66a0bf36..6af43eec567 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,5 +1,3 @@
-DIST Image-ExifTool-11.51.tar.gz 4573052 BLAKE2B 
9b38550127e9d21471ce11d25fa267a13e21deb65da3e0f1fbee7f7970f65b82e9e3a1b30ba6340739a2fc402fa8aac874a1813edf5e71634e5f23268a3fff96
 SHA512 
e6f48d803714a3fb8e12f869d3f9d3957db9aa330cf4e910a6eaadde759aa4ec0fc4873576d46bcbe40462d87bac341e6a546813f4753ba0bf61cf36dde7deeb
 DIST Image-ExifTool-11.54.tar.gz 4598312 BLAKE2B 
2543f56a9d7b59d085bf147a51f90be3764093853a66f522cc8ea96caefa0389a64cc1c2ae18d9eb1d79dd97f406c13a561c495a249c025b5cb6bd3af3acd5c6
 SHA512 
3d21ac6208b2410b9e39afc21738da14528fa891a4115472b66a489345bcc9580c922924c6060c413cef30671a7508bc5ec1ce9ec6c3645838210f025059d37f
-DIST Image-ExifTool-11.55.tar.gz 4608120 BLAKE2B 
d5f18ad336913ab43e6ec1916987f425398f7ed2f5a1ee0a1a7912968e0ca99985b5773d1dc1fcbcb29c3fbb8767c3664eec7bac78d4fce4873fe67e21286ce8
 SHA512 
175aa7cc9bb2f85554964466092bf289e16dd5dee514edac12ebf8beabce59ad559ef8eec78ef515bfd9b404e3cbb3131476d3c5357128368d4f3ca426cc4740
 DIST Image-ExifTool-11.60.tar.gz 4610485 BLAKE2B 
25cd45b20a1089be4894ccc645cee81b55099f46eed55b8d67f624bbac8618f46e1bb78ad19dc88c330231fa974a1a96311d305e09bd13f0dce2d69cf1acbb21
 SHA512 
e5d104a4b849af903f721bd9cc2898d84f4e7ea6d7a1e3619ba99626ac29ec8e0c02e7a63347787385af3262e77e6da7dbaec06d63c33a931ad1ffce059613fc
 DIST Image-ExifTool-11.61.tar.gz 4611695 BLAKE2B 
560d9512a2d89f5e959d44088fa340a53b26c57cef729aab2f5975d85b8415fc0c4d160657d98b20aa4d03b144f274ce67458cc48dcbe969aacdf9f75073e0b1
 SHA512 
b0a39cf2afee0fec4e8f881a7a8e2660527bf92e97078fb456a4798c3f8091830ee46366c1d3ad106eed529967ed078179ac1e37220facf3319a186582f83d2f

diff --git a/media-libs/exiftool/exiftool-11.51.ebuild 
b/media-libs/exiftool/exiftool-11.51.ebuild
deleted file mode 100644
index 3afc7ec316d..000
--- a/media-libs/exiftool/exiftool-11.51.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Image-ExifTool
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz";
-
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc ppc64 x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
-   perl-module_src_install
-   use doc && dodoc -r html/
-
-   insinto /usr/share/${PN}
-   doins -r fmt_files config_files arg_files
-}

diff --git a/media-libs/exiftool/exiftool-11.55.ebuild 
b/media-libs/exiftool/exiftool-11.55.ebuild
deleted file mode 100644
index d65975820b7..000
--- a/media-libs/exiftool/exiftool-11.55.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Image-ExifTool
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz";
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
-   perl-module_src_install
-   use doc && dodoc -r html/
-
-   insinto /usr/share/${PN}
-   doins -r fmt_files config_files arg_files
-}



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

2019-08-12 Thread Hans de Graaff
commit: cdb38645a3e143fcd8e9f7ba80e396484fd89f27
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 13 05:42:16 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 13 05:42:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb38645

dev-ruby/pkg-config: add 1.3.8

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/pkg-config/Manifest|  1 +
 dev-ruby/pkg-config/pkg-config-1.3.8.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
index bd2499306b1..00c14c0a3d6 100644
--- a/dev-ruby/pkg-config/Manifest
+++ b/dev-ruby/pkg-config/Manifest
@@ -1,2 +1,3 @@
 DIST pkg-config-1.2.8.gem 20480 BLAKE2B 
cc11b5eff30f0f5e1a91e64902931ed540da108fd326fe731b71527c9c4310f55e9002617e1baae4f71a4b705b20cf10f6fa112f8ef56971e82868145d372a47
 SHA512 
d83a599a48c7d404946054c6846b6cfd9fce2a264c288519a6eccd9787f05d45397dd46300bf97c80700921456318154ea6d44ba32cd159803471073c2a2b065
 DIST pkg-config-1.3.7.gem 20992 BLAKE2B 
4927cbe744b88e11ece71e554b07092d671a1b0775aa0c647abab6718c1903b888d98aa97ce5eae89033c13a542e45880b28fc886225c226d6e525c0004ec05f
 SHA512 
cceef2b8f0b92582256660f50be21b446e6ef8ca9edd3c7736d2dbcbf2bf8ab60a1ef8f2fed21448d01ab155fd92fe9a3e8cf1f8bda4f80a8e0a8896f1eedd60
+DIST pkg-config-1.3.8.gem 21504 BLAKE2B 
6959487c26b562978e00c4f6b7362c84f78f83e3ad2821b27a23feb76d1bc948832d898b81cd1347a3dec0d04bce0abf427df96420280ec721ded45619339361
 SHA512 
893b8804abbc295bb678e539a22c23f4bac571b5d29cdeb825f0ed2b6be1efa7f50403b97718b38034bc3d1e5bc709d9fa6e26894fb90fe0d6789b8bcc4f19ee

diff --git a/dev-ruby/pkg-config/pkg-config-1.3.8.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.3.8.ebuild
new file mode 100644
index 000..a8f0cfce739
--- /dev/null
+++ b/dev-ruby/pkg-config/pkg-config-1.3.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pkg-config implementation by Ruby"
+HOMEPAGE="https://github.com/rcairo/pkg-config";
+LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+# this is used for testing
+DEPEND+=" test? ( x11-libs/cairo )"
+
+all_ruby_prepare() {
+   # drop failing tests
+   sed -i -e "/test_cflags/,/end/d"\
+   -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
+}



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

2019-08-12 Thread Hans de Graaff
commit: ce41a74a2bcb637b47da809691e0f68c05973237
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 13 05:40:17 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 13 05:40:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce41a74a

dev-ruby/pkg-config: cleanup

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/pkg-config/Manifest|  3 ---
 dev-ruby/pkg-config/pkg-config-1.3.4.ebuild | 33 -
 dev-ruby/pkg-config/pkg-config-1.3.5.ebuild | 33 -
 dev-ruby/pkg-config/pkg-config-1.3.6.ebuild | 33 -
 4 files changed, 102 deletions(-)

diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
index 28bbb6b93a6..bd2499306b1 100644
--- a/dev-ruby/pkg-config/Manifest
+++ b/dev-ruby/pkg-config/Manifest
@@ -1,5 +1,2 @@
 DIST pkg-config-1.2.8.gem 20480 BLAKE2B 
cc11b5eff30f0f5e1a91e64902931ed540da108fd326fe731b71527c9c4310f55e9002617e1baae4f71a4b705b20cf10f6fa112f8ef56971e82868145d372a47
 SHA512 
d83a599a48c7d404946054c6846b6cfd9fce2a264c288519a6eccd9787f05d45397dd46300bf97c80700921456318154ea6d44ba32cd159803471073c2a2b065
-DIST pkg-config-1.3.4.gem 20992 BLAKE2B 
3e9ab485f4b375abfc7e90287a11f8c8a65afcad1f296c35db9bd7206064d45961078e5664381b5250716da6f9ceb2ca1433e360f8bf9bc26f569a132df8e7f4
 SHA512 
c0caf3f0254e2dd64cd258ca7936a26c7c1525922f0e214b67ee09f9b54455077a2dfe23251a5e985685975a6b4597d0dcd4cd3ad19a80866028450fb4bfcbdf
-DIST pkg-config-1.3.5.gem 20992 BLAKE2B 
4b2285f976c2652e1dcc7e5f9454b9e00d489ccb620e89346638014453c1936b516652cf2353375c5611481c7558820f3062a3585b69e242e2e77e51bb7f2594
 SHA512 
d659d43b0a787961cfb550344311083c7177d2d5b6066c0d0af3ee8edce245235c2b459ac002f645d8be62850a8a2ecda7247e527f7be14fbaa5e71993e7a1b5
-DIST pkg-config-1.3.6.gem 20992 BLAKE2B 
dbca483bb35b7b52d6df92f366e7b75e503378248a9b9d5fc78b42d04ccbd89955bc9f50d86d3948154292bda825a26b9e47b3b26510656492e5302ecc084e01
 SHA512 
c0e44101c52d32113992a1952528faa70e000cf94318d5a29eb52856dc7be670749d2f59bb3601907e4fc136a47eccaf5fc2a713346ca769112e3917bb5402e3
 DIST pkg-config-1.3.7.gem 20992 BLAKE2B 
4927cbe744b88e11ece71e554b07092d671a1b0775aa0c647abab6718c1903b888d98aa97ce5eae89033c13a542e45880b28fc886225c226d6e525c0004ec05f
 SHA512 
cceef2b8f0b92582256660f50be21b446e6ef8ca9edd3c7736d2dbcbf2bf8ab60a1ef8f2fed21448d01ab155fd92fe9a3e8cf1f8bda4f80a8e0a8896f1eedd60

diff --git a/dev-ruby/pkg-config/pkg-config-1.3.4.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.3.4.ebuild
deleted file mode 100644
index 600fa391e78..000
--- a/dev-ruby/pkg-config/pkg-config-1.3.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pkg-config implementation by Ruby"
-HOMEPAGE="https://github.com/rcairo/pkg-config";
-LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-# this is used for testing
-DEPEND+=" test? ( x11-libs/cairo )"
-
-all_ruby_prepare() {
-   # drop failing tests
-   sed -i -e "/test_cflags/,/end/d"\
-   -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
-}
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
-}

diff --git a/dev-ruby/pkg-config/pkg-config-1.3.5.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.3.5.ebuild
deleted file mode 100644
index 600fa391e78..000
--- a/dev-ruby/pkg-config/pkg-config-1.3.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pkg-config implementation by Ruby"
-HOMEPAGE="https://github.com/rcairo/pkg-config";
-LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-# this is used for testing
-DEPEND+=" test? ( x11-libs/cairo )"
-
-all_ruby_prepare() {
-   # drop failing tests
-   sed -i -e "/test_cflags/,/end/d"\
-   -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
-}
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
-}

diff --git a/dev-ruby/pkg-config/pkg-config-1.3.6.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.3.6.ebuild
deleted file mode 100644
index 600fa391e78..000
--- a/dev-ruby/pkg-config/pkg-config-1.3.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyrigh

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

2019-08-12 Thread Joonas Niilola
commit: 2cf9512f958ac29ea0ae628630905081b8b76047
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 13 05:04:39 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 13 05:04:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf9512f

dev-util/conan: retire proxied maintainer

Bug: https://bugs.gentoo.org/666980#c5
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/conan/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-util/conan/metadata.xml b/dev-util/conan/metadata.xml
index c04af8133dd..eec79f76ea9 100644
--- a/dev-util/conan/metadata.xml
+++ b/dev-util/conan/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-beschind...@gmail.com
-Benjamin Schindler
-  
   
 azamat.hacki...@gmail.com
 Azamat H. Hackimov



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

2019-08-12 Thread Joonas Niilola
commit: 7ab8f5559849fa4eac973b582d03e2734cdd488f
Author: Daniel Kenzelmann  pc-daniel-desktop  fritz  
box>
AuthorDate: Sun Aug 11 08:47:17 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 13 04:54:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab8f555

dev-libs/pigpio-70: new ebuild

New ebuild, now with .so versioning from upstream, new Makefile patch required

Signed-off-by: Daniel Kenzelmann  k8n.de>
Closes: https://github.com/gentoo/gentoo/pull/12677
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/pigpio/Manifest   |  1 +
 dev-libs/pigpio/files/pigpio-70-makefile.patch | 98 ++
 dev-libs/pigpio/pigpio-70.ebuild   | 39 ++
 3 files changed, 138 insertions(+)

diff --git a/dev-libs/pigpio/Manifest b/dev-libs/pigpio/Manifest
index 9928f29679a..0f01a744f39 100644
--- a/dev-libs/pigpio/Manifest
+++ b/dev-libs/pigpio/Manifest
@@ -1,2 +1,3 @@
 DIST pigpio-67.tar.gz 369268 BLAKE2B 
a9d59369f5eed4b733e0e5c0e85013a132e55ff63a2393d79a3fb52d1fcb2513559d4dfeea84c4842d6281936b6e116bd81cd63e4542bbcffaf813ee356ee0d1
 SHA512 
9792f8402ee0dd204f4a975ab0513099a1fe3d398a28b766f412c08d7908e8e307de4cc92b2a2519b6484f15a043bd40008b7707486015c08bda5f97b1e7e00b
 DIST pigpio-68.tar.gz 371251 BLAKE2B 
c0118854d18ce158a3d5c96380289cc8bc68f35f72ce28f207dfbb827f97f538acd82cec2af11590e59985b77ef08834d55b3ac7578e1f6b6d1a0b5d5d594632
 SHA512 
125364eab9dd33c39fda148c6018679ac91b099914d7f0c6362f61566a9c957065189ace03ad4668b29f25d4d542b81d42c0befe0712867b48977b755dc03edc
+DIST pigpio-70.tar.gz 374569 BLAKE2B 
a2caadf0e1307c8c3ce936d5fd4d31e18185aa53900f6b2cf8b92a31f423b9a82bf4d2b7212fa8cd5b2d26773598a138ef8331884410f3f418542f43ca1fe2d4
 SHA512 
00db37b9c0f9751e6179b19e7018583abd9e11d78d01ff9f99b713004cf4e6a224e93644206599378a34dd46fd75c08557021b706015b0bc2bd8b34e363691db

diff --git a/dev-libs/pigpio/files/pigpio-70-makefile.patch 
b/dev-libs/pigpio/files/pigpio-70-makefile.patch
new file mode 100644
index 000..10df7e872c6
--- /dev/null
+++ b/dev-libs/pigpio/files/pigpio-70-makefile.patch
@@ -0,0 +1,98 @@
+--- a/Makefile 2019-08-10 10:10:22.834043361 +0200
 b/Makefile 2019-08-10 10:43:15.797503591 +0200
+@@ -9,6 +9,9 @@
+ STRIP= $(CROSS_PREFIX)strip
+ SHLIB= $(CC) -shared
+ STRIPLIB = $(STRIP) --strip-unneeded
++LDCONFIG = ldconfig
++PYTHON2  = $(shell type -P python2 || echo ':' 2> /dev/null)
++PYTHON3  = $(shell type -P python3 || echo ':' 2> /dev/null)
+ 
+ SOVERSION= 1
+ 
+@@ -25,7 +28,7 @@
+ 
+ LIB  = $(LIB1) $(LIB2) $(LIB3)
+ 
+-ALL = $(LIB) x_pigpio x_pigpiod_if x_pigpiod_if2 pig2vcd pigpiod pigs
++ALL = $(LIB) pig2vcd pigpiod pigs
+ 
+ LL1  = -L. -lpigpio -pthread -lrt
+ 
+@@ -66,28 +69,21 @@
+   $(CC) -o x_pigpiod_if2 x_pigpiod_if2.o $(LL3)
+ 
+ pigpiod:  pigpiod.o $(LIB1)
+-  $(CC) -o pigpiod pigpiod.o $(LL1)
++  $(CC) $(CFLAGS) $(LDFLAGS) -o pigpiod pigpiod.o $(LL1)
+   $(STRIP) pigpiod
+ 
+ pigs: pigs.o command.o
+-  $(CC) -o pigs pigs.o command.o
++  $(CC) $(CFLAGS) $(LDFLAGS) -o pigs pigs.o command.o
+   $(STRIP) pigs
+ 
+ pig2vcd:  pig2vcd.o
+-  $(CC) -o pig2vcd pig2vcd.o
++  $(CC) $(CFLAGS) $(LDFLAGS) -o pig2vcd pig2vcd.o
+   $(STRIP) pig2vcd
+ 
+ clean:
+   rm -f *.o *.i *.s *~ $(ALL) *.so.$(SOVERSION)
+ 
+-ifeq ($(DESTDIR),)
+-  PYINSTALLARGS =
+-else
+-  PYINSTALLARGS = --root=$(DESTDIR)
+-endif
+-
+ install:  $(ALL)
+-  install -m 0755 -d $(DESTDIR)/opt/pigpio/cgi
+   install -m 0755 -d $(DESTDIR)$(includedir)
+   install -m 0644 pigpio.h   $(DESTDIR)$(includedir)
+   install -m 0644 pigpiod_if.h   $(DESTDIR)$(includedir)
+@@ -103,15 +99,13 @@
+   install -m 0755 pig2vcd$(DESTDIR)$(bindir)
+   install -m 0755 pigpiod$(DESTDIR)$(bindir)
+   install -m 0755 pigs   $(DESTDIR)$(bindir)
+-  if which python2; then python2 setup.py install $(PYINSTALLARGS); fi
+-  if which python3; then python3 setup.py install $(PYINSTALLARGS); fi
++  $(PYTHON2) setup.py install
++  $(PYTHON3) setup.py install
+   install -m 0755 -d $(DESTDIR)$(mandir)/man1
+-  install -m 0644 p*.1   $(DESTDIR)$(mandir)/man1
++  install -m 0644 *.1$(DESTDIR)$(mandir)/man1
+   install -m 0755 -d $(DESTDIR)$(mandir)/man3
+-  install -m 0644 p*.3   $(DESTDIR)$(mandir)/man3
+-ifeq ($(DESTDIR),)
+-  ldconfig
+-endif
++  install -m 0644 *.3$(DESTDIR)$(mandir)/man3
++  $(LDCONFIG)
+ 
+ uninstall:
+   rm -f $(DESTDIR)$(includedir)/pigpio.h
+@@ -136,19 +130,19 @@
+ endif
+ 
+ $(LIB1):  $(OBJ1)
+-  $(SHLIB)

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

2019-08-12 Thread Joonas Niilola
commit: c85f15d0dd0ee6fe1c031dc6ab115cb980693c4d
Author: Daniel Kenzelmann  pc-daniel-desktop  fritz  
box>
AuthorDate: Sun Aug 11 08:31:49 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 13 04:53:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85f15d0

dev-libs/pigpio: fix libdir variable

Fixed libdir variable (/usr/ prefix missing, current ebuilds do not install 
libs at all)

Closes: https://bugs.gentoo.org/691948
Signed-off-by: Daniel Kenzelmann  k8n.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/pigpio/pigpio-67.ebuild | 2 +-
 dev-libs/pigpio/pigpio-68.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/pigpio/pigpio-67.ebuild b/dev-libs/pigpio/pigpio-67.ebuild
index e10bc779168..56f692b26a2 100644
--- a/dev-libs/pigpio/pigpio-67.ebuild
+++ b/dev-libs/pigpio/pigpio-67.ebuild
@@ -31,7 +31,7 @@ src_compile() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" LDCONFIG=: PYTHON2=: PYTHON3=: 
libdir="$(get_libdir)" prefix="/usr" mandir="/usr/share/man" install
+   emake DESTDIR="${D}" LDCONFIG=: PYTHON2=: PYTHON3=: 
libdir="/usr/$(get_libdir)" prefix="/usr" mandir="/usr/share/man" install
einstalldocs
newinitd "${FILESDIR}"/pigpiod.initd pigpiod
newconfd "${FILESDIR}"/pigpiod.confd pigpiod

diff --git a/dev-libs/pigpio/pigpio-68.ebuild b/dev-libs/pigpio/pigpio-68.ebuild
index ab323e84a88..6ca0daa626e 100644
--- a/dev-libs/pigpio/pigpio-68.ebuild
+++ b/dev-libs/pigpio/pigpio-68.ebuild
@@ -29,7 +29,7 @@ src_compile() {
 
 src_install() {
emake DESTDIR="${D}" LDCONFIG=: PYTHON2=: PYTHON3=: \
-   libdir="$(get_libdir)" prefix="${EPREFIX}/usr" \
+   libdir="${EPREFIX}/usr/$(get_libdir)" prefix="${EPREFIX}/usr" \
mandir="${EPREFIX}/usr/share/man" install
einstalldocs
newinitd "${FILESDIR}"/pigpiod.initd pigpiod



[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/

2019-08-12 Thread Joonas Niilola
commit: 2705f9a81d9d413aef92e3fbecc7cf68d9b89ed1
Author: Robert Siebeck  r123  de>
AuthorDate: Mon Aug 12 20:35:26 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 13 04:45:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2705f9a8

net-im/signal-desktop-bin: add new version 1.26.0

Signed-off-by: Robert Siebeck  r123.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 +
 .../signal-desktop-bin-1.26.0.ebuild   | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 41ea40780c1..2702a033c59 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1 +1,2 @@
 DIST signal-desktop_1.25.3_amd64.deb 93829666 BLAKE2B 
33a6bc00994fb8fb8b58702be83d8401728077e65f5c4284664b5a4b00275d524baf4265143ccc5d6a081f5c8e1d9ffa41c8534312fc07eea72d20597ba9f123
 SHA512 
9eb811fc5b8b09407055212d8eab0bf549917fdf1d2e65058fc47ad093e6940daac6ae437acd6b8ce00d83696879a04d3acd64fddeae9d3e7561633e38d676c4
+DIST signal-desktop_1.26.0_amd64.deb 94010252 BLAKE2B 
058f01da1c06d7cdb93f70d595301c50a820b7bd50d62bbed7f28a2555ed134d68aeb75a8087fd0853ed3f6ddfe3518abb5a512994fe2f858071e148196456be
 SHA512 
965f2e11e6e6b8135237eab32cbd7f18170aad647e2bd3a26fa787a74990a6e9c53035c1500f1f068bfb8ec5e82e6d473a5b4962cbf51e9f857c189420e0f69e

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.26.0.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.26.0.ebuild
new file mode 100644
index 000..93142bc7435
--- /dev/null
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.26.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-bin/}"
+
+inherit pax-utils unpacker xdg-utils
+
+DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
+HOMEPAGE="https://signal.org/
+   https://github.com/WhisperSystems/Signal-Desktop";
+SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb";
+
+LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-libs/nss
+   media-libs/mesa
+   net-print/cups
+   x11-libs/gtk+:3[X]
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   "
+
+QA_PREBUILT="opt/Signal/signal-desktop
+   opt/Signal/libffmpeg.so
+   opt/Signal/libGLESv2.so
+   opt/Signal/libnode.so
+   opt/Signal/libVkICD_mock_icd.so
+   opt/Signal/swiftshader/libGLESv2.so"
+
+S="${WORKDIR}"
+
+src_prepare(){
+   default
+   sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
+   -i usr/share/applications/signal-desktop.desktop || die
+   unpack usr/share/doc/signal-desktop/changelog.gz
+}
+
+src_install() {
+   insinto /
+   dodoc changelog
+   doins -r opt
+   insinto /usr/share
+   doins -r usr/share/applications
+   doins -r usr/share/icons
+   fperms +x /opt/Signal/signal-desktop
+   pax-mark m opt/Signal/signal-desktop
+
+   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
+   dosym ../../usr/lib64/libEGL.so opt/Signal/libEGL.so
+   dosym ../../../usr/lib64/libEGL.so opt/Signal/swiftshader/libEGL.so
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/

2019-08-12 Thread Joonas Niilola
commit: a843a24d5e3391df18cb6dc1f90bfce6759e3ba4
Author: Robert Siebeck  r123  de>
AuthorDate: Mon Aug 12 20:35:27 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 13 04:45:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a843a24d

net-im/signal-desktop-bin: remove old version

Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/12685
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 -
 .../signal-desktop-bin-1.25.3.ebuild   | 68 --
 2 files changed, 69 deletions(-)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 2702a033c59..8a1dd88f347 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST signal-desktop_1.25.3_amd64.deb 93829666 BLAKE2B 
33a6bc00994fb8fb8b58702be83d8401728077e65f5c4284664b5a4b00275d524baf4265143ccc5d6a081f5c8e1d9ffa41c8534312fc07eea72d20597ba9f123
 SHA512 
9eb811fc5b8b09407055212d8eab0bf549917fdf1d2e65058fc47ad093e6940daac6ae437acd6b8ce00d83696879a04d3acd64fddeae9d3e7561633e38d676c4
 DIST signal-desktop_1.26.0_amd64.deb 94010252 BLAKE2B 
058f01da1c06d7cdb93f70d595301c50a820b7bd50d62bbed7f28a2555ed134d68aeb75a8087fd0853ed3f6ddfe3518abb5a512994fe2f858071e148196456be
 SHA512 
965f2e11e6e6b8135237eab32cbd7f18170aad647e2bd3a26fa787a74990a6e9c53035c1500f1f068bfb8ec5e82e6d473a5b4962cbf51e9f857c189420e0f69e

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.25.3.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.25.3.ebuild
deleted file mode 100644
index 93142bc7435..000
--- a/net-im/signal-desktop-bin/signal-desktop-bin-1.25.3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-bin/}"
-
-inherit pax-utils unpacker xdg-utils
-
-DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
-HOMEPAGE="https://signal.org/
-   https://github.com/WhisperSystems/Signal-Desktop";
-SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb";
-
-LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE=""
-
-RDEPEND="
-   dev-libs/nss
-   media-libs/mesa
-   net-print/cups
-   x11-libs/gtk+:3[X]
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst
-   "
-
-QA_PREBUILT="opt/Signal/signal-desktop
-   opt/Signal/libffmpeg.so
-   opt/Signal/libGLESv2.so
-   opt/Signal/libnode.so
-   opt/Signal/libVkICD_mock_icd.so
-   opt/Signal/swiftshader/libGLESv2.so"
-
-S="${WORKDIR}"
-
-src_prepare(){
-   default
-   sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
-   -i usr/share/applications/signal-desktop.desktop || die
-   unpack usr/share/doc/signal-desktop/changelog.gz
-}
-
-src_install() {
-   insinto /
-   dodoc changelog
-   doins -r opt
-   insinto /usr/share
-   doins -r usr/share/applications
-   doins -r usr/share/icons
-   fperms +x /opt/Signal/signal-desktop
-   pax-mark m opt/Signal/signal-desktop
-
-   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
-   dosym ../../usr/lib64/libEGL.so opt/Signal/libEGL.so
-   dosym ../../../usr/lib64/libEGL.so opt/Signal/swiftshader/libEGL.so
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2019-08-12 Thread Joonas Niilola
commit: 6c7bb2f938eb04b61b18a521739ca7af2aabf5ae
Author: Gabriel Linder  gmail  com>
AuthorDate: Thu Jul  4 13:35:51 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 13 04:42:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7bb2f9

dev-python/greenstalk: bump to version 1.0.1.

Signed-off-by: Gabriel Linder  gmail.com>
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Closes: https://github.com/gentoo/gentoo/pull/12387
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/greenstalk/Manifest b/dev-python/greenstalk/Manifest
index 0c5034c39f4..346b64ecbce 100644
--- a/dev-python/greenstalk/Manifest
+++ b/dev-python/greenstalk/Manifest
@@ -1 +1,2 @@
 DIST greenstalk-0.5.2.tar.gz 5317 BLAKE2B 
1dd461f0a3a97210cad1c2a1957483477334c015e97184db22c3048c5152b4b7a2a0a5768cf79190c4f8c3115fc61557d3cb453fb56194db9906c5d29e7734e9
 SHA512 
a270e0c6aaab1ce93e695413c8c12a2546cffb5d3cd11b20679c1f4f8238a68b8e9ed59c0b1c5ec3ed3319d3cd32e8bfef68533e092645d2832546024dfa68db
+DIST greenstalk-1.0.1.tar.gz 12898 BLAKE2B 
fc0b90ba95b09e1490025175339c3f9eb7afed16db40ec34031305a3d487582fc7305b1990424f53a06887a34c30ab4f957db01a640576aa1c5db30511161c0f
 SHA512 
8b57ec0c7fd3a60c24e8ddd7d51f31c0986317cbceb0f7045bbd720ca58e8f3c896f2f9924de7b1e8693844c814ecdebc020972d895468d1b0e7d055bf628b16

diff --git a/dev-python/greenstalk/greenstalk-1.0.1.ebuild 
b/dev-python/greenstalk/greenstalk-1.0.1.ebuild
new file mode 100644
index 000..98bafab82c3
--- /dev/null
+++ b/dev-python/greenstalk/greenstalk-1.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="A Python 3 client for the beanstalkd work queue"
+HOMEPAGE="https://greenstalk.readthedocs.io/ 
https://github.com/mayhewj/greenstalk";
+SRC_URI="https://github.com/mayhewj/greenstalk/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+   test? (
+   app-misc/beanstalkd
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   pytest -v tests.py || die
+}



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

2019-08-12 Thread Mike Gilbert
commit: ca1a4c587cf32b96ad7141e8c257d67b4260a3f4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Aug 13 04:32:25 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug 13 04:32:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1a4c58

sys-apps/dbus-broker: bump to 21

Package-Manager: Portage-2.3.71, Repoman-2.3.16_p24
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/dbus-broker/Manifest|  8 +++
 sys-apps/dbus-broker/dbus-broker-21.ebuild   | 76 
 sys-apps/dbus-broker/dbus-broker-.ebuild | 50 +-
 3 files changed, 108 insertions(+), 26 deletions(-)

diff --git a/sys-apps/dbus-broker/Manifest b/sys-apps/dbus-broker/Manifest
index f8b4b61ed60..80f851b42da 100644
--- a/sys-apps/dbus-broker/Manifest
+++ b/sys-apps/dbus-broker/Manifest
@@ -1,8 +1,16 @@
+DIST c-dvar-7c0833f9cae446163077b204b2296287bbee7c67.tar.gz 24727 BLAKE2B 
e18de53ac8014e77cffbcd9c71230847db0055e43e54b5cdfc3f48367570878b34d6fc7c299e4312708455ef2fa4ddff9fa5b48b603a05d6fbe28ce84e5e5906
 SHA512 
a006bdfc8a5a8e9a803ffa29f152858cb699cbf0e59d4f0550a4736ad29f85cfdef6bd8ef3cfbe8770045c76ed092db00c7338d62a8b0cd54ae5bd03f1c8b422
 DIST c-dvar-9fcd89593f8b7fb5c9f1c32f0b82f518eda4be46.tar.gz 36281 BLAKE2B 
4a1ee57e1aeec5010bd5b84d355aa94a923dc6e03f5cd1b58db3af9b64f15e9e565a0930e9e1d8ca79602ac7e366a3231ed66d7a2429b0ff769e0c3428742493
 SHA512 
b77ce063fbaf92d3ee4462eb440229870fe3bb41ea3d02e79502cca48eb8983da4f8e3d6fa29fb2f066879af0d7e9166e0105ca56d1ff12d47f2592f2be1b2e2
+DIST c-ini-847c55f5b3d33baa47af9a1286175d58b34f91d5.tar.gz 14094 BLAKE2B 
49ac949d4fc46ec63f253d48921be0acd585b3d301d56144e9477baaf81a0cfb3fb5f0706d1673c921962d1bbbeb89b2d83e07dba9265dff7b1f57da6059eaef
 SHA512 
eec3a4d2a3e1a4d9d65385b2e3cfd87dfb482b365731bc15f989faa59fb7f2c6e88abcef6612f3718817b1d1953f12fcc9981fc36b01fa82d3146305e24eaa16
 DIST c-ini-979a18fdd59f05f927d6cdf624d8ded6f81c6776.tar.gz 26116 BLAKE2B 
23d6feca93bd48905745c8ab0ae5798be315e79fe189e1f8d181922db0a2cfc9cbef8e250796bdabd46fe8cd434010912ddffbe280f99a0967a6ef0ef68e263b
 SHA512 
a17f1202ee019814251d0d4225ce41fad471cd7d40f2f0c1f80415562019305cdc98f903f37e47a1493f7d135b656210b61b0718a0d19d65ecbb0d24496e785a
+DIST c-list-2e4b605c6217cd3c8a1ef773f82f5cc329ba650d.tar.gz 9383 BLAKE2B 
70f8ed083a784a08da3b5d5fe75709cf9dcbaaee523ab9b1cd3b36931f5bb0c1e920cc38561c002f4de2efeda7b4edaf9b5fb9411f0fcd8aa1055ab966066789
 SHA512 
4db91e8af837d6739b9becbc2b405300e2006a82e39c01ade015eabf39ba550dc38879e800fd415bc5fa4ac220090cfdfa3a13d4f748a1278e51544c4a6183be
 DIST c-list-dda36d30c7d655b4d61358519168fa7ce0e9dae9.tar.gz 21457 BLAKE2B 
cec1ffbc7591479c8a7b1fbbfbef69a8dfc8b756a864f31910202967be431027d85191b4f412f04507152d5d81113e3668ab1e22319547607d21a139f75ea4a5
 SHA512 
0b0add65248cd17a5d3c52adf3f709ce8a7c5739f153516fb9577b0a44b709242b3571637efbaa0f78f0afba2691ec0993561b1fb643df4d1eb6a45167f50473
+DIST c-rbtree-b46392d25de7a7bab67d48ef18bf8350b429cff5.tar.gz 26065 BLAKE2B 
ec5486b2e1b9b835a3aac42b9f87275bbdbc73cdb0698304db01a80f0d52bf542b8df56d6e58bd98cbceccee9418d7115e90605c8077ac8670b6326304806c9e
 SHA512 
8177c111390f8491a3b535ec5a3b8de13a3b9d0358166494e503d68bd5748dae0cd2b092b0311258be885ecbeee2bb83a2389d9734bc28e4f78e85de3ed9b3f5
 DIST c-rbtree-bf627e0c32241915108f66ad9738444e4d045b45.tar.gz 37838 BLAKE2B 
5c40f444f43cb2f76c60fbd3ecedfb084ca39e90db9a297d630f6ca8ef931e52917e1ef1bd310d1024b003a37214d6549dce6f3d2b49f9b7e1f19441d04c64fa
 SHA512 
6ac8e0eb7b704e2dfd1b69f9dd20ad08d490d13bcf7198d30825d5c8fb20d001998df3e5beece7346a1bda4341c900f63e3c67da9648ea8492607851946a1265
+DIST c-shquote-34e1e25299fb82ab9fd0c8bfd8a66010ead1497b.tar.gz 10824 BLAKE2B 
e2cc32acdb83a9d2c759d5068ef69feb4b0fbcdf908bbce08c9229c26dc1d1d421e522b844232328b62af851ebb93cbdc282be04b26ec04e327eb59e9e5173c7
 SHA512 
8f5ae3554239d42ec50b093f81b13715a55215b406a2000853da5a8581a11650ba1020f06eb8f7551d0ec372e786ea6cc56c2c803d0fc86d016db69895b391eb
 DIST c-shquote-b7e325c7ff098787f2937dd91597677374f038b6.tar.gz 22764 BLAKE2B 
9fd0c7e17c7dc3614748e54125bc04d34c03c97f6ee148c66e2398827872e005aaff3326fdca32e01efcc04efdcc735059070e50fb0b5a5a6cef80e271110fde
 SHA512 
1403bcc57f45df33509d7e9c03e964cbdbc5bb8dc3c853e6fd6bcebe304bf7c21e4f887ed471cd9cb4a8aa6000d7017e8ae02adfdbb43cdeac6415a15f29fa40
+DIST c-stdaux-11930d259212605a15430523472ef54e0c7654ee.tar.gz 13215 BLAKE2B 
f8022583c224e911ecf65f10f1ada2ae631f0dca1c0306c113a2ad1b6a996ff4fa45eba14fafa5146feabebef0ae9e275a46fa0bb78af454fc37e49c465c7e3f
 SHA512 
7c0a5d1266462482674f9fc98ba19af65566d638e7a407969de9ccb66d5884692e0562c16b37e64269919e5c0d0c2a8ffd147e88159b9226f1bb738d460b78b8
 DIST c-sundry-50c8ccf01b39b3f11e59c69d1cafea5bef5a9769.tar.gz 26702 BLAKE2B 
c67af60b180b80c358c94d43961423cd18b147ec98dd71fa9e858ae6b67ad29d1d1484816be9eff1ce5c7193aa22b7b754f4cc535888c2a62b88ea43155f71c6
 SHA512 
44fccf4509ad752f7ef8aef7e1afd62eb51660f2daba42f0ad8b1711a62ec53aa2bde78b895fbdd939ba9a1ba1fc06621c2506eb068948da4d6e7192

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

2019-08-12 Thread Joonas Niilola
commit: 01e361c1e902c26c629d0d19eb225336a4ccd9b0
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Tue Jul 30 23:07:43 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 13 04:28:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e361c1

dev-python/tqdm: bump to 4.32.2

Dependency for dev-util/conan-1.17.2

Signed-off-by: Azamat H. Hackimov  gmail.com>
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.32.2.ebuild | 30 ++
 dev-python/tqdm/tqdm-.ebuild   |  4 ++--
 3 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index fc034c9de4e..9c7f02bad2b 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1,2 @@
 DIST tqdm-4.23.3.tar.gz 75941 BLAKE2B 
9e5810765e8f7ea4f54b0f93f453d278d5ad4b1710f1476a6f00ff2e513789585e97dcd5a8331fe69d3593b18affd50bf9bf51cbaed29ecd68d4efad9318aa31
 SHA512 
40c853b7cf7611ba2ef7652417c0d42ea4392f5ea9cbe319dbb9e3dd063594e5c637fb5d13f77935fb9a034d395b28fa9480fec1c6cca1852644add4ac18cce8
+DIST tqdm-4.32.2.tar.gz 118690 BLAKE2B 
21ae94fb1ba3db06f79dba021c5c68b089a64cf3cef94a7eabd30f93403fc99a69b0069d7e730e3cde965219a1762fc1d4a5db4dcf351fbf39c6176fec3caae6
 SHA512 
60811944f755115fe41e9c6971ee959ceeb9a7f61a4ed7ed5f16b3f2c0bc631448cc05a5f13109eb94b7f01f7bffba6267ab10e56a0f3fcd10f091f186164794

diff --git a/dev-python/tqdm/tqdm-4.32.2.ebuild 
b/dev-python/tqdm/tqdm-4.32.2.ebuild
new file mode 100644
index 000..ae8228c5b05
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.32.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm";
+SRC_URI="https://github.com/tqdm/tqdm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   sed -i -e "s#man/man1#share/man/man1#" setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/tqdm/tqdm-.ebuild b/dev-python/tqdm/tqdm-.ebuild
index 8e669e8670d..b269ad3ec5c 100644
--- a/dev-python/tqdm/tqdm-.ebuild
+++ b/dev-python/tqdm/tqdm-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1 git-r3
 



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

2019-08-12 Thread Joonas Niilola
commit: e6cb95401ed406a4bc8fa9b5abba308541e00ffb
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Tue Jul 30 23:35:48 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 13 04:28:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cb9540

dev-util/conan: update to 1.18.1

Update to 1.18.1, added myself to maintainers, fixes multiple bugs
(#686568, #666984, #666980, #643152).
Closes: https://bugs.gentoo.org/643152
Closes: https://bugs.gentoo.org/666980
Closes: https://bugs.gentoo.org/666984
Closes: https://bugs.gentoo.org/686568

Signed-off-by: Azamat H. Hackimov  gmail.com>
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Closes: https://github.com/gentoo/gentoo/pull/12585
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/conan/Manifest|  1 +
 dev-util/conan/conan-1.18.1.ebuild | 68 ++
 dev-util/conan/metadata.xml|  4 +++
 3 files changed, 73 insertions(+)

diff --git a/dev-util/conan/Manifest b/dev-util/conan/Manifest
index 6b417b9ada1..7e5b58932f4 100644
--- a/dev-util/conan/Manifest
+++ b/dev-util/conan/Manifest
@@ -1 +1,2 @@
 DIST conan-1.0.4.tar.gz 580404 BLAKE2B 
a3099e7f5bdb882591bab031da267f3df5582975d93a840cd7bf42d7b5b57850d42a28ea33440f6570149b7db8c2ae6a395460f375fee084a9336435d42e7df6
 SHA512 
47fe9632b0007cdc0456004e6c9122df387869c33b58694b4a2dca9956daf977532f79c204207b21d3a4e7d90337a25dba49cf84cba98c1f9bde3170f1a185a9
+DIST conan-1.18.1.tar.gz 532813 BLAKE2B 
d4c8ec62100b8c4038f9bef8338aa0afccc38ab39d8d953c41934efc43d6ba8e5abda1438e3f8c3f4bba4b770b871a1afc5ef19749771a55873b35f28a427b1b
 SHA512 
f9c4c4cb768c3f015a84adb3d4926cf91a372a8dae6655df9396b645c24c8694f47795064c0e93ee799864d19f6f77983da0a1679ad511d8f11702250ae95124

diff --git a/dev-util/conan/conan-1.18.1.ebuild 
b/dev-util/conan/conan-1.18.1.ebuild
new file mode 100644
index 000..150071e1dc0
--- /dev/null
+++ b/dev-util/conan/conan-1.18.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed C/C++ package manager"
+HOMEPAGE="https://conan.io/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+# overly strict requirements?
+# https://github.com/conan-io/conan/blob/develop/conans/requirements.txt
+RDEPEND="
+   >=dev-python/pyjwt-1.4[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.3.3[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/patch-1.16[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.14.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10[${PYTHON_USEDEP}]
+   >=dev-python/node-semver-0.6.1[${PYTHON_USEDEP}]
+   >=dev-python/distro-1.0.2[${PYTHON_USEDEP}]
+   >=dev-python/pylint-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/future-0.16.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/astroid-1.6.5[${PYTHON_USEDEP}]
+   >=dev-python/deprecation-2.0[${PYTHON_USEDEP}]
+   >=dev-python/tqdm-4.28.1[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
+   >=dev-python/typed-ast-1.1.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-lang/go
+   >=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/nose-parameterized-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/webtest-2.0.18[${PYTHON_USEDEP}]
+   dev-util/cmake
+   )
+"
+
+src_prepare() {
+   default
+   # Fix strict dependencies
+   sed -i \
+   -e "s:patch==1.16:patch>=1.16:g" \
+   -e "s:node-semver==0.6.1:node-semver>=0.6.1:g" \
+   -e "s:future==0.16.0:future>=0.16.0:g" \
+   conans/requirements.txt
+}
+
+python_test() {
+   cd "${BUILD_DIR}"/lib || die
+   PYTHONPATH=. nosetests -v . || die
+}

diff --git a/dev-util/conan/metadata.xml b/dev-util/conan/metadata.xml
index af7e11d6bb6..c04af8133dd 100644
--- a/dev-util/conan/metadata.xml
+++ b/dev-util/conan/metadata.xml
@@ -5,6 +5,10 @@
 beschind...@gmail.com
 Benjamin Schindler
   
+  
+azamat.hacki...@gmail.com
+Azamat H. Hackimov
+  
   
   proxy-ma...@gentoo.org
   Proxy Maintainers



[gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/

2019-08-12 Thread Jeroen Roovers
commit: 1240e6f08447e9d5d22152612dbaeeedda3b97ec
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Aug 12 14:58:50 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 13 04:05:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1240e6f0

dev-util/lxqt-build-tools: Mark ~hppa too

Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild
index 93dd16cdff9..9efd9eafc84 100644
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
 else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 x86"
 fi
 
 LICENSE="BSD"



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

2019-08-12 Thread Jeroen Roovers
commit: bde92f75a46f0d075c5b182e8d47c42ecf1ef073
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug 13 04:05:19 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug 13 04:05:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde92f75

media-sound/pavucontrol-qt: Mark ~hppa too

Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

 media-sound/pavucontrol-qt/pavucontrol-qt-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-0.14.1.ebuild 
b/media-sound/pavucontrol-qt/pavucontrol-qt-0.14.1.ebuild
index cff744e1b08..7d4e8ea7116 100644
--- a/media-sound/pavucontrol-qt/pavucontrol-qt-0.14.1.ebuild
+++ b/media-sound/pavucontrol-qt/pavucontrol-qt-0.14.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git";
 else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa x86"
 fi
 
 LICENSE="GPL-2+"



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

2019-08-12 Thread Mike Gilbert
commit: e51c5cfae41952f32a75c9e680785f4c1242f9b7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 30 14:45:38 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug 13 03:00:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51c5cfa

user.eclass: Use egetent in eget{user,group}name

Use egetent+cut to obtain user/group names rather than id(1).
The latter has no real advantage (besides being shorter to type),
and does not work correctly for getting groups.

Closes: https://bugs.gentoo.org/691056
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Mike Gilbert  gentoo.org>

 eclass/user.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/user.eclass b/eclass/user.eclass
index a3cacb6d5f1..f433d32bf7e 100644
--- a/eclass/user.eclass
+++ b/eclass/user.eclass
@@ -358,7 +358,7 @@ enewgroup() {
 egetusername() {
[[ $# -eq 1 ]] || die "usage: egetusername "
 
-   id -u -n "$1"
+   egetent passwd "$1" | cut -d: -f1
 }
 
 # @FUNCTION: egetgroupname
@@ -368,7 +368,7 @@ egetusername() {
 egetgroupname() {
[[ $# -eq 1 ]] || die "usage: egetgroupname "
 
-   id -g -n "$1"
+   egetent group "$1" | cut -d: -f1
 }
 
 # @FUNCTION: egethome



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/, dev-db/mysql/files/

2019-08-12 Thread Thomas Deutschmann
commit: e78f784397d4a85130cd3e071ce8614b103f838e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Aug 13 01:51:48 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Aug 13 01:52:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78f7843

dev-db/mysql: bump

- Rewrite pkg_config()

- Update pkg_postinst()

- Set default-auth-plugin=mysql_native_password by default for
  compatibility with Perl, PHP, Ruby...

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mysql/files/my.cnf-8.0.distro-client|   4 +-
 dev-db/mysql/files/my.cnf-8.0.distro-server|   6 +-
 ...8.0.17_pre2.ebuild => mysql-8.0.17_pre3.ebuild} | 560 ++---
 3 files changed, 383 insertions(+), 187 deletions(-)

diff --git a/dev-db/mysql/files/my.cnf-8.0.distro-client 
b/dev-db/mysql/files/my.cnf-8.0.distro-client
index 5325c1a6d8f..1c2ee7da1d9 100644
--- a/dev-db/mysql/files/my.cnf-8.0.distro-client
+++ b/dev-db/mysql/files/my.cnf-8.0.distro-client
@@ -1,7 +1,9 @@
-# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/50-distro-client.cnf: The global mysql 
configuration file.
+# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/mysql.d/50-distro-client.cnf: The global 
mysql configuration file.
 
 # The following options will be passed to all MySQL clients
 [client]
+# Should match default server to save a round trip
+loose-default-auth = mysql_native_password
 socket = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
 character-sets-dir = 
@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
 loose-default-character-set= utf8mb4

diff --git a/dev-db/mysql/files/my.cnf-8.0.distro-server 
b/dev-db/mysql/files/my.cnf-8.0.distro-server
index 248c68e393a..ac087963972 100644
--- a/dev-db/mysql/files/my.cnf-8.0.distro-server
+++ b/dev-db/mysql/files/my.cnf-8.0.distro-server
@@ -1,7 +1,9 @@
-# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/50-distro-server.cnf: The global mysql 
configuration file.
+# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/mysql.d/50-distro-server.cnf: The global 
mysql configuration file.
 
 # add a section [mysqld-8.0] for specific configurations
 [mysqld]
+# Using "mysql_native_password" for compatibility with Perl, PHP, Ruby...
+loose-default-authentication-plugin= mysql_native_password
 character-set-server   = utf8mb4
 user   = mysql
 port   = 3306
@@ -24,5 +26,5 @@ log-bin
 server-id  = 1
 
 # point the following paths to different dedicated disks
-tmpdir = @GENTOO_PORTAGE_EPREFIX@/tmp/
+#tmpdir= 
@GENTOO_PORTAGE_EPREFIX@/tmp/
 #log-update= 
@GENTOO_PORTAGE_EPREFIX@/path-to-dedicated-directory/hostname

diff --git a/dev-db/mysql/mysql-8.0.17_pre2.ebuild 
b/dev-db/mysql/mysql-8.0.17_pre3.ebuild
similarity index 64%
rename from dev-db/mysql/mysql-8.0.17_pre2.ebuild
rename to dev-db/mysql/mysql-8.0.17_pre3.ebuild
index c6e2674b422..5b23f974d76 100644
--- a/dev-db/mysql/mysql-8.0.17_pre2.ebuild
+++ b/dev-db/mysql/mysql-8.0.17_pre3.ebuild
@@ -115,15 +115,17 @@ mysql_init_vars() {
if [[ -z "${MY_DATADIR}" ]] ; then
MY_DATADIR=""
if [[ -f "${MY_SYSCONFDIR}/my.cnf" ]] ; then
-   MY_DATADIR=`"my_print_defaults" mysqld 2>/dev/null \
+   MY_DATADIR=$(my_print_defaults mysqld 2>/dev/null \
| sed -ne '/datadir/s|^--datadir=||p' \
-   | tail -n1`
+   | tail -n1)
+
if [[ -z "${MY_DATADIR}" ]] ; then
-   MY_DATADIR=`grep ^datadir 
"${MY_SYSCONFDIR}/my.cnf" \
+   MY_DATADIR=$(grep ^datadir 
"${MY_SYSCONFDIR}/my.cnf" \
| sed -e 's/.*=\s*//' \
-   | tail -n1`
+   | tail -n1)
fi
fi
+
if [[ -z "${MY_DATADIR}" ]] ; then
MY_DATADIR="${MY_LOCALSTATEDIR}"
einfo "Using default MY_DATADIR"
@@ -143,17 +145,9 @@ mysql_init_vars() {
fi
else
if [[ ${EBUILD_PHASE} == "config" ]] ; then
-   local new_MY_DATADIR
-   new_MY_DATADIR=`"my_print_defaults" mysqld 2>/dev/null \
+   MY_DATADIR=$(my_print_defaults mysqld 2>/dev/null \
| sed -ne '/datadir/s|^--datadir=||p' \
-   | tail -n1`
-
-   if [[ ( -n "${new_MY_DATADIR}" ) && ( 
"${new_MY_DATADIR}" != "${MY_DATADIR}" ) ]]

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

2019-08-12 Thread Aaron Bauman
commit: 975320160f8ab56b1a5a35fe96e391261fcfca18
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Aug 13 00:42:16 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Aug 13 00:42:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97532016

dev-php/pecl-imagick: arm64 keyworded (bug #691992)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.71, Repoman-2.3.17

 dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild 
b/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild
index 5a9c17a0c09..8af5e44f7c1 100644
--- a/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild
+++ b/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild
@@ -8,7 +8,7 @@ USE_PHP="php5-6 php7-1 php7-2 php7-3"
 
 inherit php-ext-pecl-r3
 
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 DESCRIPTION="PHP wrapper for the ImageMagick library"
 HOMEPAGE="https://pecl.php.net/imagick https://github.com/mkoppanen/imagick";



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

2019-08-12 Thread Aaron Bauman
commit: 5f57fa16076c6a8aac0d7ce88f7bf7135e0bc077
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Aug 13 00:35:54 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Aug 13 00:35:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f57fa16

dev-php/pecl-apcu: arm64 keyworded (bug #691990)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.71, Repoman-2.3.17

 dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild | 4 ++--
 dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild 
b/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild
index 9f7340d3f2a..42b9c3615bf 100644
--- a/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild
+++ b/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ inherit php-ext-pecl-r3
 
 USE_PHP="php5-6"
 
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 DESCRIPTION="Stripped down version of APC supporting only user cache"
 LICENSE="PHP-3.01"

diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild 
b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild
index 7a61f40da79..7da2fb1c712 100644
--- a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild
+++ b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild
@@ -17,7 +17,7 @@ inherit php-ext-pecl-r3
 # However, we only really build for 7.x; so redefine it here
 USE_PHP="php7-0 php7-1 php7-2 php7-3"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 DESCRIPTION="Stripped down version of APC supporting only user cache"
 LICENSE="PHP-3.01"



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

2019-08-12 Thread Aaron Bauman
commit: 0596707455c9ebac4b5d3ede2bbf3f780e50d5ae
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Aug 13 00:35:28 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Aug 13 00:35:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05967074

media-video/libva-utils: arm64 stable (bug #684108)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --include-arches="arm64"

 media-video/libva-utils/libva-utils-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/libva-utils/libva-utils-2.4.0.ebuild 
b/media-video/libva-utils/libva-utils-2.4.0.ebuild
index 928d6f126f6..ec01774086b 100644
--- a/media-video/libva-utils/libva-utils-2.4.0.ebuild
+++ b/media-video/libva-utils/libva-utils-2.4.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Collection of utilities and tests for VA-API"
 HOMEPAGE="https://01.org/linuxmedia/vaapi";
 if [[ ${PV} != ** ]] ; then

SRC_URI="https://github.com/intel/libva-utils/releases/download/${PV}/${P}.tar.bz2";
-   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 arm64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2019-08-12 Thread Aaron Bauman
commit: b9839d24c5f37b5546762c142cb3d97633ccd9bc
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Aug 13 00:35:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Aug 13 00:35:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9839d24

x11-libs/libva: arm64 stable (bug #684108)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --include-arches="arm64"

 x11-libs/libva/libva-2.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libva/libva-2.5.0-r1.ebuild 
b/x11-libs/libva/libva-2.5.0-r1.ebuild
index 00629ae44ae..fabf296edac 100644
--- a/x11-libs/libva/libva-2.5.0-r1.ebuild
+++ b/x11-libs/libva/libva-2.5.0-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = ** ]] ; then # Live ebuild
AUTOTOOLS_AUTORECONF="yes"
 else

SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2";
-   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 arm64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



[gentoo-commits] proj/gcc-patches:master commit in: 9.2.0/gentoo/

2019-08-12 Thread Sergei Trofimovich
commit: 39341b837bba83478e24f45804830a5c4c743245
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 13 00:13:23 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 13 00:13:23 2019 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=39341b83

9.2.0: drop 27_all_hppa64-patchable-entry-90751.patch as well

27_all_hppa64-patchable-entry-90751.patch was backported to 9.2.0

Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../27_all_hppa64-patchable-entry-90751.patch  | 120 -
 9.2.0/gentoo/README.history|   1 -
 2 files changed, 121 deletions(-)

diff --git a/9.2.0/gentoo/27_all_hppa64-patchable-entry-90751.patch 
b/9.2.0/gentoo/27_all_hppa64-patchable-entry-90751.patch
deleted file mode 100644
index d93fe0a..000
--- a/9.2.0/gentoo/27_all_hppa64-patchable-entry-90751.patch
+++ /dev/null
@@ -1,120 +0,0 @@
-https://gcc.gnu.org/PR90751
-
-From 5df07cedc211b67011688e911db34ee18997eedf Mon Sep 17 00:00:00 2001
-From: danglin 
-Date: Fri, 7 Jun 2019 23:20:44 +
-Subject: [PATCH]   PR target/90751 * config/pa/pa-linux.h
- (ASM_DECLARE_FUNCTION_NAME): Update comment.  Call pa_output_function_label.
-   (TARGET_ASM_FUNCTION_PROLOGUE): define. *
- config/pa/pa-protos.h (pa_output_function_label): Declare.*
- config/pa/pa.c (pa_output_function_prologue): Add ATTRIBUTE_UNUSEDto
- declaration.  (pa_linux_output_function_prologue): Declare. 
- (TARGET_ASM_FUNCTION_PROLOGUE): Delete define. 
- (pa_output_function_label): New.  (pa_output_function_prologue): Revise
- to use pa_output_function_label.  (pa_linux_output_function_prologue):
- New.  * config/pa/pa.h (TARGET_ASM_FUNCTION_PROLOGUE): Define.
-
-git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-9-branch@272061 
138bc75d-0d04-0410-961f-82ee72b054a4
 a/gcc/config/pa/pa-linux.h
-+++ b/gcc/config/pa/pa-linux.h
-@@ -109,9 +109,14 @@ along with GCC; see the file COPYING3.  If not see
- { \
-   ASM_OUTPUT_TYPE_DIRECTIVE (FILE, NAME, "function"); \
-   ASM_DECLARE_RESULT (FILE, DECL_RESULT (DECL));  \
-+  pa_output_function_label (FILE);\
- } \
-   while (0)
- 
-+/* Output function prologue for linux.  */
-+#undef TARGET_ASM_FUNCTION_PROLOGUE
-+#define TARGET_ASM_FUNCTION_PROLOGUE pa_linux_output_function_prologue
-+
- /* As well as globalizing the label, we need to encode the label
-to ensure a plabel is generated in an indirect call.  */
- 
 a/gcc/config/pa/pa-protos.h
-+++ b/gcc/config/pa/pa-protos.h
-@@ -108,6 +108,7 @@ extern void pa_asm_output_aligned_local (FILE *, const 
char *,
- extern void pa_hpux_asm_output_external (FILE *, tree, const char *);
- extern HOST_WIDE_INT pa_initial_elimination_offset (int, int);
- extern HOST_WIDE_INT pa_function_arg_size (machine_mode, const_tree);
-+extern void pa_output_function_label (FILE *);
- 
- extern const int pa_magic_milli[];
- 
 a/gcc/config/pa/pa.c
-+++ b/gcc/config/pa/pa.c
-@@ -118,7 +118,8 @@ static void set_reg_plus_d (int, int, HOST_WIDE_INT, int);
- static rtx pa_function_value (const_tree, const_tree, bool);
- static rtx pa_libcall_value (machine_mode, const_rtx);
- static bool pa_function_value_regno_p (const unsigned int);
--static void pa_output_function_prologue (FILE *);
-+static void pa_output_function_prologue (FILE *) ATTRIBUTE_UNUSED;
-+static void pa_linux_output_function_prologue (FILE *) ATTRIBUTE_UNUSED;
- static void update_total_code_bytes (unsigned int);
- static void pa_output_function_epilogue (FILE *);
- static int pa_adjust_cost (rtx_insn *, int, rtx_insn *, int, unsigned int);
-@@ -262,8 +263,6 @@ static size_t n_deferred_plabels = 0;
- #undef TARGET_ASM_INTEGER
- #define TARGET_ASM_INTEGER pa_assemble_integer
- 
--#undef TARGET_ASM_FUNCTION_PROLOGUE
--#define TARGET_ASM_FUNCTION_PROLOGUE pa_output_function_prologue
- #undef TARGET_ASM_FUNCTION_EPILOGUE
- #define TARGET_ASM_FUNCTION_EPILOGUE pa_output_function_epilogue
- 
-@@ -3842,16 +3841,10 @@ pa_compute_frame_size (poly_int64 size, int 
*fregs_live)
- & ~(PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT - 1));
- }
- 
--/* On HP-PA, move-double insns between fpu and cpu need an 8-byte block
--   of memory.  If any fpu reg is used in the function, we allocate
--   such a block here, at the bottom of the frame, just in case it's needed.
-+/* Output function label, and associated .PROC and .CALLINFO statements.  */
- 
--   If this function is a leaf procedure, then we may choose not
--   to do a "save" insn.  The decision about whether or not
--   to do this is made in regclass.c.  */
--
--static void
--pa_output_function_prologue (FILE *file)
-+void
-+pa_output_function_label (FILE *file)
- {
-   /* The function's label and associated .PROC must never be
-  separated and must be output *a

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

2019-08-12 Thread Louis Sautier
commit: 93dcca514f05fde16947feac1c6c52d004e0f335
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Aug 12 23:28:23 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Aug 12 23:29:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93dcca51

dev-python/deprecation: bump to 2.0.7, adds doc

Package-Manager: Portage-2.3.71, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/deprecation/Manifest |  1 +
 dev-python/deprecation/deprecation-2.0.7.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
index d2de4799983..6f805c69365 100644
--- a/dev-python/deprecation/Manifest
+++ b/dev-python/deprecation/Manifest
@@ -1,2 +1,3 @@
 DIST deprecation-1.0.1.tar.gz 9596 BLAKE2B 
afc4cb457ce224f120d41944e6eb71c212ef4d40d5a7c5d6d695d31bd105a4a5291daf5d3c7af0f94b58049f7e745e7e5be462495de88c48cabf5a28c22b3637
 SHA512 
fc35e6516e1617e2baad598a91e5d83ca95ab8a2d6a2753751d6752675de93cb44210109450a2aad9eb52b3c772a8b753c1d42ab2356c6663d2a03c4f779f086
 DIST deprecation-2.0.6.tar.gz 13381 BLAKE2B 
1f21a4b8bd9293d50e9068762d4f909afe02fb1f7a8f352c5b3d5d10e0da90d122927a97cf060bec626ff8538478f83740dc1d79e050fe43dc27ade8729f26d1
 SHA512 
69dcf5e07cfc1c746564e03063088cce65690e2b34cffe327d59edad24f00d23cf9904089ab9ff5e67dce2b6b02ed617e53959be4a907074440ddb778576aa2f
+DIST deprecation-2.0.7.tar.gz 17077 BLAKE2B 
da3fb5db53f281c29e2af40335ef4038e37d133563b85d0ea795a314fd9f2d725a98c100aca338dc9ebe60bb1000476e0debcfdc9c4583108004df207cb36747
 SHA512 
4412e2e95f4aa4b3d5598346a6649c8d945d7401ac2d0fba3b6f6eef567403c8454ebe537e8de646903cd0c2308f48ecb949dae3015ba7617edd2fa3a26ed429

diff --git a/dev-python/deprecation/deprecation-2.0.7.ebuild 
b/dev-python/deprecation/deprecation-2.0.7.ebuild
new file mode 100644
index 000..7b4f8a12a27
--- /dev/null
+++ b/dev-python/deprecation/deprecation-2.0.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library to handle automated deprecations"
+HOMEPAGE="https://deprecation.readthedocs.io/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )
+"
+
+python_prepare_all() {
+   sed -i "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   "${EPYTHON}" -m unittest discover -v || die "tests failed with 
${EPYTHON}"
+}



[gentoo-commits] proj/gcc-patches:master commit in: 9.2.0/gentoo/

2019-08-12 Thread Sergei Trofimovich
commit: b2f1fe64d5b63950a9ca1b3e4306af3aeb05906c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Aug 12 19:36:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 12 19:36:37 2019 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=b2f1fe64

9.2.0: cut initial patchset, a copy of 9.1.0 patches

Two upstreamed patches removed:
- 26_all_ipa-incomplete.patch
- 27_all_es-po.patch

Signed-off-by: Sergei Trofimovich  gentoo.org>

 9.2.0/gentoo/01_all_default-fortify-source.patch   |  22 
 .../02_all_default-warn-format-security.patch  |  22 
 9.2.0/gentoo/03_all_default-warn-trampolines.patch |  13 ++
 9.2.0/gentoo/04_all_default-ssp-fix.patch  |  38 ++
 9.2.0/gentoo/05_all_alpha-mieee-default.patch  |  39 ++
 9.2.0/gentoo/06_all_ia64_note.GNU-stack.patch  |  92 +
 .../gentoo/07_all_i386_libgcc_note.GNU-stack.patch |  54 
 9.2.0/gentoo/08_all_libiberty-asprintf.patch   |  18 +++
 9.2.0/gentoo/09_all_libiberty-pic.patch|  10 ++
 9.2.0/gentoo/10_all_nopie-all-flags.patch  |  18 +++
 9.2.0/gentoo/11_all_extra-options.patch|  89 +
 .../12_all_pr55930-dependency-tracking.patch   |  18 +++
 9.2.0/gentoo/13_all_sh-drop-sysroot-suffix.patch   |  32 +
 9.2.0/gentoo/14_all_ia64-TEXTREL.patch |  22 
 9.2.0/gentoo/15_all_disable-systemtap-switch.patch | 142 +
 9.2.0/gentoo/16_all_m68k-textrel-on-libgcc.patch   |  93 ++
 9.2.0/gentoo/17_all_respect-build-cxxflags.patch   |  39 ++
 9.2.0/gentoo/18_all_libgfortran-Werror.patch   |  20 +++
 9.2.0/gentoo/19_all_libgomp-Werror.patch   |  20 +++
 9.2.0/gentoo/20_all_libitm-Werror.patch|  19 +++
 9.2.0/gentoo/21_all_libatomic-Werror.patch |  19 +++
 9.2.0/gentoo/22_all_libbacktrace-Werror.patch  |  17 +++
 9.2.0/gentoo/23_all_libsanitizer-Werror.patch  |  17 +++
 9.2.0/gentoo/24_all_libstdcxx-no-vtv.patch |  61 +
 9.2.0/gentoo/25_all_ia64-bootstrap.patch   |  41 ++
 9.2.0/gentoo/26_all_disable-riscv32-ABIs.patch |  53 
 .../27_all_hppa64-patchable-entry-90751.patch  | 120 +
 9.2.0/gentoo/README.history|  28 
 28 files changed, 1176 insertions(+)

diff --git a/9.2.0/gentoo/01_all_default-fortify-source.patch 
b/9.2.0/gentoo/01_all_default-fortify-source.patch
new file mode 100644
index 000..d307474
--- /dev/null
+++ b/9.2.0/gentoo/01_all_default-fortify-source.patch
@@ -0,0 +1,22 @@
+Taken Debian's patch and removed docs matches:
+https://salsa.debian.org/toolchain-team/gcc.git
+Also see https://bugs.gentoo.org/621036 where
+initially Gentoo used too complicated macro.
+
+# DP: Turn on -D_FORTIFY_SOURCE=2 by default for C, C++, ObjC, ObjC++,
+# DP: if the optimization level is > 0
+--- a/gcc/c-family/c-cppbuiltin.c
 b/gcc/c-family/c-cppbuiltin.c
+@@ -951,6 +951,12 @@ c_cpp_builtins (cpp_reader *pfile)
+   builtin_define_with_value ("__REGISTER_PREFIX__", REGISTER_PREFIX, 0);
+   builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0);
+ 
++#if !defined(ACCEL_COMPILER)
++  /* Fortify Source enabled by default for optimization levels > 0 */
++  if (optimize)
++builtin_define_with_int_value ("_FORTIFY_SOURCE", 2);
++#endif
++
+   /* Misc.  */
+   if (flag_gnu89_inline)
+ cpp_define (pfile, "__GNUC_GNU_INLINE__");

diff --git a/9.2.0/gentoo/02_all_default-warn-format-security.patch 
b/9.2.0/gentoo/02_all_default-warn-format-security.patch
new file mode 100644
index 000..f809abd
--- /dev/null
+++ b/9.2.0/gentoo/02_all_default-warn-format-security.patch
@@ -0,0 +1,22 @@
+Enable -Wformat and -Wformat-security by default.
+
+--- a/gcc/c-family/c.opt   2016-03-23 18:51:56.0 +0100
 b/gcc/c-family/c.opt   2016-04-28 23:45:54.063351272 +0200
+@@ -459,7 +459,7 @@ C ObjC C++ ObjC++ Var(warn_format_nonlit
+ Warn about format strings that are not literals.
+ 
+ Wformat-security
+-C ObjC C++ ObjC++ Var(warn_format_security) Warning LangEnabledBy(C ObjC C++ 
ObjC++,Wformat=, warn_format >= 2, 0)
++C ObjC C++ ObjC++ Var(warn_format_security) Init(1) Warning LangEnabledBy(C 
ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
+ Warn about possible security problems with format functions.
+ 
+ Wformat-signedness
+@@ -475,7 +475,7 @@ C ObjC C++ ObjC++ Var(warn_format_zero_l
+ Warn about zero-length formats.
+ 
+ Wformat=
+-C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_format) Warning 
LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0) IntegerRange(0, 2)
++C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_format) Init(1) 
Warning LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0) IntegerRange(0, 2)
+ Warn about printf/scanf/strftime/strfmon format string anomalies.
+ 
+ Wignored-qualifiers

diff --git a/9.2.0/gentoo/03_all_default-warn-trampolines.patch 
b/9.2.0/gentoo/03_all_default-warn-tr

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

2019-08-12 Thread Matt Turner
commit: 89d602ebf3cd3590bfe10c02e6d66aaef455bdd2
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 12 20:26:46 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 12 21:52:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d602eb

net-fs/autofs: Depend on nfsclient

... rather than nfs and portmap.

Closes: https://bugs.gentoo.org/673330
Signed-off-by: Matt Turner  gentoo.org>

 net-fs/autofs/files/autofs5.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/autofs/files/autofs5.initd 
b/net-fs/autofs/files/autofs5.initd
index 119585c995e..1b9b0fadd8b 100644
--- a/net-fs/autofs/files/autofs5.initd
+++ b/net-fs/autofs/files/autofs5.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 DAEMON=/usr/sbin/automount
@@ -8,7 +8,7 @@ DEVICE=autofs
 
 depend() {
need localmount 
-   use ypbind nfs slapd portmap net
+   use ypbind nfsclient slapd net
 }
 
 extra_started_commands="reload"



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

2019-08-12 Thread Matt Turner
commit: 8daeb9ab8ee5b3d5331d204710d860425e4a261a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 12 20:39:13 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 12 21:52:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8daeb9ab

net-fs/autofs: Clean up ebuild

- Use BDEPEND
- Remove unnecessary REQUIRED_USE
- Remove long dead patch set handling
- Check for new AUTOFS_FS
- Use archive.org for dead homepage
- Remove unnecessary multilib inherit
- Don't install empty /run
- Strip EnvironmentFile= line from .service file (592334)
- It only provided $OPTIONS (unset, can be set by user easily)
  and USE_MISC_DEVICE which is not used by the .service file

Closes: https://bugs.gentoo.org/592334
Signed-off-by: Matt Turner  gentoo.org>

 net-fs/autofs/autofs-5.1.5-r2.ebuild | 114 +++
 1 file changed, 114 insertions(+)

diff --git a/net-fs/autofs/autofs-5.1.5-r2.ebuild 
b/net-fs/autofs/autofs-5.1.5-r2.ebuild
new file mode 100644
index 000..d838ad213e1
--- /dev/null
+++ b/net-fs/autofs/autofs-5.1.5-r2.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info systemd toolchain-funcs
+
+DESCRIPTION="Kernel based automounter"
+HOMEPAGE="https://web.archive.org/web/*/http://www.linux-consulting.com/Amd_AutoFS/autofs.html";
+SRC_URI="mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="-dmalloc ldap +libtirpc mount-locking sasl systemd"
+
+# currently, sasl code assumes the presence of kerberosV
+RDEPEND=">=sys-apps/util-linux-2.20
+   dmalloc? ( dev-libs/dmalloc[threads] )
+   ldap? ( >=net-nds/openldap-2.0
+   sasl? (
+   dev-libs/cyrus-sasl
+   dev-libs/libxml2
+   virtual/krb5
+   )
+   )
+   systemd? ( sys-apps/systemd )
+   libtirpc? ( net-libs/libtirpc )
+   !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
+"
+DEPEND="${RDEPEND}
+   libtirpc? ( net-libs/rpcsvc-proto )
+"
+BDEPEND="
+   sys-devel/flex
+   virtual/yacc
+"
+
+pkg_setup() {
+   linux-info_pkg_setup
+
+   local CONFIG_CHECK
+
+   if kernel_is -ge 4 18; then
+   CONFIG_CHECK="~AUTOFS_FS"
+   else
+   CONFIG_CHECK="~AUTOFS4_FS"
+   fi
+
+   check_extra_config
+}
+
+src_prepare() {
+   sed -i  -e "s:/usr/bin/kill:/bin/kill:" samples/autofs.service.in || 
die # bug #479492
+   sed -i  -e "/^EnvironmentFile/d"samples/autofs.service.in || 
die # bug #592334
+
+   # Install samples including autofs.service
+   sed -i -e "/^SUBDIRS/s/$/ samples/g" Makefile.rules || die
+
+   default
+}
+
+src_configure() {
+   # bug #483716
+   tc-export AR
+   # --with-confdir is for bug #361481
+   # --with-mapdir is for bug #385113
+   local myeconfargs=(
+   --with-confdir=/etc/conf.d
+   --with-mapdir=/etc/autofs
+   $(use_with dmalloc)
+   $(use_with ldap openldap)
+   $(use_with libtirpc)
+   $(use_with sasl)
+   $(use_enable mount-locking)
+   $(use_with systemd systemd $(systemd_get_systemunitdir)) # bug 
#479492
+   --without-hesiod
+   --disable-ext-env
+   --enable-sloppy-mount # bug #453778
+   --enable-force-shutdown
+   --enable-ignore-busy
+   RANLIB="$(type -P $(tc-getRANLIB))" # bug #483716
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   rmdir "${D}"/run
+
+   if kernel_is -lt 2 6 30; then
+   # kernel patches
+   docinto patches
+   dodoc patches/${PN}4-2.6.??{,.?{,?}}-v5-update-.patch
+   fi
+   newinitd "${FILESDIR}"/autofs5.initd autofs
+   insinto etc/autofs
+   newins "${FILESDIR}"/autofs5-auto.master auto.master
+}
+
+pkg_postinst() {
+   if kernel_is -lt 2 6 30; then
+   elog "This version of ${PN} requires a kernel with autofs4 
supporting"
+   elog "protocol version 5.00. Patches for kernels older than 
2.6.30 have"
+   elog "been installed into"
+   elog "${EROOT}/usr/share/doc/${P}/patches."
+   elog "For further instructions how to patch the kernel, please 
refer to"
+   elog "${EROOT}/usr/share/doc/${P}/INSTALL."
+   elog
+   fi
+   elog "If you plan on using autofs for automounting remote NFS mounts,"
+   elog "please check that both portmap (or rpcbind) and rpc.statd/lockd"
+   elog "are running."
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/

2019-08-12 Thread Mikle Kolyada
commit: 7460b079440d446267c5b317fe5c81d72c631871
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 17:45:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Aug 12 21:44:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7460b079

sys-auth/sssd: Disable broken Python support

Closes: https://bugs.gentoo.org/690510
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-auth/sssd/sssd-1.16.3-r2.ebuild | 14 --
 sys-auth/sssd/sssd-2.1.0.ebuild | 14 --
 sys-auth/sssd/sssd-2.2.0.ebuild | 14 --
 3 files changed, 12 insertions(+), 30 deletions(-)

diff --git a/sys-auth/sssd/sssd-1.16.3-r2.ebuild 
b/sys-auth/sssd/sssd-1.16.3-r2.ebuild
index 123d6645791..6397b5835b1 100644
--- a/sys-auth/sssd/sssd-1.16.3-r2.ebuild
+++ b/sys-auth/sssd/sssd-1.16.3-r2.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit autotools flag-o-matic linux-info multilib-minimal pam python-r1 
systemd toolchain-funcs
+inherit autotools flag-o-matic linux-info multilib-minimal pam systemd 
toolchain-funcs
 
 DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
 HOMEPAGE="https://pagure.io/SSSD/sssd";
@@ -14,7 +12,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~sparc
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="acl autofs +locator +netlink nfsv4 nls +manpages python samba selinux 
sudo ssh test"
+IUSE="acl autofs +locator +netlink nfsv4 nls +manpages samba selinux sudo ssh 
test"
 
 COMMON_DEP="
>=virtual/pam-0-r1[${MULTILIB_USEDEP}]
@@ -104,12 +102,6 @@ multilib_src_configure() {
# set initscript to sysv because the systemd option needs systemd to
# be installed. We provide our own systemd file anyway.
local myconf=()
-   if [[ "${PYTHON_TARGETS}" == *python2* ]]; then
-   myconf+=($(multilib_native_use_with python python2-bindings))
-   fi
-   if [[ "${PYTHON_TARGETS}" == *python3* ]]; then
-   myconf+=($(multilib_native_use_with python python3-bindings))
-   fi
#Work around linker dependency problem.
append-ldflags "-Wl,--allow-shlib-undefined"
 
@@ -142,6 +134,8 @@ multilib_src_configure() {
$(multilib_native_use_with ssh)
--with-crypto="nss"
--with-initscript="sysv"
+   --without-python2-bindings
+   --without-python3-bindings
 
KRB5_CONFIG=/usr/bin/${CHOST}-krb5-config
)

diff --git a/sys-auth/sssd/sssd-2.1.0.ebuild b/sys-auth/sssd/sssd-2.1.0.ebuild
index 146e47c5995..3bb83f60232 100644
--- a/sys-auth/sssd/sssd-2.1.0.ebuild
+++ b/sys-auth/sssd/sssd-2.1.0.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit autotools flag-o-matic linux-info multilib-minimal pam python-r1 
systemd toolchain-funcs
+inherit autotools flag-o-matic linux-info multilib-minimal pam systemd 
toolchain-funcs
 
 DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
 HOMEPAGE="https://pagure.io/SSSD/sssd";
@@ -14,7 +12,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sh ~spar
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="acl autofs +locator +netlink nfsv4 nls +manpages python samba selinux 
sudo ssh test"
+IUSE="acl autofs +locator +netlink nfsv4 nls +manpages samba selinux sudo ssh 
test"
 
 COMMON_DEP="
>=virtual/pam-0-r1[${MULTILIB_USEDEP}]
@@ -101,12 +99,6 @@ multilib_src_configure() {
# set initscript to sysv because the systemd option needs systemd to
# be installed. We provide our own systemd file anyway.
local myconf=()
-   if [[ "${PYTHON_TARGETS}" == *python2* ]]; then
-   myconf+=($(multilib_native_use_with python python2-bindings))
-   fi
-   if [[ "${PYTHON_TARGETS}" == *python3* ]]; then
-   myconf+=($(multilib_native_use_with python python3-bindings))
-   fi
#Work around linker dependency problem.
append-ldflags "-Wl,--allow-shlib-undefined"
 
@@ -139,6 +131,8 @@ multilib_src_configure() {
$(multilib_native_use_with ssh)
--with-crypto="nss"
--with-initscript="sysv"
+   --without-python2-bindings
+   --without-python3-bindings
 
KRB5_CONFIG=/usr/bin/${CHOST}-krb5-config
)

diff --git a/sys-auth/sssd/sssd-2.2.0.ebuild b/sys-auth/sssd/sssd-2.2.0.ebuild
index 146e47c5995..3bb83f60232 100644
--- a/sys-auth/sssd/sssd-2.2.0.ebuild
+++ b/sys-auth/sssd/sssd-2.2.0.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit autotools flag-o-matic linux-info multilib-minimal pam python-r1 
systemd toolchain-funcs
+inherit autotools flag-o-matic linux-info multilib-minimal pam systemd 
toolchain-funcs
 
 DESCRIPTION="System Security Services Daemon

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

2019-08-12 Thread Andreas K. Hüttel
commit: 2594fae266f33b20fe11d36c4ce7e1f3573589f6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug 12 21:27:58 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug 12 21:27:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2594fae2

sys-libs/glibc: port to EAPI=7

Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/glibc-.ebuild | 47 ++--
 1 file changed, 16 insertions(+), 31 deletions(-)

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 191295bf288..6e19a44aaa1 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -1,17 +1,16 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_{5,6,7} )
 
-inherit python-any-r1 prefix eutils eapi7-ver toolchain-funcs flag-o-matic 
gnuconfig usr-ldscript \
+inherit python-any-r1 prefix eutils toolchain-funcs flag-o-matic gnuconfig 
usr-ldscript \
multilib systemd multiprocessing
 
 DESCRIPTION="GNU libc C library"
 HOMEPAGE="https://www.gnu.org/software/libc/";
 LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-RESTRICT="strip" # Strip ourself #46186
 SLOT="2.2"
 
 EMULTILIB_PKG="true"
@@ -1167,7 +1166,7 @@ glibc_do_src_install() {
local builddir=$(builddir nptl)
cd "${builddir}"
 
-   emake install_root="${D}$(build_eprefix)$(alt_prefix)" install || die
+   emake install_root="${D}/$(build_eprefix)$(alt_prefix)" install || die
 
# This version (2.26) provides some compatibility libraries for the 
NIS/NIS+ support
# which come without headers etc. Only needed for binary packages since 
the
@@ -1180,13 +1179,18 @@ glibc_do_src_install() {
# '#define VERSION "2.26.90"' -> '2.26.90'
local upstream_pv=$(sed -n -r 's/#define VERSION "(.*)"/\1/p' 
"${S}"/version.h)
 
-   if [[ -e ${ED}$(alt_usrlibdir)/libm-${upstream_pv}.a ]] ; then
+   # gdb is lame and requires some debugging information to remain in
+   # libpthread.  libthread_db makes no sense stripped as it is only used 
when debugging.
+   dostrip -x $(alt_libdir)/libpthread-${upstream_pv}.so
+   dostrip -x $(alt_libdir)/libthread_db-1.0.so
+
+   if [[ -e ${ED}/$(alt_usrlibdir)/libm-${upstream_pv}.a ]] ; then
# Move versioned .a file out of libdir to evade portage QA 
checks
# instead of using gen_usr_ldscript(). We fix ldscript as:
# "GROUP ( /usr/lib64/libm-.a ..." -> "GROUP ( 
/usr/lib64/glibc-/libm-.a ..."
-   sed -i "s@\(libm-${upstream_pv}.a\)@${P}/\1@" 
"${ED}"$(alt_usrlibdir)/libm.a || die
+   sed -i "s@\(libm-${upstream_pv}.a\)@${P}/\1@" 
"${ED}"/$(alt_usrlibdir)/libm.a || die
dodir $(alt_usrlibdir)/${P}
-   mv "${ED}"$(alt_usrlibdir)/libm-${upstream_pv}.a 
"${ED}"$(alt_usrlibdir)/${P}/libm-${upstream_pv}.a || die
+   mv "${ED}"/$(alt_usrlibdir)/libm-${upstream_pv}.a 
"${ED}"/$(alt_usrlibdir)/${P}/libm-${upstream_pv}.a || die
fi
 
# We'll take care of the cache ourselves
@@ -1344,7 +1348,7 @@ glibc_do_src_install() {
 
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile ; then
-   run_locale_gen --inplace-glibc "${ED}"
+   run_locale_gen --inplace-glibc "${ED%/}/"
sed -e 's:COMPILED_LOCALES="":COMPILED_LOCALES="1":' -i 
"${ED}"/usr/sbin/locale-gen || die
fi
 }
@@ -1352,7 +1356,7 @@ glibc_do_src_install() {
 glibc_headers_install() {
local builddir=$(builddir "headers")
cd "${builddir}"
-   emake install_root="${D}$(build_eprefix)$(alt_prefix)" install-headers
+   emake install_root="${D}/$(build_eprefix)$(alt_prefix)" install-headers
 
insinto $(alt_headers)/gnu
doins "${S}"/include/gnu/stubs.h
@@ -1363,23 +1367,6 @@ glibc_headers_install() {
dosym usr/include $(alt_prefix)/sys-include
 }
 
-src_strip() {
-   # gdb is lame and requires some debugging information to remain in
-   # libpthread, so we need to strip it by hand.  libthread_db makes no
-   # sense stripped as it is only used when debugging.
-   local pthread=$(has splitdebug ${FEATURES} && echo "libthread_db" || 
echo "lib{pthread,thread_db}")
-   env \
-   -uRESTRICT \
-   CHOST=${CTARGET} \
-   STRIP_MASK="/*/{,tls/}${pthread}*" \
-   prepallstrip
-   # if user has stripping enabled and does not have split debug turned on,
-   # then leave the debugging sections in libpthread.
-   if ! has nostrip ${FEATURES} && ! has splitdebug ${FEATURES} ; then
-   ${STRIP:-${CTARGET}-strip} --strip-debug 
"${ED}"$(alt_prefix)/*/libpthread-*.so
-   f

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

2019-08-12 Thread Andreas K. Hüttel
commit: e959556dd4f395d6bc867de8e30067f136fdc62e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug 12 20:38:49 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug 12 20:38:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e959556d

dev-perl/Lab-Measurement: Version bump

Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{Lab-Measurement-.ebuild => Lab-Measurement-3.682.ebuild} | 4 ++--
 dev-perl/Lab-Measurement/Lab-Measurement-.ebuild  | 4 ++--
 dev-perl/Lab-Measurement/Manifest | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild 
b/dev-perl/Lab-Measurement/Lab-Measurement-3.682.ebuild
similarity index 98%
copy from dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
copy to dev-perl/Lab-Measurement/Lab-Measurement-3.682.ebuild
index 875da1da3e4..5e29b74a2ea 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-3.682.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DIST_EXAMPLES=( "examples/*" )
 

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild 
b/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
index 875da1da3e4..5e29b74a2ea 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DIST_EXAMPLES=( "examples/*" )
 

diff --git a/dev-perl/Lab-Measurement/Manifest 
b/dev-perl/Lab-Measurement/Manifest
index 6364832eca0..92ded998ebf 100644
--- a/dev-perl/Lab-Measurement/Manifest
+++ b/dev-perl/Lab-Measurement/Manifest
@@ -1,2 +1,3 @@
 DIST Lab-Measurement-3.631.tar.gz 576050 BLAKE2B 
1535dfedb6c3ed1aaa266f3b8d924195b2bfd4d5fa101b4aa1d1f9fa5156ab2fd2678f628dbbe0d66b51796fa3a0a1e679478f1eadb39df58c5d64eb1fe17954
 SHA512 
201a1782ecdb0d14a9a6274130af970535c2131c89446d4f910ec8b345b4c68434a9b458e85b2f1e14e6426fe9b64aad7e898836583d346f2b088b2ba411
 DIST Lab-Measurement-3.661.tar.gz 593060 BLAKE2B 
3dead20cc9f01e058c9f1f5f366a83ec63af7179fb64d697aab8329d1d27796620ad7f583dd537805533b9ac2caa4c8be343792e7fda4d2c29bdc3dc48744fea
 SHA512 
e008ef335b6cd929ecbeac1144ce0e0a57aca734238c423652e8908fe06ae67c44a8475ad67420f180ce2af2d9fed83a5438590e4b113fd90aba227165f6928f
+DIST Lab-Measurement-3.682.tar.gz 619504 BLAKE2B 
58e82472ee7811d787ca0f1b691c73a1f52e2bafbb9e19dc8989c58d58fea8f2a58d105cf5b74d7f6d627e8d9106060476f7c683281db52a10e8dbd70fec489f
 SHA512 
fd4fcd6e1e321788429f46593fc86c2cc705437a7511021636f70018e565cfc5647d9a2fb6adbf6d23858f7d0e9b61356b4ce550f94481559c3285a85442994d



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

2019-08-12 Thread Andreas K. Hüttel
commit: ec0765076297bd365abb078fa83cfe0ac908707a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug 12 20:39:11 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug 12 20:39:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec076507

dev-perl/Lab-Measurement: Remove old

Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Lab-Measurement/Lab-Measurement-3.631.ebuild   | 146 -
 dev-perl/Lab-Measurement/Manifest  |   1 -
 2 files changed, 147 deletions(-)

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-3.631.ebuild 
b/dev-perl/Lab-Measurement/Lab-Measurement-3.631.ebuild
deleted file mode 100644
index cd62a7560e4..000
--- a/dev-perl/Lab-Measurement/Lab-Measurement-3.631.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_EXAMPLES=( "examples/*" )
-
-if [[ "${PV}" != "" ]]; then
-   DIST_VERSION=${PV%.0}
-   DIST_AUTHOR="AKHUETTEL"
-   KEYWORDS="~amd64 ~x86"
-   inherit perl-module
-else
-   EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Measurement.git";
-   EGIT_BRANCH="master"
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-git"
-   inherit perl-module git-r3
-fi
-
-DESCRIPTION="Measurement control and automation with Perl"
-HOMEPAGE="https://www.labmeasurement.de";
-
-SLOT="0"
-IUSE="test"
-
-DZIL_PLUGINS=( Git SurgicalPodWeaver RPM AuthorsFromGit )
-
-RDEPEND="
-   virtual/perl-Carp
-   dev-perl/Class-ISA
-   >=dev-perl/Class-Method-Modifiers-2.110.0
-   >=dev-perl/Clone-0.310.0
-   virtual/perl-Data-Dumper
-   virtual/perl-Encode
-   >=dev-perl/Exception-Class-1.0.0
-   virtual/perl-Exporter
-   virtual/perl-File-Path
-   virtual/perl-File-Spec
-   virtual/perl-Getopt-Long
-   dev-perl/Hook-LexWrap
-   virtual/perl-IO
-   >=dev-perl/IO-Socket-Timeout-0.320.0
-   dev-perl/List-MoreUtils
-   virtual/perl-Scalar-List-Utils
-   virtual/perl-Math-Complex
-   >=virtual/perl-Module-Load-0.260.0
-   >=dev-perl/Moose-2.121.300
-   >=dev-perl/MooseX-Params-Validate-0.180.0
-   dev-perl/MooseX-StrictConstructor
-   >=dev-perl/PDL-2.7.0
-   dev-perl/PDL-Graphics-Gnuplot
-   >=dev-perl/Role-Tiny-1.3.4
-   virtual/perl-Socket
-   dev-perl/Statistics-Descriptive
-   virtual/perl-Storable
-   >=dev-perl/TermReadKey-2.300.0
-   virtual/perl-Thread-Semaphore
-   virtual/perl-Time-HiRes
-   dev-perl/Time-Monotonic
-   >=dev-perl/Try-Tiny-0.220.0
-   >=dev-perl/YAML-LibYAML-0.410.0
-   virtual/perl-autodie
-   >=dev-perl/namespace-autoclean-0.200.0
-   virtual/perl-parent
-   sci-visualization/gnuplot
-   dev-perl/Lab-VXI11
-   dev-perl/USB-TMC
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   dev-perl/File-Slurper
-   virtual/perl-File-Temp
-   dev-perl/Test-Fatal
-   dev-perl/Test-File
-   virtual/perl-Test-Simple
-   dev-perl/Text-Diff
-   dev-perl/aliased
-   )
-"
-if [[ "${PV}" == "" ]]; then
-   DEPEND="${DEPEND}
-   dev-perl/Dist-Zilla"
-   for dzp in "${DZIL_PLUGINS[@]}" ; do
-   DEPEND="${DEPEND}
-   dev-perl/Dist-Zilla-Plugin-${dzp}"
-   done
-fi
-
-src_unpack() {
-   if [[ "${PV}" == "" ]]; then
-   git-r3_src_unpack
-   mkdir -p "${S}" || die "Can't make ${S}"
-   else
-   default
-   fi
-}
-
-dzil_to_distdir() {
-   local dzil_root dest has_missing modname dzil_version
-   dzil_root="$1"
-   dest="$2"
-
-   cd "${dzil_root}" || die "Can't enter git workdir '${dzil_root}'";
-
-   dzil_version="$(dzil version)" || die "Error invoking 'dzil version'"
-   einfo "Generating CPAN dist with ${dzil_version}"
-
-   has_missing=""
-
-   einfo "Checking dzil authordeps"
-   while IFS= read -d $'\n' -r modname; do
-   if [[ -z "${has_missing}" ]]; then
-   has_missing=1
-   eerror "'dzil authordeps' indicates missing build 
dependencies"
-   eerror "These will prevent building, please report a 
bug"
-   eerror "Missing:"
-   fi
-   eerror "  ${modname}"
-   done < <( dzil authordeps --missing --versions )
-
-   [[ -z "${has_missing}" ]] || die "Satisfy all missing authordeps first"
-
-   einfo "Checking dzil build deps"
-   while IFS= read -d $'\n' -r modname; do
-   if [[ -z "${has_missing}" ]]; then
-   has_missing=1
-   ewarn "'dzil listdeps' indicates missing build 
dependencies"
-   ewarn 

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

2019-08-12 Thread Andreas K. Hüttel
commit: 98ba5313957e814e2eb1a6e91f9ce4b1c08baa70
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug 12 20:34:51 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug 12 20:35:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ba5313

perl-module.class: Enable EAPI=7 support

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 eclass/perl-module.eclass | 30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 20b9947caca..81f79992d76 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: perl-module.eclass
@@ -7,7 +7,7 @@
 # @AUTHOR:
 # Seemant Kulleen 
 # Andreas K. Hüttel 
-# @SUPPORTED_EAPIS: 5 6
+# @SUPPORTED_EAPIS: 5 6 7
 # @BLURB: eclass for installing Perl module distributions
 # @DESCRIPTION:
 # The perl-module eclass is designed to allow easier installation of Perl
@@ -23,7 +23,7 @@ case ${EAPI:-0} in
inherit eutils multiprocessing unpacker perl-functions
PERL_EXPF="src_unpack src_prepare src_configure src_compile 
src_test src_install"
;;
-   6)
+   6|7)
inherit multiprocessing perl-functions
PERL_EXPF="src_prepare src_configure src_compile src_test 
src_install"
;;
@@ -72,7 +72,7 @@ case ${EAPI:-0} in
;;
esac
;;
-   6)
+   6|7)
[[ ${CATEGORY} == perl-core ]] && \
PERL_EXPF+=" pkg_postinst pkg_postrm"
 
@@ -88,12 +88,12 @@ case ${EAPI:-0} in
esac
 
if [[ "${GENTOO_DEPEND_ON_PERL_SUBSLOT:-yes}" != "yes" ]]; then
-   eerror "GENTOO_DEPEND_ON_PERL_SUBSLOT=no is banned in 
EAPI=6. If you don't want a slot operator"
+   eerror "GENTOO_DEPEND_ON_PERL_SUBSLOT=no is banned in 
EAPI=6 and later. If you don't want a slot operator"
die"set GENTOO_DEPEND_ON_PERL=noslotop instead."
fi
 
if [[ "${PERL_EXPORT_PHASE_FUNCTIONS}" ]]; then
-   eerror "PERL_EXPORT_PHASE_FUNCTIONS is banned in 
EAPI=6. Use perl-module.eclass if you need"
+   eerror "PERL_EXPORT_PHASE_FUNCTIONS is banned in EAPI=6 
and later. Use perl-module.eclass if you need"
die"phase functions, perl-functions.eclass if not."
fi
 
@@ -108,42 +108,42 @@ LICENSE="${LICENSE:-|| ( Artistic GPL-1+ )}"
 
 # @ECLASS-VARIABLE: DIST_NAME
 # @DESCRIPTION:
-# (EAPI=6) This variable provides a way to override PN for the calculation of 
S,
+# (EAPI=6 and later) This variable provides a way to override PN for the 
calculation of S,
 # SRC_URI, and HOMEPAGE. Defaults to PN.
 
 # @ECLASS-VARIABLE: DIST_VERSION
 # @DESCRIPTION:
-# (EAPI=6) This variable provides a way to override PV for the calculation of 
S and SRC_URI.
+# (EAPI=6 and later) This variable provides a way to override PV for the 
calculation of S and SRC_URI.
 # Use it to provide the non-normalized, upstream version number. Defaults to 
PV.
 # Named MODULE_VERSION in EAPI=5.
 
 # @ECLASS-VARIABLE: DIST_A_EXT
 # @DESCRIPTION:
-# (EAPI=6) This variable provides a way to override the distfile extension for 
the calculation of
+# (EAPI=6 and later) This variable provides a way to override the distfile 
extension for the calculation of
 # SRC_URI. Defaults to tar.gz. Named MODULE_A_EXT in EAPI=5.
 
 # @ECLASS-VARIABLE: DIST_A
 # @DESCRIPTION:
-# (EAPI=6) This variable provides a way to override the distfile name for the 
calculation of
+# (EAPI=6 and later) This variable provides a way to override the distfile 
name for the calculation of
 # SRC_URI. Defaults to ${DIST_NAME}-${DIST_VERSION}.${DIST_A_EXT} Named 
MODULE_A in EAPI=5.
 
 # @ECLASS-VARIABLE: DIST_AUTHOR
 # @DEFAULT_UNSET
 # @DESCRIPTION:
-# (EAPI=6) This variable sets the module author name for the calculation of
+# (EAPI=6 and later) This variable sets the module author name for the 
calculation of
 # SRC_URI. Named MODULE_AUTHOR in EAPI=5.
 
 # @ECLASS-VARIABLE: DIST_SECTION
 # @DEFAULT_UNSET
 # @DESCRIPTION:
-# (EAPI=6) This variable sets the module section for the calculation of
+# (EAPI=6 and later) This variable sets the module section for the calculation 
of
 # SRC_URI. Only required in rare cases for very special snowflakes.
 # Named MODULE_SECTION in EAPI=5.
 
 # @ECLASS-VARIABLE: DIST_EXAMPLES
 # @DEFAULT_UNSET
 # @DESCRIPTION:
-# (EAPI=6) This Bash array allows passing a list of example files to be 
installed
+# (EAPI=6 and later) This Bash array allows passing a list of example files to 
be installed
 # in /usr/share/doc/${PF}/examples. If set before inher

[gentoo-commits] repo/dev/tamiko:master commit in: net-misc/udptunnel/files/, net-misc/udptunnel/

2019-08-12 Thread Matthias Maier
commit: ffb570ab318d2b9a1116a09cdcb1dc7a87762145
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Aug 12 20:25:14 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Aug 12 20:25:14 2019 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=ffb570ab

net-misc/udptunnel: add udptunnel

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Matthias Maier  gentoo.org>

 net-misc/udptunnel/Manifest|  1 +
 .../files/udptunnel-1.1-strlen-prototype.patch | 16 +
 net-misc/udptunnel/metadata.xml| 14 +++
 net-misc/udptunnel/udptunnel-1.1.ebuild| 27 ++
 4 files changed, 58 insertions(+)

diff --git a/net-misc/udptunnel/Manifest b/net-misc/udptunnel/Manifest
new file mode 100644
index 000..6fe9f42
--- /dev/null
+++ b/net-misc/udptunnel/Manifest
@@ -0,0 +1 @@
+DIST udptunnel-1.1.tar.gz 30910 SHA256 
45c0e12045735bc55734076ebbdc7622c746d1fe4e6f7267fa122e2421754670 SHA512 
9f9f978caede9085723c6222443b020b44d688e9364ffd57455cdfe0686d6f492e758c2ac502602cf4809ab28c3d47525e74feb00caa2b692358a272976eaa52
 WHIRLPOOL 
22d1b2b347aaea30390a2765a653623c600ac23490c451782cf3375cc574618b514f79bcbfcae697a4671ce4eabb70af098ee8a2f65d26fdcd27e4576c9c6537

diff --git a/net-misc/udptunnel/files/udptunnel-1.1-strlen-prototype.patch 
b/net-misc/udptunnel/files/udptunnel-1.1-strlen-prototype.patch
new file mode 100644
index 000..7a8b099
--- /dev/null
+++ b/net-misc/udptunnel/files/udptunnel-1.1-strlen-prototype.patch
@@ -0,0 +1,16 @@
+Description: Include string.h header for strlen prototype for GCC 4.4. 
compatibility.
+Author: Chris Lamb 
+
+Taken from 
https://sources.debian.org/src/udptunnel/1.1-5/debian/patches/02-strlen-prototype.diff/
+
+diff -urNad /tmp/bp-build/udptunnel-1.1.orig.orig/host2ip.c 
/tmp/bp-build/udptunnel-1.1.orig/host2ip.c
+--- udptunnel-1.1.orig.orig/host2ip.c  2008-08-28 07:50:41.0 +0100
 udptunnel-1.1.orig/host2ip.c   2008-08-28 07:50:49.0 +0100
+@@ -6,6 +6,7 @@
+ #include/* inet_addr() */
+ #include/* YP */
+ #include/* isspace() */
++#include   /* strlen() */
+ 
+ #include "host2ip.h"
+ 

diff --git a/net-misc/udptunnel/metadata.xml b/net-misc/udptunnel/metadata.xml
new file mode 100644
index 000..11831c8
--- /dev/null
+++ b/net-misc/udptunnel/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   tam...@gentoo.org
+   Matthias Maier
+   
+   
+   UDPTunnel is a small program which can tunnel UDP packets
+   bi-directionally over a TCP connection. Its primary purpose (and
+   original motivation) is to allow multi-media conferences to 
traverse a
+   firewall which allows only outgoing TCP connections.
+   
+

diff --git a/net-misc/udptunnel/udptunnel-1.1.ebuild 
b/net-misc/udptunnel/udptunnel-1.1.ebuild
new file mode 100644
index 000..c9343c8
--- /dev/null
+++ b/net-misc/udptunnel/udptunnel-1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Tunnel UDP packets bi-directionally over a TCP connection"
+HOMEPAGE="http://www1.cs.columbia.edu/~lennox/udptunnel/";
+SRC_URI="http://www1.cs.columbia.edu/~lennox/udptunnel/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-devel/automake"
+RDEPEND=""
+
+PATCHES=(
+   "${FILESDIR}"/${P}-strlen-prototype.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}



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

2019-08-12 Thread Michał Górny
commit: 7c53124afcb548880e9a24d3b20ebeb367e6d4ce
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 20:13:25 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 20:16:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c53124a

dev-util/android-tools: Add missing PYTHON_REQUIRED_USE

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/android-tools/android-tools-8.1.0_p1.ebuild | 1 +
 dev-util/android-tools/android-tools-9.0.0_p3.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-util/android-tools/android-tools-8.1.0_p1.ebuild 
b/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
index 9e63f95cdd3..db699e1b682 100644
--- a/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
+++ b/dev-util/android-tools/android-tools-8.1.0_p1.ebuild
@@ -30,6 +30,7 @@ LICENSE="Apache-2.0 BSD-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86 ~x86-linux"
 IUSE="python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="sys-libs/zlib:=
dev-libs/libpcre2:=

diff --git a/dev-util/android-tools/android-tools-9.0.0_p3.ebuild 
b/dev-util/android-tools/android-tools-9.0.0_p3.ebuild
index 7ba1bd76235..ad1df383e85 100644
--- a/dev-util/android-tools/android-tools-9.0.0_p3.ebuild
+++ b/dev-util/android-tools/android-tools-9.0.0_p3.ebuild
@@ -31,6 +31,7 @@ LICENSE="Apache-2.0 BSD-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86 ~x86-linux"
 IUSE="python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="sys-libs/zlib:=
dev-libs/libpcre2:=



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

2019-08-12 Thread Michał Górny
commit: 71cf3742fd77e564fe90ba477d158d10aa5678d6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 20:13:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 20:16:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cf3742

dev-util/cutter: Add missing PYTHON_REQUIRED_USE

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/cutter/cutter-1.8.0.ebuild | 3 ++-
 dev-util/cutter/cutter-1.8.2.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/cutter/cutter-1.8.0.ebuild 
b/dev-util/cutter/cutter-1.8.0.ebuild
index e1e21ad2836..36ab4ff606e 100644
--- a/dev-util/cutter/cutter-1.8.0.ebuild
+++ b/dev-util/cutter/cutter-1.8.0.ebuild
@@ -15,7 +15,8 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="jupyter webengine"
-REQUIRED_USE="webengine? ( jupyter )"
+REQUIRED_USE="webengine? ( jupyter )
+   ${PYTHON_REQUIRED_USE}"
 
 DEPEND="
${PYTHON_DEPS}

diff --git a/dev-util/cutter/cutter-1.8.2.ebuild 
b/dev-util/cutter/cutter-1.8.2.ebuild
index dde00637bbf..c31e6b2f6d5 100644
--- a/dev-util/cutter/cutter-1.8.2.ebuild
+++ b/dev-util/cutter/cutter-1.8.2.ebuild
@@ -15,7 +15,8 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="jupyter webengine"
-REQUIRED_USE="webengine? ( jupyter )"
+REQUIRED_USE="webengine? ( jupyter )
+   ${PYTHON_REQUIRED_USE}"
 
 DEPEND="
${PYTHON_DEPS}



[gentoo-commits] repo/dev/tamiko:master commit in: sys-libs/musl-obstack/

2019-08-12 Thread Matthias Maier
commit: 132eaa5c91bb473357fa7f8884e86e1a20d58b32
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Aug 12 20:07:42 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Aug 12 20:09:32 2019 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=132eaa5c

sys-libs/musl-obstack: remove package

Signed-off-by: Matthias Maier  gentoo.org>

 sys-libs/musl-obstack/metadata.xml | 11 ---
 sys-libs/musl-obstack/musl-obstack-.ebuild | 23 ---
 2 files changed, 34 deletions(-)

diff --git a/sys-libs/musl-obstack/metadata.xml 
b/sys-libs/musl-obstack/metadata.xml
deleted file mode 100644
index bc86d80..000
--- a/sys-libs/musl-obstack/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   tam...@gentoo.org
-   Matthias Maier
-   
-   
-   pullmoll/musl-obstack
-   
-

diff --git a/sys-libs/musl-obstack/musl-obstack-.ebuild 
b/sys-libs/musl-obstack/musl-obstack-.ebuild
deleted file mode 100644
index dec83c7..000
--- a/sys-libs/musl-obstack/musl-obstack-.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit git-r3 autotools
-
-DESCRIPTION="standalone library to implement GNU libc's obstack"
-HOMEPAGE="https://github.com/pullmoll/musl-obstack";
-EGIT_REPO_URI="https://github.com/pullmoll/musl-obstack";
-EGIT_BRANCH=master
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-src_prepare() {
-
-   default
-
-   eautoreconf
-}



[gentoo-commits] repo/dev/tamiko:master commit in: media-sound/pulseaudio/, media-sound/pulseaudio/files/

2019-08-12 Thread Matthias Maier
commit: 6214be96b167b94bbd050e91a33bca4616b48419
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Aug 12 20:08:37 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Aug 12 20:09:38 2019 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=6214be96

media-sound/pulseaudio: remove package

Signed-off-by: Matthias Maier  gentoo.org>

 media-sound/pulseaudio/Manifest  |   1 -
 media-sound/pulseaudio/files/pulseaudio.conf.d   |   6 -
 media-sound/pulseaudio/files/pulseaudio.init.d-5 |  80 -
 media-sound/pulseaudio/files/pulseaudio.service  |  10 -
 media-sound/pulseaudio/files/pulseaudio.tmpfiles |   1 -
 media-sound/pulseaudio/metadata.xml  |  81 -
 media-sound/pulseaudio/pulseaudio-11.0.ebuild| 365 ---
 7 files changed, 544 deletions(-)

diff --git a/media-sound/pulseaudio/Manifest b/media-sound/pulseaudio/Manifest
deleted file mode 100644
index 99435a4..000
--- a/media-sound/pulseaudio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pulseaudio-11.0.tar.xz 1648128 SHA256 
072305d4018fc5e75bb1b45ee6b938fa52fc9fd27493bf327415ef89ed14c969 SHA512 
37d0afe343c136cef1906342f17c3473f791fe17b7e6dd463ce120d45285bc12e3680b8b4b6779d79b8ce2e755fe2a0cc4d4c960209b1dae9f924731484ecded
 WHIRLPOOL 
a7ddd82f9b65fe85ee4509909e03fb8526fb1998f4d13505637a4fc4d5f379f96e279279413aa7a878b6c13e9a331b4a4b06e0c63efa7ef8e5609194d9af9018

diff --git a/media-sound/pulseaudio/files/pulseaudio.conf.d 
b/media-sound/pulseaudio/files/pulseaudio.conf.d
deleted file mode 100644
index 9e72453..000
--- a/media-sound/pulseaudio/files/pulseaudio.conf.d
+++ /dev/null
@@ -1,6 +0,0 @@
-# Config file for /etc/init.d/pulseaudio
-
-# For more see "pulseaudio -h".
-
-# Startup options
-PA_OPTS="--log-target=syslog --disallow-module-loading=1"

diff --git a/media-sound/pulseaudio/files/pulseaudio.init.d-5 
b/media-sound/pulseaudio/files/pulseaudio.init.d-5
deleted file mode 100644
index 78dc519..000
--- a/media-sound/pulseaudio/files/pulseaudio.init.d-5
+++ /dev/null
@@ -1,80 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need localmount
-   use net
-
-   local script="/etc/pulse/system.pa"
-
-   for opt in ${PA_OPTS}; do
-   case "$opt" in
-   --file=*)   script="${opt#*=}" ;;
-   -F*)script="${opt#-F}" ;;
-   esac
-   done
-
-   config "$script"
-
-   local needs="$(get_options need)"
-   if [ -n "${needs}" ]; then
-   need ${needs}
-   return
-   fi
-
-   if egrep -q '^[[:space:]]*load-module[[:space:]]+module-console-kit' 
"$script"; then
-   needs="${needs} consolekit"
-   fi
-
-#ifdef UDEV
-   if egrep -q '^[[:space:]]*load-module[[:space:]]+module-udev-detect' 
"$script"; then
-   needs="${needs} udev"
-   fi
-#endif
-
-#ifdef AVAHI
-   if egrep -q 
'^[[:space:]]*load-module[[:space:]]+module-zeroconf-publish' "$script"; then
-   needs="${needs} avahi-daemon"
-   fi
-#endif
-
-#ifdef BLUETOOTH
-   if egrep -q '^[[:space:]]*load-module[[:space:]]+module-bt-proximity' 
"$script"; then
-   needs="${needs} bluetooth"
-   fi
-#endif
-
-#ifdef ALSA
-   if egrep -q 
'^[[:space:]]*load-module[[:space:]]+module-alsa-(sink|source)' "$script" || 
-   egrep -q 
'^[[:space:]]*load-module[[:space:]]+module-(udev-)?detect' "$script" ||
-   egrep -q 
'^[[:space:]]*add-autoload-source[[:space:]]+(input|output)[[:space:]]+module-alsa-(sink|source)'
 "$script"; then
-   needs="${needs} alsasound"
-   fi
-#endif
-
-   need "${needs}"
-   save_options need "${needs}"
-}
-
-start() {
-   if [ -z "${PULSEAUDIO_SHOULD_NOT_GO_SYSTEMWIDE}" ]; then
-   eerror "Please don't use system wide PulseAudio unless you read 
the"
-   eerror "documentation available at 
http://www.pulseaudio.org/wiki/WhatIsWrongWithSystemMode";
-   eerror ""
-   eerror "When you're done, please set the variable 
PULSEAUDIO_SHOULD_NOT_GO_SYSTEMWIDE in"
-   eerror "/etc/conf.d/pulseaudio . Please remember that upstream 
does not support this mode"
-   eerror "when used for standard desktop configurations."
-   return 1
-   fi
-   ebegin "Starting pulseaudio"
-   PA_ALL_OPTS="${PA_OPTS} --fail=1 --daemonize=1 --system"
-   start-stop-daemon --start --exec /usr/bin/pulseaudio -- ${PA_ALL_OPTS}
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping pulseaudio"
-   start-stop-daemon --stop --quiet --exec /usr/bin/pulseaudio --pidfile 
/var/run/pulse/pid
-   eend $?
-}

diff --git a/media-sound/pulseaudio/files/pulseaudio.service 
b/media-sound/pulseaudio/files/pulseaudio.service
deleted file mode 100644
index c5f0d57..000
--- a/media

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

2019-08-12 Thread Matthias Maier
commit: cf8c3f13d9714a16718e49ec9bae5727bf0b78d2
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Aug 12 20:05:30 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Aug 12 20:09:25 2019 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=cf8c3f13

sci-libs/opencascade: remove package

Signed-off-by: Matthias Maier  gentoo.org>

 sci-libs/opencascade/Manifest  |   2 -
 .../files/opencascade-7.2.0-buildsystem.patch  |  57 
 .../files/opencascade-7.2.0-vtk_fixes.patch|  50 ---
 sci-libs/opencascade/metadata.xml  |  14 --
 sci-libs/opencascade/opencascade-7.2.0.ebuild  | 150 -
 sci-libs/opencascade/opencascade-7.3.0.ebuild  | 150 -
 6 files changed, 423 deletions(-)

diff --git a/sci-libs/opencascade/Manifest b/sci-libs/opencascade/Manifest
deleted file mode 100644
index a9d9d60..000
--- a/sci-libs/opencascade/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST opencascade-7.2.0.tgz 202114726 SHA256 
245e344b2cf8a6e0a7d9f45d5d807f8ef48607bcd7a6d763ba2d7b861fa55249 SHA512 
d51a1d901d5a6afa2013ad5759c1d5e016af1b804b27ae611a3090a5fcb8bde34b646de92cf21cd3e221003322d17a044b14d8e54f44d056ed51e28df0ef5f67
 WHIRLPOOL 
5eb6b00dffaf7a091def0e7d07dab849ddd3864aed8928f3f3fbadad6208dd6ff2eafe5390a9fb3666e28b742704bb5138524455990da5b3fa21e54d19a56143
-DIST opencascade-7.3.0.tgz 208866901 SHA256 
1e056fbeaafc8b5a29dd1086de83ae32f65a3c588e8b63fdd126b999e84011cd SHA512 
b2b6a6ef6c570f416a3fc11ff459f5e43d708a4cb521481cc2f6d67bed3ba2268194e9d8550ee43b70120f9e571b04b8b61940f280116a45a894bf7872b3f808
 WHIRLPOOL 
b929050ff10b154795c6d4edacb2f3d249187e7313a00e89e9227015c854c8972963f7bf3a416fb80b73e2c682a06b214ac383fbf8ea818b4f0f6e8f8fd336cd

diff --git a/sci-libs/opencascade/files/opencascade-7.2.0-buildsystem.patch 
b/sci-libs/opencascade/files/opencascade-7.2.0-buildsystem.patch
deleted file mode 100644
index 906fc6d..000
--- a/sci-libs/opencascade/files/opencascade-7.2.0-buildsystem.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3b713fc..ec50580 100755
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -862,16 +862,7 @@ else()
-   set (ADDITIONAL_CUSTOM_CONTENT "\nif [ -e 
\"\${aScriptPath}/${SUB_CUSTOM_NAME}\" ]; then\n  source 
\"\${aScriptPath}/${SUB_CUSTOM_NAME}\" \"\$1\" \"\$2\" \nfi")
- endif()
- 
-- # change custom.bat/sh
--if (EXISTS "${INSTALL_DIR}/${INSTALL_DIR_SCRIPT}/custom.${SCRIPT_EXT}")
--  file (READ "${INSTALL_DIR}/${INSTALL_DIR_SCRIPT}/custom.${SCRIPT_EXT}" 
CUSTOM_CONTENT)
--
--  set (CUSTOM_CONTENT "${CUSTOM_CONTENT} ${ADDITIONAL_CUSTOM_CONTENT}")
--
--  file (WRITE "${INSTALL_DIR}/${INSTALL_DIR_SCRIPT}/custom.${SCRIPT_EXT}" 
"${CUSTOM_CONTENT}")
--else()
--  OCCT_CONFIGURE_AND_INSTALL ("adm/templates/custom.${SCRIPT_EXT}.main" 
"custom.${SCRIPT_EXT}" "custom.${SCRIPT_EXT}" "${INSTALL_DIR_SCRIPT}")
--endif()
-+OCCT_CONFIGURE_AND_INSTALL ("adm/templates/custom.${SCRIPT_EXT}.main" 
"custom.${SCRIPT_EXT}" "custom.${SCRIPT_EXT}" "${INSTALL_DIR_SCRIPT}")
- 
- if (WIN32)
-   set (THIRDPARTY_DIR_REPLACE "%THIRDPARTY_DIR%")
-@@ -1041,22 +1032,19 @@ list (REMOVE_DUPLICATES OCCT_MODULES_ENABLED)
- list (REMOVE_DUPLICATES OCCT_COMPILE_DEFINITIONS)
- 
- # export compile definitions and C/C++ flags for each configuration to 
OpenCASCADE config files
--foreach (OCCT_CONFIGURATION ${CMAKE_CONFIGURATION_TYPES})
--  set (SET_OpenCASCADE_COMPILE_DEFINITIONS)
--  string (TOUPPER "${OCCT_CONFIGURATION}" OCCT_CONFIGURATION_UPPER)
--  string (TOLOWER "${OCCT_CONFIGURATION}" OCCT_CONFIGURATION_LOWER)
--  foreach(COMPILE_DEFINITION ${OCCT_COMPILE_DEFINITIONS})
--string(REPLACE "(" "\\(" COMPILE_DEFINITION "${COMPILE_DEFINITION}")
--string(REPLACE ")" "\\)" COMPILE_DEFINITION "${COMPILE_DEFINITION}")
--set (SET_OpenCASCADE_COMPILE_DEFINITIONS 
"${SET_OpenCASCADE_COMPILE_DEFINITIONS}set_property(DIRECTORY APPEND PROPERTY 
COMPILE_DEFINITIONS 
$<$:${COMPILE_DEFINITION}>)\n")
--  endforeach()
--  set (SET_OpenCASCADE_CMAKE_C_FLAGS 
"${CMAKE_C_FLAGS_${OCCT_CONFIGURATION_UPPER}}")
--  set (SET_OpenCASCADE_CMAKE_CXX_FLAGS 
"${CMAKE_CXX_FLAGS_${OCCT_CONFIGURATION_UPPER}}")
--  
configure_file("${CMAKE_SOURCE_DIR}/adm/templates/OpenCASCADECompileDefinitionsAndFlags.cmake.in"
 "OpenCASCADECompileDefinitionsAndFlags-${OCCT_CONFIGURATION_LOWER}.cmake" 
@ONLY)
-+set(OCCT_CONFIGURATION ${CMAKE_BUILD_TYPE})
-+set (SET_OpenCASCADE_COMPILE_DEFINITIONS)
-+string (TOUPPER "${OCCT_CONFIGURATION}" OCCT_CONFIGURATION_UPPER)
-+string (TOLOWER "${OCCT_CONFIGURATION}" OCCT_CONFIGURATION_LOWER)
-+foreach(COMPILE_DEFINITION ${OCCT_COMPILE_DEFINITIONS})
-+  string(REPLACE "(" "\\(" COMPILE_DEFINITION "${COMPILE_DEFINITION}")
-+  string(REPLACE ")" "\\)" COMPILE_DEFINITION "${COMPILE_DEFINITION}")
-+  set (SET_OpenCASCADE_COMPILE_DEFINITIONS 
"${SET_OpenCASCADE_COMPILE_DEFINITIONS}set_property(DIRECTORY APPEND PROPERTY 
COMPILE_DEFINITIONS 
$<$:${COMPIL

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

2019-08-12 Thread Andreas K. Hüttel
commit: d3693d88561489c4235c967abcb9832e7ca86755
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug 12 20:08:32 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug 12 20:09:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3693d88

perl-functions.eclass: Add EAPI=7 support

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 eclass/perl-functions.eclass | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index e7775f31b8e..e6168a07534 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: perl-functions.eclass
@@ -8,7 +8,7 @@
 # Seemant Kulleen 
 # Andreas K. Huettel 
 # Kent Fredric 
-# @SUPPORTED_EAPIS: 5 6
+# @SUPPORTED_EAPIS: 5 6 7
 # @BLURB: helper functions eclass for perl modules
 # @DESCRIPTION:
 # The perl-functions eclass is designed to allow easier installation of perl
@@ -19,7 +19,7 @@
 [[ ${CATEGORY} == "perl-core" ]] && inherit alternatives
 
 case "${EAPI:-0}" in
-   5|6)
+   5|6|7)
;;
*)
die "EAPI=${EAPI} is not supported by perl-functions.eclass"
@@ -142,7 +142,7 @@ perl_fix_packlist() {
 einfo "Fixing packlist file /${f#${D}}"
 
# remove the temporary build dir path
-   sed -i -e "s:${D}:/:g" "${f}"
+   sed -i -e "s:${D%/}/:/:g" "${f}"
 
# remove duplicate entries
sort -u "${f}" > "${packlist_temp}"
@@ -170,7 +170,7 @@ perl_remove_temppath() {
find "${D}" -type f -not -name '*.so' -print0 | while read -rd '' f ; do
if file "${f}" | grep -q -i " text" ; then
grep -q "${D}" "${f}" && ewarn "QA: File contains a 
temporary path ${f}"
-   sed -i -e "s:${D}:/:g" "${f}"
+   sed -i -e "s:${D%/}/:/:g" "${f}"
fi
done
 }



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

2019-08-12 Thread Andreas Sturmlechner
commit: a2ebe989c58066eacc134386760f8e9f7b59393b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 12 19:58:24 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 12 19:59:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ebe989

kde-apps/cantor: Fix missing header with Frameworks 5.61

Closes: https://bugs.gentoo.org/692008
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/cantor/cantor-19.04.3.ebuild  |  2 ++
 .../files/cantor-19.04.3-missing-header.patch  | 26 ++
 2 files changed, 28 insertions(+)

diff --git a/kde-apps/cantor/cantor-19.04.3.ebuild 
b/kde-apps/cantor/cantor-19.04.3.ebuild
index fca31777aba..306541dd15a 100644
--- a/kde-apps/cantor/cantor-19.04.3.ebuild
+++ b/kde-apps/cantor/cantor-19.04.3.ebuild
@@ -57,6 +57,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-missing-header.patch" )
+
 RESTRICT+=" test"
 
 pkg_pretend() {

diff --git a/kde-apps/cantor/files/cantor-19.04.3-missing-header.patch 
b/kde-apps/cantor/files/cantor-19.04.3-missing-header.patch
new file mode 100644
index 000..3844b6bcc54
--- /dev/null
+++ b/kde-apps/cantor/files/cantor-19.04.3-missing-header.patch
@@ -0,0 +1,26 @@
+From 6a49ffa048f619752d32ff9b85a03c8cbcb448b7 Mon Sep 17 00:00:00 2001
+From: Nikita Sirgienko 
+Date: Sun, 21 Jul 2019 02:00:46 +0300
+Subject: Try to fix build error in stable-kf5-qt5 #7
+
+---
+ src/cantor.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+(limited to 'src/cantor.h')
+
+diff --git a/src/cantor.h b/src/cantor.h
+index 0352753..bbf8f6e 100644
+--- a/src/cantor.h
 b/src/cantor.h
+@@ -25,6 +25,8 @@
+ #include 
+ 
+ #include 
++#include 
++#include 
+ 
+ class QTabWidget;
+ class KTextEdit;
+-- 
+cgit v1.1



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-dropbox/

2019-08-12 Thread Michał Górny
commit: f68cb6dc118e128dc5443e232a26aa6d0d75bab4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 19:55:47 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 19:55:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68cb6dc

mate-extra/caja-dropbox: Add missing PYTHON_*

Signed-off-by: Michał Górny  gentoo.org>

 mate-extra/caja-dropbox/caja-dropbox-1.22.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.22.1.ebuild 
b/mate-extra/caja-dropbox/caja-dropbox-1.22.1.ebuild
index f2887fb1aed..4d80a680de7 100644
--- a/mate-extra/caja-dropbox/caja-dropbox-1.22.1.ebuild
+++ b/mate-extra/caja-dropbox/caja-dropbox-1.22.1.ebuild
@@ -17,6 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 
 IUSE="debug"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 COMMON_DEPEND="
dev-libs/atk
@@ -29,7 +30,8 @@ COMMON_DEPEND="
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.22:3
x11-libs/libXinerama
-   x11-libs/pango"
+   x11-libs/pango
+   ${PYTHON_DEPS}"
 
 RDEPEND="${COMMON_DEPEND}
net-misc/dropbox"



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

2019-08-12 Thread Michał Górny
commit: 5c480f18167ba10d2868a4b4366b195a5dc43749
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 19:55:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 19:55:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c480f18

games-strategy/freeorion: Add missing PYTHON_*

Signed-off-by: Michał Górny  gentoo.org>

 games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild  | 4 +++-
 games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild | 3 +--
 games-strategy/freeorion/freeorion-.ebuild| 3 +--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild 
b/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild
index e3471161e46..e827e00ef9e 100644
--- a/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild
+++ b/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild
@@ -23,6 +23,8 @@ LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0"
 SLOT="0"
 IUSE=""
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 RDEPEND="
>=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}]
media-libs/freealut
@@ -37,11 +39,11 @@ RDEPEND="
sci-physics/bullet
sys-libs/zlib
virtual/opengl
+   ${PYTHON_DEPS}
!dev-games/gigi"
# Use bundled gigi as of freeorion-0.4.3
 
 DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}/${P}-backport-sdl2-include-dir-fix.patch" )

diff --git a/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild 
b/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild
index 2c29c8b5c26..3aea6bd3b5d 100644
--- a/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild
+++ b/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild
@@ -48,10 +48,9 @@ RDEPEND="
virtual/opengl
)
sys-libs/zlib
-"
-DEPEND="${RDEPEND}
${PYTHON_DEPS}
 "
+DEPEND="${RDEPEND}"
 
 pkg_setup() {
# build system is using FindPythonLibs.cmake which needs python:2

diff --git a/games-strategy/freeorion/freeorion-.ebuild 
b/games-strategy/freeorion/freeorion-.ebuild
index 2c29c8b5c26..3aea6bd3b5d 100644
--- a/games-strategy/freeorion/freeorion-.ebuild
+++ b/games-strategy/freeorion/freeorion-.ebuild
@@ -48,10 +48,9 @@ RDEPEND="
virtual/opengl
)
sys-libs/zlib
-"
-DEPEND="${RDEPEND}
${PYTHON_DEPS}
 "
+DEPEND="${RDEPEND}"
 
 pkg_setup() {
# build system is using FindPythonLibs.cmake which needs python:2



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

2019-08-12 Thread Michał Górny
commit: f3c04f38e8120d280d4e1fa3596314b532a649ca
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 19:56:24 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 19:56:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c04f38

media-fonts/terminus-font: Fix PYTHON_DEPEND → PYTHON_DEPS

Signed-off-by: Michał Górny  gentoo.org>

 media-fonts/terminus-font/terminus-font-4.46.ebuild | 2 +-
 media-fonts/terminus-font/terminus-font-4.47.ebuild | 2 +-
 media-fonts/terminus-font/terminus-font-4.48.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-fonts/terminus-font/terminus-font-4.46.ebuild 
b/media-fonts/terminus-font/terminus-font-4.46.ebuild
index aa6798a4dba..2ec48a03373 100644
--- a/media-fonts/terminus-font/terminus-font-4.46.ebuild
+++ b/media-fonts/terminus-font/terminus-font-4.46.ebuild
@@ -17,7 +17,7 @@ IUSE="a-like-o +center-tilde distinct-l +pcf 
+pcf-unicode-only +psf quote
ru-dv +ru-g ru-i ru-k"
 
 DEPEND="app-arch/gzip
-   ${PYTHON_DEPEND}
+   ${PYTHON_DEPS}
virtual/awk
pcf? ( x11-apps/bdftopcf )"
 RDEPEND=""

diff --git a/media-fonts/terminus-font/terminus-font-4.47.ebuild 
b/media-fonts/terminus-font/terminus-font-4.47.ebuild
index 88a3b1caad3..989749e2e55 100644
--- a/media-fonts/terminus-font/terminus-font-4.47.ebuild
+++ b/media-fonts/terminus-font/terminus-font-4.47.ebuild
@@ -17,7 +17,7 @@ IUSE="a-like-o +center-tilde distinct-l +pcf 
+pcf-unicode-only +psf quote
ru-dv +ru-g ru-i ru-k"
 
 DEPEND="app-arch/gzip
-   ${PYTHON_DEPEND}
+   ${PYTHON_DEPS}
virtual/awk
pcf? ( x11-apps/bdftopcf )"
 RDEPEND=""

diff --git a/media-fonts/terminus-font/terminus-font-4.48.ebuild 
b/media-fonts/terminus-font/terminus-font-4.48.ebuild
index 88a3b1caad3..989749e2e55 100644
--- a/media-fonts/terminus-font/terminus-font-4.48.ebuild
+++ b/media-fonts/terminus-font/terminus-font-4.48.ebuild
@@ -17,7 +17,7 @@ IUSE="a-like-o +center-tilde distinct-l +pcf 
+pcf-unicode-only +psf quote
ru-dv +ru-g ru-i ru-k"
 
 DEPEND="app-arch/gzip
-   ${PYTHON_DEPEND}
+   ${PYTHON_DEPS}
virtual/awk
pcf? ( x11-apps/bdftopcf )"
 RDEPEND=""



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

2019-08-12 Thread Michał Górny
commit: 6b1a38fd69848e311d954842eb3b4d4b39e2995b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 19:58:50 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 19:58:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1a38fd

media-libs/bcg729: Fix maintainer type

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/media-libs/bcg729/metadata.xml b/media-libs/bcg729/metadata.xml
index e971bf9d9b7..825589988b4 100644
--- a/media-libs/bcg729/metadata.xml
+++ b/media-libs/bcg729/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
+
 net...@gentoo.org
 
 



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

2019-08-12 Thread Michał Górny
commit: a52c5b007f8a6cca922c67d1d3c1e7b58fbd5dba
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 19:47:44 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 19:47:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52c5b00

dev-libs/hyperscan: Clean old up

Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/hyperscan/Manifest   |  2 --
 dev-libs/hyperscan/hyperscan-4.6.0.ebuild | 30 --
 dev-libs/hyperscan/hyperscan-4.7.0.ebuild | 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-libs/hyperscan/Manifest b/dev-libs/hyperscan/Manifest
index 7ae5f01f02b..e51d159070d 100644
--- a/dev-libs/hyperscan/Manifest
+++ b/dev-libs/hyperscan/Manifest
@@ -1,3 +1 @@
-DIST hyperscan-4.6.0.tar.gz 1557704 BLAKE2B 
978b6b3aa83962602df9d3cd5eaf433d15875694fbb34868f594fb930260d57e52f2ac6183ca588096de42ac54a4a68c420b4e7fb2a2c4c50e1e078254e6785e
 SHA512 
17bddc0f8085615df633f5d050e21a448bda781512990a1efe59286002114322372d59d165a113dfe5548f77102576208e1c667454ab40e46c0a96208a4fdd57
-DIST hyperscan-4.7.0.tar.gz 1738159 BLAKE2B 
88bcfab979b0eb6177404e65cc1124d6fc9f4615346823fd6d5156794134e344d0141be41aeb4d850620947f53471cc8b78ed4833efaa7c075ec3c88d8670ee7
 SHA512 
ec32cecc98165ab590cefe37c31aa9cbad813aedd6bec72760574a8ece2a8aefecc229b1d76a2e90c54a51302d1db70620278dbb96d47091ebf846e9f8c4ff08
 DIST hyperscan-5.1.0.tar.gz 1810559 BLAKE2B 
0946b3afe00cdce51b82852515ffe674729854d762854c252ba90fc73cbdc23205fe75f8e6c4e976efb31bf10950076b5790bd9692768dabcbd642d53e739c32
 SHA512 
5e6d11429e61dc061dd31e6b311a8c1dbfcd03af6e24d97b95eb2cef24dcd33d593064e5faa7c22807d785a8921bc410a69a43c4e5b3d7b4774f37c4a12a025d

diff --git a/dev-libs/hyperscan/hyperscan-4.6.0.ebuild 
b/dev-libs/hyperscan/hyperscan-4.6.0.ebuild
deleted file mode 100644
index 7de8f427c25..000
--- a/dev-libs/hyperscan/hyperscan-4.6.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="High-performance regular expression matching library"
-SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-HOMEPAGE="https://01.org/hyperscan";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cpu_flags_x86_ssse3 static-libs"
-
-DEPEND="dev-util/ragel
-   =dev-lang/python-2*
-   dev-libs/boost
-   net-libs/libpcap"
-
-REQUIRED_USE="cpu_flags_x86_ssse3"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=$(usex static-libs OFF ON)
-   -DBUILD_STATIC_AND_SHARED=$(usex static-libs ON OFF)
-   )
-   cmake-utils_src_configure
-}

diff --git a/dev-libs/hyperscan/hyperscan-4.7.0.ebuild 
b/dev-libs/hyperscan/hyperscan-4.7.0.ebuild
deleted file mode 100644
index 11e8e448c18..000
--- a/dev-libs/hyperscan/hyperscan-4.7.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="High-performance regular expression matching library"
-SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-HOMEPAGE="https://01.org/hyperscan";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cpu_flags_x86_ssse3 static-libs"
-
-DEPEND="dev-util/ragel
-   =dev-lang/python-2*
-   dev-libs/boost
-   net-libs/libpcap"
-
-REQUIRED_USE="cpu_flags_x86_ssse3"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=$(usex static-libs OFF ON)
-   -DBUILD_STATIC_AND_SHARED=$(usex static-libs ON OFF)
-   )
-   cmake-utils_src_configure
-}



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

2019-08-12 Thread Michał Górny
commit: bd48342002d85bd59b47481a90323e6f26e9c018
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 19:51:11 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 19:51:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd483420

dev-util/uftrace: Add missing PYTHON_REQUIRED_USE

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/uftrace/uftrace-0.9.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/uftrace/uftrace-0.9.3.ebuild 
b/dev-util/uftrace/uftrace-0.9.3.ebuild
index 9520ab25fb8..d48d238c801 100644
--- a/dev-util/uftrace/uftrace-0.9.3.ebuild
+++ b/dev-util/uftrace/uftrace-0.9.3.ebuild
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="capstone"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RESTRICT="test"
 



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

2019-08-12 Thread Michał Górny
commit: 139b606b4f3483e1c0379ddcd5b6c56076eb5992
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 19:50:23 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 19:50:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139b606b

dev-util/redo: Add missing PYTHON_*

Signed-off-by: Michał Górny  gentoo.org>

 dev-util/redo/redo-0.31.ebuild  | 3 +++
 dev-util/redo/redo-0.41.ebuild  | 3 +++
 dev-util/redo/redo-0.42.ebuild  | 3 +++
 dev-util/redo/redo-9.ebuild | 3 +++
 4 files changed, 12 insertions(+)

diff --git a/dev-util/redo/redo-0.31.ebuild b/dev-util/redo/redo-0.31.ebuild
index cc5f8333e27..4a5f4a0f3eb 100644
--- a/dev-util/redo/redo-0.31.ebuild
+++ b/dev-util/redo/redo-0.31.ebuild
@@ -13,9 +13,12 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~x86"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
 BDEPEND="
dev-python/beautifulsoup[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
 "
 S=${WORKDIR}/${PN}-${P}
 

diff --git a/dev-util/redo/redo-0.41.ebuild b/dev-util/redo/redo-0.41.ebuild
index 8cafff06ad9..30115e1ce8f 100644
--- a/dev-util/redo/redo-0.41.ebuild
+++ b/dev-util/redo/redo-0.41.ebuild
@@ -13,9 +13,12 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~x86"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
 BDEPEND="
dev-python/beautifulsoup[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
 "
 S=${WORKDIR}/${PN}-${P}
 

diff --git a/dev-util/redo/redo-0.42.ebuild b/dev-util/redo/redo-0.42.ebuild
index 9524b8fa26f..a979123b762 100644
--- a/dev-util/redo/redo-0.42.ebuild
+++ b/dev-util/redo/redo-0.42.ebuild
@@ -13,9 +13,12 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~x86"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
 BDEPEND="
dev-python/beautifulsoup[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
 "
 RDEPEND="
${BDEPEND}

diff --git a/dev-util/redo/redo-9.ebuild b/dev-util/redo/redo-9.ebuild
index a5f8adf6f54..30c70257c01 100644
--- a/dev-util/redo/redo-9.ebuild
+++ b/dev-util/redo/redo-9.ebuild
@@ -13,9 +13,12 @@ EGIT_REPO_URI="${HOMEPAGE}"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
 BDEPEND="
dev-python/beautifulsoup[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
 "
 RDEPEND="
${BDEPEND}



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

2019-08-12 Thread Michał Górny
commit: a9c3b32aeea74d87f5a12a7a24bce660878ac14f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 19:41:48 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 19:47:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c3b32a

dev-libs/hyperscan: Add missing PYTHON_REQUIRED_USE

Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/hyperscan/hyperscan-5.1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild 
b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild
index ce2fc792b97..b73f317040a 100644
--- a/dev-libs/hyperscan/hyperscan-5.1.0.ebuild
+++ b/dev-libs/hyperscan/hyperscan-5.1.0.ebuild
@@ -25,7 +25,8 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 
-REQUIRED_USE="cpu_flags_x86_ssse3"
+REQUIRED_USE="cpu_flags_x86_ssse3
+   ${PYTHON_REQUIRED_USE}"
 
 src_configure() {
local mycmakeargs=(



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

2019-08-12 Thread Michał Górny
commit: ac65dfd7c3198cc954b571216dea310361429813
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 19:44:17 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 19:47:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac65dfd7

dev-libs/libcharon: Add missing PYTHON_*

Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/libcharon/libcharon-3.4.1.ebuild   | 6 +-
 .../libcharon/{libcharon-3.6.0.ebuild => libcharon-3.6.0-r1.ebuild} | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libcharon/libcharon-3.4.1.ebuild 
b/dev-libs/libcharon/libcharon-3.4.1.ebuild
index ca9cf5b39c6..1edcc8fe92b 100644
--- a/dev-libs/libcharon/libcharon-3.4.1.ebuild
+++ b/dev-libs/libcharon/libcharon-3.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,5 +16,9 @@ LICENSE="LGPL-3"
 SLOT="0/3"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND=${PYTHON_DEPS}
+DEPEND=${RDEPEND}
 
 S="${WORKDIR}/${MY_PN}-${PV}"

diff --git a/dev-libs/libcharon/libcharon-3.6.0.ebuild 
b/dev-libs/libcharon/libcharon-3.6.0-r1.ebuild
similarity index 80%
rename from dev-libs/libcharon/libcharon-3.6.0.ebuild
rename to dev-libs/libcharon/libcharon-3.6.0-r1.ebuild
index 503dd3878a8..1edcc8fe92b 100644
--- a/dev-libs/libcharon/libcharon-3.6.0.ebuild
+++ b/dev-libs/libcharon/libcharon-3.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,5 +16,9 @@ LICENSE="LGPL-3"
 SLOT="0/3"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND=${PYTHON_DEPS}
+DEPEND=${RDEPEND}
 
 S="${WORKDIR}/${MY_PN}-${PV}"



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

2019-08-12 Thread Jory Pratt
commit: 0f9ff7c14f4a382c5afdad08c3451cff7e02b470
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Aug 12 19:34:57 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Aug 12 19:34:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9ff7c1

dev-lang/spidermonkey: remove invalid option from slot 52

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 .../spidermonkey-52.9.1_pre1-r1.ebuild | 157 +
 1 file changed, 157 insertions(+)

diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r1.ebuild 
b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r1.ebuild
new file mode 100644
index 000..0c34ca48031
--- /dev/null
+++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r1.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WANT_AUTOCONF="2.1"
+inherit autotools toolchain-funcs pax-utils mozcoreconf-v5
+
+MY_PN="mozjs"
+MY_P="${MY_PN}-${PV/_rc/.rc}"
+MY_P="${MY_P/_pre/pre}"
+DESCRIPTION="Stand-alone JavaScript C++ library"
+HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey";
+#SRC_URI="https://people.mozilla.org/~sfink/${MY_P}.tar.bz2";
+SRC_URI="http://ftp.mozilla.org/pub/spidermonkey/prereleases/52/pre1/mozjs-52.9.1pre1.tar.bz2
 -> ${MY_P}.tar.bz2
+   https://dev.gentoo.org/~axs/distfiles/${PN}-52.0-patches-0.tar.xz";
+
+LICENSE="NPL-1.1"
+SLOT="52"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~x86 ~x86-fbsd"
+IUSE="debug minimal +system-icu test"
+
+RESTRICT="ia64? ( test )"
+
+S="${WORKDIR}/${MY_P%.rc*}"
+BUILDDIR="${S}/jsobj"
+
+RDEPEND=">=dev-libs/nspr-4.13.1
+   virtual/libffi
+   sys-libs/readline:0=
+   >=sys-libs/zlib-1.2.3
+   system-icu? ( >=dev-libs/icu-58.1:= )"
+DEPEND="${RDEPEND}"
+
+pkg_setup(){
+   [[ ${MERGE_TYPE} == "binary" ]] || \
+   moz_pkgsetup
+
+   export SHELL="${EPREFIX}/bin/bash"
+}
+
+src_prepare() {
+   # remove patches integrated by upstream
+   rm -f   
"${WORKDIR}"/${PN}/0002-build-Add-major-version-to-make-parallel-installable.patch
 \
+   "${WORKDIR}"/${PN}/0005-headers-Fix-symbols-visibility.patch \
+   
"${WORKDIR}"/${PN}/0007-build-Remove-unnecessary-NSPR-dependency.patch \
+   "${WORKDIR}"/${PN}/0008-tests-Skip-on-all-64-bit-archs.patch \
+   || die
+
+   eapply "${WORKDIR}/${PN}"
+   eapply "${FILESDIR}"/moz38-dont-hardcode-libc-soname.patch
+   eapply "${FILESDIR}"/${PN}-52.0-fix-alpha-bitness.patch
+   eapply "${FILESDIR}"/${PN}-52.0-gcc9-overflow.patch
+
+   eapply_user
+
+   if [[ ${CHOST} == *-freebsd* ]]; then
+   # Don't try to be smart, this does not work in cross-compile 
anyway
+   ln -sfn "${BUILDDIR}/config/Linux_All.mk" "${S}/config/$(uname 
-s)$(uname -r).mk" || die
+   fi
+
+   cd "${S}"/js/src || die
+   eautoconf old-configure.in
+   eautoconf
+
+   # remove options that are not correct from js-config
+   sed '/lib-filenames/d' -i "${S}"/js/src/js-config.in || die "failed to 
remove invalid option from js-config"
+
+   # there is a default config.cache that messes everything up
+   rm -f "${S}"/js/src/config.cache || die
+
+   mkdir -p "${BUILDDIR}" || die
+}
+
+src_configure() {
+   cd "${BUILDDIR}" || die
+
+   ECONF_SOURCE="${S}/js/src" \
+   econf \
+   --enable-jemalloc \
+   --enable-readline \
+   --with-system-nspr \
+   --disable-optimize \
+   --with-intl-api \
+   --disable-gold \
+   $(use_with system-icu) \
+   $(use_enable debug) \
+   $(use_enable test tests) \
+   XARGS="/usr/bin/xargs" \
+   SHELL="${SHELL:-${EPREFIX}/bin/bash}" \
+   CC="${CC}" CXX="${CXX}" LD="${LD}" AR="${AR}" RANLIB="${RANLIB}"
+}
+
+cross_make() {
+   emake \
+   CFLAGS="${BUILD_CFLAGS}" \
+   CXXFLAGS="${BUILD_CXXFLAGS}" \
+   AR="${BUILD_AR}" \
+   CC="${BUILD_CC}" \
+   CXX="${BUILD_CXX}" \
+   RANLIB="${BUILD_RANLIB}" \
+   SHELL="${SHELL:-${EPREFIX}/bin/bash}" \
+   "$@"
+}
+src_compile() {
+   cd "${BUILDDIR}" || die
+   if tc-is-cross-compiler; then
+   tc-export_build_env BUILD_{AR,CC,CXX,RANLIB}
+   cross_make \
+   MOZ_OPTIMIZE_FLAGS="" MOZ_DEBUG_FLAGS="" \
+   HOST_OPTIMIZE_FLAGS="" MODULE_OPTIMIZE_FLAGS="" \
+   MOZ_PGO_OPTIMIZE_FLAGS="" \
+   host_jsoplengen host_jskwgen
+   cross_make \
+   MOZ_OPTIMIZE_FLAGS="" MOZ_DEBUG_FLAGS="" 
HOST_OPTIMIZE_FLAGS="" \
+   -C config nsinstall
+   

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

2019-08-12 Thread Jory Pratt
commit: 571664017b1ef3672fc028380fb3f470f60b225e
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Aug 12 19:15:56 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Aug 12 19:16:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57166401

dev-lang/spidermonkey: remove invalid option in slot 0

Closes: https://bugs.gentoo.org/691334
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 .../{spidermonkey-1.8.5-r8.ebuild => spidermonkey-1.8.5-r9.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r8.ebuild 
b/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild
similarity index 95%
rename from dev-lang/spidermonkey/spidermonkey-1.8.5-r8.ebuild
rename to dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild
index cb71d7631a5..5a32d9dfcd3 100644
--- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r8.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r9.ebuild
@@ -66,6 +66,9 @@ src_prepare() {
 
cd "${BUILDDIR}" || die
eautoconf
+
+   # remove options that are not correct from js-config
+   sed '/lib-filenames/d' -i "${BUILDDIR}"/js-config.in || die "failed to 
remove invalid option from js-config"
 }
 
 src_configure() {



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

2019-08-12 Thread Sergei Trofimovich
commit: 6fed31ead25b5c567c42fd62a6eac9e556845c88
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 12 16:46:12 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 12 19:06:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fed31ea

app-text/poppler: stable 0.79.0-r1 for sparc, bug #691782

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/poppler/poppler-0.79.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-0.79.0-r1.ebuild 
b/app-text/poppler/poppler-0.79.0-r1.ebuild
index 345399f6358..f0e7fc71fcb 100644
--- a/app-text/poppler/poppler-0.79.0-r1.ebuild
+++ b/app-text/poppler/poppler-0.79.0-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/89"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2019-08-12 Thread Sergei Trofimovich
commit: 73e249b40b5bf0c62c6bfa36ffe989babaeda971
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 12 16:45:17 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 12 19:06:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e249b4

dev-libs/ivykis: stable 0.42.4 for sparc, bug #674222

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index 432332a229d..09aae9c87c4 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



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

2019-08-12 Thread Matthew Thode
commit: 44d4087f698df31261362364c8b65a52fcde37dd
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 12 18:21:54 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 12 18:23:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d4087f

app-admin/ansible: fix doc builds

Closes: https://bugs.gentoo.org/691578
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/ansible-2.8.3.ebuild | 5 -
 app-admin/ansible/ansible-.ebuild  | 6 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible/ansible-2.8.3.ebuild 
b/app-admin/ansible/ansible-2.8.3.ebuild
index e6b530db760..851a6fa4e71 100644
--- a/app-admin/ansible/ansible-2.8.3.ebuild
+++ b/app-admin/ansible/ansible-2.8.3.ebuild
@@ -32,7 +32,10 @@ RDEPEND="
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]
+   )
test? (
${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]

diff --git a/app-admin/ansible/ansible-.ebuild 
b/app-admin/ansible/ansible-.ebuild
index 7d03f14a7d6..c35e90491f7 100644
--- a/app-admin/ansible/ansible-.ebuild
+++ b/app-admin/ansible/ansible-.ebuild
@@ -33,7 +33,11 @@ RDEPEND="
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
+   )
test? (
${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-notfound-page/

2019-08-12 Thread Matthew Thode
commit: 1222ac943d5581d44d509d5c0062c3b3a48acd7b
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 12 18:16:41 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 12 18:23:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1222ac94

dev-python/sphinx-notfound-page: 0.4 add for ansible

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/sphinx-notfound-page/Manifest |  1 +
 dev-python/sphinx-notfound-page/metadata.xml | 14 ++
 .../sphinx-notfound-page-0.4.ebuild  | 20 
 3 files changed, 35 insertions(+)

diff --git a/dev-python/sphinx-notfound-page/Manifest 
b/dev-python/sphinx-notfound-page/Manifest
new file mode 100644
index 000..9c50f6bfa67
--- /dev/null
+++ b/dev-python/sphinx-notfound-page/Manifest
@@ -0,0 +1 @@
+DIST sphinx-notfound-page-0.4.tar.gz 5685 BLAKE2B 
0bfc6cf98e0731a5cc95f1802dad1e7297ed764a626831b970d75d82ec0f7d6edb45c404851ea13bf38decc39aabf0e3dd6b136714a591e8ab595f11e23e67cd
 SHA512 
56e867e6954f26da498b77e8fa43e8d62961ab33ee9c16d2084745dd54a998df51c7d882a47560196135d2fb4d473f7305ef19b31373bc205f8eaf0d3d4946f0

diff --git a/dev-python/sphinx-notfound-page/metadata.xml 
b/dev-python/sphinx-notfound-page/metadata.xml
new file mode 100644
index 000..7f94ee92d1e
--- /dev/null
+++ b/dev-python/sphinx-notfound-page/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   Create a custom 404 page with absolute URLs hardcoded.
+   
+

diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild 
b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild
new file mode 100644
index 000..8c43245b056
--- /dev/null
+++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 )
+inherit distutils-r1
+
+DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded."
+HOMEPAGE="https://sphinx-notfound-page.readthedocs.io/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+BDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-utils/

2019-08-12 Thread Andrey Utkin
commit: 8d1d31561b9dd5e08f574c0754c125ebfcff8ad4
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Aug 12 18:11:47 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Aug 12 18:21:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1d3156

media-tv/v4l-utils: drop some old versions

Dropping all old ones is a bit tricky due to alpha and ppc keywords for
no documented reason.

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin  gentoo.org>

 media-tv/v4l-utils/Manifest|  3 --
 media-tv/v4l-utils/v4l-utils-1.12.3.ebuild | 59 -
 media-tv/v4l-utils/v4l-utils-1.12.5.ebuild | 59 -
 media-tv/v4l-utils/v4l-utils-1.14.1.ebuild | 60 --
 4 files changed, 181 deletions(-)

diff --git a/media-tv/v4l-utils/Manifest b/media-tv/v4l-utils/Manifest
index 9247ff939ab..fd45e345819 100644
--- a/media-tv/v4l-utils/Manifest
+++ b/media-tv/v4l-utils/Manifest
@@ -1,6 +1,3 @@
 DIST v4l-utils-1.10.1.tar.bz2 1352235 BLAKE2B 
7ececae8ad5ebd999070b0c3626fdf5b0a4bc81562d2c2a712ff9625025d3e6c4ff664ba85998dedaa1ee77295d3cea39306305c20573c07156a07ec0ac8d10a
 SHA512 
524bfd4e93e82f2dd55f0baa3e8be5850d4675b46fd0197b6d1287fc0d502c6b5c64bdf461af9630345f2d847d6aa5b6dc483693cee452da0b6729f156a5d98d
-DIST v4l-utils-1.12.3.tar.bz2 1588049 BLAKE2B 
1f76e6cd76781119beb01a1d570599cd2710a4c00ea18c380e576cb8281bab07e09cb6c1469201d0fba53b8bb5f4c4fa812dcda06203d83566216272e9abe3b0
 SHA512 
6d0269d900c5dad08499ee551ce1507b8b750895f48423ccd534db51cf68794b59a279743fd22dc6da0c092ca31ef744aa564f26b6d6252cbbc7a62e2e1c714a
-DIST v4l-utils-1.12.5.tar.bz2 1588944 BLAKE2B 
b87c24c6fdaf3e80407dd28b047c27420ff70007e12200e69395021def3abb74eec3565337a6484cf44b5a5cc7678d9bc718876424fa58d6d16d0e0c37ab59cf
 SHA512 
ed2e7545a728360b9684db68330885b498a3a5611f49b80e54da72109d9ba2aa75e85f89f085ff0a6f077b17c880101fa5b78c9dff8a0df2eac1866bd80a04ea
-DIST v4l-utils-1.14.1.tar.bz2 1672480 BLAKE2B 
bc5c50fa0b339c79439b54e54f0c0e3847068931e34831a05e214e785fe4063764ef0d76838ca3216a46db072003dc5d86dd2c563fbb73d237a6b5059df93f5a
 SHA512 
78b863f2cba409138efd6744895e6b1e730ec7cd5dfd0bd6088dd1336572a5f6d0b422fb4ec6577c6038192d0a3b28ae91d7402d5733904913749eff263c2eb1
 DIST v4l-utils-1.16.3.tar.bz2 1894961 BLAKE2B 
71c674abbb3415e592354998e1baa3eedbb4be21757bef80b463ea987e9fc231789e6b333b37d0d9916cb30729e04951dc9f1755ab00a82502fdc415b00cb9a2
 SHA512 
404672d18d94861c6957ea3a15a6a48f238d3859940810952a5a8cc33b57f1a360d1a19af28405c01b073c0ece90c5995a71dbe6544b30bdb8eace7daeb4bc0b
 DIST v4l-utils-1.16.6.tar.bz2 1893768 BLAKE2B 
f31cf794f6949fa2c1f45db8bae99a10a5fbc67af356889f636ab03cfd04011a82939a10f01145c56001b91655664530cfbda7d64c523752b8bb77159a1c80ab
 SHA512 
f011218591e32b0ca3239373d9ea4739d7cfe3a6bef5f8a996253cea9b9d836ba488132e2a1b8f6f61cd69f1bcecc20e4b5c26f9c95a2a912e17c400b9fa9b58

diff --git a/media-tv/v4l-utils/v4l-utils-1.12.3.ebuild 
b/media-tv/v4l-utils/v4l-utils-1.12.3.ebuild
deleted file mode 100644
index 01e43b51166..000
--- a/media-tv/v4l-utils/v4l-utils-1.12.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic udev
-
-DESCRIPTION="Separate utilities ebuild from upstream v4l-utils package"
-HOMEPAGE="https://git.linuxtv.org/v4l-utils.git";
-SRC_URI="https://linuxtv.org/downloads/v4l-utils/${P}.tar.bz2";
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="qt5"
-
-RDEPEND=">=media-libs/libv4l-${PV}
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   virtual/opengl
-   media-libs/alsa-lib
-   )
-   virtual/libudev
-   !media-tv/v4l2-ctl
-   !https://git.linuxtv.org/v4l-utils.git";
-SRC_URI="https://linuxtv.org/downloads/v4l-utils/${P}.tar.bz2";
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="qt5"
-
-RDEPEND=">=media-libs/libv4l-${PV}
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   virtual/opengl
-   media-libs/alsa-lib
-   )
-   virtual/libudev
-   !media-tv/v4l2-ctl
-   !https://git.linuxtv.org/v4l-utils.git";
-SRC_URI="https://linuxtv.org/downloads/v4l-utils/${P}.tar.bz2";
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="qt5"
-
-RDEPEND=">=media-libs/libv4l-${PV}
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   virtual/opengl
-   media-libs/alsa-lib
-   )
-   virtual/libudev
-   !media-tv/v4l2-ctl
-   !

[gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-utils/

2019-08-12 Thread Andrey Utkin
commit: 9595209f553f56d3030d5e80532342d96b22ecff
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Aug 12 18:05:59 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Aug 12 18:21:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9595209f

media-tv/v4l-utils: add version 1.16.6

libv4l-1.16.6 is in tree since June, but I forgot to add v4l-utils
ebuild for same version.

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin  gentoo.org>

 media-tv/v4l-utils/Manifest|  1 +
 media-tv/v4l-utils/v4l-utils-1.16.6.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/media-tv/v4l-utils/Manifest b/media-tv/v4l-utils/Manifest
index 4f3239f2dc4..9247ff939ab 100644
--- a/media-tv/v4l-utils/Manifest
+++ b/media-tv/v4l-utils/Manifest
@@ -3,3 +3,4 @@ DIST v4l-utils-1.12.3.tar.bz2 1588049 BLAKE2B 
1f76e6cd76781119beb01a1d570599cd27
 DIST v4l-utils-1.12.5.tar.bz2 1588944 BLAKE2B 
b87c24c6fdaf3e80407dd28b047c27420ff70007e12200e69395021def3abb74eec3565337a6484cf44b5a5cc7678d9bc718876424fa58d6d16d0e0c37ab59cf
 SHA512 
ed2e7545a728360b9684db68330885b498a3a5611f49b80e54da72109d9ba2aa75e85f89f085ff0a6f077b17c880101fa5b78c9dff8a0df2eac1866bd80a04ea
 DIST v4l-utils-1.14.1.tar.bz2 1672480 BLAKE2B 
bc5c50fa0b339c79439b54e54f0c0e3847068931e34831a05e214e785fe4063764ef0d76838ca3216a46db072003dc5d86dd2c563fbb73d237a6b5059df93f5a
 SHA512 
78b863f2cba409138efd6744895e6b1e730ec7cd5dfd0bd6088dd1336572a5f6d0b422fb4ec6577c6038192d0a3b28ae91d7402d5733904913749eff263c2eb1
 DIST v4l-utils-1.16.3.tar.bz2 1894961 BLAKE2B 
71c674abbb3415e592354998e1baa3eedbb4be21757bef80b463ea987e9fc231789e6b333b37d0d9916cb30729e04951dc9f1755ab00a82502fdc415b00cb9a2
 SHA512 
404672d18d94861c6957ea3a15a6a48f238d3859940810952a5a8cc33b57f1a360d1a19af28405c01b073c0ece90c5995a71dbe6544b30bdb8eace7daeb4bc0b
+DIST v4l-utils-1.16.6.tar.bz2 1893768 BLAKE2B 
f31cf794f6949fa2c1f45db8bae99a10a5fbc67af356889f636ab03cfd04011a82939a10f01145c56001b91655664530cfbda7d64c523752b8bb77159a1c80ab
 SHA512 
f011218591e32b0ca3239373d9ea4739d7cfe3a6bef5f8a996253cea9b9d836ba488132e2a1b8f6f61cd69f1bcecc20e4b5c26f9c95a2a912e17c400b9fa9b58

diff --git a/media-tv/v4l-utils/v4l-utils-1.16.6.ebuild 
b/media-tv/v4l-utils/v4l-utils-1.16.6.ebuild
new file mode 100644
index 000..ef198d154fa
--- /dev/null
+++ b/media-tv/v4l-utils/v4l-utils-1.16.6.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic udev xdg-utils
+
+DESCRIPTION="Separate utilities ebuild from upstream v4l-utils package"
+HOMEPAGE="https://git.linuxtv.org/v4l-utils.git";
+SRC_URI="https://linuxtv.org/downloads/v4l-utils/${P}.tar.bz2";
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+IUSE="+bpf opengl qt5"
+
+RDEPEND=">=media-libs/libv4l-${PV}[jpeg]
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   opengl? ( dev-qt/qtopengl:5[-gles2(-)] virtual/opengl )
+   media-libs/alsa-lib
+   )
+   virtual/libudev
+   >=virtual/jpeg-0-r2:0=
+   bpf? ( virtual/libelf:= )
+   !media-tv/v4l2-ctl
+   !

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

2019-08-12 Thread Andrey Utkin
commit: ed13cbf9425e58ec761b75a0052a57c94943244a
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Aug 12 18:20:44 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Aug 12 18:21:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed13cbf9

media-libs/libv4l: drop some old versions

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin  gentoo.org>

 media-libs/libv4l/Manifest |  4 ---
 media-libs/libv4l/libv4l-1.10.0.ebuild | 61 
 media-libs/libv4l/libv4l-1.12.3.ebuild | 57 --
 media-libs/libv4l/libv4l-1.12.5.ebuild | 62 
 media-libs/libv4l/libv4l-1.14.1.ebuild | 64 --
 5 files changed, 248 deletions(-)

diff --git a/media-libs/libv4l/Manifest b/media-libs/libv4l/Manifest
index f248037cf6c..f4d82f02b5d 100644
--- a/media-libs/libv4l/Manifest
+++ b/media-libs/libv4l/Manifest
@@ -1,8 +1,4 @@
-DIST v4l-utils-1.10.0.tar.bz2 1335798 BLAKE2B 
80e44a4e9681b3add4a96bb6040991029fe7f85cfc4871407690c370fbeb6fd8311ae2042acbf934717b34ff60cfcf25f426c4caaf38cfd1f55b23d9ffb4f4db
 SHA512 
1c9d70c7a6c4eddd72951786b76d69b6bed682763a33d1a4ffd393e1589add353124af51fa976e4c362f98e8d5baba9e8fa8d50b27e99cd0363fc5c8e57d7a73
 DIST v4l-utils-1.10.1.tar.bz2 1352235 BLAKE2B 
7ececae8ad5ebd999070b0c3626fdf5b0a4bc81562d2c2a712ff9625025d3e6c4ff664ba85998dedaa1ee77295d3cea39306305c20573c07156a07ec0ac8d10a
 SHA512 
524bfd4e93e82f2dd55f0baa3e8be5850d4675b46fd0197b6d1287fc0d502c6b5c64bdf461af9630345f2d847d6aa5b6dc483693cee452da0b6729f156a5d98d
-DIST v4l-utils-1.12.3.tar.bz2 1588049 BLAKE2B 
1f76e6cd76781119beb01a1d570599cd2710a4c00ea18c380e576cb8281bab07e09cb6c1469201d0fba53b8bb5f4c4fa812dcda06203d83566216272e9abe3b0
 SHA512 
6d0269d900c5dad08499ee551ce1507b8b750895f48423ccd534db51cf68794b59a279743fd22dc6da0c092ca31ef744aa564f26b6d6252cbbc7a62e2e1c714a
-DIST v4l-utils-1.12.5.tar.bz2 1588944 BLAKE2B 
b87c24c6fdaf3e80407dd28b047c27420ff70007e12200e69395021def3abb74eec3565337a6484cf44b5a5cc7678d9bc718876424fa58d6d16d0e0c37ab59cf
 SHA512 
ed2e7545a728360b9684db68330885b498a3a5611f49b80e54da72109d9ba2aa75e85f89f085ff0a6f077b17c880101fa5b78c9dff8a0df2eac1866bd80a04ea
-DIST v4l-utils-1.14.1.tar.bz2 1672480 BLAKE2B 
bc5c50fa0b339c79439b54e54f0c0e3847068931e34831a05e214e785fe4063764ef0d76838ca3216a46db072003dc5d86dd2c563fbb73d237a6b5059df93f5a
 SHA512 
78b863f2cba409138efd6744895e6b1e730ec7cd5dfd0bd6088dd1336572a5f6d0b422fb4ec6577c6038192d0a3b28ae91d7402d5733904913749eff263c2eb1
 DIST v4l-utils-1.16.3.tar.bz2 1894961 BLAKE2B 
71c674abbb3415e592354998e1baa3eedbb4be21757bef80b463ea987e9fc231789e6b333b37d0d9916cb30729e04951dc9f1755ab00a82502fdc415b00cb9a2
 SHA512 
404672d18d94861c6957ea3a15a6a48f238d3859940810952a5a8cc33b57f1a360d1a19af28405c01b073c0ece90c5995a71dbe6544b30bdb8eace7daeb4bc0b
 DIST v4l-utils-1.16.6.tar.bz2 1893768 BLAKE2B 
f31cf794f6949fa2c1f45db8bae99a10a5fbc67af356889f636ab03cfd04011a82939a10f01145c56001b91655664530cfbda7d64c523752b8bb77159a1c80ab
 SHA512 
f011218591e32b0ca3239373d9ea4739d7cfe3a6bef5f8a996253cea9b9d836ba488132e2a1b8f6f61cd69f1bcecc20e4b5c26f9c95a2a912e17c400b9fa9b58
 DIST v4l-utils-1.6.2.tar.bz2 1148309 BLAKE2B 
8153a1e3803b9e59eae064f2c88e4b865a56193788a8cb204dc34e9ae50e66794ba7f020ad4b0ff9af995f57d9b9a9e0225e0f8a09eeefae42d063131d7e549a
 SHA512 
e14442e1b3660d0cb0844f1a5a88f855bc8532df9e72e1b2afd348a7c077ad25657f832d0fd47d3f567bfd399fd82c5a749d075ac9ecb911ea462685e31aa0b2

diff --git a/media-libs/libv4l/libv4l-1.10.0.ebuild 
b/media-libs/libv4l/libv4l-1.10.0.ebuild
deleted file mode 100644
index 88b80666d56..000
--- a/media-libs/libv4l/libv4l-1.10.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils linux-info multilib-minimal
-
-MY_P="v4l-utils-${PV}"
-
-DESCRIPTION="Separate libraries ebuild from upstream v4l-utils package"
-HOMEPAGE="https://git.linuxtv.org/v4l-utils.git";
-SRC_URI="https://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2";
-
-LICENSE="LGPL-2.1+"
-SLOT="0/0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="jpeg"
-
-# The libraries only link to -ljpeg, therefore multilib depend only for 
virtual/jpeg.
-RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
-   !media-tv/v4l2-ctl
-   !https://git.linuxtv.org/v4l-utils.git";
-SRC_URI="https://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2";
-
-LICENSE="LGPL-2.1+"
-SLOT="0/0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="jpeg"
-
-# The libraries only link to -ljpeg, therefore multilib depend only for 
virtual/jpeg.
-RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
-   virtual/libudev
-   !media-tv/v4l2-ctl
-   !https:/

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

2019-08-12 Thread Daniel Pielmeier
commit: 1fc83855d2adf125eb78d6c3cc6d7fc6c33126da
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Aug 12 18:19:23 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Aug 12 18:19:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc83855

dev-python/notify2: Version bump to dev-python/notify2-0.3.1.

notify2-0.3.1 now includes sphinx documentation which is not
installed by the ebuild.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Pielmeier  gentoo.org>

 dev-python/notify2/Manifest |  1 +
 dev-python/notify2/notify2-0.3.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/notify2/Manifest b/dev-python/notify2/Manifest
index 2064f5d40d0..91e1dd44f51 100644
--- a/dev-python/notify2/Manifest
+++ b/dev-python/notify2/Manifest
@@ -1 +1,2 @@
+DIST notify2-0.3.1.tar.gz 17792 BLAKE2B 
649df1934d1fffb97dabbf2f483204c55427fbede851840d642da2e4e62a9bda9d49670e60f5b2cda36b62ee47b7d0cd861d757d338867547dce3c7d61ddf7b4
 SHA512 
0b69a64e0a7e4955ee767c975db92c5c60d28c0e54f77498cfb98390771a8f536631fc34e42b5c46c138dfa1054b5516a0809b8e3b0cb9237a39825ddb827109
 DIST notify2-0.3.tar.gz 8798 BLAKE2B 
57e1eeaa96b9e5354991db36440abfbf80471887c094e41dd6ccff72f1b1b35524bebf83b44afa455c64cdc3fb7b0ef66d2517ca499340a3d001e796828ff9b6
 SHA512 
3290a5ff291d5500bcf631094fcf10302b234353eb8c26b91e7cd264238443866aadc15224d51eb6608e16b7ffbc9316d4bc551e5ad9de2a48b12a31b195739f

diff --git a/dev-python/notify2/notify2-0.3.1.ebuild 
b/dev-python/notify2/notify2-0.3.1.ebuild
new file mode 100644
index 000..0e2390bd25f
--- /dev/null
+++ b/dev-python/notify2/notify2-0.3.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Python interface to DBus notifications."
+HOMEPAGE="https://bitbucket.org/takluyver/pynotify2";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="examples"
+
+RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
+
+python_test() {
+   virtx ${EPYTHON} test_notify2.py || die
+}
+
+python_install_all() {
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins examples/*
+   fi
+   distutils-r1_python_install_all
+}



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

2019-08-12 Thread Daniel Pielmeier
commit: efaa5bd5d58a1c8ba1e2e38fde0fcabf97a6500f
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Aug 12 18:09:31 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Aug 12 18:09:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efaa5bd5

dev-python/notify2: Fix tests bug #638598.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Daniel Pielmeier  gentoo.org>

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

diff --git a/dev-python/notify2/notify2-0.3.ebuild 
b/dev-python/notify2/notify2-0.3.ebuild
index 2b7d2cb84b0..db5d4796b81 100644
--- a/dev-python/notify2/notify2-0.3.ebuild
+++ b/dev-python/notify2/notify2-0.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 
-inherit distutils-r1
+inherit distutils-r1 virtualx
 
 DESCRIPTION="Python interface to DBus notifications."
 HOMEPAGE="https://bitbucket.org/takluyver/pynotify2";
@@ -18,7 +18,7 @@ IUSE="examples"
 RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
 
 python_test() {
-   ${EPYTHON} test_notify2.py || die
+   virtx ${EPYTHON} test_notify2.py || die
 }
 
 python_install_all() {



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xrandr/

2019-08-12 Thread Matt Turner
commit: 872fda601e75220ba32d40269bca018d47d6b201
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 12 18:02:07 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 12 18:02:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872fda60

x11-apps/xrandr: Version bump to 1.5.1

Closes: https://bugs.gentoo.org/629556
Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xrandr/Manifest|  1 +
 x11-apps/xrandr/xrandr-1.5.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest
index d791f9f099d..7d236a304bd 100644
--- a/x11-apps/xrandr/Manifest
+++ b/x11-apps/xrandr/Manifest
@@ -1,2 +1,3 @@
 DIST xrandr-1.4.3.tar.bz2 169850 BLAKE2B 
a9a978442bf19997ca2e49fc82bdae418d096c140d8988567327422b3a754de138e9fda54e5ad7ca326563125075209522e08c941f7980aa9cc2d1bee439471d
 SHA512 
eea2637484e744af305366606ec8fba77f54bb66bf45bd131367abb0f5ff90b858d85fbe4c17ee48f7b2f32f277d5f08b18e9cd61f147757828d415a3db9b9bc
 DIST xrandr-1.5.0.tar.bz2 182515 BLAKE2B 
ef33b454e9a1e678fc54dbd6c7730217a2c3e995ec3245ce01f90c27e5c2454a1bbc2cffb953420a20ec0a4b58cf5662964c998b3fb3748cb73c4b5dbb3f29f4
 SHA512 
11d8fb1b98fbe21d5bb875d82f80a7fd6a61c93ebf175c226f4f747570e8d18980add54a4b88d20dc637155074b2a558b34f035d66a465f324281d65f9e4
+DIST xrandr-1.5.1.tar.xz 171200 BLAKE2B 
69cc080da24b8d00fcf60e9fb2d4c03d7b80b46d1fa726ad4ba5847fcfcea4abeefa298fb833febe0549aec0636ed9087c8ef065f5166df6bd7f270dac1a
 SHA512 
3d0d37e974b9dffb996276ee7fd676327fd0956e5f5f572dd142a651a35d3cdfa2f6dd415cf27bf87f306981957aba4cc014c12baebefcabaa5d66b78a114922

diff --git a/x11-apps/xrandr/xrandr-1.5.1.ebuild 
b/x11-apps/xrandr/xrandr-1.5.1.ebuild
new file mode 100644
index 000..873aa5fb9ad
--- /dev/null
+++ b/x11-apps/xrandr/xrandr-1.5.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="primitive command line interface to RandR extension"
+
+SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${P}.tar.xz"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=x11-libs/libXrandr-1.5
+   x11-libs/libXrender
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_install() {
+   xorg-3_src_install
+   rm -f "${ED}"/usr/bin/xkeystone || die
+}



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

2019-08-12 Thread Michał Górny
commit: 10ca77db6896dfc5076268e289106dfbcb838dbc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 17:52:17 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 17:58:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ca77db

net-wireless/kismet: Add missing PYTHON_REQUIRED_USE

Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/kismet/kismet-2019.08.1.ebuild | 1 +
 net-wireless/kismet/kismet-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-wireless/kismet/kismet-2019.08.1.ebuild 
b/net-wireless/kismet/kismet-2019.08.1.ebuild
index 72387056e69..470ff2ccffa 100644
--- a/net-wireless/kismet/kismet-2019.08.1.ebuild
+++ b/net-wireless/kismet/kismet-2019.08.1.ebuild
@@ -34,6 +34,7 @@ HOMEPAGE="https://www.kismetwireless.net";
 LICENSE="GPL-2"
 SLOT="0/${PV}"
 IUSE="lm_sensors mousejack networkmanager +pcre selinux +suid"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 CDEPEND="
${PYTHON_DEPS}

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index 72387056e69..470ff2ccffa 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.ebuild
@@ -34,6 +34,7 @@ HOMEPAGE="https://www.kismetwireless.net";
 LICENSE="GPL-2"
 SLOT="0/${PV}"
 IUSE="lm_sensors mousejack networkmanager +pcre selinux +suid"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 CDEPEND="
${PYTHON_DEPS}



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

2019-08-12 Thread Michał Górny
commit: 4828f62872b248025cf31c5e1a2b53bbd73e6a48
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 17:51:05 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 17:58:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4828f628

sci-electronics/klayout: Add missing PYTHON_REQUIRED_USE

Signed-off-by: Michał Górny  gentoo.org>

 sci-electronics/klayout/klayout-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-electronics/klayout/klayout-.ebuild 
b/sci-electronics/klayout/klayout-.ebuild
index 754f49f53ec..2b00550a26e 100644
--- a/sci-electronics/klayout/klayout-.ebuild
+++ b/sci-electronics/klayout/klayout-.ebuild
@@ -25,6 +25,7 @@ HOMEPAGE="https://www.klayout.de/";
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="
dev-qt/designer:5



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

2019-08-12 Thread Michał Górny
commit: fce579d5317849e74ef9656dc69df6724dd80b02
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 17:52:36 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 17:58:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce579d5

net-wireless/mousejack: Add missing PYTHON_REQUIRED_USE

Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild 
b/net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild
index 2593ee85381..207ef24f16c 100644
--- a/net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild
+++ b/net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,6 +15,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 DEPEND="dev-embedded/sdcc[device-lib,mcs51,sdbinutils]"
 RDEPEND="${DEPEND}



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

2019-08-12 Thread Michał Górny
commit: f8ce3fdc18247d477a840fe0173bbd2a797bcf75
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 17:51:45 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 17:58:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ce3fdc

net-wireless/gr-iio: Add missing PYTHON_REQUIRED_USE

Signed-off-by: Michał Górny  gentoo.org>

 net-wireless/gr-iio/gr-iio-0.3-r2.ebuild | 3 ++-
 net-wireless/gr-iio/gr-iio-.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
index 243224b3adc..ed62ac0d968 100644
--- a/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ else
 fi
 LICENSE="GPL-3+"
 SLOT="0"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
>=net-wireless/gnuradio-3.7.0:=

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index 243224b3adc..ed62ac0d968 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ else
 fi
 LICENSE="GPL-3+"
 SLOT="0"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
>=net-wireless/gnuradio-3.7.0:=



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2019-08-12 Thread Michał Górny
commit: 9fef582bd1b9112795aa2070dffa025f2e0c5fd2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 17:50:14 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 17:58:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fef582b

sci-chemistry/gromacs: Add missing PYTHON_*

Signed-off-by: Michał Górny  gentoo.org>

 sci-chemistry/gromacs/gromacs-2019.2.ebuild| 4 +++-
 sci-chemistry/gromacs/gromacs-2019.3.ebuild| 4 +++-
 sci-chemistry/gromacs/gromacs-2019..ebuild | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/sci-chemistry/gromacs/gromacs-2019.2.ebuild 
b/sci-chemistry/gromacs/gromacs-2019.2.ebuild
index 84864a620b5..1e54e37089d 100644
--- a/sci-chemistry/gromacs/gromacs-2019.2.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2019.2.ebuild
@@ -49,6 +49,7 @@ CDEPEND="
lmfit? ( sci-libs/lmfit )
mkl? ( sci-libs/mkl )
mpi? ( virtual/mpi )
+   ${PYTHON_DEPS}
"
 DEPEND="${CDEPEND}
virtual/pkgconfig
@@ -67,7 +68,8 @@ REQUIRED_USE="
|| ( single-precision double-precision )
cuda? ( single-precision )
cuda? ( !opencl )
-   mkl? ( !blas !fftw !lapack )"
+   mkl? ( !blas !fftw !lapack )
+   ${PYTHON_REQUIRED_USE}"
 
 DOCS=( AUTHORS README )
 

diff --git a/sci-chemistry/gromacs/gromacs-2019.3.ebuild 
b/sci-chemistry/gromacs/gromacs-2019.3.ebuild
index 86219e6146c..f91506d7e52 100644
--- a/sci-chemistry/gromacs/gromacs-2019.3.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2019.3.ebuild
@@ -49,6 +49,7 @@ CDEPEND="
lmfit? ( sci-libs/lmfit )
mkl? ( sci-libs/mkl )
mpi? ( virtual/mpi )
+   ${PYTHON_DEPS}
"
 DEPEND="${CDEPEND}
virtual/pkgconfig
@@ -67,7 +68,8 @@ REQUIRED_USE="
|| ( single-precision double-precision )
cuda? ( single-precision )
cuda? ( !opencl )
-   mkl? ( !blas !fftw !lapack )"
+   mkl? ( !blas !fftw !lapack )
+   ${PYTHON_REQUIRED_USE}"
 
 DOCS=( AUTHORS README )
 

diff --git a/sci-chemistry/gromacs/gromacs-2019..ebuild 
b/sci-chemistry/gromacs/gromacs-2019..ebuild
index 86219e6146c..f91506d7e52 100644
--- a/sci-chemistry/gromacs/gromacs-2019..ebuild
+++ b/sci-chemistry/gromacs/gromacs-2019..ebuild
@@ -49,6 +49,7 @@ CDEPEND="
lmfit? ( sci-libs/lmfit )
mkl? ( sci-libs/mkl )
mpi? ( virtual/mpi )
+   ${PYTHON_DEPS}
"
 DEPEND="${CDEPEND}
virtual/pkgconfig
@@ -67,7 +68,8 @@ REQUIRED_USE="
|| ( single-precision double-precision )
cuda? ( single-precision )
cuda? ( !opencl )
-   mkl? ( !blas !fftw !lapack )"
+   mkl? ( !blas !fftw !lapack )
+   ${PYTHON_REQUIRED_USE}"
 
 DOCS=( AUTHORS README )
 



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

2019-08-12 Thread Andrey Utkin
commit: 8a121e13f9fc8b4e1ac5df754a4279a03d0b4e84
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Aug 12 17:33:26 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Aug 12 17:34:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a121e13

net-wireless/hostapd: drop vulnerable old version 2.7

Bug: https://bugs.gentoo.org/688588
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin  gentoo.org>

 net-wireless/hostapd/Manifest  |   1 -
 net-wireless/hostapd/hostapd-2.7-r2.ebuild | 266 -
 2 files changed, 267 deletions(-)

diff --git a/net-wireless/hostapd/Manifest b/net-wireless/hostapd/Manifest
index 8224998b89c..db024a402e7 100644
--- a/net-wireless/hostapd/Manifest
+++ b/net-wireless/hostapd/Manifest
@@ -1,3 +1,2 @@
-DIST hostapd-2.7.tar.gz 2101166 BLAKE2B 
4e88b7f0d2c57a02edf4214bb35efa08e87a2cbdac4eda9934a40b09f8c046da6cca1250fe5714cb403eb81739bd99e04ea5a9fad62e47bcee4d72106170905d
 SHA512 
1c9a210dfffb951fb667be19aa44ad8c66dccd2aed26cdab939185923550e3c1998a678ebe6975e560e1b3385bff2098f1b2cb773452ba66fb35246fdd3eb2c1
 DIST hostapd-2.8.tar.gz 2169018 BLAKE2B 
29e331d8ebb52732d2548734fe9ea55d8401826da7a35962705335da7d81232c785ffa89d77e8ee848148d82bea1d9141cc4d515706eebacb267754829cf7ed6
 SHA512 
5a352517470912bcb87755a592238eac2d814a7089d4ba1ecb7969f172dbb746a4e9a6c0d47c0d7c4a6a86b04b14ac39147d729fdf3163371c1067490a4897aa
 DIST net-wireless_hostapd_2.7-r2_extras.tar.xz 1820 BLAKE2B 
5c4daf0e4fcf5ae0803cdbe2aabcc75e89b1e92048e8a01894d73639a16b049174b37eca6b6206c337a2874a6e6d5588d50fa5b8a4813e7f6c22bf02efca852f
 SHA512 
65bc4634c8314280ceab44d1f5d6d62092f4bca48253f107b076211020f6f6502388490aee907f9910846a25ba2da7e4122bdb1873eb2b12bf94e867e3295f4c

diff --git a/net-wireless/hostapd/hostapd-2.7-r2.ebuild 
b/net-wireless/hostapd/hostapd-2.7-r2.ebuild
deleted file mode 100644
index 7670a1e71d6..000
--- a/net-wireless/hostapd/hostapd-2.7-r2.ebuild
+++ /dev/null
@@ -1,266 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs eutils systemd savedconfig
-
-DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon"
-HOMEPAGE="http://w1.fi";
-EXTRAS_VER="2.7-r2"
-EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras"
-SRC_URI="https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz";
-
-if [[ $PV ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://w1.fi/hostap.git";
-else
-   if [[ $PV =~ ^.*_p[0-9]{8}$ ]]; then
-   SRC_URI+=" 
https://dev.gentoo.org/~andrey_utkin/distfiles/${P}.tar.xz";
-   else
-   SRC_URI+=" https://w1.fi/releases/${P}.tar.gz";
-   fi
-   # Never stabilize snapshot ebuilds please
-   KEYWORDS="amd64 arm ~arm64 ~mips ppc x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="internal-tls ipv6 libressl logwatch netlink sqlite +wps +crda"
-
-DEPEND="
-   libressl? ( dev-libs/libressl:0= )
-   !libressl? (
-   internal-tls? ( dev-libs/libtommath )
-   !internal-tls? ( dev-libs/openssl:0=[-bindist] )
-   )
-   kernel_linux? (
-   dev-libs/libnl:3
-   crda? ( net-wireless/crda )
-   )
-   netlink? ( net-libs/libnfnetlink )
-   sqlite? ( >=dev-db/sqlite-3 )"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${WORKDIR}/${EXTRAS_NAME}/0001-bug672834-libressl-v2.patch"
-)
-
-S="${S}/${PN}"
-
-pkg_pretend() {
-   if use internal-tls; then
-   if use libressl; then
-   elog "libressl flag takes precedence over internal-tls"
-   else
-   ewarn "internal-tls implementation is experimental and 
provides fewer features"
-   fi
-   fi
-}
-
-src_unpack() {
-   # Override default one because we need the SRC_URI ones even in case of 
 ebuilds
-   default
-   if [[ ${PV} ==  ]] ; then
-   git-r3_src_unpack
-   fi
-}
-
-src_prepare() {
-   # Allow users to apply patches to src/drivers for example,
-   # i.e. anything outside ${S}/${PN}
-   pushd ../ >/dev/null || die
-   default
-   popd >/dev/null || die
-
-   sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \
-   "${S}/hostapd.conf" || die
-}
-
-src_configure() {
-   local CONFIG="${S}/.config"
-
-   restore_config "${CONFIG}"
-   if [[ -f "${CONFIG}" ]]; then
-   default_src_configure
-   return 0
-   fi
-
-   # toolchain setup
-   echo "CC = $(tc-getCC)" > ${CONFIG}
-
-   # EAP authentication methods
-   echo "CONFIG_EAP=y" >> ${CONFIG}
-   echo "CONFIG_ERP=y" >> ${CONFIG}
-   echo "CONFIG_EAP_MD5=y" >> ${CONFIG}
-
-   if use internal-tls && ! use libressl; then
-   echo "CONFIG_TLS=internal" >> ${CONFIG}
-   else
-   # SSL authentication methods
-   echo "CONFI

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

2019-08-12 Thread Ben Kohler
commit: a85d215d98d14d361785b043f2dabbf07a0b627f
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Aug 12 12:59:23 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Aug 12 17:30:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85d215d

net-wireless/unifi: bump to 5.11.38, drop old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/unifi/Manifest   | 2 +-
 net-wireless/unifi/{unifi-5.11.29.ebuild => unifi-5.11.38.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index 623209f5714..b270f78b69f 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,6 +1,6 @@
 DIST unifi-5.10.25.zip 91781146 BLAKE2B 
3a4166f3d96c1fe0e7a9afd7e85266e6dacaa4bad44af1cfd72cd22f8a2f5fae4ca4534c5ae09ca50ddc216e067e5e5598e0cc3ea1bcb96802b7379dca03426b
 SHA512 
2a88c8640b10c2b596c40c3e4594062f9828db3e2be5dd159dcf7275b3796c7ef8714c60c27de980672fb1ccc88e9fa7640fc74e61e6d994e3fb1214d0e0bd48
 DIST unifi-5.10.26.zip 91777116 BLAKE2B 
a07f296aa55204d0c1be055f0c54901824eaf2341548ae3a4de95faa496f5e38e19cd62974da09abfad5756889506db4dda1aa8803e0f87036ebfb3205c47c10
 SHA512 
3722c83b810e3ddce6c82d8b8119717b00213d5052baf66288299311fe6f7e8c5a5c5dbdae871a166bcfeb1e70c69f2ed4f34dea702d50e69d1a1a8eacea4594
 DIST unifi-5.10.27.zip 91782447 BLAKE2B 
810170b44dc6ade4e9b3805302f3f17fde104e04f581aacba895dbb41f1c2450a764aeb62841cc93df5d8a0bdcaebe9ab12a9644cacf7ae4261b9a09301cf652
 SHA512 
f425596e1d8f0ee82d1bb84c1a5f0900d5cbcbbc579b6a9769bd10c7f66e61423c14dcf08028525b12495e144ee2d9452a3e4a5d6bc3331f14f087c27effc5eb
-DIST unifi-5.11.29.zip 111460891 BLAKE2B 
5740b760570d8bc94c54c679e846cefcaff6e36a5c07921e997df0bfc8b994803c35c3d486d2130cae21c8731156728e2a95cc62e033bf4c28ef485347ba1a35
 SHA512 
73ddf723e9e6de8dc95c33a54eaa82bcc11304488fe2e6dfadb2eaf906f34997b7815def8ec765f460fab6a77a311aaf617aba27bbee5636205ca45c3d4bd486
 DIST unifi-5.11.34.zip 112196079 BLAKE2B 
2d1d691f54edd7ef744f55696cac90f471e5fc6d8c3aeda1ebf54f53c985a81c3e959e6db8942fce70dcecff70aa799948cffb34a50391552501bb9738bd45f6
 SHA512 
66768c79db741bbab6de608f7c30dd0db43807d85e3babc0fe921d1e7533548ee4f07dd033309b422ba1c24fa22186d503f6e8ac5785301aac0507e5bfbf
+DIST unifi-5.11.38.zip 11011 BLAKE2B 
3838452f3bc2abba075a3cce20062f1e3e76f963b374c25489a57839c491567b92d03ef308846c2d2afb3a249717804365c4d928cb9df9d864e1251fd1c5d0d8
 SHA512 
e7a55181283dc972c3883da2d05ca00e5ddd77516db5109f7a38f1208dbed90c48553fb7cb598d760c90a6978d19fe11f39da8d485a174c6fe7a03b00b61c7f5
 DIST unifi-5.6.42.zip 63581448 BLAKE2B 
dc12149acc56587043b9f6c45a43327a9a067dda86127c60ad62a4681a0c8ba873435b60183989332f561fb52f71c7207480766ec23d9c0e892cc20c521a9819
 SHA512 
467c0ad284a84795537484f371867d851e67c7e396215d539a9705f17f374b50db4051121a6634d1944474a2474bdd75fca860ab00b48634a5d3e8749a122989

diff --git a/net-wireless/unifi/unifi-5.11.29.ebuild 
b/net-wireless/unifi/unifi-5.11.38.ebuild
similarity index 94%
rename from net-wireless/unifi/unifi-5.11.29.ebuild
rename to net-wireless/unifi/unifi-5.11.38.ebuild
index 2949de79f39..ee04a76926d 100644
--- a/net-wireless/unifi/unifi-5.11.29.ebuild
+++ b/net-wireless/unifi/unifi-5.11.38.ebuild
@@ -4,13 +4,13 @@
 EAPI=6
 
 # Set this var for any releases except stable
-RC_SUFFIX="-633651c4a7"
+RC_SUFFIX="-65a83af88b"
 
 inherit systemd user
 
 DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
 HOMEPAGE="https://www.ubnt.com";
-SRC_URI="https://dl.ubnt.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> 
${P}.zip"
+SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
 
 KEYWORDS="~amd64"
 LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"



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

2019-08-12 Thread Ben Kohler
commit: 580c2e93bb3e2af47f53f1a2d46011fc9b1fb421
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Aug 12 17:32:59 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Aug 12 17:32:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580c2e93

sys-kernel/gentoo-sources: sparc stable per bug 691954

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-4.14.138.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.19.66.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.189.ebuild  | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.189.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.138.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.138.ebuild
index e3bcd93c2e3..27c50327a35 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.138.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.138.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.66.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.66.ebuild
index 5c3419ad2fc..d49a94bacdc 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.66.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.66.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.189.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.189.ebuild
index 856393fa952..3b55943418b 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.189.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.189.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.189.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.189.ebuild
index 4e628471607..c1a042a04de 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.189.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.189.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2019-08-12 Thread Jory Pratt
commit: 0b49c90eea05bf3d2ae66e73843e1e455db7e2df
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Aug 12 17:00:49 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Aug 12 17:00:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b49c90e

dev-lang/spidermonkey: cleanup sed statement for bug #691334

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild 
b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild
index ec29ac35830..70a0e29e4f1 100644
--- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild
@@ -60,7 +60,7 @@ src_prepare() {
eautoconf
 
# remove options that are not correct from js-config
-   sed '/ib-filenames/d' -i "${S}"/js/src/build/js-config.in
+   sed '/lib-filenames/d' -i "${S}"/js/src/build/js-config.in || die 
"failed to remove invalid option from js-config"
 
# there is a default config.cache that messes everything up
rm -f "${S}/js/src"/config.cache || die



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

2019-08-12 Thread Jory Pratt
commit: baafb75e07e283c3387ccabb46e43f67dcadcdac
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Aug 12 16:41:06 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Aug 12 16:41:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baafb75e

dev-lang/spidermonkey: Fix :60 invalid options in js60-config

Fixes: https://bugs.gentoo.org/691334
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 .../spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild  | 154 +
 1 file changed, 154 insertions(+)

diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild 
b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild
new file mode 100644
index 000..ec29ac35830
--- /dev/null
+++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WANT_AUTOCONF="2.1"
+inherit autotools check-reqs toolchain-funcs pax-utils mozcoreconf-v5
+
+MY_PN="mozjs"
+MY_P="${MY_PN}-${PV/_rc/.rc}"
+MY_P="${MY_P/_pre/pre}"
+MY_P="${MY_P%_p[0-9]*}"
+DESCRIPTION="Stand-alone JavaScript C++ library"
+HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey";
+#SRC_URI="https://archive.mozilla.org/pub/spidermonkey/prereleases/60/pre3/${MY_P}.tar.bz2
+SRC_URI="https://dev.gentoo.org/~axs/distfiles/${MY_P}.tar.bz2
+   
https://dev.gentoo.org/~anarchy/mozilla/patchsets/${PN}-60.0-patches-04.tar.xz";
+
+LICENSE="NPL-1.1"
+SLOT="60"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+IUSE="debug +jit minimal +system-icu test"
+
+RESTRICT="ia64? ( test )"
+
+S="${WORKDIR}/${MY_P%.rc*}"
+
+BUILDDIR="${S}/jsobj"
+
+RDEPEND=">=dev-libs/nspr-4.13.1
+   virtual/libffi
+   sys-libs/readline:0=
+   >=sys-libs/zlib-1.2.3:=
+   system-icu? ( >=dev-libs/icu-59.1:= )"
+DEPEND="${RDEPEND}"
+
+pkg_pretend() {
+   CHECKREQS_DISK_BUILD="2G"
+
+   check-reqs_pkg_setup
+}
+pkg_setup(){
+   [[ ${MERGE_TYPE} == "binary" ]] || \
+   moz_pkgsetup
+   export SHELL="${EPREFIX}/bin/bash"
+}
+
+src_prepare() {
+   eapply "${WORKDIR}/${PN}"
+   eapply "${FILESDIR}/${PN}-60.5.2-ia64-support.patch"
+
+   eapply_user
+
+   if [[ ${CHOST} == *-freebsd* ]]; then
+   # Don't try to be smart, this does not work in cross-compile 
anyway
+   ln -sfn "${BUILDDIR}/config/Linux_All.mk" "${S}/config/$(uname 
-s)$(uname -r).mk" || die
+   fi
+
+   cd "${S}/js/src" || die
+   eautoconf old-configure.in
+   eautoconf
+
+   # remove options that are not correct from js-config
+   sed '/ib-filenames/d' -i "${S}"/js/src/build/js-config.in
+
+   # there is a default config.cache that messes everything up
+   rm -f "${S}/js/src"/config.cache || die
+
+   mkdir -p "${BUILDDIR}" || die
+}
+
+src_configure() {
+   cd "${BUILDDIR}" || die
+
+   ECONF_SOURCE="${S}/js/src" \
+   econf \
+   --disable-jemalloc \
+   --enable-readline \
+   --with-system-nspr \
+   --with-system-zlib \
+   --disable-optimize \
+   --with-intl-api \
+   $(use_with system-icu) \
+   $(use_enable debug) \
+   $(use_enable jit ion) \
+   $(use_enable test tests) \
+   XARGS="/usr/bin/xargs" \
+   CONFIG_SHELL="${EPREFIX}/bin/bash" \
+   CC="${CC}" CXX="${CXX}" LD="${LD}" AR="${AR}" RANLIB="${RANLIB}"
+}
+
+cross_make() {
+   emake \
+   CFLAGS="${BUILD_CFLAGS}" \
+   CXXFLAGS="${BUILD_CXXFLAGS}" \
+   AR="${BUILD_AR}" \
+   CC="${BUILD_CC}" \
+   CXX="${BUILD_CXX}" \
+   RANLIB="${BUILD_RANLIB}" \
+   "$@"
+}
+src_compile() {
+   cd "${BUILDDIR}" || die
+   if tc-is-cross-compiler; then
+   tc-export_build_env BUILD_{AR,CC,CXX,RANLIB}
+   cross_make \
+   MOZ_OPTIMIZE_FLAGS="" MOZ_DEBUG_FLAGS="" \
+   HOST_OPTIMIZE_FLAGS="" MODULE_OPTIMIZE_FLAGS="" \
+   MOZ_PGO_OPTIMIZE_FLAGS="" \
+   host_jsoplengen host_jskwgen
+   cross_make \
+   MOZ_OPTIMIZE_FLAGS="" MOZ_DEBUG_FLAGS="" 
HOST_OPTIMIZE_FLAGS="" \
+   -C config nsinstall
+   mv {,native-}host_jskwgen || die
+   mv {,native-}host_jsoplengen || die
+   mv config/{,native-}nsinstall || die
+   sed -i \
+   -e 's@./host_jskwgen@./native-host_jskwgen@' \
+   -e 's@./host_jsoplengen@./native-host_jsoplengen@' \
+   Makefile || die
+   sed -i -e 's@/nsinstall@/native-nsinstall@' config/config.mk || 
die
+

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

2019-08-12 Thread Andreas Sturmlechner
commit: dcf75bf661a92c64f92e1a608935289784ea1fab
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 12 16:16:20 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 12 16:24:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf75bf6

kde-apps/minuet: Fix missing header with Frameworks 5.61

Closes: https://bugs.gentoo.org/692000
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/minuet-19.04.3-missing-header.patch  | 23 ++
 kde-apps/minuet/minuet-19.04.3.ebuild  |  2 ++
 2 files changed, 25 insertions(+)

diff --git a/kde-apps/minuet/files/minuet-19.04.3-missing-header.patch 
b/kde-apps/minuet/files/minuet-19.04.3-missing-header.patch
new file mode 100644
index 000..9524f4f3564
--- /dev/null
+++ b/kde-apps/minuet/files/minuet-19.04.3-missing-header.patch
@@ -0,0 +1,23 @@
+From 0ed28414428a6e19017ae7c5605ca09aaf0debea Mon Sep 17 00:00:00 2001
+From: Albert Astals Cid 
+Date: Wed, 17 Jul 2019 22:56:58 +0200
+Subject: Fix build on CI
+
+---
+ src/app/plugincontroller.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/app/plugincontroller.h b/src/app/plugincontroller.h
+index 19c6c89..3acd1d4 100644
+--- a/src/app/plugincontroller.h
 b/src/app/plugincontroller.h
+@@ -27,6 +27,7 @@
+ 
+ #ifndef Q_OS_ANDROID
+ #include 
++#include 
+ #endif
+ 
+ namespace Minuet
+-- 
+cgit v1.1

diff --git a/kde-apps/minuet/minuet-19.04.3.ebuild 
b/kde-apps/minuet/minuet-19.04.3.ebuild
index f64a0819e81..5b8c1fa2e8d 100644
--- a/kde-apps/minuet/minuet-19.04.3.ebuild
+++ b/kde-apps/minuet/minuet-19.04.3.ebuild
@@ -25,3 +25,5 @@ DEPEND="
media-sound/fluidsynth:=
 "
 RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-missing-header.patch" )



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

2019-08-12 Thread Jory Pratt
commit: 7d16526cdd5821ae0647b50807a8da2b62dfa227
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun Aug 11 23:35:56 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Aug 12 16:12:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d16526c

www-client/firefox: Depend on dev-lang/nasm only on amd64/x86.

Closes: https://bugs.gentoo.org/691972
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Jory Pratt  gentoo.org>

 www-client/firefox/firefox-68.0.1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-68.0.1.ebuild 
b/www-client/firefox/firefox-68.0.1.ebuild
index 83636b8e471..39bdfe00f4f 100644
--- a/www-client/firefox/firefox-68.0.1.ebuild
+++ b/www-client/firefox/firefox-68.0.1.ebuild
@@ -162,7 +162,10 @@ DEPEND="${CDEPEND}
wayland? ( >=x11-libs/gtk+-3.11:3[wayland] )
amd64? ( >=dev-lang/yasm-1.1 virtual/opengl )
x86? ( >=dev-lang/yasm-1.1 virtual/opengl )
-   !system-av1? ( >=dev-lang/nasm-2.13 )"
+   !system-av1? (
+   amd64? ( >=dev-lang/nasm-2.13 )
+   x86? ( >=dev-lang/nasm-2.13 )
+   )"
 
 # We use virtx eclass which cannot handle wayland
 REQUIRED_USE="wifi? ( dbus )



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

2019-08-12 Thread Jory Pratt
commit: 5643efb8974b1f19b52938686aae3daa7692f601
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun Aug 11 23:35:56 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Aug 12 16:10:28 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=5643efb8

www-client/firefox: Depend on dev-lang/nasm only on amd64/x86.

Fixes: https://bugs.gentoo.org/691972
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>

 www-client/firefox/firefox-68.0.1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-68.0.1.ebuild 
b/www-client/firefox/firefox-68.0.1.ebuild
index 83636b8..39bdfe0 100644
--- a/www-client/firefox/firefox-68.0.1.ebuild
+++ b/www-client/firefox/firefox-68.0.1.ebuild
@@ -162,7 +162,10 @@ DEPEND="${CDEPEND}
wayland? ( >=x11-libs/gtk+-3.11:3[wayland] )
amd64? ( >=dev-lang/yasm-1.1 virtual/opengl )
x86? ( >=dev-lang/yasm-1.1 virtual/opengl )
-   !system-av1? ( >=dev-lang/nasm-2.13 )"
+   !system-av1? (
+   amd64? ( >=dev-lang/nasm-2.13 )
+   x86? ( >=dev-lang/nasm-2.13 )
+   )"
 
 # We use virtx eclass which cannot handle wayland
 REQUIRED_USE="wifi? ( dbus )



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

2019-08-12 Thread Jory Pratt
commit: eb4eba595cd2f4e76c2be1dcefbc009363d7da11
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Aug 12 15:56:30 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Aug 12 15:56:30 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=eb4eba59

mail-client/thunderbird: sync update from tree

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 mail-client/thunderbird/Manifest   | 108 ++---
 ...ird-60.7.0.ebuild => thunderbird-60.8.0.ebuild} |   0
 2 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 63c108c..cb2a0a8 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -2,57 +2,57 @@ DIST firefox-60.6-patches-07.tar.xz 37404 BLAKE2B 
5516ff768bee0253131381fdba3e08
 DIST gdata-provider-4.4.1.tar.xz 78728 BLAKE2B 
bfe04d714334c38c932d2186ffd859583176ef455b283534c5f8f9e1ab7dc13bdfb8c15db6007de482ab015afc2b8524aad725380bec75ee5f59ea81d6307ba9
 SHA512 
6c9b5ac41a1064bd1799d2a2f633c3064b27f1294ac3c8908cdef6c1d2eea7b602f2f7bf240b71f507fe9ad286588f030e12f49a41b3bed7bbcc99f3021369f9
 DIST lightning-6.2.5.tar.xz 1745976 BLAKE2B 
31e237f8d34ab2a2ac522767460467257d1f49d15fbe24f5b80dde9fb709ffafd0c0442d99c6643ce434cf7bdf0d670447f86da9fcdadc7ada6814431ef41e8a
 SHA512 
1e997bb91d484908f225cc6e971874d308e8a8e2451a3e678f8a74bcb9e360babbd1f8aebcafb3e628ef5b10eb697ee47af2bfedbc956fee71d99084c8816235
 DIST thunderbird-60.0-patches-0.tar.xz 10292 BLAKE2B 
a81ac6708389baff21aac1511c1fc372324cac8bb3ee0f3b5d2a0690b6e22ef658b41c887b99168b43c4ea4bb0947d3e48ad9b7e80db558db22c976df868
 SHA512 
1dae465676b2ff4faae08ebf69e6bac46552bc0331659bf5f444c45b026e4c8d2fc46cd3758e3bd121716aa85d5dcc56de6483919f7f0077b9d9720574dbd1aa
-DIST thunderbird-60.7.0-ar.xpi 627179 BLAKE2B 
e44b3d60631cfb91354b6d3496a78f6e557389a75fda0401ccecc0d31b6afe138e0347cddc88da4b4cc251a0ea0ba0dc8f285b86f6623750cb285f05476c5477
 SHA512 
883d66276e6f1707c2f5b7f3d85f153442c0b3b631f99d1383021d42534f797ff180a762a0bbc89b42aecca8f9d72c6a1fdf38bdcd7b60fd2f3dd57c4e68ded0
-DIST thunderbird-60.7.0-ast.xpi 559643 BLAKE2B 
b695b1db5255aa8427615089cf0ac2a1e2bc2578ca5acbc67b83997a9a8f1f30a1916fd9533abd5727d9fab8f6879e7a26eece4487c9b104dd5e42fd5ded7613
 SHA512 
3c824e7aa2a24ff55a9a1d37e88e2d26438390213435dbd73444e8779576d666a11ac5fe950ed01bbe7183d6da13eb0d1177fe4db4b51ef1f91c119c7c056091
-DIST thunderbird-60.7.0-be.xpi 659079 BLAKE2B 
e941b324ec20df7e79938d16434f50da09b7fed6e3e960ca5471336290a1652be0cfc01dbb42ec3beee0863fc6c6ba45e0f0c26a90a2e18593ce6e6f85815f2c
 SHA512 
ebbe507de6468ffbf6fa5ad3a743d4f36e5f75bec71faec5e459457ab193aa5fca1f69e81f917803021ed2084ac8c7cef4e443acf472f51d2d4a0faba599ed7c
-DIST thunderbird-60.7.0-bg.xpi 669318 BLAKE2B 
5241ea2d3a875f3412398b3fbbad11d394bb89757f3e410788a5d84e6c395f4d25b7a98823ff5d43b53de531ca4c82aa90816554ea346450f884e58e3ec5de7f
 SHA512 
9d46354f830b16897bcef76513a8e0fdcb455d6538db4bb4f54ee2a3205e019fc7a8506f4e83e97a0d6de5d3eb30ff2658bb69e05cad03c26ed188836d91db70
-DIST thunderbird-60.7.0-br.xpi 580371 BLAKE2B 
60f860ce8588090fead45274f58cc9bd656bbcbdeffaa17ebf81702811252f8e82d705dd1f19a536cb1078c815fbeff8607875cd5c42bcb0cb1c1e8829a1
 SHA512 
d3f777e8a5a8aaf65d950e0d2b66fc687c7227dc2818ad1190306388254837a1631d5a465277a0599d2fdb2f244cef2fa5f0194be26a4732bf2da49e768ee5ca
-DIST thunderbird-60.7.0-ca.xpi 591972 BLAKE2B 
1dad5ed4bbbdc9f26594c5c86c28227a45d14968fdcfd8d4464ad8e22a0df121b6f1f31e4e1f9ddab1cdbbdf49ea5dd8948ba9314e4ad77ef988f6b002e36e7b
 SHA512 
be85e106167bd6debeaa74dc59178b95bd5a93958f5b715b569d89d9c7f032cf37968f5bb05cfd5802c0ac45122b4887dc429833603070ae8fe412fd0fe4e9d4
-DIST thunderbird-60.7.0-cs.xpi 611202 BLAKE2B 
7215b341f09155d0d8d14465f4fba916d2b1d8a759f25734a51a96ea86df1009a5c320bb348ab6ad8bf54ae8c592beeb70a9d06aad3a5edee6a30d392f4460ce
 SHA512 
7ed6afbe61f84863f8251fe5eb23ace79f51f177a95f02ff33aa669f1c33a09679554ce9a6f89f0b2deb802bfe4581834b8fe6fff1d05db51f4130d35a3399bc
-DIST thunderbird-60.7.0-cy.xpi 586037 BLAKE2B 
fbf0dac01038df944e6fb80d3ea0fcb457f73cce092ae3fce62ff6099ffc58ddb81a91d0bf0f0735e77bdea4d8ada11579057c5149f96bbcf65fc8be6c1654d6
 SHA512 
68b0e0812ff73bbf81c25ab7f11fbcabf1f0acf58d65295d19557a5f4d71904e51f69fcd4c9449539c4adecc5d31115f7be700bdf349ba80ee7a64186ee4bfdf
-DIST thunderbird-60.7.0-da.xpi 570806 BLAKE2B 
3b53276bb0b317213c3b07dcb9c32506995edd8c25b79d6564960d08b6724fd0c35abf72f392aa5087a874825a2369b57c82206c74d19ac29f16e5900b86775d
 SHA512 
7a56997f7ede542dd57531c3aacb7ad9ba21d59db0a5bf8a279bd53ea4a5d333cc61f3793b9b212a90e563a1d4db90f6f68ea1f2fb01ec2465780145a82f6ecf
-DIST thunderbird-60.7.0-de.xpi 582574 BLAKE2B 
329f74e03cbaf014f86be139a32a2853a34ec46fed452be5d591ce70978bee9853a4eb63f383d9521472c1410a5035bf5416eaaec79cc72ed3497774d1087d0f
 SHA512 
fd0eb44c2b059482a0b3a94bd650764e4cd97ef0f6ff6a83a4909b25a03d62e2476d44c79f80c88acacdf75f445e1468abd5e357fb0803f37b4729bf5

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

2019-08-12 Thread Jory Pratt
commit: e6cd764c672bba64ba2594f4439e549a542dd760
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Aug 12 15:53:43 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Aug 12 15:53:43 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e6cd764c

www-client/firefox: sync update from tree

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 www-client/firefox/Manifest| 186 ++---
 .../{firefox-68.0.ebuild => firefox-68.0.1.ebuild} |  22 ++-
 2 files changed, 108 insertions(+), 100 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 8db326b..eb204e8 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,93 +1,93 @@
-DIST firefox-68.0-ach.xpi 471783 BLAKE2B 
159e20909aba298a323aa56acea55891d5745c91226f36740d3c031a7e851dcca7ce6fc36ef55fbec2c498c1059d23b42fcf9fdb2e155f0cfff0aef373d6f904
 SHA512 
91def22375f90f2c655fb705d2c8a99220d081a569298309b8616286439f64f33293456337171b7faa7b8ed466fdc65b8e50abc1d201e4548315b797c651c0b6
-DIST firefox-68.0-af.xpi 450614 BLAKE2B 
30f67347194516b0a38b868eaf95dd275e37bab549ecf5f266434f2c44bb502f90814ab1f561bf77c234dea9d32285bf09fcad564293f9f38bd0d363e134b4c1
 SHA512 
c17408dda5b3995c8e6638ab28654c8eaa01d8da442e7ef44651f19128488c4261b1e9d2dfff4edc30456505454910e289d7aa0a493bb49b6fac7f6b2960beec
-DIST firefox-68.0-an.xpi 483082 BLAKE2B 
bc845ed7c47219e465d426b583d9909d63417bd94ecfb9d7a38a9c4b76ccb742da48653f343265bc1d08e865a9b25fccc4151ee1a943c6bf5ea13832d3fc9227
 SHA512 
309d8ba779cb00c5c0ced2384e64292ea3df0f9a1ba03d3fd848327a96ca0edf99a93aeabfcf1dc62f3de11001856b09f0314894e6187c9bcfeb0d3664cfa579
-DIST firefox-68.0-ar.xpi 538958 BLAKE2B 
b3523913a99988c96a42a095a10fe43c2583e811321dcc40152d0edba5c250ddd17d363be7ce16dfcb688ebf9049d2d1f5db2dd01c118528895c2b47578374bf
 SHA512 
f992ffb9f8c42a2a0fa3b21771857b1f1b83b5e82c3118d7041c2aadbb523e98b7fd27c7e97cb197247cebd978af90b737127db67483dba6e54bce2a19a173dc
-DIST firefox-68.0-ast.xpi 480814 BLAKE2B 
3257ef83cf37059cbaf15a0bc99cac6a9a84446a5ebaebf2f5ec6c33825485a2ef3a7a95b4315ff7d6661b498cbd14e318a8a7a179aa695164c93546d2cb11ce
 SHA512 
a4d7178fee22eb74cf129b17244401ba4c01578f1375bc485ff0880788254cf6a32b7c4cfcfe92c82b8cd8ae764bfa103012777ea7ac47f2068cc681478b1149
-DIST firefox-68.0-az.xpi 510299 BLAKE2B 
1263ecf268fcedbb2ea52ee62af69c36927268482da57e635f6ab9280af7fbc105b406fd7d77792828613b4750c14e9d460902e8e1ea6d278c2e773d2f6b08d6
 SHA512 
1980dd115f26f67d230e6382aa428d26bea104965fc4bffb3dda9389acd866d14007c32f89a8350583f2fb83d9256afc67b54a0a8a8f2362710a7f5a94d34f04
-DIST firefox-68.0-be.xpi 582116 BLAKE2B 
e5bece31b6ee266db7554733da0cd1faf0f7afbc56a8b6fa9603ff7480ffdd2223de5f29b3924ef3274764de77599500fa06298396dd3c26c3ab6503394f
 SHA512 
c6ce17ada1ae31541a5da7d716d578620e3c840d21666be7ecd6836d59d8e3d82582a556cbc448552c507cd354421504783d82ca0e8dd95172cfeea20c38f1ab
-DIST firefox-68.0-bg.xpi 545357 BLAKE2B 
bba3c2af418fff91bc9c483340d47d3848c2047a49244fd9da6eb2e73fee42cc3721335d9b4463d9eef9557945f5deddcad7c2d4640f819bc250905ba728e450
 SHA512 
2e8bf14121ab1a28c6d73bbcf387bce82c676c2e4a0bc54b89ace480c7ca7d4d5702b0a29bbf720379980ad14d8ab2a37c0ed1f0a9e372635a1c652c3bb08847
-DIST firefox-68.0-bn.xpi 566588 BLAKE2B 
1e03c972d7149134a743c3d10622b19d92a546f29610fc23c36446638506138de69f264159c8a42091e3cae5d4ce5fb367ee8dd5b0cb095a305fe61504aba3fe
 SHA512 
fc58eca39fb3c504c77d7a6c86a4da3a738fc2ca9efec9ea51019ba73270d917748b4aa79b1541cebbbdec63a566bbb98d5d1725a370259afc3b791e56893dc3
-DIST firefox-68.0-br.xpi 501690 BLAKE2B 
16d9ee93e8a870d95a1a69279953f2fdd996333ff1dbc7af655bd37cfe105953e7b5931edf1404b073eb6c46bbe0287eec2344096d02778ac9ed8a4213675f3c
 SHA512 
e17af0f3a8594f92dcc4e5e76801b5efcf84046beab7806779f0d85e5dc589a6b38880f75beba0c589705e6c885a889a4496033e84f51ddf465363ba9827dd1b
-DIST firefox-68.0-bs.xpi 483136 BLAKE2B 
def25536be765a7b5b1b94f2f1815736f2c36d7fc12939cac78b8f4ff82637c77e8c2834ce41c6a8106e880913425d95e624698cd64f0c68e481aecfcde8013b
 SHA512 
48d872f2cfbfbc4ee48af53643a653d3c2d5ed4cb2201857d9d35e13f69b2640d2ac15bb1248a42cfd6776be43435d21ba9904b1a6eda405c1db8fbec11ea936
-DIST firefox-68.0-ca.xpi 499858 BLAKE2B 
a63791dc1e2b4e41505b6b2992bacdca3f39b98f7c1ebc3aff03243a1c443653e68a33b2070c36b54ec515453ffcad4da6c0b6252adfd305031b3bc180166bb1
 SHA512 
21799ba1c4ac697343b9d18aa05b1ceeb111ec4fd5b2dc93109fab8a226f1ad393d493379cfc213497930a984f2be156caa8faf69fe8bac85bd62fcc278bf090
-DIST firefox-68.0-cak.xpi 527451 BLAKE2B 
aa9b64008dc2c53dab6ab2c24e85c7f0d3f27f7dbfe7bde382ade2cb1eedbe3729d020a845ff5d3aae162fd675521635dad90e76f175be254a1820af6745aa3c
 SHA512 
1eaab445b0c7e112dd73d15e833834ee84f1d68cd9a82ded9813255bedb7cfaa12e237745f613737267c689475b8eabe7a5bc626d13c09ea9937adbecff98880
-DIST firefox-68.0-cs.xpi 519931 BLAKE2B 
69a01b21c3d1dc0d30109dcc21636b407fec7a11b8f7f3bd3dcc70d4224401ab392a7868b4e72eb8dbff4a9dbd473473afa8e404e446d5829c524ab9e7a06c48
 SHA

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

2019-08-12 Thread Matthew Thode
commit: d32a48d8f440e1cfda98e112e8b00b22123391ee
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 12 15:40:44 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 12 15:41:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32a48d8

app-crypt/certbot-apache: 0.36.0 stable amd64/x86 with cleanup

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot-apache/Manifest  |  1 -
 .../certbot-apache/certbot-apache-0.35.0.ebuild| 38 --
 .../certbot-apache/certbot-apache-0.36.0.ebuild|  2 +-
 3 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index b51d0034038..6a90571bec8 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,3 +1,2 @@
-DIST certbot-0.35.0.tar.gz 1333065 BLAKE2B 
8bd4fd735e68f24ee7c0533b18b63e2924eab9dcef78250f5d7094fbb04f78acca1c11cefae48e25da637a01a7dcd004f22926923b63a39206b63133193793a1
 SHA512 
ca94858aca5c6849dd6667d1e96389d80a7882de9a4deeda28d244ac105c1524dddb100dc899e4fabdef908607956617e26640b8e573b04a0625e19413c23bee
 DIST certbot-0.36.0.tar.gz 1322339 BLAKE2B 
69fbf68b5dd95d6d3ac6c868d583da8c66dfcd01e3471c511d0d9d95de08ac096479733e9fca12ca99abf43484835fa7184dcccb1c11a41ee7948174364f2894
 SHA512 
f7fa8c6200a76b4fc4830865bf11fbba8bd73ea55e1236680181073952505c83b4650b43ccfc8e9b96caf47b85c43e47acf8db6d92134f7c279ebd954ab0ac92
 DIST certbot-0.37.0.tar.gz 1327246 BLAKE2B 
917360ab6d9dedd6e5ea2c558822c228ff34617f97341b7d176e69f7589a3aa3012f1d9abdb33b72960c68a80b29987d1a7b1121eadd7d93adec5829b316f326
 SHA512 
3f2df5f591ba241719fe2e5e90c2b87e2d932d991d943eefbe00b9d76f7fb056d3b6026879511f591473c698b798e78645879f018a78e503b8a06280b036cb35

diff --git a/app-crypt/certbot-apache/certbot-apache-0.35.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-0.35.0.ebuild
deleted file mode 100644
index c2457408e80..000
--- a/app-crypt/certbot-apache/certbot-apache-0.35.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git";
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86"
-   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-0.34.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/python-augeas[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests || die
-}

diff --git a/app-crypt/certbot-apache/certbot-apache-0.36.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-0.36.0.ebuild
index 5ac928afccf..af317727402 100644
--- a/app-crypt/certbot-apache/certbot-apache-0.36.0.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-0.36.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else

SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
 fi
 



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

2019-08-12 Thread Matthew Thode
commit: 1ff4958f9004d3b42f63aaba244a2d8e04412743
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 12 15:40:09 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 12 15:41:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff4958f

app-crypt/certbot: 0.36.0 stable amd64/x86 with cleanup

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot/Manifest  |  1 -
 app-crypt/certbot/certbot-0.35.0.ebuild | 48 -
 app-crypt/certbot/certbot-0.36.0.ebuild |  2 +-
 3 files changed, 1 insertion(+), 50 deletions(-)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index b51d0034038..6a90571bec8 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,3 +1,2 @@
-DIST certbot-0.35.0.tar.gz 1333065 BLAKE2B 
8bd4fd735e68f24ee7c0533b18b63e2924eab9dcef78250f5d7094fbb04f78acca1c11cefae48e25da637a01a7dcd004f22926923b63a39206b63133193793a1
 SHA512 
ca94858aca5c6849dd6667d1e96389d80a7882de9a4deeda28d244ac105c1524dddb100dc899e4fabdef908607956617e26640b8e573b04a0625e19413c23bee
 DIST certbot-0.36.0.tar.gz 1322339 BLAKE2B 
69fbf68b5dd95d6d3ac6c868d583da8c66dfcd01e3471c511d0d9d95de08ac096479733e9fca12ca99abf43484835fa7184dcccb1c11a41ee7948174364f2894
 SHA512 
f7fa8c6200a76b4fc4830865bf11fbba8bd73ea55e1236680181073952505c83b4650b43ccfc8e9b96caf47b85c43e47acf8db6d92134f7c279ebd954ab0ac92
 DIST certbot-0.37.0.tar.gz 1327246 BLAKE2B 
917360ab6d9dedd6e5ea2c558822c228ff34617f97341b7d176e69f7589a3aa3012f1d9abdb33b72960c68a80b29987d1a7b1121eadd7d93adec5829b316f326
 SHA512 
3f2df5f591ba241719fe2e5e90c2b87e2d932d991d943eefbe00b9d76f7fb056d3b6026879511f591473c698b798e78645879f018a78e503b8a06280b036cb35

diff --git a/app-crypt/certbot/certbot-0.35.0.ebuild 
b/app-crypt/certbot/certbot-0.35.0.ebuild
deleted file mode 100644
index 13fbbb72070..000
--- a/app-crypt/certbot/certbot-0.35.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="
-   ${CDEPEND}
-   >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
-   >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
-   dev-python/configobj[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.2[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   >=dev-python/parsedatetime-1.3[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/zope-component[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="
-   ${CDEPEND}
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   # acme is not installed, removing it here is fine, the dir just 
confuses tests
-   rm -R acme
-   pytest -vv ${PN} || die
-}

diff --git a/app-crypt/certbot/certbot-0.36.0.ebuild 
b/app-crypt/certbot/certbot-0.36.0.ebuild
index c5567979351..4ed99381a01 100644
--- a/app-crypt/certbot/certbot-0.36.0.ebuild
+++ b/app-crypt/certbot/certbot-0.36.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 inherit distutils-r1



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

2019-08-12 Thread Matthew Thode
commit: f2d1c049a71b388b72f99c49d9ede9532b84cec6
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 12 15:37:55 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 12 15:41:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d1c049

dev-python/josepy: 1.2.0 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/josepy/Manifest|  1 -
 dev-python/josepy/josepy-1.0.1.ebuild | 25 -
 dev-python/josepy/josepy-1.2.0.ebuild |  2 +-
 3 files changed, 1 insertion(+), 27 deletions(-)

diff --git a/dev-python/josepy/Manifest b/dev-python/josepy/Manifest
index 5dd93092bd7..04f6cde1915 100644
--- a/dev-python/josepy/Manifest
+++ b/dev-python/josepy/Manifest
@@ -1,3 +1,2 @@
-DIST josepy-1.0.1.tar.gz 50251 BLAKE2B 
eb75e05dec890c92043357740829edf96f49f0c77b85211b9a9077ef39bfe59df2ee5952c1569559a07b6505870d796b3aa9e2b0fdba6943860b035f09a004b2
 SHA512 
51f0e1286a05ebc42f388d13e47e7bd2d1eb11ba1cf06f4d52d627d4a3c2d01f73f1ce9c9ff23ed7dd78ba18142af23e3de4277a63dc69b433bbc3e7aedfd6eb
 DIST josepy-1.1.0.tar.gz 51286 BLAKE2B 
57da7c74308b7698e84e19307283f9c09e61ee4f99ffcc98f02f50c24a96efd485540b878d5d52248a51f81356ab406654c6016614e32a1810cc1ff46b49ba39
 SHA512 
eee886565b1cb92e6d7a42f1e3666a158c162fb891f90de844118ac32b24f6deccf2eee5990ba100827109203f7da99c2b55735fb7bda05fd7a447dca39d6362
 DIST josepy-1.2.0.tar.gz 53130 BLAKE2B 
1308ac60d32c65d8117e87474ed178f3e582de1f5bd958f31cac9a5837e0006a64291f9b8752ab1282d7f656d8931ecba54cb311888106618da993ab5bd773ff
 SHA512 
1e746cf8e02c86a728d1a502000bba3c7db829f29dcb49ed40c7398d2ec904e830d267c60b444d57c3cf44d6ae829d3f3f4fd4288dcb3d5f47ab96d06a2d6bc5

diff --git a/dev-python/josepy/josepy-1.0.1.ebuild 
b/dev-python/josepy/josepy-1.0.1.ebuild
deleted file mode 100644
index 3add6207a92..000
--- a/dev-python/josepy/josepy-1.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="JOSE protocol implementation in Python"
-HOMEPAGE="https://github.com/jezdez/josepy";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}
-   !<=app-crypt/acme-0.20.0"

diff --git a/dev-python/josepy/josepy-1.2.0.ebuild 
b/dev-python/josepy/josepy-1.2.0.ebuild
index 63f431f7dc3..a345fc6f361 100644
--- a/dev-python/josepy/josepy-1.2.0.ebuild
+++ b/dev-python/josepy/josepy-1.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



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

2019-08-12 Thread Matthew Thode
commit: 66153e4d3a76cce34be7501a0de8b568ddb5e08e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 12 15:41:24 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 12 15:41:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66153e4d

app-crypt/certbot-nginx: 0.36.0 stable amd64/x86 with cleanup

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot-nginx/Manifest   |  1 -
 .../certbot-nginx/certbot-nginx-0.35.0.ebuild  | 34 --
 .../certbot-nginx/certbot-nginx-0.36.0.ebuild  |  2 +-
 3 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index b51d0034038..6a90571bec8 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,3 +1,2 @@
-DIST certbot-0.35.0.tar.gz 1333065 BLAKE2B 
8bd4fd735e68f24ee7c0533b18b63e2924eab9dcef78250f5d7094fbb04f78acca1c11cefae48e25da637a01a7dcd004f22926923b63a39206b63133193793a1
 SHA512 
ca94858aca5c6849dd6667d1e96389d80a7882de9a4deeda28d244ac105c1524dddb100dc899e4fabdef908607956617e26640b8e573b04a0625e19413c23bee
 DIST certbot-0.36.0.tar.gz 1322339 BLAKE2B 
69fbf68b5dd95d6d3ac6c868d583da8c66dfcd01e3471c511d0d9d95de08ac096479733e9fca12ca99abf43484835fa7184dcccb1c11a41ee7948174364f2894
 SHA512 
f7fa8c6200a76b4fc4830865bf11fbba8bd73ea55e1236680181073952505c83b4650b43ccfc8e9b96caf47b85c43e47acf8db6d92134f7c279ebd954ab0ac92
 DIST certbot-0.37.0.tar.gz 1327246 BLAKE2B 
917360ab6d9dedd6e5ea2c558822c228ff34617f97341b7d176e69f7589a3aa3012f1d9abdb33b72960c68a80b29987d1a7b1121eadd7d93adec5829b316f326
 SHA512 
3f2df5f591ba241719fe2e5e90c2b87e2d932d991d943eefbe00b9d76f7fb056d3b6026879511f591473c698b798e78645879f018a78e503b8a06280b036cb35

diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.35.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-0.35.0.ebuild
deleted file mode 100644
index 4f434ea7fe4..000
--- a/app-crypt/certbot-nginx/certbot-nginx-0.35.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git";
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   
SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-   S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="Nginx plugin for certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
-   >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-0.34.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"

diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.36.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-0.36.0.ebuild
index c4f2df8684e..73497ec2cbd 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-0.36.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-0.36.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else

SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
 fi
 



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

2019-08-12 Thread Matthew Thode
commit: 85ea76c3d2272c1c7c81fb86279c4d7c591f5806
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 12 15:39:25 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug 12 15:41:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ea76c3

app-crypt/acme: 0.36.0 stable amd64/x86 with cleanup

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/acme/Manifest   |  1 -
 app-crypt/acme/acme-0.35.0.ebuild | 68 ---
 app-crypt/acme/acme-0.36.0.ebuild |  2 +-
 3 files changed, 1 insertion(+), 70 deletions(-)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index b51d0034038..6a90571bec8 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,3 +1,2 @@
-DIST certbot-0.35.0.tar.gz 1333065 BLAKE2B 
8bd4fd735e68f24ee7c0533b18b63e2924eab9dcef78250f5d7094fbb04f78acca1c11cefae48e25da637a01a7dcd004f22926923b63a39206b63133193793a1
 SHA512 
ca94858aca5c6849dd6667d1e96389d80a7882de9a4deeda28d244ac105c1524dddb100dc899e4fabdef908607956617e26640b8e573b04a0625e19413c23bee
 DIST certbot-0.36.0.tar.gz 1322339 BLAKE2B 
69fbf68b5dd95d6d3ac6c868d583da8c66dfcd01e3471c511d0d9d95de08ac096479733e9fca12ca99abf43484835fa7184dcccb1c11a41ee7948174364f2894
 SHA512 
f7fa8c6200a76b4fc4830865bf11fbba8bd73ea55e1236680181073952505c83b4650b43ccfc8e9b96caf47b85c43e47acf8db6d92134f7c279ebd954ab0ac92
 DIST certbot-0.37.0.tar.gz 1327246 BLAKE2B 
917360ab6d9dedd6e5ea2c558822c228ff34617f97341b7d176e69f7589a3aa3012f1d9abdb33b72960c68a80b29987d1a7b1121eadd7d93adec5829b316f326
 SHA512 
3f2df5f591ba241719fe2e5e90c2b87e2d932d991d943eefbe00b9d76f7fb056d3b6026879511f591473c698b798e78645879f018a78e503b8a06280b036cb35

diff --git a/app-crypt/acme/acme-0.35.0.ebuild 
b/app-crypt/acme/acme-0.35.0.ebuild
deleted file mode 100644
index 9a9b63c8fa3..000
--- a/app-crypt/acme/acme-0.35.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git";
-   inherit git-r3
-   S=${WORKDIR}/${P}/${PN}
-else
-   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-   S=${WORKDIR}/certbot-${PV}/acme
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc test"
-
-RDEPEND="
-   >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
-   >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.13.1[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.10[${PYTHON_USEDEP}]
-   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-   >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
-"
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-   if use doc ; then
-   cd docs || die
-   sphinx-build -b html -d _build/doctrees   . _build/html
-   fi
-}
-
-python_test() {
-   nosetests -w ${PN} || die
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/app-crypt/acme/acme-0.36.0.ebuild 
b/app-crypt/acme/acme-0.36.0.ebuild
index 3acd37f75f8..9a9b63c8fa3 100644
--- a/app-crypt/acme/acme-0.36.0.ebuild
+++ b/app-crypt/acme/acme-0.36.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
S=${WORKDIR}/certbot-${PV}/acme
 fi
 



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

2019-08-12 Thread Jeroen Roovers
commit: 4e7b9c63a60cb6d90e49c9276382e861f591d5d4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Aug 12 14:37:27 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Aug 12 14:37:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7b9c63

www-client/opera-developer: Old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-64.0.3396.0.ebuild | 115 -
 2 files changed, 116 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 06be6ecd164..71af84a81c2 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,3 +1,2 @@
-DIST opera-developer_64.0.3396.0_amd64.deb 65547890 BLAKE2B 
c61d9bd91416b7af05005fdf578441c35812c0bbaee77034e8ee14b9d5fdd2075f69af741c422feff7925f7aa5b4d454b5c73e231f75776c76b72a53b0d4
 SHA512 
37ecaf1d29f39433654116357256053056301b11339ccdfb1618bdc68f5d47678027547437b784df144cfcb52f687bc441ad74a9c8cc219901baf4c302523978
 DIST opera-developer_64.0.3401.0_amd64.deb 65538220 BLAKE2B 
36ebc9a86edfac9ec05783ed6f7d99b9f38a14b29d922a8091975f846efe85d02f3c19c0f782f21ae17715bd27ac924035f807a93a5fa4010ff7f31ef03163b5
 SHA512 
544ab99744a29dd9b2c7ade1f4aba9e5dae92f63f9e5217e4e4608ac4662b9c2cb3cd2f6ddf4ef097c27c76d01dd1178370b0a14d264681e17aa4f938623735b
 DIST opera-developer_64.0.3407.0_amd64.deb 65947994 BLAKE2B 
5533f55491057387b6fbdc76296ad66329154504a7c9c062efdcb5850ea33afa8cdd2ffee703b2fe31e0d29c69743117b85725d082fe705a18f183ec6509d767
 SHA512 
f30f97b6ffb1c97402ce3f1afe23b343e790349b05fdf76013f7f804dd1c2c08edcf7512d82497cf72732cf87262bd97cab6a85cfd6e7d402a38b6cce6a7794d

diff --git a/www-client/opera-developer/opera-developer-64.0.3396.0.ebuild 
b/www-client/opera-developer/opera-developer-64.0.3396.0.ebuild
deleted file mode 100644
index 132f88d2236..000
--- a/www-client/opera-developer/opera-developer-64.0.3396.0.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/";
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   https://download1.operacdn.com/pub/
-   https://download2.operacdn.com/pub/
-   https://download3.operacdn.com/pub/
-   https://download4.operacdn.com/pub/
-"
-SRC_URI="amd64? ("
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
-"
-done
-SRC_URI+=")"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-pkg_setup() {
-   OPERA_HOME="usr/$(get_libdir)/${PN}"
-}
-
-src_prepare() {
-   default
-
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-   gunzip usr/share/doc/${PF}/changelog.gz || die
-
-   rm usr/bin/${PN} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_upda

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

2019-08-12 Thread Jeroen Roovers
commit: b993b4b8bb20ee6bf8c4bba09a25d99a6e12d6a8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Aug 12 14:36:53 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Aug 12 14:37:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b993b4b8

www-client/opera-developer: Version 64.0.3407.0

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-64.0.3407.0.ebuild | 115 +
 2 files changed, 116 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 58c4118d107..06be6ecd164 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,2 +1,3 @@
 DIST opera-developer_64.0.3396.0_amd64.deb 65547890 BLAKE2B 
c61d9bd91416b7af05005fdf578441c35812c0bbaee77034e8ee14b9d5fdd2075f69af741c422feff7925f7aa5b4d454b5c73e231f75776c76b72a53b0d4
 SHA512 
37ecaf1d29f39433654116357256053056301b11339ccdfb1618bdc68f5d47678027547437b784df144cfcb52f687bc441ad74a9c8cc219901baf4c302523978
 DIST opera-developer_64.0.3401.0_amd64.deb 65538220 BLAKE2B 
36ebc9a86edfac9ec05783ed6f7d99b9f38a14b29d922a8091975f846efe85d02f3c19c0f782f21ae17715bd27ac924035f807a93a5fa4010ff7f31ef03163b5
 SHA512 
544ab99744a29dd9b2c7ade1f4aba9e5dae92f63f9e5217e4e4608ac4662b9c2cb3cd2f6ddf4ef097c27c76d01dd1178370b0a14d264681e17aa4f938623735b
+DIST opera-developer_64.0.3407.0_amd64.deb 65947994 BLAKE2B 
5533f55491057387b6fbdc76296ad66329154504a7c9c062efdcb5850ea33afa8cdd2ffee703b2fe31e0d29c69743117b85725d082fe705a18f183ec6509d767
 SHA512 
f30f97b6ffb1c97402ce3f1afe23b343e790349b05fdf76013f7f804dd1c2c08edcf7512d82497cf72732cf87262bd97cab6a85cfd6e7d402a38b6cce6a7794d

diff --git a/www-client/opera-developer/opera-developer-64.0.3407.0.ebuild 
b/www-client/opera-developer/opera-developer-64.0.3407.0.ebuild
new file mode 100644
index 000..132f88d2236
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-64.0.3407.0.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/";
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   https://download1.operacdn.com/pub/
+   https://download2.operacdn.com/pub/
+   https://download3.operacdn.com/pub/
+   https://download4.operacdn.com/pub/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
+"
+done
+SRC_URI+=")"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+pkg_setup() {
+   OPERA_HOME="usr/$(get_libdir)/${PN}"
+}
+
+src_prepare() {
+   default
+
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+   gunzip usr/share/doc/${PF}/changelog.gz || die
+
+   rm usr/bin/${PN} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_

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

2019-08-12 Thread Mike Gilbert
commit: d80667d80ec11906c6b3b570f5bb9a55a0e7b318
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Aug 12 14:11:15 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Aug 12 14:12:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80667d8

sys-apps/systemd: enable some basic services for new installs

Also update the preset-all postinst message.

Bug: https://bugs.gentoo.org/691854
Package-Manager: Portage-2.3.71, Repoman-2.3.16_p24
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/systemd-242-r6.ebuild | 13 -
 sys-apps/systemd/systemd-243_rc1-r2.ebuild | 13 -
 sys-apps/systemd/systemd-.ebuild   | 13 -
 3 files changed, 24 insertions(+), 15 deletions(-)

diff --git a/sys-apps/systemd/systemd-242-r6.ebuild 
b/sys-apps/systemd/systemd-242-r6.ebuild
index 96430b07ddd..ca3aee2f6d1 100644
--- a/sys-apps/systemd/systemd-242-r6.ebuild
+++ b/sys-apps/systemd/systemd-242-r6.ebuild
@@ -465,6 +465,14 @@ pkg_postinst() {
systemctl --root="${ROOT:-/}" enable "${ENABLED_UNITS[@]}"
fi
 
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   if type systemctl &>/dev/null; then
+   systemctl --root="${ROOT:-/}" enable getty@.service 
remote-fs.target || FAIL=1
+   fi
+   elog "To enable a useful set of services, run the following:"
+   elog "  systemctl preset-all --preset-mode=enable-only"
+   fi
+
if [[ -L ${EROOT}/var/lib/systemd/timesync ]]; then
rm "${EROOT}/var/lib/systemd/timesync"
fi
@@ -481,11 +489,6 @@ pkg_postinst() {
eerror "systemd again."
eerror
fi
-
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "To enable a useful set of services, run the following:"
-   elog "  systemctl preset-all"
-   fi
 }
 
 pkg_prerm() {

diff --git a/sys-apps/systemd/systemd-243_rc1-r2.ebuild 
b/sys-apps/systemd/systemd-243_rc1-r2.ebuild
index d67b45ec87d..988973dd9a7 100644
--- a/sys-apps/systemd/systemd-243_rc1-r2.ebuild
+++ b/sys-apps/systemd/systemd-243_rc1-r2.ebuild
@@ -449,6 +449,14 @@ pkg_postinst() {
systemctl --root="${ROOT:-/}" enable "${ENABLED_UNITS[@]}"
fi
 
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   if type systemctl &>/dev/null; then
+   systemctl --root="${ROOT:-/}" enable getty@.service 
remote-fs.target || FAIL=1
+   fi
+   elog "To enable a useful set of services, run the following:"
+   elog "  systemctl preset-all --preset-mode=enable-only"
+   fi
+
if [[ -L ${EROOT}/var/lib/systemd/timesync ]]; then
rm "${EROOT}/var/lib/systemd/timesync"
fi
@@ -465,11 +473,6 @@ pkg_postinst() {
eerror "systemd again."
eerror
fi
-
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "To enable a useful set of services, run the following:"
-   elog "  systemctl preset-all"
-   fi
 }
 
 pkg_prerm() {

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index c4350573c99..7556cea0b55 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -445,6 +445,14 @@ pkg_postinst() {
systemctl --root="${ROOT:-/}" enable "${ENABLED_UNITS[@]}"
fi
 
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   if type systemctl &>/dev/null; then
+   systemctl --root="${ROOT:-/}" enable getty@.service 
remote-fs.target || FAIL=1
+   fi
+   elog "To enable a useful set of services, run the following:"
+   elog "  systemctl preset-all --preset-mode=enable-only"
+   fi
+
if [[ -L ${EROOT}/var/lib/systemd/timesync ]]; then
rm "${EROOT}/var/lib/systemd/timesync"
fi
@@ -461,11 +469,6 @@ pkg_postinst() {
eerror "systemd again."
eerror
fi
-
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "To enable a useful set of services, run the following:"
-   elog "  systemctl preset-all"
-   fi
 }
 
 pkg_prerm() {



[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-08-12 Thread Jorge Manuel B. S. Vicetto
commit: 988115015a03fdb219bcfc1eb35ee1865bbb6cd4
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Aug 12 13:30:59 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Aug 12 13:30:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98811501

www-apps/drupal: Drop old.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  4 --
 www-apps/drupal/drupal-8.7.1.ebuild | 84 -
 www-apps/drupal/drupal-8.7.2.ebuild | 84 -
 www-apps/drupal/drupal-8.7.3.ebuild | 84 -
 www-apps/drupal/drupal-8.7.4.ebuild | 84 -
 5 files changed, 340 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index df23e5af2af..1f88cdac222 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,8 +1,4 @@
 DIST drupal-7.67.tar.gz 3312764 BLAKE2B 
bb7f21e80ca192ff3e37f917c1fa43dcd8d3cd8b60ff012d1fe22e279ffd674e08be6aef6328d0c5b7c50a106592bde299300fe9ccb0c4c1ffc1aca57c3ca6ad
 SHA512 
0e4f60010b1395183cea19424e8c2849f93fb7285a081bf7d0c774b8e82f403083533059f58c3831950cc06dfa8117d443db52b66a521301ceac10b1b333aa28
 DIST drupal-8.6.16.tar.gz 17151378 BLAKE2B 
2bdd14ff7a5f898af2d322a6b2862643899dfbe2ad05c99b85f036161612cccfc2c25105c8eef37311634a2aa03ed792db8de3e625aed5adb94cd8f644557fcb
 SHA512 
34f260d780bce286a0a61b710c340d2622cb857aa92a2bdaad63737303ef2f4f1751edc3f415daaa14b9cb483757e367e639136d03f571cba5165129bba31e12
-DIST drupal-8.7.1.tar.gz 17811529 BLAKE2B 
5bdb92a8f6c5675dd311417db526be81149240a053bdb94f4294cb571193ed03f2edbc83b51cbcce9e0e322b45981d0949714659f5db2dff211815232cd447e5
 SHA512 
a386f7991465eade203aba4b20bb894041c76abda97e93afd772a02b215ac496d57a9aed50820a7bd78604c9e6602180fcda933c5121b8536a7d610a3bc3f2e8
-DIST drupal-8.7.2.tar.gz 17824323 BLAKE2B 
355a4cdbcefe98afd53235bd8546e50efe911a36536aa07e9cb8a86f00dc6b068d0c276e26aee975790ef80ca5030d7464d4b705fa4da9391ce051994a7b850d
 SHA512 
9dc8ca6c431f1d9e50d1c9139efe537815b59bf17b433cdeeb2df5f60ae9a77812f5ca096b5a0aa67bf71344efe60728e46b209609d41fc25065ae58a6bca6af
-DIST drupal-8.7.3.tar.gz 17825116 BLAKE2B 
961d92526d8d53d1823b01696bacf6bcca7c10ea0057c561a9126d43f0e18ab1b37a5e85b733927793348b8241014b78b4efdf8aaedbf9e6e82caed51df76b64
 SHA512 
f7b1c0360091f7b14109b6a328663d0006138d3a39855838bfa9ec70d17aa835ffe8fb393e3b54a378bdfd3011f6cfe9e2eae9be5e79c8fc2586bc48b0bd7df2
-DIST drupal-8.7.4.tar.gz 17843961 BLAKE2B 
a07d6acfe41f2f347c8a335f88daa0b19c8016d0d5e533e3038585c59ad9a11cbb68f2352d59cee47c71422a261a3286053784e70cb15614ec061fb6af5d2572
 SHA512 
85c9e890d34bd5c725a4361030ba7a2ca71e7ff3fd89d92972bd8fcf657047d74760a897e0083dd3f0fc1c4309e87489a8730727804ae20c1be204dfa1c14428
 DIST drupal-8.7.5.tar.gz 17843250 BLAKE2B 
e68895ae3d097c1bb4269bd77a2180723caa3601322443eaced9e6e157511468b2fe877ee72dafb735c6d7d077c1f3d29e3de6b3624bbcc0f080ec4deb305065
 SHA512 
f0f34f8314e86b9fa104992fe8f96dfada335f58c5e25c174f44e484c27dd4a2c9f4fb19505ac29636fc7f9548c898fbf497c119ac8dd588e881e7aa373aefde
 DIST drupal-8.7.6.tar.gz 17866782 BLAKE2B 
19a616fd685078bdffa9f9e20234aa0aca8f24bc040068f7496cfb7163216977c4bfaf63f564b5fea08351f1899bb97bc50f48ae21250213ed8b93bbb15ab54f
 SHA512 
eec8c5d5646371cb8382806c93e925d65b725878b2a4e53f4ad5559f14523c31e62cbba7ec813292b79cf1a332f64098e41720472171f233ce0bc1c0d24c395e

diff --git a/www-apps/drupal/drupal-8.7.1.ebuild 
b/www-apps/drupal/drupal-8.7.1.ebuild
deleted file mode 100644
index 364116f1197..000
--- a/www-apps/drupal/drupal-8.7.1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/";
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
-   virtual/httpd-php
-   accelerator? ( ||
-   (
-   dev-php/xcache
-   (
-   >=dev-lang/php-5.5[opcache]
-   dev-php/pecl-apcu
-   )
-   )
-   )
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-   mysql? (
-   || (
-   dev-lang/php[mysql]
-   dev-lang/php[mysqli]
-   )
-   )
-   sqlite? ( dev-lang/php[sqlite] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local d

[gentoo-commits] repo/gentoo:master commit in: www-apps/drupal/

2019-08-12 Thread Jorge Manuel B. S. Vicetto
commit: 15e84e998abe8c86baab2b7bc4069cd63e92d228
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Mon Aug 12 13:29:54 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Mon Aug 12 13:29:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e84e99

www-apps/drupal: Add 8.7.6 release.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest|  1 +
 www-apps/drupal/drupal-8.7.6.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index e3b2cafebd2..df23e5af2af 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -5,3 +5,4 @@ DIST drupal-8.7.2.tar.gz 17824323 BLAKE2B 
355a4cdbcefe98afd53235bd8546e50efe911a
 DIST drupal-8.7.3.tar.gz 17825116 BLAKE2B 
961d92526d8d53d1823b01696bacf6bcca7c10ea0057c561a9126d43f0e18ab1b37a5e85b733927793348b8241014b78b4efdf8aaedbf9e6e82caed51df76b64
 SHA512 
f7b1c0360091f7b14109b6a328663d0006138d3a39855838bfa9ec70d17aa835ffe8fb393e3b54a378bdfd3011f6cfe9e2eae9be5e79c8fc2586bc48b0bd7df2
 DIST drupal-8.7.4.tar.gz 17843961 BLAKE2B 
a07d6acfe41f2f347c8a335f88daa0b19c8016d0d5e533e3038585c59ad9a11cbb68f2352d59cee47c71422a261a3286053784e70cb15614ec061fb6af5d2572
 SHA512 
85c9e890d34bd5c725a4361030ba7a2ca71e7ff3fd89d92972bd8fcf657047d74760a897e0083dd3f0fc1c4309e87489a8730727804ae20c1be204dfa1c14428
 DIST drupal-8.7.5.tar.gz 17843250 BLAKE2B 
e68895ae3d097c1bb4269bd77a2180723caa3601322443eaced9e6e157511468b2fe877ee72dafb735c6d7d077c1f3d29e3de6b3624bbcc0f080ec4deb305065
 SHA512 
f0f34f8314e86b9fa104992fe8f96dfada335f58c5e25c174f44e484c27dd4a2c9f4fb19505ac29636fc7f9548c898fbf497c119ac8dd588e881e7aa373aefde
+DIST drupal-8.7.6.tar.gz 17866782 BLAKE2B 
19a616fd685078bdffa9f9e20234aa0aca8f24bc040068f7496cfb7163216977c4bfaf63f564b5fea08351f1899bb97bc50f48ae21250213ed8b93bbb15ab54f
 SHA512 
eec8c5d5646371cb8382806c93e925d65b725878b2a4e53f4ad5559f14523c31e62cbba7ec813292b79cf1a332f64098e41720472171f233ce0bc1c0d24c395e

diff --git a/www-apps/drupal/drupal-8.7.6.ebuild 
b/www-apps/drupal/drupal-8.7.6.ebuild
new file mode 100644
index 000..364116f1197
--- /dev/null
+++ b/www-apps/drupal/drupal-8.7.6.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit webapp
+
+MY_PV=${PV:0:3}.0
+MY_P=${P/_/-}
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/";
+SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz";
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+accelerator +mysql postgres sqlite +uploadprogress"
+
+RDEPEND="
+   dev-lang/php[gd,hash,pdo,postgres?,simplexml,xml]
+   virtual/httpd-php
+   accelerator? ( ||
+   (
+   dev-php/xcache
+   (
+   >=dev-lang/php-5.5[opcache]
+   dev-php/pecl-apcu
+   )
+   )
+   )
+   uploadprogress? ( dev-php/pecl-uploadprogress )
+   mysql? (
+   || (
+   dev-lang/php[mysql]
+   dev-lang/php[mysqli]
+   )
+   )
+   sqlite? ( dev-lang/php[sqlite] )
+"
+
+need_httpd_cgi
+
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+src_install() {
+   webapp_src_preinst
+
+   local docs="LICENSE.txt README.txt core/MAINTAINERS.txt 
core/INSTALL.txt core/CHANGELOG.txt \
+   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
+
+   dodoc ${docs}
+   rm -f ${docs} core/INSTALL core/COPYRIGHT.txt core/LICENSE.txt || die
+
+   cp sites/default/{default.settings.php,settings.php} || die
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/files
+   webapp_serverowned "${MY_HTDOCSDIR}"/files
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   echo
+   ewarn "SECURITY NOTICE"
+   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
+   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
+   echo
+   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
+   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
+   echo
+   ewarn "If you're doing a new drupal-8 install, you'll have to copy 
/sites/default/default.services.yml"
+   ewarn "to /sites/default/services.yml and grant it write permissions to

  1   2   >