[gentoo-commits] repo/gentoo:master commit in: sci-physics/root/, sci-physics/root/files/

2019-03-22 Thread Benda XU
commit: 811b7494b9b244f5dae0bb8cc822e09f6bdcc3c9
Author: Benda Xu  gentoo  org>
AuthorDate: Sat Mar 23 02:32:25 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Sat Mar 23 02:35:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811b7494

sci-physics/root: Remove header expansion logic from RootNewMacros.cmake.

  The fancy path expansion is not needed for Gentoo and actually
  causes runtime bugs, like

  Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
Missing FileEntry for 
/var/tmp/portage/sci-physics/JSAP-479/work/JSAP-479/DataType/JPSimOutput.hh
requested to autoload type JPSimTriggerInfoTree_t

  portage automatically removes PORTAGE_TMPDIR from rpath ELF fields.
  The same applies to rootcling headers.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu  gentoo.org>

 .../files/root-6.16.00-disable-header-search.patch |  38 +++
 sci-physics/root/root-6.16.00-r1.ebuild| 323 +
 2 files changed, 361 insertions(+)

diff --git a/sci-physics/root/files/root-6.16.00-disable-header-search.patch 
b/sci-physics/root/files/root-6.16.00-disable-header-search.patch
new file mode 100644
index 000..06748eb6431
--- /dev/null
+++ b/sci-physics/root/files/root-6.16.00-disable-header-search.patch
@@ -0,0 +1,38 @@
+From: Benda Xu 
+Date: 2019-03-23
+Subject: Remove header expansion logic from module cmake helper.
+
+Description: ROOT module cmake helper by default expands header inclusion to
+absolute path.  In Gentoo, that will capture PORTAGE_TMPDIR resulting in 
various
+runtime bugs. By removing this convolved logic, headers are untouched and 
become
+more predictible for rootcling at runtime.
+
+Typical bug it solves:
+
+  Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
+Missing FileEntry for 
/var/tmp/portage/sci-physics/JSAP-479/work/JSAP-479/DataType/JPSimOutput.hh
+requested to autoload type JPSimTruthTree_t
+  Error in cling::AutoloadingVisitor::InsertIntoAutoloadingState:
+Missing FileEntry for 
/var/tmp/portage/sci-physics/JSAP-479/work/JSAP-479/DataType/JPSimOutput.hh
+requested to autoload type JPSimTriggerInfoTree_t
+
+Forwarded: No need. Gentoo specific.
+
+--- a/cmake/modules/RootNewMacros.cmake2019-01-23 16:23:37.0 
+0800
 b/cmake/modules/RootNewMacros.cmake2019-02-25 00:18:04.0 
+0800
+@@ -250,14 +250,7 @@ function(ROOT_GENERATE_DICTIONARY dictio
+   list(APPEND headerfiles ${fp})
+   list(APPEND _list_of_header_dependencies ${fp})
+ else()
+-  find_file(headerFile ${fp} HINTS ${localinclude} ${incdirs} 
NO_DEFAULT_PATH)
+-  find_file(headerFile ${fp} NO_SYSTEM_ENVIRONMENT_PATH)
+-  if(headerFile)
+-list(APPEND headerfiles ${headerFile})
+-list(APPEND _list_of_header_dependencies ${headerFile})
+-  else()
+-list(APPEND headerfiles ${fp})
+-  endif()
++  list(APPEND headerfiles ${fp})
+   unset(headerFile CACHE)
+ endif()
+   endforeach()

diff --git a/sci-physics/root/root-6.16.00-r1.ebuild 
b/sci-physics/root/root-6.16.00-r1.ebuild
new file mode 100644
index 000..b6b7b6b7a01
--- /dev/null
+++ b/sci-physics/root/root-6.16.00-r1.ebuild
@@ -0,0 +1,323 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_BUILD_TYPE=Release
+# ninja does not work due to fortran
+CMAKE_MAKEFILE_GENERATOR=emake
+FORTRAN_NEEDED="fortran"
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
+   llvm prefix python-single-r1 toolchain-funcs
+
+DESCRIPTION="C++ data analysis framework and interpreter from CERN"
+HOMEPAGE="https://root.cern;
+SRC_URI="https://root.cern/download/${PN}_v${PV}.source.tar.gz;
+
+IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples
+   fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap
+   libcxx memstat +minuit mysql odbc +opengl oracle postgres prefix
+   pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl
+   table +tbb test +threads +tiff +tmva +unuran vc xinetd +xml xrootd
+   zeroconf"
+
+SLOT="$(ver_cut 1-2)/$(ver_cut 3)"
+LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="
+   ^^ ( c++11 c++14 c++17 )
+   cuda? ( tmva !c++17 )
+   !X? ( !asimage !opengl !qt5 !tiff )
+   davix? ( ssl xml )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   qt5? ( root7 )
+   root7? ( || ( c++14 c++17 ) )
+   tmva? ( gsl )
+"
+
+CDEPEND="
+   app-arch/lz4
+   app-arch/xz-utils
+   fortran? ( dev-lang/cfortran )
+   dev-libs/libpcre:3
+   dev-libs/xxhash
+   media-fonts/dejavu
+   media-libs/freetype:2
+   media-libs/libpng:0=
+   sys-devel/llvm:5=
+   sys-libs/ncurses:=
+   sys-libs/zlib
+   X? (
+   

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

2019-03-22 Thread Andreas Sturmlechner
commit: 6f3369f119452b2ed24c35c79f342af31b1abb9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 23:33:55 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 23 00:43:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3369f1

profiles: Mask >=app-text/poppler-0.75.0 for revdep breakage

Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0eb2f5661c1..49b883e2a62 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (23 Mar 2019)
+# Everything breaks again. bug #681336
+>=app-text/poppler-0.75.0
+
 # Michał Górny  (22 Mar 2019)
 # Unmaintained.  No reverse dependencies.  The current Gentoo version
 # is from 2015, and upstream has made a lot of releases since.



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

2019-03-22 Thread Andreas Sturmlechner
commit: b8c21b0b118de4a96d7bf57b036cd70412d8d1ed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 20:26:33 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 23 00:43:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c21b0b

kde-apps/kpat: Freeze FRAMEWORKS_MINIMAL and QT_MINIMAL

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/kde-apps/kpat/kpat-18.04.3-r1.ebuild 
b/kde-apps/kpat/kpat-18.04.3-r1.ebuild
index cebb746d81c..81b994876b3 100644
--- a/kde-apps/kpat/kpat-18.04.3-r1.ebuild
+++ b/kde-apps/kpat/kpat-18.04.3-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+FRAMEWORKS_MINIMAL="5.54.0"
+QT_MINIMAL="5.11.1"
 KDE_HANDBOOK="forceoptional"
 KDE_SELINUX_MODULE="games"
 inherit kde5



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

2019-03-22 Thread Andreas Sturmlechner
commit: beae5a44d3675432865ccb1b530a688bc076f758
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 22:46:01 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 23 00:43:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beae5a44

app-text/poppler: 0.75.0 version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/poppler/Manifest   | 1 +
 app-text/poppler/{poppler-.ebuild => poppler-0.75.0.ebuild} | 2 +-
 app-text/poppler/poppler-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index 02fdfba0686..100a810dc6f 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -1 +1,2 @@
 DIST poppler-0.74.0.tar.xz 1514044 BLAKE2B 
af3821d5a5c68a3f2541cd9468fd7318ad0182cda66cea068dc42208fef6c2af78a401e50a6a5906cdc943de7339620937ddc6f69f0d8d1b15082aabc6cc3482
 SHA512 
4e48e2ffb559863ee693930db3b8594fd7e60e4b4ca3cdeb198faf90a6f4dbb5e102461492a12058221bc1218fe7e17c9085afb9e7956ae4bf26c11674315e66
+DIST poppler-0.75.0.tar.xz 1523872 BLAKE2B 
245f574e985570a1d0923e732da8694728506fc59382c9e4532159867e1b18ad9f03f6b995891796d72a6e401d2c86ac18403c9219bf533e36c8a07a1dc85d61
 SHA512 
6a1b76cc5095b7c5809eaa5072aeb4ea615744ff8ffce537f40a3f73a81fc12cc18d596876ceda1c78b5312ad20535f72366e69c861b620d108616f24a98e6b8

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-0.75.0.ebuild
similarity index 98%
copy from app-text/poppler/poppler-.ebuild
copy to app-text/poppler/poppler-0.75.0.ebuild
index d6fdf5f55a3..4c97add33be 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-0.75.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]] ; then
 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"
-   SLOT="0/85"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
+   SLOT="0/86"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 
 DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index d6fdf5f55a3..4c97add33be 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]] ; then
 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"
-   SLOT="0/85"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
+   SLOT="0/86"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 
 DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"



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

2019-03-22 Thread Patrice Clement
commit: da4b042a67a7f11c292300c5939ad8d30423cabb
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Mar 22 23:58:10 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 22 23:59:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4b042a

dev-java/eclipsito: update ebuild.

- EAPI 6 bump.
- Update HOMEPAGE.
- Update SRC_URI.

Closes: https://bugs.gentoo.org/680376
Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-java/eclipsito/Manifest  |  1 +
 dev-java/eclipsito/eclipsito-20180510.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-java/eclipsito/Manifest b/dev-java/eclipsito/Manifest
index b0d1b1e2f8c..e083d5b40a1 100644
--- a/dev-java/eclipsito/Manifest
+++ b/dev-java/eclipsito/Manifest
@@ -1 +1,2 @@
 DIST eclipsito-0_pre20130713.tar.xz 162972 BLAKE2B 
193a3b2c4bee39bfb87c49eb8b077804d26ef1f84a1dc2c3546d235ab6fa8f86340c943b1a5ce1044dcd5681751d856a044d75866717a0c976e82c86ae8a1ab1
 SHA512 
b238692950bc93059fb16df8e6301669583185976ae4f12519d1917a13fea2b53c5b3462f2da61d63025019eee10037a3a96b2ac742545d61b80f2ab7964d41b
+DIST eclipsito-20180510.tar.gz 1 BLAKE2B 
0cd1879314eaf4acfcb26cd37f27c50208263cc584d15cb19cfee4d75b29e925d7840be6f39fdf2b6aa05d26f1497284d2d772f9a42ea81398aeec9b1ebad029
 SHA512 
420cc4ed44fc80065452b39350625f5621175e0bd2aae1ba38a409134bd92af23b492c01f826234431fec68e09eecdf47d61a06f02338e5998c2c5cad44fd142

diff --git a/dev-java/eclipsito/eclipsito-20180510.ebuild 
b/dev-java/eclipsito/eclipsito-20180510.ebuild
new file mode 100644
index 000..2c5cf97ca60
--- /dev/null
+++ b/dev-java/eclipsito/eclipsito-20180510.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+COMMIT="0eb2fbb739898f55265027c2796f77fbee9f4ab2"
+
+inherit java-pkg-2 java-pkg-simple vcs-snapshot
+
+DESCRIPTION="A small subset of Eclipse core libraries for modular applications"
+HOMEPAGE="https://github.com/bardsoftware/eclipsito;
+SRC_URI="https://github.com/bardsoftware/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="EPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8"
+DEPEND=">=virtual/jdk-1.8"
+
+S="${WORKDIR}/${P}/org.bardsoftware.${PN}"
+
+src_prepare() {
+   default
+   rm -r src/org/bardsoftware/test || die
+}



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

2019-03-22 Thread Patrice Clement
commit: b5de003523eacac61cd50b0d961239f23873ff24
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 21 17:19:33 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 22 23:59:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5de0035

app-vim/selinux-syntax: EAPI7 bump.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11450
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild 
b/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild
new file mode 100644
index 000..a59754fecb4
--- /dev/null
+++ b/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: SELinux type enforcement policy syntax"
+HOMEPAGE="http://www.cip.ifi.lmu.de/~bleher/selinux/;
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for SELinux type enforcement
+policy (*.te) files."



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

2019-03-22 Thread Patrice Clement
commit: a8d10fb1969f7288826698c071b27c6aba542497
Author: Hasan ÇALIŞIR  psauxit  com>
AuthorDate: Mon Mar 18 23:13:13 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 22 23:59:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d10fb1

net-analyzer/openvas: minor improvements.

Compact form for conditional use dependencies.

Signed-off-by: Hasan ÇALIŞIR  psauxit.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11408
Signed-off-by: Patrice Clement  gentoo.org>

 net-analyzer/openvas/openvas-9.0.0.ebuild | 19 +--
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/net-analyzer/openvas/openvas-9.0.0.ebuild 
b/net-analyzer/openvas/openvas-9.0.0.ebuild
index f7bf53cc8a1..e97e18e0cdb 100644
--- a/net-analyzer/openvas/openvas-9.0.0.ebuild
+++ b/net-analyzer/openvas/openvas-9.0.0.ebuild
@@ -14,22 +14,13 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+cli +extras +gsa ldap +ospd radius"
 
 RDEPEND="
-   >=net-analyzer/openvas-libraries-9.0.3
-   >=net-analyzer/openvas-manager-7.0.3
-   >=net-analyzer/openvas-scanner-5.1.3
+   >=net-analyzer/openvas-libraries-9.0.3[extras?]
+   >=net-analyzer/openvas-manager-7.0.3[extras?]
+   >=net-analyzer/openvas-scanner-5.1.3[extras?]
cli? ( >=net-analyzer/gvm-tools-1.4.1 )
-   extras? (
-   >=net-analyzer/openvas-libraries-9.0.3[extras]
-   >=net-analyzer/openvas-manager-7.0.3[extras]
-   >=net-analyzer/openvas-scanner-5.1.3[extras]
-   )
-   gsa? (  >=net-analyzer/greenbone-security-assistant-7.0.3
-   extras? ( 
>=net-analyzer/greenbone-security-assistant-7.0.3[extras] )
-   )
+   gsa? ( >=net-analyzer/greenbone-security-assistant-7.0.3[extras?] )
ldap? ( >=net-analyzer/openvas-libraries-9.0.3[ldap] )
-   ospd? ( >=net-analyzer/ospd-1.3.2
-   extras? ( >=net-analyzer/ospd-1.3.2[extras] )
-   )
+   ospd? ( >=net-analyzer/ospd-1.3.2[extras?] )
radius? ( >=net-analyzer/openvas-libraries-9.0.3[radius] )"
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/greenbone-security-assistant/, ...

2019-03-22 Thread Patrice Clement
commit: 499a8a74759e1600402d6774c4c790649b1e7540
Author: Hasan ÇALIŞIR  psauxit  com>
AuthorDate: Tue Mar 19 13:10:04 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 22 23:59:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499a8a74

net-analyzer/greenbone-security-assistant: revbump to 7.0.3-r1.

Introduces the new daemon arg for systemd & init.d.
This fixes the reverse proxy error comes with openvas WebUI(GSA).

Signed-off-by: Hasan ÇALIŞIR  psauxit.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11410
Signed-off-by: Patrice Clement  gentoo.org>

 .../greenbone-security-assistant/files/gsa-daemon.conf| 11 +++
 net-analyzer/greenbone-security-assistant/files/gsa.init  |  2 +-
 net-analyzer/greenbone-security-assistant/files/gsa.service   |  2 +-
 3.ebuild => greenbone-security-assistant-7.0.3-r1.ebuild} |  0
 4 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/greenbone-security-assistant/files/gsa-daemon.conf 
b/net-analyzer/greenbone-security-assistant/files/gsa-daemon.conf
index 9d34da62659..2c9a62eef81 100644
--- a/net-analyzer/greenbone-security-assistant/files/gsa-daemon.conf
+++ b/net-analyzer/greenbone-security-assistant/files/gsa-daemon.conf
@@ -18,3 +18,14 @@ OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_PORT="--mport=9390"
 
 # TLS Settings
 OPENVAS_SECURITY_ASSISTANT_GNUTLS_PRIORITIES="--gnutls-priorities=NORMAL"
+
+# If you use reverse proxy you must set OPENVAS_REVERSE_PROXY daemon arg
+# otherwise you will get the below error.
+# --- 
+# The request contained an unknown or invalid Host header. 
+# If you are trying to access GSA via its hostname or a proxy, 
+# make sure GSA is set up to allow it.
+# ---
+
+# Reverse Proxy Settings ( e.g. --allow-header-host=subdomain.example.com )
+OPENVAS_REVERSE_PROXY="--allow-header-host="

diff --git a/net-analyzer/greenbone-security-assistant/files/gsa.init 
b/net-analyzer/greenbone-security-assistant/files/gsa.init
index 6e625a96a25..2b463642242 100644
--- a/net-analyzer/greenbone-security-assistant/files/gsa.init
+++ b/net-analyzer/greenbone-security-assistant/files/gsa.init
@@ -4,7 +4,7 @@
 
 name="Greenbone Security Assistant Daemon"
 command="/usr/sbin/gsad"
-command_args="${OPENVAS_SECURITY_ASSISTANT_OPTIONS} 
${OPENVAS_SECURITY_ASSISTANT_LISTEN_ADDRESS} 
${OPENVAS_SECURITY_ASSISTANT_LISTEN_PORT} 
${OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_ADDRESS} 
${OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_PORT} 
${OPENVAS_SECURITY_ASSISTANT_GNUTLS_PRIORITIES}"
+command_args="${OPENVAS_SECURITY_ASSISTANT_OPTIONS} 
${OPENVAS_SECURITY_ASSISTANT_LISTEN_ADDRESS} 
${OPENVAS_SECURITY_ASSISTANT_LISTEN_PORT} 
${OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_ADDRESS} 
${OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_PORT} 
${OPENVAS_SECURITY_ASSISTANT_GNUTLS_PRIORITIES} ${OPENVAS_REVERSE_PROXY}"
 pidfile="/var/run/gsad.pid"
 command_background="true"
 

diff --git a/net-analyzer/greenbone-security-assistant/files/gsa.service 
b/net-analyzer/greenbone-security-assistant/files/gsa.service
index 3d0f2d37a45..bc8c1d9e285 100644
--- a/net-analyzer/greenbone-security-assistant/files/gsa.service
+++ b/net-analyzer/greenbone-security-assistant/files/gsa.service
@@ -8,7 +8,7 @@ Wants=gvmd.service
 [Service]
 Type=forking
 EnvironmentFile=-/etc/openvas/sysconfig/gsa-daemon.conf
-ExecStart=/usr/sbin/gsad $OPENVAS_SECURITY_ASSISTANT_OPTIONS 
$OPENVAS_SECURITY_ASSISTANT_LISTEN_ADDRESS 
$OPENVAS_SECURITY_ASSISTANT_LISTEN_PORT 
$OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_ADDRESS 
$OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_PORT 
$OPENVAS_SECURITY_ASSISTANT_GNUTLS_PRIORITIES
+ExecStart=/usr/sbin/gsad $OPENVAS_SECURITY_ASSISTANT_OPTIONS 
$OPENVAS_SECURITY_ASSISTANT_LISTEN_ADDRESS 
$OPENVAS_SECURITY_ASSISTANT_LISTEN_PORT 
$OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_ADDRESS 
$OPENVAS_SECURITY_ASSISTANT_MANAGER_LISTEN_PORT 
$OPENVAS_SECURITY_ASSISTANT_GNUTLS_PRIORITIES $OPENVAS_REVERSE_PROXY
 ExecReload=/bin/kill -HUP $MAINPID
 KillMode=mixed
 User=root

diff --git 
a/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-7.0.3.ebuild
 
b/net-analyzer/greenbone-security-assistant/greenbone-security-assistant-7.0.3-r1.ebuild
similarity index 100%
rename from 
net-analyzer/greenbone-security-assistant/greenbone-security-assistant-7.0.3.ebuild
rename to 
net-analyzer/greenbone-security-assistant/greenbone-security-assistant-7.0.3-r1.ebuild



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

2019-03-22 Thread Patrice Clement
commit: 9e1fcc4b97bc650fc758cd9500816035645f38fb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 21 17:03:40 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 22 23:59:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1fcc4b

app-vim/help-extra-syntax: fix HOMEPAGE.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11447
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild 
b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild
index 9779d9eb5d8..5b397734af3 100644
--- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild
+++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-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=0
@@ -6,7 +6,7 @@ EAPI=0
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: extra syntax highlighting for help files"
-HOMEPAGE="http://mysite.verizon.net/astronaut/vim/;
+HOMEPAGE="http://www.drchip.org/astronaut/vim/;
 LICENSE="public-domain"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86"
 IUSE=""



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

2019-03-22 Thread Patrice Clement
commit: b8771d80ed3eab0498d0ebfa69f69b61ace56572
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 21 17:08:08 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 22 23:59:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8771d80

app-vim/help-extra-syntax: EAPI7 bump, fix HOMEPAGE.

Closes: https://bugs.gentoo.org/681170
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 .../help-extra-syntax-20050106-r2.ebuild| 21 +
 1 file changed, 21 insertions(+)

diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild 
b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild
new file mode 100644
index 000..eb05cccf8fa
--- /dev/null
+++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: extra syntax highlighting for help files"
+HOMEPAGE="http://www.drchip.org/astronaut/vim/;
+LICENSE="public-domain"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides additional syntax highlighting for help files."
+
+src_prepare() {
+   default
+   # use hi def link, bug #101797 / bug #101804
+   sed -i -e 's,^hi link,hi def link,' \
+   "after/syntax/help.vim.d/extra-help-syntax.vim" || die
+}



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

2019-03-22 Thread Patrice Clement
commit: 81d324004beea4ec3e26ef97775af47e65f0b3c5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 21 17:15:23 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 22 23:59:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d32400

app-vim/pgn-syntax: use HTTPS.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11449
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/pgn-syntax/pgn-syntax-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild 
b/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
index f12033db306..82a0d2e267c 100644
--- a/app-vim/pgn-syntax/pgn-syntax-1.0.ebuild
+++ b/app-vim/pgn-syntax/pgn-syntax-1.0.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=0
@@ -6,7 +6,7 @@ EAPI=0
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax 
highlighting"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=677;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677;
 
 LICENSE="vim.org"
 KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"



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

2019-03-22 Thread Patrice Clement
commit: 2e51cc869c0869f8edf1bd8b098f88be855eff8d
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Mar 22 11:28:05 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 22 23:59:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e51cc86

app-admin/syslog-ng: bump to 3.20.1.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11459
Signed-off-by: Patrice Clement  gentoo.org>

 app-admin/syslog-ng/Manifest|   1 +
 app-admin/syslog-ng/syslog-ng-3.20.1.ebuild | 172 
 2 files changed, 173 insertions(+)

diff --git a/app-admin/syslog-ng/Manifest b/app-admin/syslog-ng/Manifest
index a8818f0345f..100217bea8a 100644
--- a/app-admin/syslog-ng/Manifest
+++ b/app-admin/syslog-ng/Manifest
@@ -2,4 +2,5 @@ DIST syslog-ng-3.13.2.tar.gz 9047998 BLAKE2B 
a18b11a31e1bf4c981071e7509ff154f080
 DIST syslog-ng-3.17.2.tar.gz 9119227 BLAKE2B 
3268a51c587e66579b30ee8d27397eeeb3ab52c7e1939ad26ad976be2670565a389fda9dbc3a25f80710f855788c85f58d47f6a3c297b8ff6efa01e0dca386fe
 SHA512 
2b82ea047bab125d35ab0a90e933b8a282852c6b4a9a8adc3f2a0ddf392f24210ce1296d0cfb389f98e54e50090a3ded5a64c5a9529d2a90cbecbfafd620edd7
 DIST syslog-ng-3.18.1.tar.gz 4259746 BLAKE2B 
3878a87bd195aadb0f9d024e1336e50268d69c00b438b5e3471f21bc4592ebd97980004c3624d9b92232b38068ebefa0c3317cb0d9b5dfeba37c479aeadc32e4
 SHA512 
2e6ea690f8762f3f37885118f023048c4cba59f58002c87fa1c469cb991b2ba707015b3e54c50f17c3d6e6251d798557406925a9159f4fa914331f281dc39e48
 DIST syslog-ng-3.19.1.tar.gz 4224779 BLAKE2B 
e938c91101c18951a5c921bea51631400bf579ebc840300c6d8411da9b8db69935d104bfe00525512ab0173b932a8e24e2fb102e17bc4ecf58b268e52ef5b41a
 SHA512 
f625073bafa9378109d5be34591247766a62cb5a76e814f42bfbf03472e96ebe2833f19779812abfdd950a3498115f57b97c1427c280ee0dab21d3e2eb92ca57
+DIST syslog-ng-3.20.1.tar.gz 4312715 BLAKE2B 
df37ea15937d67823ddf25fb935be90fed2cb9b1a653d90bb447a3d674c250f6a7963a9bf4623685c5a19e11b928d02aec508d5f061135d67cd4b6d922795ed0
 SHA512 
19e3896a750ef68923950ca037846808f5d8bd24e64b41a024776a19654def83fce5d48b6e0805b1389494ad1435c5c7af9d79c1188454492f7228f5644ddc5c
 DIST syslog-ng-3.7.3.tar.gz 3511155 BLAKE2B 
25ba2ca241a5847c75792c78d39a4667f55cf1fcff46be5102256ee6a9d2f39e2042ac00fa0b1559f94e0df80a0853249692b443b565dd4f46f0354c453cacaf
 SHA512 
e58d793bd1a8b48c5836090ee244f6e8b223f234f5a27fbf81f6a838b9b1e3e45f73a66dab2bc58a0bba230bd778a247ae22bf529a28fb2e9fee52b8181d304b

diff --git a/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild
new file mode 100644
index 000..be35011a889
--- /dev/null
+++ b/app-admin/syslog-ng/syslog-ng-3.20.1.ebuild
@@ -0,0 +1,172 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+inherit autotools python-single-r1 systemd
+
+MY_PV_MM=$(ver_cut 1-2)
+DESCRIPTION="syslog replacement with advanced filtering features"
+HOMEPAGE="https://syslog-ng.com/open-source-log-management;
+SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE="amqp caps dbi geoip geoip2 http ipv6 json libressl mongodb pacct python 
redis smtp spoof-source systemd tcpd"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+# unit tests require https://github.com/Snaipe/Criterion with additional deps
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-libs/glib-2.10.1:2
+   >=dev-libs/ivykis-0.42.3
+   >=dev-libs/libpcre-6.1:=
+   !dev-libs/eventlog
+   amqp? ( >=net-libs/rabbitmq-c-0.8.0:=[ssl] )
+   caps? ( sys-libs/libcap )
+   dbi? ( >=dev-db/libdbi-0.9.0 )
+   geoip? ( >=dev-libs/geoip-1.5.0 )
+   geoip2? ( dev-libs/libmaxminddb:= )
+   http? ( net-misc/curl )
+   json? ( >=dev-libs/json-c-0.9:= )
+   mongodb? ( >=dev-libs/mongo-c-driver-1.2.0 )
+   python? ( ${PYTHON_DEPS} )
+   redis? ( >=dev-libs/hiredis-0.11.0:= )
+   smtp? ( net-libs/libesmtp )
+   spoof-source? ( net-libs/libnet:1.1= )
+   systemd? ( sys-apps/systemd:= )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/flex
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS NEWS.md CONTRIBUTING.md 
contrib/syslog-ng.conf.{HP-UX,RedHat,SunOS,doc}
+   contrib/syslog2ng "${T}/syslog-ng.conf.gentoo.hardened"
+   "${T}/syslog-ng.logrotate.hardened" "${FILESDIR}/README.hardened" )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   local f
+
+   use python && python_fix_shebang .
+
+   # remove bundled libs
+   rm -r lib/ivykis || die
+
+   # drop scl modules requiring json
+ 

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

2019-03-22 Thread Patrice Clement
commit: 3197a8d59b8f00f9e8a63495220ba1f158b14638
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 21 17:15:49 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Mar 22 23:59:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3197a8d5

app-vim/pgn-syntax: EAPI7 bump.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild 
b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild
new file mode 100644
index 000..6d283c4529a
--- /dev/null
+++ b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax 
highlighting"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677;
+
+LICENSE="vim.org"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for PGN files."



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2019-03-22 Thread Andreas Sturmlechner
commit: 4a595895d314183f28dd68e7ab444fc4a58e4939
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 23:27:38 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 22 23:27:38 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a595895

profiles: Fix kde-apps-19.03.80 package.mask

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/package.mask/kde-apps-19.03.80 | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/profiles/package.mask/kde-apps-19.03.80 
b/profiles/package.mask/kde-apps-19.03.80
index 1e9dd8ba18..cc20fadc18 100644
--- a/profiles/package.mask/kde-apps-19.03.80
+++ b/profiles/package.mask/kde-apps-19.03.80
@@ -23,11 +23,11 @@
 ~kde-apps/cantor-19.03.80
 ~kde-apps/cervisia-19.03.80
 ~kde-apps/dolphin-19.03.80
-~kde-apps/dolphin-plugins-bazaar-18.12.3
-~kde-apps/dolphin-plugins-dropbox-18.12.3
-~kde-apps/dolphin-plugins-git-18.12.3
-~kde-apps/dolphin-plugins-mercurial-18.12.3
-~kde-apps/dolphin-plugins-subversion-18.12.3
+~kde-apps/dolphin-plugins-bazaar-19.03.80
+~kde-apps/dolphin-plugins-dropbox-19.03.80
+~kde-apps/dolphin-plugins-git-19.03.80
+~kde-apps/dolphin-plugins-mercurial-19.03.80
+~kde-apps/dolphin-plugins-subversion-19.03.80
 ~kde-apps/dragon-19.03.80
 ~kde-apps/eventviews-19.03.80
 ~kde-apps/ffmpegthumbs-19.03.80



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

2019-03-22 Thread Piotr Karbowski
commit: a50bfd21336b8cab0f4ac3c274ac9960acb81a08
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Fri Mar 22 23:14:11 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Fri Mar 22 23:14:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50bfd21

x11-base/xorg-server: IUSE no longer defaults to elogind, suid enabled.

After the mailing list discussion IUSE are reverted to the state that
works for everyone by default.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-base/xorg-server/xorg-server-1.20.4.ebuild | 2 +-
 x11-base/xorg-server/xorg-server-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.4.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.4.ebuild
index d1fe2f09111..96600b70e5e 100644
--- a/x11-base/xorg-server/xorg-server-1.20.4.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.4.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} != * ]]; then
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug +elogind +glamor ipv6 libressl minimal selinux 
suid systemd +udev unwind xcsecurity"
+IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl minimal selinux 
+suid systemd +udev unwind xcsecurity"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!libressl? ( dev-libs/openssl:0= )

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 3958ac822a3..40361a76003 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} != * ]]; then
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug +elogind +glamor ipv6 libressl minimal selinux 
suid systemd +udev unwind xcsecurity"
+IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl minimal selinux 
+suid systemd +udev unwind xcsecurity"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!libressl? ( dev-libs/openssl:0= )



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/

2019-03-22 Thread Patrick McLean
commit: 64034ce6ed5f78e6beea27681d2c68f3b5e75fdf
Author: Patrick McLean  sony  com>
AuthorDate: Fri Mar 22 23:06:34 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Mar 22 23:07:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64034ce6

sys-cluster/ceph: revbump to 14.2.0-r3 remove left over test dep

Bug: https://bugs.gentoo.org/681216
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 sys-cluster/ceph/{ceph-14.2.0-r2.ebuild => ceph-14.2.0-r3.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-cluster/ceph/ceph-14.2.0-r2.ebuild 
b/sys-cluster/ceph/ceph-14.2.0-r3.ebuild
similarity index 99%
rename from sys-cluster/ceph/ceph-14.2.0-r2.ebuild
rename to sys-cluster/ceph/ceph-14.2.0-r3.ebuild
index d318002040a..01499ef0ffe 100644
--- a/sys-cluster/ceph/ceph-14.2.0-r2.ebuild
+++ b/sys-cluster/ceph/ceph-14.2.0-r3.ebuild
@@ -38,7 +38,6 @@ COMMON_DEPEND="
app-arch/snappy:=[static-libs?]
app-arch/zstd:=[static-libs?]
app-misc/jq:=[static-libs?]
-   dev-libs/crc32c:=
dev-libs/crypto++:=[static-libs?]
dev-libs/leveldb:=[snappy,static-libs?,tcmalloc?]
dev-libs/libaio:=[static-libs?]



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, ...

2019-03-22 Thread Andreas Sturmlechner
commit: d9bb906f728c1f66fd4dab025e159edee58cd14e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 22:41:35 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 22 22:41:35 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d9bb906f

Documentation: Regenerate KDE Applications re kde-apps/{kpat,kdenlive}

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../package.accept_keywords/.kde-applications-live/kdegames-live  | 2 +-
 .../package.accept_keywords/.kde-applications-live/kdemultimedia-live | 2 +-
 Documentation/package.accept_keywords/kde-applications-18.12.keywords | 2 +-
 Documentation/package.accept_keywords/kde-applications-19.04.keywords | 2 +-
 Documentation/package.accept_keywords/kde-applications-live.keywords  | 4 ++--
 Documentation/package.mask/kde-applications-18.12 | 2 +-
 Documentation/package.mask/kde-applications-19.04 | 2 +-
 Documentation/package.mask/kde-applications-live  | 4 ++--
 Documentation/package.unmask/kde-applications-18.12   | 2 +-
 Documentation/package.unmask/kde-applications-19.04   | 2 +-
 Documentation/package.unmask/kde-applications-live| 4 ++--
 11 files changed, 14 insertions(+), 14 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live 
b/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live
index 817718b2c4..97eb5102c9 100644
--- a/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live
+++ b/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live
@@ -26,7 +26,7 @@
 ~kde-apps/kolf- **
 ~kde-apps/kollision- **
 ~kde-apps/konquest- **
-~kde-apps/kpat- **
+# ~kde-apps/kpat- # depends on freecell-solver, bug 656408
 ~kde-apps/kreversi- **
 ~kde-apps/kshisen- **
 ~kde-apps/ksirk- **

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kdemultimedia-live
 
b/Documentation/package.accept_keywords/.kde-applications-live/kdemultimedia-live
index d19f2a1e52..99f8346254 100644
--- 
a/Documentation/package.accept_keywords/.kde-applications-live/kdemultimedia-live
+++ 
b/Documentation/package.accept_keywords/.kde-applications-live/kdemultimedia-live
@@ -5,7 +5,7 @@
 ~kde-apps/k3b- **
 ~kde-apps/kamoso- **
 ~kde-apps/kdemultimedia-meta- **
-~kde-apps/kdenlive- **
+# ~kde-apps/kdenlive- # depends on rttr, bug 681324
 ~kde-apps/kmix- **
 ~kde-apps/kwave- **
 ~kde-apps/libkcddb- **

diff --git 
a/Documentation/package.accept_keywords/kde-applications-18.12.keywords 
b/Documentation/package.accept_keywords/kde-applications-18.12.keywords
index b93868c962..9660e65f18 100644
--- a/Documentation/package.accept_keywords/kde-applications-18.12.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-18.12.keywords
@@ -76,7 +76,7 @@
 

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

2019-03-22 Thread Andreas Sturmlechner
commit: 8207dc580e673393089589c9eb0df77efe3d3f73
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 22:34:02 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 22 22:34:02 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8207dc58

kde-apps/kdenlive: Drop package (temporarily at least)

Requires dev-cpp/rttr which is not provided in Portage.
Worse, buildsystem tries to download missing dep at build time.

Bug: https://bugs.gentoo.org/681324
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kdenlive/kdenlive-19.03.80.ebuild  | 82 -
 kde-apps/kdenlive/kdenlive-19.04.49..ebuild | 82 -
 kde-apps/kdenlive/kdenlive-.ebuild  | 82 -
 kde-apps/kdenlive/metadata.xml  | 14 -
 4 files changed, 260 deletions(-)

diff --git a/kde-apps/kdenlive/kdenlive-19.03.80.ebuild 
b/kde-apps/kdenlive/kdenlive-19.03.80.ebuild
deleted file mode 100644
index 7823062f21..00
--- a/kde-apps/kdenlive/kdenlive-19.03.80.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="optional"
-inherit kde5
-
-DESCRIPTION="Non-linear video editing suite by KDE"
-HOMEPAGE="https://www.kdenlive.org/;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="freesound gles2 jogshuttle semantic-desktop share v4l"
-
-BDEPEND="
-   sys-devel/gettext
-"
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui 'gles2=')
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=media-libs/mlt-6.10.0[ffmpeg,frei0r,kdenlive,melt,qt5,sdl,xml]
-   freesound? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 )
-   semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
-   share? ( $(add_frameworks_dep purpose) )
-   v4l? ( media-libs/libv4l )
-"
-DEPEND="${COMMON_DEPEND}
-   $(add_qt_dep qtconcurrent)
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_qt_dep qtquickcontrols)
-   virtual/ffmpeg[encode,sdl,X]
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package freesound Qt5WebKitWidgets)
-   -DWITH_JogShuttle=$(usex jogshuttle)
-   $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)
-   $(cmake-utils_use_find_package share KF5Purpose)
-   $(cmake-utils_use_find_package v4l LibV4L2)
-   )
-
-   kde5_src_configure
-}
-
-pkg_postinst() {
-   kde5_pkg_postinst
-
-   # Gentoo bug 603168
-   if ! has_version "media-libs/mlt[fftw]" ; then
-   elog "For 'Crop and Transform/Rotate and Shear' effect, please 
build media-libs/mlt with USE=fftw enabled."
-   fi
-}

diff --git a/kde-apps/kdenlive/kdenlive-19.04.49..ebuild 
b/kde-apps/kdenlive/kdenlive-19.04.49..ebuild
deleted file mode 100644
index 237a041220..00
--- a/kde-apps/kdenlive/kdenlive-19.04.49..ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="optional"
-inherit kde5
-
-DESCRIPTION="Non-linear video editing suite by KDE"
-HOMEPAGE="https://www.kdenlive.org/;
-
-LICENSE="GPL-2"
-KEYWORDS=""
-IUSE="freesound gles2 jogshuttle semantic-desktop share v4l"
-
-BDEPEND="
-   sys-devel/gettext
-"
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep 

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

2019-03-22 Thread Andreas Sturmlechner
commit: 78d7bdc393ab8a68cda262d2a26a1791908d095e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 22:33:49 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 22 22:33:49 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=78d7bdc3

kde-apps/kdemultimedia-meta: Drop back min kde-apps/kdenlive to 18.12.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.03.80.ebuild  | 2 +-
 kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.04.49..ebuild | 2 +-
 kde-apps/kdemultimedia-meta/kdemultimedia-meta-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.03.80.ebuild 
b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.03.80.ebuild
index 4c86126888..232fd9cf8d 100644
--- a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.03.80.ebuild
+++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.03.80.ebuild
@@ -17,7 +17,7 @@ IUSE="+cdrom +ffmpeg gstreamer"
 RDEPEND="
>=kde-apps/dragon-${PV}:${SLOT}
>=kde-apps/juk-${PV}:${SLOT}
-   >=kde-apps/kdenlive-${PV}:${SLOT}
+   >=kde-apps/kdenlive-18.12.3:${SLOT}
>=kde-apps/kmix-${PV}:${SLOT}
>=kde-apps/kwave-${PV}:${SLOT}
>=kde-apps/libkcddb-${PV}:${SLOT}

diff --git 
a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.04.49..ebuild 
b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.04.49..ebuild
index 4eac013f0d..07ee11d2be 100644
--- a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.04.49..ebuild
+++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.04.49..ebuild
@@ -17,7 +17,7 @@ IUSE="+cdrom +ffmpeg gstreamer"
 RDEPEND="
>=kde-apps/dragon-${PV}:${SLOT}
>=kde-apps/juk-${PV}:${SLOT}
-   >=kde-apps/kdenlive-${PV}:${SLOT}
+   >=kde-apps/kdenlive-18.12.3:${SLOT}
>=kde-apps/kmix-${PV}:${SLOT}
>=kde-apps/kwave-${PV}:${SLOT}
>=kde-apps/libkcddb-${PV}:${SLOT}

diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-.ebuild 
b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-.ebuild
index 4eac013f0d..07ee11d2be 100644
--- a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-.ebuild
+++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-.ebuild
@@ -17,7 +17,7 @@ IUSE="+cdrom +ffmpeg gstreamer"
 RDEPEND="
>=kde-apps/dragon-${PV}:${SLOT}
>=kde-apps/juk-${PV}:${SLOT}
-   >=kde-apps/kdenlive-${PV}:${SLOT}
+   >=kde-apps/kdenlive-18.12.3:${SLOT}
>=kde-apps/kmix-${PV}:${SLOT}
>=kde-apps/kwave-${PV}:${SLOT}
>=kde-apps/libkcddb-${PV}:${SLOT}



[gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/, kde-plasma/kwin/files/

2019-03-22 Thread Andreas Sturmlechner
commit: 629e28dccb9f78c9c2d8dcc5d2bf65267cc4c026
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 22:10:36 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 22 22:10:36 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=629e28dc

kde-plasma/kwin: Rebase gstreamer-optional.patch

Closes: https://bugs.gentoo.org/681238
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/kwin/files/kwin-5.15.80-gstreamer-optional.patch | 13 +
 kde-plasma/kwin/kwin-.ebuild|  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/kwin/files/kwin-5.15.80-gstreamer-optional.patch 
b/kde-plasma/kwin/files/kwin-5.15.80-gstreamer-optional.patch
new file mode 100644
index 00..81db399f6b
--- /dev/null
+++ b/kde-plasma/kwin/files/kwin-5.15.80-gstreamer-optional.patch
@@ -0,0 +1,13 @@
+Disable the effect video button if gstreamer is missing.
+
+--- a/kcmkwin/kwineffects/package/contents/ui/Effect.qml   2019-03-22 
23:06:45.172699544 +0100
 b/kcmkwin/kwineffects/package/contents/ui/Effect.qml   2019-03-22 
23:07:30.435043637 +0100
+@@ -111,7 +111,7 @@
+ 
+ QtControls.Button {
+ icon.name: "video"
+-visible: model.VideoRole.toString() !== ""
++visible: false
+ 
+ onClicked: videoItem.showHide()
+ }

diff --git a/kde-plasma/kwin/kwin-.ebuild b/kde-plasma/kwin/kwin-.ebuild
index dc24e073c6..f0b90c2bba 100644
--- a/kde-plasma/kwin/kwin-.ebuild
+++ b/kde-plasma/kwin/kwin-.ebuild
@@ -89,7 +89,7 @@ RESTRICT+=" test"
 
 src_prepare() {
kde5_src_prepare
-   use multimedia || eapply "${FILESDIR}/${PN}-gstreamer-optional.patch"
+   use multimedia || eapply 
"${FILESDIR}/${PN}-5.15.80-gstreamer-optional.patch"
 
# Access violations, bug #640432
sed -e "s/^ecm_find_qmlmodule.*QtMultimedia/#&/" \



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

2019-03-22 Thread Andreas Sturmlechner
commit: 5ecc5c4603fe427124bfbffa39ca6be170b91b03
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 22:38:14 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 22 22:40:03 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ecc5c46

sets: kdegames*: Move kpat mask to -live only

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sets/kdegames   | 2 +-
 sets/kdegames-18.12 | 2 +-
 sets/kdegames-19.04 | 2 +-
 sets/kdegames-live  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sets/kdegames b/sets/kdegames
index ba06f30e0a..b8f53d8f9f 100644
--- a/sets/kdegames
+++ b/sets/kdegames
@@ -27,7 +27,7 @@ kde-apps/knights
 kde-apps/kolf
 kde-apps/kollision
 kde-apps/konquest
-# kde-apps/kpat # depends on freecell-solver, bug 656408
+kde-apps/kpat
 kde-apps/kreversi
 kde-apps/kshisen
 kde-apps/ksirk

diff --git a/sets/kdegames-18.12 b/sets/kdegames-18.12
index 1dabf451e2..9ece253eac 100644
--- a/sets/kdegames-18.12
+++ b/sets/kdegames-18.12
@@ -26,7 +26,7 @@
 

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

2019-03-22 Thread Andreas Sturmlechner
commit: cfa8b0dcc6c8203d2a7b40520d207f9d249f0ec9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 22:40:46 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 22 22:40:46 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cfa8b0dc

sets: kdemultimedia-live: Drop kde-apps/kdenlive

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sets/kdemultimedia-live | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sets/kdemultimedia-live b/sets/kdemultimedia-live
index 13ac59458a..a5491f0ada 100644
--- a/sets/kdemultimedia-live
+++ b/sets/kdemultimedia-live
@@ -5,7 +5,7 @@
 ~kde-apps/k3b-
 ~kde-apps/kamoso-
 ~kde-apps/kdemultimedia-meta-
-~kde-apps/kdenlive-
+# ~kde-apps/kdenlive- # depends on rttr, bug 681324
 ~kde-apps/kmix-
 ~kde-apps/kwave-
 ~kde-apps/libkcddb-



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

2019-03-22 Thread James Le Cuirot
commit: 3a798425093d275df51f726292c21457b93dda18
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Mar 22 22:45:38 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Mar 22 22:45:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a798425

media-libs/mesa: imx driver has been replaced by generic kmsro driver

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/mesa/mesa-.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index ae4a7c1da5f..802aa20c7f7 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -30,7 +30,7 @@ RESTRICT="
 "
 
 RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
-VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel iris nouveau vc4 
virgl vivante vmware"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 intel iris nouveau vc4 virgl 
vivante vmware"
 for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
 done
@@ -54,7 +54,6 @@ REQUIRED_USE="
video_cards_i915?   ( || ( classic gallium ) )
video_cards_i965?   ( classic )
video_cards_iris?   ( gallium )
-   video_cards_imx?( gallium video_cards_vivante )
video_cards_nouveau? ( || ( classic gallium ) )
video_cards_radeon? ( || ( classic gallium )
  gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
@@ -400,11 +399,16 @@ multilib_src_configure() {
emesonargs+=(-Dgallium-xvmc=false)
fi
 
+   if use video_cards_freedreno ||
+  use video_cards_vc4 ||
+  use video_cards_vivante; then
+   gallium_enable -- kmsro
+   fi
+
gallium_enable video_cards_vc4 vc4
gallium_enable video_cards_vivante etnaviv
gallium_enable video_cards_vmware svga
gallium_enable video_cards_nouveau nouveau
-   gallium_enable video_cards_imx imx
 
# Only one i915 driver (classic vs gallium). Default to classic.
if ! use classic; then



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

2019-03-22 Thread Mart Raudsepp
commit: 2f84c153a05808e95702de9efa8a225149600c11
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar 22 22:24:42 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar 22 22:33:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f84c153

media-gfx/simple-scan: fix vala requirements

simple-scan-3.24 doesn't compile with vala-0.42 due to removed
support of default value for non-automatic property (upstream
simple-scan commit 4b6578d6f3b5b).
Works up to 0.40 and fails with our 0.42.x.

simple-scan-3.30 doesn't compile with older than vala:0.34, due to
lack of Gtk.Menu.popup_at_pointer in older vala versions bundled
gtk+-3.0.vapi (used now to replace deprecated Gtk.Menu.popup call).

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/simple-scan/simple-scan-3.24.1.ebuild | 1 +
 media-gfx/simple-scan/simple-scan-3.30.2.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-gfx/simple-scan/simple-scan-3.24.1.ebuild 
b/media-gfx/simple-scan/simple-scan-3.24.1.ebuild
index 9cb904fdf73..b5767b15057 100644
--- a/media-gfx/simple-scan/simple-scan-3.24.1.ebuild
+++ b/media-gfx/simple-scan/simple-scan-3.24.1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+VALA_MAX_API_VERSION="0.40"
 inherit gnome2 vala versionator
 
 DESCRIPTION="Simple document scanning utility"

diff --git a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild 
b/media-gfx/simple-scan/simple-scan-3.30.2.ebuild
index 716c44ed844..c3f42c9f23b 100644
--- a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild
+++ b/media-gfx/simple-scan/simple-scan-3.30.2.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+VALA_MIN_API_VERSION="0.34"
 inherit gnome.org gnome2-utils meson vala xdg
 
 DESCRIPTION="Simple document scanning utility"



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

2019-03-22 Thread Mart Raudsepp
commit: 2155c96798b37cb8cdfd4ffd8da57d9e86a59d32
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar 22 22:11:02 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar 22 22:33:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2155c967

media-gfx/simple-scan: ebuild touchups

Fix HOMEPAGE to current project page (old one points there too).
Raise gettext dep for meson implicit requirements.
Fix LICENSE to GPL3 _or later_.
Remove double icon cache updates, now that xdg.eclass does it too.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/simple-scan/simple-scan-3.30.2.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild 
b/media-gfx/simple-scan/simple-scan-3.30.2.ebuild
index 0c95a91a025..716c44ed844 100644
--- a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild
+++ b/media-gfx/simple-scan/simple-scan-3.30.2.ebuild
@@ -5,9 +5,9 @@ EAPI=6
 inherit gnome.org gnome2-utils meson vala xdg
 
 DESCRIPTION="Simple document scanning utility"
-HOMEPAGE="https://launchpad.net/simple-scan;
+HOMEPAGE="https://gitlab.gnome.org/GNOME/simple-scan;
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 IUSE="colord webp" # packagekit
@@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND}
$(vala_depend)
dev-libs/libxml2:2
dev-util/itstool
-   >=sys-devel/gettext-0.19.7
+   >=sys-devel/gettext-0.19.8
virtual/pkgconfig
>=dev-libs/libgusb-0.2.7[vala]
colord? ( >=x11-misc/colord-0.1.24:=[vala] )
@@ -51,8 +51,8 @@ src_prepare() {
 
 src_configure() {
local emesonargs=(
-   -Dpackagekit=false
$(meson_use colord)
+   -Dpackagekit=false
$(meson_use webp)
)
meson_src_configure
@@ -61,11 +61,9 @@ src_configure() {
 pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
-   gnome2_icon_cache_update
 }
 
 pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
-   gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/files/, sys-cluster/ceph/

2019-03-22 Thread Patrick McLean
commit: 4b1f971d7c5d842d3422d2e167e9d8e272820af1
Author: Patrick McLean  sony  com>
AuthorDate: Fri Mar 22 22:29:35 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Mar 22 22:32:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1f971d

sys-cluster/ceph: revbump 14.2.0-r1 static crc32 fork (bug #681216)

Statically link internal crc32 fork to avoid collisions and runtime
errors.

Closes: https://bugs.gentoo.org/681216
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 .../ceph/{ceph-14.2.0-r1.ebuild => ceph-14.2.0-r2.ebuild} |  4 +++-
 .../ceph/files/ceph-14.2.0-link-crc32-statically.patch| 11 +++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/ceph/ceph-14.2.0-r1.ebuild 
b/sys-cluster/ceph/ceph-14.2.0-r2.ebuild
similarity index 98%
rename from sys-cluster/ceph/ceph-14.2.0-r1.ebuild
rename to sys-cluster/ceph/ceph-14.2.0-r2.ebuild
index 868ca8e9fd7..d318002040a 100644
--- a/sys-cluster/ceph/ceph-14.2.0-r1.ebuild
+++ b/sys-cluster/ceph/ceph-14.2.0-r2.ebuild
@@ -38,6 +38,7 @@ COMMON_DEPEND="
app-arch/snappy:=[static-libs?]
app-arch/zstd:=[static-libs?]
app-misc/jq:=[static-libs?]
+   dev-libs/crc32c:=
dev-libs/crypto++:=[static-libs?]
dev-libs/leveldb:=[snappy,static-libs?,tcmalloc?]
dev-libs/libaio:=[static-libs?]
@@ -149,6 +150,7 @@ PATCHES=(
"${FILESDIR}/ceph-14.2.0-no-virtualenvs.patch"
"${FILESDIR}/ceph-13.2.2-dont-install-sysvinit-script.patch"
"${FILESDIR}/ceph-14.2.0-dpdk-cflags.patch"
+   "${FILESDIR}/ceph-14.2.0-link-crc32-statically.patch"
 )
 
 # dpdk and ninja don't get along
@@ -228,7 +230,7 @@ ceph_src_configure() {
-DWITH_TBB=no
-DSYSTEMD_UNITDIR=$(systemd_get_systemunitdir)
-DEPYTHON_VERSION="${EPYTHON#python}"
-   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${P}"
+   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PN}"
-DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
-Wno-dev
)

diff --git a/sys-cluster/ceph/files/ceph-14.2.0-link-crc32-statically.patch 
b/sys-cluster/ceph/files/ceph-14.2.0-link-crc32-statically.patch
new file mode 100644
index 000..ec7a4fb079b
--- /dev/null
+++ b/sys-cluster/ceph/files/ceph-14.2.0-link-crc32-statically.patch
@@ -0,0 +1,11 @@
+--- ceph-14.2.0.orig/src/common/CMakeLists.txt 2019-03-18 04:08:29.0 
-0600
 ceph-14.2.0/src/common/CMakeLists.txt  2019-03-21 18:42:32.903182824 
-0600
+@@ -165,7 +165,7 @@
+ crc32c_aarch64.c)
+ endif(HAVE_INTEL)
+ 
+-add_library(crc32 ${crc32_srcs})
++add_library(crc32 STATIC ${crc32_srcs})
+ if(HAVE_ARMV8_CRC)
+   set_target_properties(crc32 PROPERTIES
+ COMPILE_FLAGS "${CMAKE_C_FLAGS} ${ARMV8_CRC_COMPILE_FLAGS}")



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

2019-03-22 Thread Anthony G. Basile
commit: 4584e1953f6d31eb9e87db59d3c2c96565dc8fd9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Mar 22 22:30:33 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Mar 22 22:30:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4584e195

app-backup/spideroak-bin: remove older versions

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-backup/spideroak-bin/Manifest  |   4 -
 .../spideroak-bin/spideroak-bin-7.2.0.ebuild   | 104 -
 .../spideroak-bin/spideroak-bin-7.3.0.ebuild   | 104 -
 3 files changed, 212 deletions(-)

diff --git a/app-backup/spideroak-bin/Manifest 
b/app-backup/spideroak-bin/Manifest
index d904ef77309..1224850bbcd 100644
--- a/app-backup/spideroak-bin/Manifest
+++ b/app-backup/spideroak-bin/Manifest
@@ -1,6 +1,2 @@
-DIST spideroak-bin-7.2.0_amd64.deb 24854982 BLAKE2B 
9eab89f2c7713f9edbf97da986744c605113830efa971b5327794aa05640ab6386d76d4473cd3a5f6373611bdf7f2ee5ec8eb59d1b9914de48a7b2f724ce4c4e
 SHA512 
9edaf0a7e6e6e985dd7ae1e969c43373393ea6293b8895d74be48f364513a992865ca5cb3150e5fce23eb49635a3442f5162a2606d8fac1ab1036ed922c214cb
-DIST spideroak-bin-7.2.0_x86.deb 24773806 BLAKE2B 
4c4c778f50efa8b77c6d0b2ff522ce3ccacc9c0b6fba5b9acb8e6ea25816b303b34751e47f3e27f6b014c03e02473d22b1eba280618cdd9b6c639b82f2425d70
 SHA512 
758bdaefe307c4c7b7eebc47ebbb835e66c0a57350e34a2cd818212de1d800ae432459933d9613af60b877889724fe90726dd6705fa152b2478bd2e541ba
-DIST spideroak-bin-7.3.0_amd64.deb 18514400 BLAKE2B 
3c0d617c4b791cc0e5a9c82111c9486c18ab09d2bfc4102d69b266f6e3d4185a9d74d640ddd3733a86dac1f87f3360968636407ee4f3da6c2bd20779c16e6ddb
 SHA512 
f27cfac3f9055281fece38ba68781287cd886c7c40b998e63cfc1aba0a036b375a06b9cc60390b7e4845ef9c4eae2d94914669dd345ba8de90424ff98ec28d58
-DIST spideroak-bin-7.3.0_x86.deb 24779422 BLAKE2B 
8cdae243794e5de6a8326e335b539d004c0ba0f1121b85067acbbef67f4a0c785f3b794abb62a5eedfd459c8e4d5e48cf8848b005ba637150b286b13db22
 SHA512 
32504b6e6931f1e923d4202f0b3201c93190128d30767ec41ac11cf7c8c751b87094bdedcf44dda3ae8089543418366c5a78093b9236fee5f95e7f89a29141fc
 DIST spideroak-bin-7.5.0_amd64.deb 20758038 BLAKE2B 
ecd549ee0d479f576e8d50b44f4f7a13c4d24445af32f460d34081e5b654586f314399b34cff1c937e157582a143fee6b98641a6862bb6d3609e532ceba4
 SHA512 
4af9f6b57d8748c03bccb0ab843cf27f70eac8e8cc5f11bb494c597d5fd29f475bf9c68bce8971d3cc1550a6def7bac6beed78fdfb31961b09be61ee14116ddd
 DIST spideroak-bin-7.5.0_x86.deb 24779422 BLAKE2B 
8cdae243794e5de6a8326e335b539d004c0ba0f1121b85067acbbef67f4a0c785f3b794abb62a5eedfd459c8e4d5e48cf8848b005ba637150b286b13db22
 SHA512 
32504b6e6931f1e923d4202f0b3201c93190128d30767ec41ac11cf7c8c751b87094bdedcf44dda3ae8089543418366c5a78093b9236fee5f95e7f89a29141fc

diff --git a/app-backup/spideroak-bin/spideroak-bin-7.2.0.ebuild 
b/app-backup/spideroak-bin/spideroak-bin-7.2.0.ebuild
deleted file mode 100644
index b50355c676a..000
--- a/app-backup/spideroak-bin/spideroak-bin-7.2.0.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils unpacker
-
-DESCRIPTION="Secure free online backup, storage, and sharing system"
-HOMEPAGE="https://spideroak.com;
-
-SRC_URI_BASE="https://spideroak.com/release/spideroak;
-SRC_URI="x86? ( ${SRC_URI_BASE}/deb_x86 -> ${P}_x86.deb )
-   amd64? ( ${SRC_URI_BASE}/deb_x64 -> ${P}_amd64.deb )"
-
-RESTRICT="mirror strip"
-
-LICENSE="spideroak"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus X"
-
-DEPEND="dev-util/patchelf"
-RDEPEND="
-   app-crypt/mit-krb5[keyutils]
-   media-libs/libpng:1.2
-   dbus? ( sys-apps/dbus )
-   X? (
-   media-libs/fontconfig
-   media-libs/freetype:2
-   dev-libs/glib:2
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXrender
-   x11-libs/libXt
-   )
-"
-
-S=${WORKDIR}
-
-QA_PREBUILT="*"
-
-src_prepare() {
-   # Set RPATH for preserve-libs handling (bug #400979).
-   cd "${S}/opt/SpiderOakONE/lib" || die
-   local x
-   for x in `find` ; do
-   # Use \x7fELF header to separate ELF executables and libraries
-   [[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || 
continue
-   patchelf --set-rpath '$ORIGIN' "${x}" || \
-   die "patchelf failed on ${x}"
-   done
-
-   #Remove the libraries that break compatibility in modern systems
-   #SpiderOak will use the system libs instead
-   rm -f "${S}/opt/SpiderOakONE/lib/libstdc++.so.6"
-   rm -f "${S}/opt/SpiderOakONE/lib/libgcc_s.so.1"
-   rm -f "${S}/opt/SpiderOakONE/lib/libpng12.so.0"
-   rm -f "${S}/opt/SpiderOakONE/lib/libz.so.1"
-
-   

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

2019-03-22 Thread Anthony G. Basile
commit: 2d3c8465ed3d5da3b7189caa7dabb0737e97e25e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Mar 22 22:29:59 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Mar 22 22:29:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3c8465

app-backup/spideroak-bin: version bump to 7.5.0

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-backup/spideroak-bin/Manifest  |   2 +
 .../spideroak-bin/spideroak-bin-7.5.0.ebuild   | 104 +
 2 files changed, 106 insertions(+)

diff --git a/app-backup/spideroak-bin/Manifest 
b/app-backup/spideroak-bin/Manifest
index b0c687534dc..d904ef77309 100644
--- a/app-backup/spideroak-bin/Manifest
+++ b/app-backup/spideroak-bin/Manifest
@@ -2,3 +2,5 @@ DIST spideroak-bin-7.2.0_amd64.deb 24854982 BLAKE2B 
9eab89f2c7713f9edbf97da98674
 DIST spideroak-bin-7.2.0_x86.deb 24773806 BLAKE2B 
4c4c778f50efa8b77c6d0b2ff522ce3ccacc9c0b6fba5b9acb8e6ea25816b303b34751e47f3e27f6b014c03e02473d22b1eba280618cdd9b6c639b82f2425d70
 SHA512 
758bdaefe307c4c7b7eebc47ebbb835e66c0a57350e34a2cd818212de1d800ae432459933d9613af60b877889724fe90726dd6705fa152b2478bd2e541ba
 DIST spideroak-bin-7.3.0_amd64.deb 18514400 BLAKE2B 
3c0d617c4b791cc0e5a9c82111c9486c18ab09d2bfc4102d69b266f6e3d4185a9d74d640ddd3733a86dac1f87f3360968636407ee4f3da6c2bd20779c16e6ddb
 SHA512 
f27cfac3f9055281fece38ba68781287cd886c7c40b998e63cfc1aba0a036b375a06b9cc60390b7e4845ef9c4eae2d94914669dd345ba8de90424ff98ec28d58
 DIST spideroak-bin-7.3.0_x86.deb 24779422 BLAKE2B 
8cdae243794e5de6a8326e335b539d004c0ba0f1121b85067acbbef67f4a0c785f3b794abb62a5eedfd459c8e4d5e48cf8848b005ba637150b286b13db22
 SHA512 
32504b6e6931f1e923d4202f0b3201c93190128d30767ec41ac11cf7c8c751b87094bdedcf44dda3ae8089543418366c5a78093b9236fee5f95e7f89a29141fc
+DIST spideroak-bin-7.5.0_amd64.deb 20758038 BLAKE2B 
ecd549ee0d479f576e8d50b44f4f7a13c4d24445af32f460d34081e5b654586f314399b34cff1c937e157582a143fee6b98641a6862bb6d3609e532ceba4
 SHA512 
4af9f6b57d8748c03bccb0ab843cf27f70eac8e8cc5f11bb494c597d5fd29f475bf9c68bce8971d3cc1550a6def7bac6beed78fdfb31961b09be61ee14116ddd
+DIST spideroak-bin-7.5.0_x86.deb 24779422 BLAKE2B 
8cdae243794e5de6a8326e335b539d004c0ba0f1121b85067acbbef67f4a0c785f3b794abb62a5eedfd459c8e4d5e48cf8848b005ba637150b286b13db22
 SHA512 
32504b6e6931f1e923d4202f0b3201c93190128d30767ec41ac11cf7c8c751b87094bdedcf44dda3ae8089543418366c5a78093b9236fee5f95e7f89a29141fc

diff --git a/app-backup/spideroak-bin/spideroak-bin-7.5.0.ebuild 
b/app-backup/spideroak-bin/spideroak-bin-7.5.0.ebuild
new file mode 100644
index 000..e078ec2edc6
--- /dev/null
+++ b/app-backup/spideroak-bin/spideroak-bin-7.5.0.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils unpacker
+
+DESCRIPTION="Secure free online backup, storage, and sharing system"
+HOMEPAGE="https://spideroak.com;
+
+SRC_URI_BASE="https://spideroak.com/release/spideroak;
+SRC_URI="x86? ( ${SRC_URI_BASE}/deb_x86 -> ${P}_x86.deb )
+   amd64? ( ${SRC_URI_BASE}/deb_x64 -> ${P}_amd64.deb )"
+
+RESTRICT="mirror strip"
+
+LICENSE="spideroak"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus X"
+
+DEPEND="dev-util/patchelf"
+RDEPEND="
+   app-crypt/mit-krb5[keyutils]
+   media-libs/libpng:1.2
+   dbus? ( sys-apps/dbus )
+   X? (
+   media-libs/fontconfig
+   media-libs/freetype:2
+   dev-libs/glib:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXrender
+   x11-libs/libXt
+   )
+"
+
+S=${WORKDIR}
+
+QA_PREBUILT="*"
+
+src_prepare() {
+   # Set RPATH for preserve-libs handling (bug #400979).
+   cd "${S}/opt/SpiderOakONE/lib" || die
+   local x
+   for x in `find` ; do
+   # Use \x7fELF header to separate ELF executables and libraries
+   [[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || 
continue
+   patchelf --set-rpath '$ORIGIN' "${x}" || \
+   die "patchelf failed on ${x}"
+   done
+
+   #Remove the libraries that break compatibility in modern systems
+   #SpiderOak will use the system libs instead
+   rm -f "${S}/opt/SpiderOakONE/lib/libstdc++.so.6"
+   rm -f "${S}/opt/SpiderOakONE/lib/libgcc_s.so.1"
+   rm -f "${S}/opt/SpiderOakONE/lib/libpng12.so.0"
+   rm -f "${S}/opt/SpiderOakONE/lib/libz.so.1"
+
+   eapply_user
+}
+
+src_install() {
+   #install the wrapper script
+   exeinto /usr/bin
+   doexe usr/bin/SpiderOakONE
+
+   # inotify_dir_watcher needs to be marked executable, bug #453266
+   #chmod a+rx opt/SpiderOakONE/lib/inotify_dir_watcher
+
+   #install the executable
+   exeinto 

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

2019-03-22 Thread Andreas Sturmlechner
commit: 114eae4ccb5b0a9bf2ef308b664abc9374d10f3e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 21:37:27 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 22 21:37:27 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=114eae4c

kde5-functions.eclass: kde-apps-19* depend on FRAMEWORKS_MINIMAL=5.56.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 eclass/kde5-functions.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 9c77315a34..35e81e2afe 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -45,7 +45,7 @@ case ${CATEGORY} in
fi
;;
kde-apps)
-   [[ ${KDE_BUILD_TYPE} = live ]] && : 
${FRAMEWORKS_MINIMAL:=5.56.0}
+   [[ ${KDE_BUILD_TYPE} = live || ${PV} = 19* ]] && : 
${FRAMEWORKS_MINIMAL:=5.56.0}
;;
 esac
 



[gentoo-commits] proj/kde:master commit in: www-client/falkon/

2019-03-22 Thread Andreas Sturmlechner
commit: 649198c67f7d8bc65fe14f8c44178b5519daebf6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 21 23:56:20 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 21 23:56:33 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=649198c6

www-client/falkon: Sync with Gentoo ebuild repo

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 www-client/falkon/falkon-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www-client/falkon/falkon-.ebuild 
b/www-client/falkon/falkon-.ebuild
index 99bff646b9..d125c17875 100644
--- a/www-client/falkon/falkon-.ebuild
+++ b/www-client/falkon/falkon-.ebuild
@@ -8,8 +8,8 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 DESCRIPTION="Cross-platform web browser using QtWebEngine"
@@ -30,6 +30,7 @@ COMMON_DEPEND="
$(add_qt_dep qtwebchannel)
$(add_qt_dep qtwebengine 'widgets' '' '5=')
$(add_qt_dep qtwidgets)
+   virtual/libintl
dbus? ( $(add_qt_dep qtdbus) )
gnome-keyring? ( gnome-base/libgnome-keyring )
kde? (



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2019-03-22 Thread Andreas Sturmlechner
commit: 5c7a5dc289e421e8230a010fd568831830a1509e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 22 20:14:51 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 22 20:22:07 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5c7a5dc2

profiles: Add kde-apps-19.03.80 package.mask

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/package.mask/kde-apps-19.03.80 | 237 
 1 file changed, 237 insertions(+)

diff --git a/profiles/package.mask/kde-apps-19.03.80 
b/profiles/package.mask/kde-apps-19.03.80
new file mode 100644
index 00..1e9dd8ba18
--- /dev/null
+++ b/profiles/package.mask/kde-apps-19.03.80
@@ -0,0 +1,237 @@
+# Andreas Sturmlechner  (22 Mar 2019)
+# KDE Applications 19.04 beta mask
+# Unstable release.
+~kde-apps/akonadi-19.03.80
+~kde-apps/akonadi-calendar-19.03.80
+~kde-apps/akonadiconsole-19.03.80
+~kde-apps/akonadi-contacts-19.03.80
+~kde-apps/akonadi-import-wizard-19.03.80
+~kde-apps/akonadi-mime-19.03.80
+~kde-apps/akonadi-notes-19.03.80
+~kde-apps/akonadi-search-19.03.80
+~kde-apps/akregator-19.03.80
+~kde-apps/analitza-19.03.80
+~kde-apps/ark-19.03.80
+~kde-apps/artikulate-19.03.80
+~kde-apps/audiocd-kio-19.03.80
+~kde-apps/baloo-widgets-19.03.80
+~kde-apps/blinken-19.03.80
+~kde-apps/bomber-19.03.80
+~kde-apps/bovo-19.03.80
+~kde-apps/calendarjanitor-19.03.80
+~kde-apps/calendarsupport-19.03.80
+~kde-apps/cantor-19.03.80
+~kde-apps/cervisia-19.03.80
+~kde-apps/dolphin-19.03.80
+~kde-apps/dolphin-plugins-bazaar-18.12.3
+~kde-apps/dolphin-plugins-dropbox-18.12.3
+~kde-apps/dolphin-plugins-git-18.12.3
+~kde-apps/dolphin-plugins-mercurial-18.12.3
+~kde-apps/dolphin-plugins-subversion-18.12.3
+~kde-apps/dragon-19.03.80
+~kde-apps/eventviews-19.03.80
+~kde-apps/ffmpegthumbs-19.03.80
+~kde-apps/filelight-19.03.80
+~kde-apps/granatier-19.03.80
+~kde-apps/grantlee-editor-19.03.80
+~kde-apps/grantleetheme-19.03.80
+~kde-apps/gwenview-19.03.80
+~kde-apps/incidenceeditor-19.03.80
+~kde-apps/juk-19.03.80
+~kde-apps/k3b-19.03.80
+~kde-apps/kaccounts-integration-19.03.80
+~kde-apps/kaccounts-providers-19.03.80
+~kde-apps/kaddressbook-19.03.80
+~kde-apps/kajongg-19.03.80
+~kde-apps/kalarm-19.03.80
+~kde-apps/kalarmcal-19.03.80
+~kde-apps/kalgebra-19.03.80
+~kde-apps/kalzium-19.03.80
+~kde-apps/kamera-19.03.80
+~kde-apps/kamoso-19.03.80
+~kde-apps/kanagram-19.03.80
+~kde-apps/kapman-19.03.80
+~kde-apps/kapptemplate-19.03.80
+~kde-apps/kate-19.03.80
+~kde-apps/katomic-19.03.80
+~kde-apps/kbackup-19.03.80
+~kde-apps/kblackbox-19.03.80
+~kde-apps/kblocks-19.03.80
+~kde-apps/kblog-19.03.80
+~kde-apps/kbounce-19.03.80
+~kde-apps/kbreakout-19.03.80
+~kde-apps/kbruch-19.03.80
+~kde-apps/kcachegrind-19.03.80
+~kde-apps/kcalc-19.03.80
+~kde-apps/kcalcore-19.03.80
+~kde-apps/kcalutils-19.03.80
+~kde-apps/kcharselect-19.03.80
+~kde-apps/kcolorchooser-19.03.80
+~kde-apps/kcontacts-19.03.80
+~kde-apps/kcron-19.03.80
+~kde-apps/kdav-19.03.80
+~kde-apps/kdeaccessibility-meta-19.03.80
+~kde-apps/kdeadmin-meta-19.03.80
+~kde-apps/kde-apps-meta-19.03.80
+~kde-apps/kdebase-meta-19.03.80
+~kde-apps/kdebugsettings-19.03.80
+~kde-apps/kdecore-meta-19.03.80
+~kde-apps/kde-dev-scripts-19.03.80
+~kde-apps/kde-dev-utils-19.03.80
+~kde-apps/kdeedu-data-19.03.80
+~kde-apps/kdeedu-meta-19.03.80
+~kde-apps/kdegames-meta-19.03.80
+~kde-apps/kdegraphics-meta-19.03.80
+~kde-apps/kdegraphics-mobipocket-19.03.80
+~kde-apps/kde-meta-19.03.80
+~kde-apps/kdemultimedia-meta-19.03.80
+~kde-apps/kdenetwork-filesharing-19.03.80
+~kde-apps/kdenetwork-meta-19.03.80
+~kde-apps/kdenlive-19.03.80
+~kde-apps/kdepim-addons-19.03.80
+~kde-apps/kdepim-apps-libs-19.03.80
+~kde-apps/kdepim-meta-19.03.80
+~kde-apps/kdepim-runtime-19.03.80
+~kde-apps/kdesdk-kioslaves-19.03.80
+~kde-apps/kdesdk-meta-19.03.80
+~kde-apps/kdesdk-thumbnailers-19.03.80
+~kde-apps/kdeutils-meta-19.03.80
+~kde-apps/kdf-19.03.80
+~kde-apps/kdialog-19.03.80
+~kde-apps/kdiamond-19.03.80
+~kde-apps/keditbookmarks-19.03.80
+~kde-apps/kfind-19.03.80
+~kde-apps/kfloppy-19.03.80
+~kde-apps/kfourinline-19.03.80
+~kde-apps/kgeography-19.03.80
+~kde-apps/kget-19.03.80
+~kde-apps/kgoldrunner-19.03.80
+~kde-apps/kgpg-19.03.80
+~kde-apps/khangman-19.03.80
+~kde-apps/khelpcenter-19.03.80
+~kde-apps/kidentitymanagement-19.03.80
+~kde-apps/kig-19.03.80
+~kde-apps/kigo-19.03.80
+~kde-apps/killbots-19.03.80
+~kde-apps/kimagemapeditor-19.03.80
+~kde-apps/kimap-19.03.80
+~kde-apps/kio-extras-19.03.80
+~kde-apps/kiriki-19.03.80
+~kde-apps/kiten-19.03.80
+~kde-apps/kitinerary-19.03.80
+~kde-apps/kjumpingcube-19.03.80
+~kde-apps/kldap-19.03.80
+~kde-apps/kleopatra-19.03.80
+~kde-apps/klettres-19.03.80
+~kde-apps/klickety-19.03.80
+~kde-apps/klines-19.03.80
+~kde-apps/kmag-19.03.80
+~kde-apps/kmahjongg-19.03.80
+~kde-apps/kmail-19.03.80
+~kde-apps/kmail-account-wizard-19.03.80
+~kde-apps/kmailtransport-19.03.80
+~kde-apps/kmbox-19.03.80
+~kde-apps/kmime-19.03.80
+~kde-apps/kmines-19.03.80

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

2019-03-22 Thread Mart Raudsepp
commit: 2ffae5cfce3bee2b890b4c27e7fafa6a7b3be6d6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar 22 21:32:32 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar 22 21:36:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ffae5cf

dev-util/anjuta: properly lock vala version and update to vala:0.40

Closes: https://bugs.gentoo.org/662838
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/anjuta/anjuta-3.28.0-r1.ebuild | 140 
 1 file changed, 140 insertions(+)

diff --git a/dev-util/anjuta/anjuta-3.28.0-r1.ebuild 
b/dev-util/anjuta/anjuta-3.28.0-r1.ebuild
new file mode 100644
index 000..dfbb2816fbc
--- /dev/null
+++ b/dev-util/anjuta/anjuta-3.28.0-r1.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+# libanjuta-language-vala.so links to a specific slot of libvala; we want to
+# avoid automagic behavior.
+VALA_MIN_API_VERSION="0.40"
+VALA_MAX_API_VERSION="${VALA_MIN_API_VERSION}"
+
+# We inherit autotools explicitly because GNOME2_EAUTORECONF is set only 
conditionally later, so gnome2.eclass doesn't do it for us
+inherit autotools gnome2 flag-o-matic readme.gentoo-r1 python-single-r1 vala
+
+DESCRIPTION="A versatile IDE for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Anjuta;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+
+IUSE="debug devhelp glade +introspection packagekit subversion terminal test 
vala"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# FIXME: automagically uses libgda:6 if available
+# FIXME: make python dependency non-automagic
+COMMON_DEPEND="
+   >=dev-libs/glib-2.34:2[dbus]
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.10:3
+   >=dev-libs/libxml2-2.4.23
+   >=dev-libs/gdl-3.5.5:3=
+   >=x11-libs/gtksourceview-3:3.0
+
+   sys-devel/autogen
+
+   >=gnome-extra/libgda-5:5=
+   dev-util/ctags
+
+   x11-libs/libXext
+   x11-libs/libXrender
+
+   ${PYTHON_DEPS}
+
+   devhelp? ( >=dev-util/devhelp-3.7.4:= )
+   glade? ( >=dev-util/glade-3.12:3.10= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+   subversion? (
+   >=dev-vcs/subversion-1.8:=
+   >=net-libs/serf-1.2:1=
+   >=dev-libs/apr-1:=
+   >=dev-libs/apr-util-1:= )
+   terminal? ( >=x11-libs/vte-0.27.6:2.91 )
+   vala? ( $(vala_depend) )
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gsettings-desktop-schemas
+   packagekit? ( app-admin/packagekit-base )
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-lang/perl-5
+   >=dev-util/gtk-doc-am-1.4
+   >=dev-util/intltool-0.40.1
+   sys-devel/bison
+   sys-devel/flex
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+   !!dev-libs/gnome-build
+   test? (
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xml-dtd:4.5 )
+   app-text/yelp-tools
+   dev-libs/gobject-introspection-common
+   gnome-base/gnome-common
+"
+# yelp-tools, gi-common and gnome-common are required by eautoreconf
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   if use vala; then
+   DISABLE_AUTOFORMATTING="yes"
+   DOC_CONTENTS="To create a generic vala project you will need to 
specify
+desired valac versioned binary to be used, to do that you
+will need to:
+1. Go to 'Build' -> 'Configure project'
+2. Add 'VALAC=/usr/bin/valac-X.XX' (respecting quotes) to
+'Configure options'."
+
+   sed -i -e "s/\[0.40\], \[0.38\], \[0.36\], \[0.34\], \[0.32\], 
\[0.30\], \[0.28\], \[0.26\], \[0.24\], \[0.22\], \[0.20\], 
\[0.18\]/[${VALA_MAX_API_VERSION}]/" configure.ac || die
+   GNOME2_EAUTORECONF="yes"
+   fi
+
+   # COPYING is used in Anjuta's help/about entry
+   DOCS="AUTHORS ChangeLog COPYING FUTURE MAINTAINERS NEWS README ROADMAP 
THANKS TODO"
+
+   # Conflicts with -pg in a plugin, bug #266777
+   filter-flags -fomit-frame-pointer
+
+   # Do not build benchmarks, they are not installed and for dev purpose 
only
+   sed -e '/SUBDIRS =/ s/benchmark//' \
+   -i plugins/symbol-db/Makefile.{am,in} || die
+
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-neon \
+   --disable-static \
+   $(use_enable debug) \
+   $(use_enable devhelp plugin-devhelp) \
+   $(use_enable glade plugin-glade) \
+   $(use_enable glade glade-catalog) \
+   $(use_enable introspection) \
+   $(use_enable packagekit) \
+   $(use_enable subversion plugin-subversion) \
+   $(use_enable subversion serf) \
+  

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

2019-03-22 Thread Mart Raudsepp
commit: 64241edfae45112cca312ee192d39c1853ecf05b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar 22 21:30:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar 22 21:36:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64241edf

dev-util/devhelp: bump to 3.30.1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/devhelp/Manifest  |  1 +
 dev-util/devhelp/devhelp-3.30.1.ebuild | 79 ++
 dev-util/devhelp/files/3.30.1-optional-gedit.patch | 37 ++
 .../files/3.30.1-optional-introspection.patch  | 38 +++
 4 files changed, 155 insertions(+)

diff --git a/dev-util/devhelp/Manifest b/dev-util/devhelp/Manifest
index 0f972a5e897..9fe40058760 100644
--- a/dev-util/devhelp/Manifest
+++ b/dev-util/devhelp/Manifest
@@ -1,3 +1,4 @@
 DIST devhelp-3.24.0.tar.xz 615460 BLAKE2B 
b81ac9b1453c0edff45fa746a556343345a150c6436d68db4d51f716704eca70e7aa1af4f3deb5b5c2747db65de619be119f36af807490aa8f95fd070c68cc39
 SHA512 
56b1eeaf9d3c3357d3140002bed5c29bf7b21953d964405190a1c9cad69d08000efa0220bbc36c67db4151b15ee37c37e061e6fa63c8a79f626e1ec0ce386062
 DIST devhelp-3.26.1.tar.xz 613508 BLAKE2B 
a84d6bb55a81f0beda0603f343022b997e263934fc48ccc95503e156a0ee0984e1c945af785971c45f197865147c63be354ace72582d3575692dd5eed7e1e724
 SHA512 
76beec8846703004202229853a7a208b31bf56e2f10c102a3bb6e88fb9e54aded027e6ab9620706629dcb02cf5973f1d4fe88d217a7b3b8cb0efc948b02ca660
 DIST devhelp-3.28.1.tar.xz 642992 BLAKE2B 
d3b3a2768b33fb47f05d35d9e6fe970d2f42c564c37916123d7377515dfb5a8277c51f543d103d4b34b11d72e3fbf4d7efc63296e118b1b6a6ac5ba557376a02
 SHA512 
a42208cbb7ad677a9c130eb637bbe52ca9fbdacd6bb7714ea3cd71285ad4983d7131dfab003ffaf0be1faccd04f215ad68429d4dcb7b49dbb0eebc0e10350f0b
+DIST devhelp-3.30.1.tar.xz 317956 BLAKE2B 
8646fb97f0649bc166c8a21472f4c638f37bdfdc9e34b7214f0e5bd32c1c78664cc320f978fb27e313de54e88cf31685596f4bf7f43235ae96345292db6a9fc1
 SHA512 
f6f028948edd4c6954eaeeb026bf69c11284d725925d354ef42ecc67275cdcac66e8d3657d95d50926350543489b2bb2fa3a194d99d01494bedac60d3a2b4bbc

diff --git a/dev-util/devhelp/devhelp-3.30.1.ebuild 
b/dev-util/devhelp/devhelp-3.30.1.ebuild
new file mode 100644
index 000..53a1870cb3a
--- /dev/null
+++ b/dev-util/devhelp/devhelp-3.30.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+# gedit-3.8 is python3 only, this also per:
+# https://bugzilla.redhat.com/show_bug.cgi?id=979450
+PYTHON_COMPAT=( python{3_5,3_6} )
+
+inherit gnome.org gnome2-utils meson python-single-r1 xdg
+
+DESCRIPTION="An API documentation browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp;
+
+LICENSE="GPL-3+"
+SLOT="0/3-6" # subslot = 3-(libdevhelp-3 soname version)
+KEYWORDS="~amd64"
+IUSE="gedit gtk-doc +introspection"
+REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.56:2
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   >=net-libs/webkit-gtk-2.20:4[introspection?]
+   >=gui-libs/amtk-5.0:5
+   gnome-base/gsettings-desktop-schemas
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   gedit? (
+   ${PYTHON_DEPS}
+   app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}] )
+"
+# libxml2 required for glib-compile-resources
+DEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   dev-util/itstool
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.25
+   app-text/docbook-xml-dtd:4.3 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PV}-optional-introspection.patch
+   "${FILESDIR}"/${PV}-optional-gedit.patch
+)
+
+pkg_setup() {
+   use gedit && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dflatpak_build=false
+   $(meson_use gedit gedit_plugin)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   use gedit && python_optimize "${ED%/}"/usr/$(get_libdir)/gedit/plugins
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}

diff --git a/dev-util/devhelp/files/3.30.1-optional-gedit.patch 
b/dev-util/devhelp/files/3.30.1-optional-gedit.patch
new file mode 100644
index 000..09e4405a50e
--- /dev/null
+++ b/dev-util/devhelp/files/3.30.1-optional-gedit.patch
@@ -0,0 +1,37 @@
+From 5bb00c3748741d585d544c96933a25bd399736ed Mon Sep 17 00:00:00 2001
+From: Mart Raudsepp 
+Date: Fri, 22 Mar 2019 19:47:49 +0200
+Subject: [PATCH 2/2] build: Add 

[gentoo-commits] repo/gentoo:master commit in: gui-libs/amtk/

2019-03-22 Thread Mart Raudsepp
commit: 2e113299d8f3529171e740983b53c7bd7b703557
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar 22 21:17:04 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar 22 21:36:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e113299

gui-libs/amtk: New package for devhelp and gnome-latex

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gui-libs/amtk/Manifest  |  1 +
 gui-libs/amtk/amtk-5.0.0.ebuild | 33 +
 gui-libs/amtk/metadata.xml  |  8 
 3 files changed, 42 insertions(+)

diff --git a/gui-libs/amtk/Manifest b/gui-libs/amtk/Manifest
new file mode 100644
index 000..933a06b48e4
--- /dev/null
+++ b/gui-libs/amtk/Manifest
@@ -0,0 +1 @@
+DIST amtk-5.0.0.tar.xz 368524 BLAKE2B 
dae5e6c832fd0cb94a7afa0524a9ce863f72023a3648b01004c834f6a17fa285ccbe4d3ec87b54101b4fa644c3530ec6f4faebf3fa971ef201a4e6455a3fff54
 SHA512 
86433a7b314bfbdd00cd53a7223561645b0ebd40ec519f97b61e8df073b88c76425182ad71a49794090a51eddf68b81f4c7d88c4bf6a618311aa92908f5bea73

diff --git a/gui-libs/amtk/amtk-5.0.0.ebuild b/gui-libs/amtk/amtk-5.0.0.ebuild
new file mode 100644
index 000..c271bebf017
--- /dev/null
+++ b/gui-libs/amtk/amtk-5.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Actions, Menus and Toolbars Kit for GTK+ applications"
+HOMEPAGE="https://wiki.gnome.org/Projects/Amtk;
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="+introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.52:2
+   >=x11-libs/gtk+-3.22:3
+   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${DEPEND}
+   >=sys-devel/gettext-0.19.4
+   >=dev-util/gtk-doc-am-1.25
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-gtk-doc \
+   --disable-installed-tests \
+   $(use_enable introspection) \
+   --disable-valgrind
+}

diff --git a/gui-libs/amtk/metadata.xml b/gui-libs/amtk/metadata.xml
new file mode 100644
index 000..39980802b1d
--- /dev/null
+++ b/gui-libs/amtk/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+



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

2019-03-22 Thread Michał Górny
commit: 91415921a7e5e53068dd15eaf8ef348825b50d00
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 21:31:18 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 21:36:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91415921

package.mask: Last rite dev-lua/luvit

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 44bd801feba..0eb2f5661c1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (22 Mar 2019)
+# Unmaintained.  No reverse dependencies.  The current Gentoo version
+# is from 2015, and upstream has made a lot of releases since.
+# It suffers from heavy bundling of dependencies.
+# Removal in 30 days.  Bug #469194.
+dev-lua/luvit
+
 # Michał Górny  (22 Mar 2019)
 # Unmaintained.  Last release in 2013, last commits in 2015.  Nested
 # bundled libraries (#253259, also causing #515384).  Fails to build



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

2019-03-22 Thread Agostino Sarubbo
commit: 5908994816f2ad8e7691c1103c6de5b76176f0ea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 22 21:29:10 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 22 21:29:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59089948

dev-db/mariadb: amd64 stable wrt bug #679024

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-db/mariadb/mariadb-10.0.38.ebuild| 2 +-
 dev-db/mariadb/mariadb-10.1.38-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.0.38.ebuild 
b/dev-db/mariadb/mariadb-10.0.38.ebuild
index 141158d014b..3032017eb1e 100644
--- a/dev-db/mariadb/mariadb-10.0.38.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.38.ebuild
@@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase

diff --git a/dev-db/mariadb/mariadb-10.1.38-r1.ebuild 
b/dev-db/mariadb/mariadb-10.1.38-r1.ebuild
index 3ad1109b657..a553eb0d1fb 100644
--- a/dev-db/mariadb/mariadb-10.1.38-r1.ebuild
+++ b/dev-db/mariadb/mariadb-10.1.38-r1.ebuild
@@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/mips/, profiles/base/

2019-03-22 Thread Michał Górny
commit: d86814690524daf8359dedd41813c3273cf088f5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 21:20:49 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 21:20:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8681469

profiles: Clean up unused video_cards_newport

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

 profiles/arch/base/use.mask  | 3 ---
 profiles/arch/mips/make.defaults | 2 +-
 profiles/base/use.mask   | 1 -
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
index 6b99d3b0771..72fce6c2649 100644
--- a/profiles/arch/base/use.mask
+++ b/profiles/arch/base/use.mask
@@ -118,9 +118,6 @@ oracle
 video_cards_geode
 video_cards_voodoo
 
-# not needed on non-mips systems
-video_cards_newport
-
 # not needed on non-x86, non-amd64 systems
 input_devices_vmmouse
 video_cards_ast

diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults
index 7241d23bfa2..09430714177 100644
--- a/profiles/arch/mips/make.defaults
+++ b/profiles/arch/mips/make.defaults
@@ -3,7 +3,7 @@
 
 # 2006/08/18 - Donnie Berkholz 
 # Defaults for video drivers
-VIDEO_CARDS="fbdev impact newport"
+VIDEO_CARDS="fbdev impact"
 
 ARCH="mips"
 ACCEPT_KEYWORDS="${ARCH} ~mips"

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 3b9cbbf595f..7367d441269 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -7,7 +7,6 @@
 # Matt Turner  (02 Mar 2019)
 # For ancient hardware. Tired of maintaining. Masked for removal in 30 days.
 # Bug #679256
-video_cards_newport
 video_cards_tdfx
 video_cards_voodoo
 



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

2019-03-22 Thread Fabian Groffen
commit: 13e5c300d0b2298705c305613577e9d0f1709068
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar 22 20:23:55 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar 22 20:23:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e5c300

profiles/prefix/sunos/solaris: mask gnupg-2.2.14

gnupg-2.2.14 fails to compile on Solaris

Signed-off-by: Fabian Groffen  gentoo.org>

 profiles/prefix/sunos/solaris/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/prefix/sunos/solaris/package.mask 
b/profiles/prefix/sunos/solaris/package.mask
index 8b7eafcc252..27668ebed6d 100644
--- a/profiles/prefix/sunos/solaris/package.mask
+++ b/profiles/prefix/sunos/solaris/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Fabian Groffen  (22 Mar 2019)
+# fails to compile, bug #681316
+=app-crypt/gnupg-2.2.14
+
 # Fabian Groffen  (12 Nov 2018)
 # this version of binutils produces shared libraries with symbol lookup
 # errors, probably a versioning problem, confirmed on Solaris 10 and



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

2019-03-22 Thread Jorge Manuel B. S. Vicetto
commit: c5dcfe2c0e3451b7a9d0652c0962968c43a423d4
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Mar 22 19:58:17 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Mar 22 19:59:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5dcfe2c

www-apps/drupal: Drop vulnerable versions.

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

 www-apps/drupal/Manifest |  3 --
 www-apps/drupal/drupal-7.64.ebuild   | 74 ---
 www-apps/drupal/drupal-8.5.11.ebuild | 84 
 www-apps/drupal/drupal-8.6.10.ebuild | 84 
 4 files changed, 245 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 8d75d01dff4..a934dec7d03 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,6 +1,3 @@
-DIST drupal-7.64.tar.gz 3297822 BLAKE2B 
8f1e9fa72086ae41a4d5bc2b261d23b5302400263cea28eb4e7b70ffb56d16c70dde31f7759eec9493a485e4527ba6e1085321362e835110d9b672bb520331dd
 SHA512 
90d4b863df5597ac7e88dc09317e3ab8b2beacd6051ef267de52d1fe599a8704f25ede708d2a106c18d76f19c2c9de1e5003086ab9116bae5624acd418e8a014
 DIST drupal-7.65.tar.gz 3298607 BLAKE2B 
f3a728c3e464b8d94719ed7a79359c5fa2b8b0216ee90029d05e873377566a398d80f188f9dc36f2504057ca7bcd364d5c4f50652f25e73e1aa0e7d5d7b1
 SHA512 
a79ff93e13456b35160ee17f986dce9cffefa265d0034dab6223a3097eaf45c11ea3548904ff6c125be0817dc71a8ac7320aca91a11eefeaad03d45527725e79
-DIST drupal-8.5.11.tar.gz 15817672 BLAKE2B 
da944b432cacf070f47c3c16966c0a0a8950258f067bf2da50ae00281cee6a72f53940ad227ca2864f342c25a7bd6a500140f8070c932aa1a07a96b98016f1ff
 SHA512 
16695af590d048882fa2c3b4aae071d6cbbad6eb4d0dd02763b7c95c782ef4cec70e3825cebbaecf2d5a6f18e2744017accb7bf9e7caf17b1b497eabfef3a348
 DIST drupal-8.5.14.tar.gz 15828327 BLAKE2B 
aa638ac4643541d9ec2b2168633c8ab4fe6b64f3c2b9fec46a6a45903ccaaa26ba671c62d57c51a5698ad2558c6ed3ee491dff739f1eed05ea2a0fefba5ace31
 SHA512 
2be4878cbb27389d11f3686fdc911468a8481d7cbade168c70e733615f2ed699bcc8eb1798079d0b354c81caec0cf74fb232b310e9ab7e059c00fba4b3ee2796
-DIST drupal-8.6.10.tar.gz 16858107 BLAKE2B 
1a86d907fea4ec77d88bc7a8d937baa093972b4823e347ce151040a8f7a53330433cea73273097a8960c41b9655094451f38160bcf2f6197fa7e7fcf82c52060
 SHA512 
acd37fd87a15ca5056b1b1341cd24481073b21dca279536f4065c817230b83dd41a01fc82867781ee2d70cd7e5ccd333b6bdda0cfe4966ce79bf5b1435ad5192
 DIST drupal-8.6.13.tar.gz 17137449 BLAKE2B 
f52b082bdccbeb3600da723483bbdef8645babc84a433c82e38b7029332764361a3ca6996b6ac9c20e96c27b4412c7d14a9b0b454c234594f13ba4fdeba39029
 SHA512 
ed9da8596ca5f4dee569b2beea561b75742aa801ef450258786c6d496e9205cd865af3a6cca56bc276df48841b95bce46ffcda6bbf8183866ec3c991fff2

diff --git a/www-apps/drupal/drupal-7.64.ebuild 
b/www-apps/drupal/drupal-7.64.ebuild
deleted file mode 100644
index 2d1f90ebbd0..000
--- a/www-apps/drupal/drupal-7.64.ebuild
+++ /dev/null
@@ -1,74 +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
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~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="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
-   dodoc ${docs}
-   rm -f ${docs} INSTALL COPYRIGHT.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_serverowned "${MY_HTDOCSDIR}"/sites/default
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en 

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

2019-03-22 Thread Jorge Manuel B. S. Vicetto
commit: 590cf40620a816764d180ce87699490babdf56f1
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Mar 22 19:57:11 2019 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Mar 22 19:59:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590cf406

www-apps/drupal: Security bump (SA-CORE-2019-004).

Bug: http://bugs.gentoo.org/681172
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 www-apps/drupal/Manifest |  3 ++
 www-apps/drupal/drupal-7.65.ebuild   | 74 +++
 www-apps/drupal/drupal-8.5.14.ebuild | 84 
 www-apps/drupal/drupal-8.6.13.ebuild | 84 
 4 files changed, 245 insertions(+)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 294a5fd9ff3..8d75d01dff4 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,3 +1,6 @@
 DIST drupal-7.64.tar.gz 3297822 BLAKE2B 
8f1e9fa72086ae41a4d5bc2b261d23b5302400263cea28eb4e7b70ffb56d16c70dde31f7759eec9493a485e4527ba6e1085321362e835110d9b672bb520331dd
 SHA512 
90d4b863df5597ac7e88dc09317e3ab8b2beacd6051ef267de52d1fe599a8704f25ede708d2a106c18d76f19c2c9de1e5003086ab9116bae5624acd418e8a014
+DIST drupal-7.65.tar.gz 3298607 BLAKE2B 
f3a728c3e464b8d94719ed7a79359c5fa2b8b0216ee90029d05e873377566a398d80f188f9dc36f2504057ca7bcd364d5c4f50652f25e73e1aa0e7d5d7b1
 SHA512 
a79ff93e13456b35160ee17f986dce9cffefa265d0034dab6223a3097eaf45c11ea3548904ff6c125be0817dc71a8ac7320aca91a11eefeaad03d45527725e79
 DIST drupal-8.5.11.tar.gz 15817672 BLAKE2B 
da944b432cacf070f47c3c16966c0a0a8950258f067bf2da50ae00281cee6a72f53940ad227ca2864f342c25a7bd6a500140f8070c932aa1a07a96b98016f1ff
 SHA512 
16695af590d048882fa2c3b4aae071d6cbbad6eb4d0dd02763b7c95c782ef4cec70e3825cebbaecf2d5a6f18e2744017accb7bf9e7caf17b1b497eabfef3a348
+DIST drupal-8.5.14.tar.gz 15828327 BLAKE2B 
aa638ac4643541d9ec2b2168633c8ab4fe6b64f3c2b9fec46a6a45903ccaaa26ba671c62d57c51a5698ad2558c6ed3ee491dff739f1eed05ea2a0fefba5ace31
 SHA512 
2be4878cbb27389d11f3686fdc911468a8481d7cbade168c70e733615f2ed699bcc8eb1798079d0b354c81caec0cf74fb232b310e9ab7e059c00fba4b3ee2796
 DIST drupal-8.6.10.tar.gz 16858107 BLAKE2B 
1a86d907fea4ec77d88bc7a8d937baa093972b4823e347ce151040a8f7a53330433cea73273097a8960c41b9655094451f38160bcf2f6197fa7e7fcf82c52060
 SHA512 
acd37fd87a15ca5056b1b1341cd24481073b21dca279536f4065c817230b83dd41a01fc82867781ee2d70cd7e5ccd333b6bdda0cfe4966ce79bf5b1435ad5192
+DIST drupal-8.6.13.tar.gz 17137449 BLAKE2B 
f52b082bdccbeb3600da723483bbdef8645babc84a433c82e38b7029332764361a3ca6996b6ac9c20e96c27b4412c7d14a9b0b454c234594f13ba4fdeba39029
 SHA512 
ed9da8596ca5f4dee569b2beea561b75742aa801ef450258786c6d496e9205cd865af3a6cca56bc276df48841b95bce46ffcda6bbf8183866ec3c991fff2

diff --git a/www-apps/drupal/drupal-7.65.ebuild 
b/www-apps/drupal/drupal-7.65.ebuild
new file mode 100644
index 000..2d1f90ebbd0
--- /dev/null
+++ b/www-apps/drupal/drupal-7.65.ebuild
@@ -0,0 +1,74 @@
+# 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
+
+DESCRIPTION="PHP-based open-source platform and content management system"
+HOMEPAGE="https://www.drupal.org/;
+SRC_URI="https://ftp.drupal.org/files/projects/${P}.tar.gz;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~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="MAINTAINERS.txt LICENSE.txt INSTALL.txt CHANGELOG.txt 
INSTALL.mysql.txt INSTALL.pgsql.txt INSTALL.sqlite.txt UPGRADE.txt "
+   dodoc ${docs}
+   rm -f ${docs} INSTALL COPYRIGHT.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_serverowned "${MY_HTDOCSDIR}"/sites/default
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites/default/settings.php
+
+   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   

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

2019-03-22 Thread Rick Farina
commit: f830911f2ae4e86dbc0b73d78dc52878634cb5ac
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Mar 22 19:50:41 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri Mar 22 19:55:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f830911f

net-wireless/wpa_supplicant: add some new support

add support for a few things like FILS which are available and weren't
in gentoo.  remove gnutls and internal tls implementations for being
broken with nearly everything, especially wpa3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 ...icant-.ebuild => wpa_supplicant-2.7-r2.ebuild} | 19 +++
 .../wpa_supplicant/wpa_supplicant-.ebuild | 11 ---
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild
similarity index 95%
copy from net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
copy to net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild
index 487ffc5b611..02ae5e792d5 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild
@@ -18,7 +18,7 @@ else
 fi
 
 SLOT="0"
-IUSE="ap bindist dbus eap-sim eapol_test fasteap +hs2-0 libressl macsec p2p 
privsep ps3 qt5 readline selinux smartcard suiteb tdls uncommon-eap-types wimax 
wps kernel_linux kernel_FreeBSD"
+IUSE="ap bindist dbus eap-sim eapol_test fasteap +hs2-0 libressl macsec p2p 
privsep ps3 qt5 readline selinux smartcard tdls uncommon-eap-types wimax wps 
kernel_linux kernel_FreeBSD"
 
 CDEPEND="dbus? ( sys-apps/dbus )
kernel_linux? (
@@ -116,6 +116,12 @@ src_prepare() {
# bug (320097)
eapply 
"${FILESDIR}/${PN}-2.6-do-not-call-dbus-functions-with-NULL-path.patch"
 
+   # fix undefined reference to remove_ie()
+   eapply "${FILESDIR}/${P}-fix-undefined-remove-ie.patch"
+
+   # bug (672632)
+   eapply "${FILESDIR}/${P}-libressl.patch"
+
# bug (640492)
sed -i 's#-Werror ##' wpa_supplicant/Makefile || die
 }
@@ -209,11 +215,6 @@ src_configure() {
Kconfig_style_config WPA_CLI_EDIT
fi
 
-   if use suiteb; then
-   Kconfig_style_config SUITEB
-   fi
-
-   Kconfig_style_config SUITEB192
Kconfig_style_config TLS openssl
Kconfig_style_config FST
if ! use bindist; then
@@ -226,6 +227,8 @@ src_configure() {
Kconfig_style_config OWE
Kconfig_style_config SAE
Kconfig_style_config DPP
+   Kconfig_style_config SUITEB
+   Kconfig_style_config SUITEB192
fi
 
if use smartcard ; then
@@ -384,7 +387,7 @@ src_install() {
insinto /etc/dbus-1/system.d
newins dbus-wpa_supplicant.conf wpa_supplicant.conf
insinto /usr/share/dbus-1/system-services
-   doins fi.w1.wpa_supplicant1.service
+   doins fi.epitest.hostap.WPASupplicant.service 
fi.w1.wpa_supplicant1.service
popd > /dev/null || die
 
# This unit relies on dbus support, bug 538600.
@@ -411,7 +414,7 @@ pkg_postinst() {
 
if use bindist; then
if ! use libressl; then
-   ewarn "Using bindist use flags presently breaks WPA3 
(specifically SAE, OWE, DPP, and FILS)."
+   ewarn "Using bindist use flag presently breaks WPA3 
(specifically SAE, OWE, DPP, and FILS)."
ewarn "This is incredibly undesirable"
fi
fi

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
index 487ffc5b611..e0e179eeae0 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
@@ -18,7 +18,7 @@ else
 fi
 
 SLOT="0"
-IUSE="ap bindist dbus eap-sim eapol_test fasteap +hs2-0 libressl macsec p2p 
privsep ps3 qt5 readline selinux smartcard suiteb tdls uncommon-eap-types wimax 
wps kernel_linux kernel_FreeBSD"
+IUSE="ap bindist dbus eap-sim eapol_test fasteap +hs2-0 libressl macsec p2p 
privsep ps3 qt5 readline selinux smartcard tdls uncommon-eap-types wimax wps 
kernel_linux kernel_FreeBSD"
 
 CDEPEND="dbus? ( sys-apps/dbus )
kernel_linux? (
@@ -209,11 +209,6 @@ src_configure() {
Kconfig_style_config WPA_CLI_EDIT
fi
 
-   if use suiteb; then
-   Kconfig_style_config SUITEB
-   fi
-
-   Kconfig_style_config SUITEB192
Kconfig_style_config TLS openssl
Kconfig_style_config FST
if ! use bindist; then
@@ -226,6 +221,8 @@ src_configure() {
Kconfig_style_config OWE
Kconfig_style_config SAE
Kconfig_style_config DPP
+   Kconfig_style_config SUITEB
+ 

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

2019-03-22 Thread Rick Farina
commit: fbc6592d99312e8cbbea70c0fdb46ae74b7c11c1
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Mar 22 19:54:51 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri Mar 22 19:55:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc6592d

net-wireless/wpa_supplicant: remove macsec linux

the driver isn't functional in this release

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild
index 02ae5e792d5..39d282d 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild
@@ -252,7 +252,6 @@ src_configure() {
if use macsec ; then
#requires something, no idea what
#Kconfig_style_config DRIVER_MACSEC_QCA
-   Kconfig_style_config DRIVER_MACSEC_LINUX
Kconfig_style_config MACSEC
fi
 



[gentoo-commits] proj/devmanual:master commit in: bin/

2019-03-22 Thread Brian Evans
commit: b6b4d4ed8430f37e3b809096be1ab3d99ce7fe05
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar 22 19:45:43 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar 22 19:45:43 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b6b4d4ed

Reorder title header of generated pages

Signed-off-by: Brian Evans  gentoo.org>

 bin/gen-eclass-html.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index f97f2c7..65b70f0 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -47,7 +47,7 @@ for i in $(/usr/bin/qlist eclass-manpages) 
/usr/share/man/man5/ebuild.5.bz2; do
 
 

-   Gentoo Development Guide: $BASENAME
+   $BASENAME - Gentoo Development Guide






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

2019-03-22 Thread Rafael Martins
commit: 1c878da150ecb5a67aafa7ecda9bd69db2079939
Author: Rafael Martins  gentoo  org>
AuthorDate: Fri Mar 22 19:42:02 2019 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Fri Mar 22 19:42:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c878da1

dev-lang/luajit: added 2.1.0 beta, without keywords (bug #678404)

Package-Manager: Portage-2.3.49, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 dev-lang/luajit/Manifest  |  1 +
 dev-lang/luajit/luajit-2.1.0_beta3.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-lang/luajit/Manifest b/dev-lang/luajit/Manifest
index b7dd96473d0..064a580503e 100644
--- a/dev-lang/luajit/Manifest
+++ b/dev-lang/luajit/Manifest
@@ -2,3 +2,4 @@ DIST LuaJIT-2.0.2.tar.gz 843031 BLAKE2B 
7dbf36c1d41106bb55b4588920a79b4c68139e00
 DIST LuaJIT-2.0.3.tar.gz 844927 BLAKE2B 
a6ed54ef562b7af594367cbc0ed6e20295bb64781ceb6b46df81d10d7abd9fdaf902344ab7a6dfdffa6fc38b05e70648ae53c9cffdfb2a866989eba4b02fe9df
 SHA512 
7b3e3de22ac3602299b5918b60801e45a3278e547a15c16fdae7359538d4ada27ba664935d5f97c7409f330c2f8efeaae9ea03415f5e9d5a9d81e022cd5d36e0
 DIST LuaJIT-2.0.4.tar.gz 847615 BLAKE2B 
b410d06734056283655e70a53b4f1160553cc74a9d6a80d4a919f7f38589888fff339eda661ec623258a5f186f4eb2d2c9b5809b6f7e55f9e058058426e2fe74
 SHA512 
a72957bd85d8f457269e78bf08c19b28c5707df5d19920d61918f8a6913f55913ce13037fb9a6463c04cefde0c6644739f390e09d656e4bbc2c236927aa3f8f9
 DIST LuaJIT-2.0.5.tar.gz 849845 BLAKE2B 
961c8622e19b0e66a76a875cb46ad149cb2559b5af41f360dc41dd0d6bb924583e6477dd1329f67c2ac6ea4b8dc42c5e2f4d63ea49400aba4d9e7c7e85e4b085
 SHA512 
2636675602b4a060b0571c05220db2061dd2f38568e35b2be346a0f5e3128d87057d11d3d0d7567d8cc4e0817b5e4cf2c52a17a48065520962b157816465a9fe
+DIST LuaJIT-2.1.0-beta3.tar.gz 1025180 BLAKE2B 
ac3d12e25bd9946ba41aed6672c66884e7256e6be99d7ee8d1260d697453c966b24d60387f278f47233bad44cda61085c9059e6f62c0bc7cfdaaefde282346c5
 SHA512 
c44e967a0f671ed32b55aee810bc8b3b63737a2d7363b8984ae1949b24f98dbb3f9be7c1e10239fdeb96a3e3c836f606342cbd61838cf9bcadb077443eb5bc12

diff --git a/dev-lang/luajit/luajit-2.1.0_beta3.ebuild 
b/dev-lang/luajit/luajit-2.1.0_beta3.ebuild
new file mode 100644
index 000..6497ae142c3
--- /dev/null
+++ b/dev-lang/luajit/luajit-2.1.0_beta3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit pax-utils toolchain-funcs versionator
+
+MY_PV="$(get_version_component_range 1-4)"
+MY_PV="${MY_PV/_beta/-beta}"
+MY_P="LuaJIT-${MY_PV}"
+
+DESCRIPTION="Just-In-Time Compiler for the Lua programming language"
+HOMEPAGE="http://luajit.org/;
+SRC_URI="http://luajit.org/download/${MY_P}.tar.gz;
+
+LICENSE="MIT"
+# this should probably be pkgmoved to 2.0 for sake of consistency.
+SLOT="2"
+KEYWORDS=""
+IUSE="lua52compat static-libs"
+
+S="${WORKDIR}/${MY_P}"
+
+_emake() {
+   emake \
+   Q= \
+   PREFIX="${EPREFIX}/usr" \
+   MULTILIB="$(get_libdir)" \
+   DESTDIR="${D}" \
+   HOST_CC="$(tc-getBUILD_CC)" \
+   STATIC_CC="$(tc-getCC)" \
+   DYNAMIC_CC="$(tc-getCC) -fPIC" \
+   TARGET_LD="$(tc-getCC)" \
+   TARGET_AR="$(tc-getAR) rcus" \
+   BUILDMODE="$(usex static-libs mixed dynamic)" \
+   TARGET_STRIP="true" \
+   INSTALL_LIB="${ED%/}/usr/$(get_libdir)" \
+   "$@"
+}
+
+src_compile() {
+   _emake XCFLAGS="$(usex lua52compat "-DLUAJIT_ENABLE_LUA52COMPAT" "")"
+}
+
+src_install(){
+   _emake install
+
+   pax-mark m "${ED}usr/bin/luajit-${MY_PV}"
+
+   HTML_DOCS="doc/." einstalldocs
+}



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

2019-03-22 Thread Rick Farina
commit: f0eb78b0281f714dc7506eba410cd1ebaf1e7ad0
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Mar 22 19:33:22 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri Mar 22 19:39:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0eb78b0

net-wireless/wpa_supplicant: update live

this is the LAST ebuild that will support gnutls or internal tls
implementations.  they don't work for any of the new wpa3 stuff, they
aren't equivilent and never were.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/wpa_supplicant/metadata.xml   |  1 +
 .../wpa_supplicant/wpa_supplicant-.ebuild  | 31 ++
 2 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/net-wireless/wpa_supplicant/metadata.xml 
b/net-wireless/wpa_supplicant/metadata.xml
index 885b7c3d6bb..4d369c2c386 100644
--- a/net-wireless/wpa_supplicant/metadata.xml
+++ b/net-wireless/wpa_supplicant/metadata.xml
@@ -11,6 +11,7 @@
Build and install eapol_test 
binary
Add support for FAST-EAP authentication 
algorithm
Add support for 802.11u and Passpoint for 
HotSpot 2.0
+   Add support for wired macsec
Add support for Wi-Fi Direct mode
Add support for ps3 hypervisor driven gelic 
wifi
Enable wpa_priv privledge separation 
binary

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
index 72b9d2aa46d..8a81bc1b5d4 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
@@ -18,7 +18,7 @@ else
 fi
 
 SLOT="0"
-IUSE="ap bindist dbus eap-sim eapol_test fasteap gnutls +hs2-0 libressl p2p 
privsep ps3 qt5 readline selinux smartcard ssl suiteb tdls uncommon-eap-types 
wimax wps kernel_linux kernel_FreeBSD"
+IUSE="ap bindist dbus eap-sim eapol_test fasteap gnutls +hs2-0 libressl macsec 
p2p privsep ps3 qt5 readline selinux smartcard ssl suiteb tdls 
uncommon-eap-types wimax wps kernel_linux kernel_FreeBSD"
 REQUIRED_USE="smartcard? ( ssl )"
 
 CDEPEND="dbus? ( sys-apps/dbus )
@@ -90,7 +90,7 @@ Kconfig_style_config() {
 pkg_setup() {
if use ssl ; then
if use gnutls && use libressl ; then
-   elog "You have both 'gnutls' and 'libressl' USE flags 
enabled: defaulting to USE=\"gnutls\""
+   elog "You have both 'gnutls' and 'libressl' USE flags 
enabled: defaulting to USE=\"libressl\""
fi
else
elog "You have 'ssl' USE flag disabled: defaulting to internal 
TLS implementation"
@@ -153,6 +153,11 @@ src_configure() {
Kconfig_style_config IBSS_RSN
Kconfig_style_config IEEE80211W
Kconfig_style_config IEEE80211R
+   Kconfig_style_config HT_OVERRIDES
+   Kconfig_style_config VHT_OVERRIDES
+   Kconfig_style_config OCV
+   Kconfig_style_config TLSV11
+   Kconfig_style_config TLSV12
 
# Basic authentication methods
# NOTE: we don't set GPSK or SAKE as they conflict
@@ -177,6 +182,13 @@ src_configure() {
Kconfig_style_config BGSCAN_SIMPLE
Kconfig_style_config BGSCAN_LEARN
 
+   if use macsec ; then
+   #requires something, no idea what
+   #Kconfig_style_config DRIVER_MACSEC_QCA
+   Kconfig_style_config DRIVER_MACSEC_LINUX
+   Kconfig_style_config MACSEC
+   fi
+
if use dbus ; then
Kconfig_style_config CTRL_IFACE_DBUS
Kconfig_style_config CTRL_IFACE_DBUS_NEW
@@ -233,25 +245,34 @@ src_configure() {
if use gnutls ; then
Kconfig_style_config TLS gnutls
Kconfig_style_config GNUTLS_EXTRA
+   Kconfig_style_config EAP_PWD n
+   Kconfig_style_config SAE n
+   Kconfig_style_config DPP n
else
#this fails for gnutls
Kconfig_style_config SUITEB192
Kconfig_style_config TLS openssl
+   Kconfig_style_config FST
if ! use bindist; then
  #this fails for gnutls
  Kconfig_style_config EAP_PWD
+ Kconfig_style_config FILS
+ Kconfig_style_config FILS_SK_PFS
  # SAE fails on gnutls and everything below here needs 
SAE
  # Enabling mesh networks.
  Kconfig_style_config MESH
  #WPA3
  Kconfig_style_config OWE
  Kconfig_style_config SAE
- #we also need to disable FILS, except that isn't 
enabled yet
+ 

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

2019-03-22 Thread Rick Farina
commit: ef2b4ea4fa229f9b1c92b34ee9dba111a927a7ea
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Mar 22 19:38:50 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri Mar 22 19:39:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2b4ea4

net-wireless/wpa_supplicant: simplify ebuild

remove broken gnutls and internal tls implementations.  they were never
equivilent to openssl and users don't need broken implementations

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 .../wpa_supplicant/wpa_supplicant-.ebuild  | 90 ++
 1 file changed, 25 insertions(+), 65 deletions(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
index 8a81bc1b5d4..487ffc5b611 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
@@ -18,8 +18,7 @@ else
 fi
 
 SLOT="0"
-IUSE="ap bindist dbus eap-sim eapol_test fasteap gnutls +hs2-0 libressl macsec 
p2p privsep ps3 qt5 readline selinux smartcard ssl suiteb tdls 
uncommon-eap-types wimax wps kernel_linux kernel_FreeBSD"
-REQUIRED_USE="smartcard? ( ssl )"
+IUSE="ap bindist dbus eap-sim eapol_test fasteap +hs2-0 libressl macsec p2p 
privsep ps3 qt5 readline selinux smartcard suiteb tdls uncommon-eap-types wimax 
wps kernel_linux kernel_FreeBSD"
 
 CDEPEND="dbus? ( sys-apps/dbus )
kernel_linux? (
@@ -38,17 +37,8 @@ CDEPEND="dbus? ( sys-apps/dbus )
sys-libs/ncurses:0=
sys-libs/readline:0=
)
-   ssl? (
-   gnutls? (
-   dev-libs/libgcrypt:0=
-   net-libs/gnutls:=
-   )
-   !gnutls? (
-   !libressl? ( >=dev-libs/openssl-1.0.2k:0=[bindist=] )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   !ssl? ( dev-libs/libtommath )
+   !libressl? ( >=dev-libs/openssl-1.0.2k:0=[bindist=] )
+   libressl? ( dev-libs/libressl:0= )
 "
 DEPEND="${CDEPEND}
virtual/pkgconfig
@@ -87,16 +77,6 @@ Kconfig_style_config() {
fi
 }
 
-pkg_setup() {
-   if use ssl ; then
-   if use gnutls && use libressl ; then
-   elog "You have both 'gnutls' and 'libressl' USE flags 
enabled: defaulting to USE=\"libressl\""
-   fi
-   else
-   elog "You have 'ssl' USE flag disabled: defaulting to internal 
TLS implementation"
-   fi
-}
-
 src_prepare() {
default
 
@@ -182,13 +162,6 @@ src_configure() {
Kconfig_style_config BGSCAN_SIMPLE
Kconfig_style_config BGSCAN_LEARN
 
-   if use macsec ; then
-   #requires something, no idea what
-   #Kconfig_style_config DRIVER_MACSEC_QCA
-   Kconfig_style_config DRIVER_MACSEC_LINUX
-   Kconfig_style_config MACSEC
-   fi
-
if use dbus ; then
Kconfig_style_config CTRL_IFACE_DBUS
Kconfig_style_config CTRL_IFACE_DBUS_NEW
@@ -240,39 +213,19 @@ src_configure() {
Kconfig_style_config SUITEB
fi
 
-   # SSL authentication methods
-   if use ssl ; then
-   if use gnutls ; then
-   Kconfig_style_config TLS gnutls
-   Kconfig_style_config GNUTLS_EXTRA
-   Kconfig_style_config EAP_PWD n
-   Kconfig_style_config SAE n
-   Kconfig_style_config DPP n
-   else
-   #this fails for gnutls
-   Kconfig_style_config SUITEB192
-   Kconfig_style_config TLS openssl
-   Kconfig_style_config FST
-   if ! use bindist; then
- #this fails for gnutls
- Kconfig_style_config EAP_PWD
- Kconfig_style_config FILS
- Kconfig_style_config FILS_SK_PFS
- # SAE fails on gnutls and everything below here needs 
SAE
- # Enabling mesh networks.
- Kconfig_style_config MESH
- #WPA3
- Kconfig_style_config OWE
- Kconfig_style_config SAE
- Kconfig_style_config DPP
-   fi
-
-   fi
-   else
-   Kconfig_style_config TLS internal
-   Kconfig_style_config EAP_PWD n
-   Kconfig_style_config SAE n
-   Kconfig_style_config DPP n
+   Kconfig_style_config SUITEB192
+   Kconfig_style_config TLS openssl
+   Kconfig_style_config FST
+   if ! use bindist; then
+   Kconfig_style_config EAP_PWD
+   Kconfig_style_config FILS
+   Kconfig_style_config 

[gentoo-commits] proj/devmanual:master commit in: /, bin/

2019-03-22 Thread Brian Evans
commit: 534ad84860ac80c3984bf96a8b31a3c8c495b403
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar 22 18:12:47 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar 22 18:12:47 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=534ad848

Add list-group attributes to some items

Signed-off-by: Brian Evans  gentoo.org>

 bin/gen-eclass-html.sh |  6 +++---
 devbook.xsl| 21 +++--
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index e87f60f..f97f2c7 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -119,16 +119,16 @@ installed by emerging app-porta
 
 Contents
 
-
+
 EOF
 
 for i in $(find $OUTPUTDIR/ -maxdepth 1 -mindepth 1 -type d | sort); do
-   echo "$(basename $i) Reference" >> ${OUTPUTDIR}/text.xml
+   echo "$(basename $i) 
Reference" >> ${OUTPUTDIR}/text.xml
 done
 
 cat << EOF >> ${OUTPUTDIR}/text.xml
 
-
+
 
 
 

diff --git a/devbook.xsl b/devbook.xsl
index 2c8e506..4a47b6b 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -205,6 +205,14 @@
 
   
 
+  
+list-group-item
+  
+
+  
+list-group-item
+  
+
   
   
 
@@ -279,6 +287,7 @@
   
 
   
+
 
   
   

[gentoo-commits] proj/devmanual:master commit in: /

2019-03-22 Thread Brian Evans
commit: bf154c632dc1059eef9aca2970db9c85f515a97c
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar 22 16:02:02 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar 22 16:02:02 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bf154c63

Change docbook template to remove glyphicon

glyphicons are deprecated and we have fontawesome already

Use Font awesome instead

Signed-off-by: Brian Evans  gentoo.org>

 devbook.xsl | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/devbook.xsl b/devbook.xsl
index 853f4bd..2c8e506 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -496,7 +496,7 @@
   ../
 
   
-   
Home
+   Home
   
  
 
@@ -594,7 +594,7 @@
   -->
   

-
+
   
   

@@ -627,7 +627,7 @@
 ../
  

-
+
  
  

   
-

+
   
   

@@ -697,10 +697,10 @@



-

+
  
  
-
+

  

   



[gentoo-commits] proj/devmanual:master commit in: /

2019-03-22 Thread Brian Evans
commit: 361033ad06388df33c2c30e9d14fa6b077839e85
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar 22 16:04:31 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar 22 16:04:31 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=361033ad

Include the eclass-reference directory

Now generated by the script in bin/

Signed-off-by: Brian Evans  gentoo.org>

 text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/text.xml b/text.xml
index e88ed52..4bc295c 100644
--- a/text.xml
+++ b/text.xml
@@ -46,7 +46,7 @@ section lists specific contributions to this manual.
 
 
 
-
+
 
 
 



[gentoo-commits] proj/genkernel:master commit in: /

2019-03-22 Thread Thomas Deutschmann
commit: eb1e267427641ddef447e342f1ac7dd39242eca5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Mar 22 18:48:20 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Mar 22 18:48:20 2019 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=eb1e2674

append_modules(): Adjust indentation

 gen_initramfs.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 50315cb..3ed560e 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -806,7 +806,7 @@ append_modules() {
local group_modules
local MOD_EXT="$(modules_kext)"
 
-   print_info 2 "initramfs: >> Searching for modules..."
+   print_info 2 "$(getIndent 2)initramfs: >> Searching for modules..."
if [ "${INSTALL_MOD_PATH}" != '' ]
then
cd ${INSTALL_MOD_PATH}
@@ -824,11 +824,11 @@ append_modules() {
mymod=`find ./lib/modules/${KV} -name "${i}${MOD_EXT}" 
2>/dev/null| head -n 1 `
if [ -z "${mymod}" ]
then
-   print_warning 2 "Warning :: ${i}${MOD_EXT} not found; 
skipping..."
+   print_warning 2 "$(getIndent 3) - ${i}${MOD_EXT} not 
found; skipping..."
continue;
fi
 
-   print_info 2 "initramfs: >> Copying ${i}${MOD_EXT}..."
+   print_info 2 "$(getIndent 3) - Copying ${i}${MOD_EXT}..."
cp -ax --parents "${mymod}" 
"${TEMP}/initramfs-modules-${KV}-temp"
done
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-auth-ldap/

2019-03-22 Thread William Hubbs
commit: 3a37cc95b76126bdeddbdea45f665a0b27f265a2
Author: William Hubbs  sony  com>
AuthorDate: Fri Mar 22 17:37:05 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar 22 17:40:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a37cc95

dev-python/django-auth-ldap: 1.7 bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-auth-ldap/Manifest   |  1 +
 .../django-auth-ldap/django-auth-ldap-1.7.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/django-auth-ldap/Manifest 
b/dev-python/django-auth-ldap/Manifest
index 05341746096..2e3cdb85c95 100644
--- a/dev-python/django-auth-ldap/Manifest
+++ b/dev-python/django-auth-ldap/Manifest
@@ -1,2 +1,3 @@
 DIST django-auth-ldap-1.2.2.tar.gz 131086 BLAKE2B 
78f93eb24620907f5b5671972e2b80ec6e59cdc42a455c298bef4c3215616228735a0647b0646b683357bc16ea6d03488aa86626e2ad51211a382ee2d0482909
 SHA512 
676d1114faeb9a2956ed51c586afea7618c1bf62867d3525596599391f8327b8f22a075c4203311df88279c317ca37b9097b59e55a64330afee6eb1c5a9c9ac3
 DIST django-auth-ldap-1.2.7.tar.gz 131431 BLAKE2B 
03fac590118d25ad0d9d8a3ac5dd8bb24f138f193bf27ae85d4e2776be79bb31ca7efb278fd05ca1d45976116ca7ec79ec3b510ca380dd8912ce47f1522ad348
 SHA512 
2ca29bdceb4b2540f7c90c9dfdfd7a02f91e72cd44ae062cebff84199dab737ee69ada56269189ec0dd70ee7916c3373acba50866280ad080c4c68dd69dffb09
+DIST django-auth-ldap-1.7.0.tar.gz 48897 BLAKE2B 
b4b196e4cd0882a48d2437326cda57394963fa44a64a3cf5a0ff668bb86243da3979e2746e096a458a5bf1d3c8be687f3d3fe456f5a6b0ada11ebd1f4787e323
 SHA512 
6478b2ef43e6f49acff3dd2e3a2a462ae02a3f1475d5615ba2f14bfd5efe2b232a3d2008902177d90822fea6b096a05814a5f028f4eec5ee09c5e5a62793e73d

diff --git a/dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild 
b/dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild
new file mode 100644
index 000..12370642b88
--- /dev/null
+++ b/dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Django LDAP authentication backend"
+HOMEPAGE="https://pypi.org/project/django-auth-ldap/ 
https://bitbucket.org/psagers/django-auth-ldap/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
+   >=dev-python/python-ldap-3.1[${PYTHON_USEDEP}]"
+DEPEND="app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+   distutils-r1_python_install_all
+}



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

2019-03-22 Thread Michał Górny
commit: 16a9ff90261424f5b3f0c1b8eb4966efa6348793
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 15:53:08 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 17:07:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a9ff90

dev-ml/llvm-ocaml: WebAssembly is no longer experimental in 8.0+

Reported-by: Matthew Smith  offtopica.uk>
Signed-off-by: Michał Górny  gentoo.org>

 dev-ml/llvm-ocaml/llvm-ocaml-8.0.0.ebuild| 2 +-
 dev-ml/llvm-ocaml/llvm-ocaml-8.0..ebuild | 2 +-
 dev-ml/llvm-ocaml/llvm-ocaml-.ebuild | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-8.0.0.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-8.0.0.ebuild
index 844cf32241c..f083d7d40b8 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-8.0.0.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-8.0.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz;
 
 # Keep in sync with sys-devel/llvm
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore )
+   NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore )
 ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-8.0..ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-8.0..ebuild
index 1857f99418c..1d5a88b0a17 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-8.0..ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-8.0..ebuild
@@ -19,7 +19,7 @@ EGIT_BRANCH="release_80"
 
 # Keep in sync with sys-devel/llvm
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore )
+   NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore )
 ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-.ebuild
index 6fa322a6fd1..1f5f6bf010e 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-.ebuild
@@ -17,9 +17,9 @@ EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
https://github.com/llvm-mirror/llvm.git;
 
 # Keep in sync with sys-devel/llvm
-ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR Nios2 RISCV WebAssembly )
+ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR Nios2 RISCV )
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore
+   NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore
"${ALL_LLVM_EXPERIMENTAL_TARGETS[@]}" )
 ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}



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

2019-03-22 Thread Michał Górny
commit: 95aea74a88738aa69c1e2e317d377733d511543c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 15:46:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 17:07:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95aea74a

sys-devel/llvm: WebAssembly is no longer experimental in 8.0+

Reported-by: Matthew Smith  offtopica.uk>
Signed-off-by: Michał Górny  gentoo.org>

 sys-devel/llvm/llvm-8.0.0.ebuild| 2 +-
 sys-devel/llvm/llvm-8.0..ebuild | 2 +-
 sys-devel/llvm/llvm-.ebuild | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-devel/llvm/llvm-8.0.0.ebuild b/sys-devel/llvm/llvm-8.0.0.ebuild
index 7c162fc0d0b..590f25fc855 100644
--- a/sys-devel/llvm/llvm-8.0.0.ebuild
+++ b/sys-devel/llvm/llvm-8.0.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
 
 # Keep in sync with CMakeLists.txt
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore )
+   NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore )
 ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 
 # Additional licenses:

diff --git a/sys-devel/llvm/llvm-8.0..ebuild 
b/sys-devel/llvm/llvm-8.0..ebuild
index 4d4395f2fdb..762eed9364f 100644
--- a/sys-devel/llvm/llvm-8.0..ebuild
+++ b/sys-devel/llvm/llvm-8.0..ebuild
@@ -20,7 +20,7 @@ EGIT_BRANCH="release_80"
 
 # Keep in sync with CMakeLists.txt
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore )
+   NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore )
 ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 
 # Additional licenses:

diff --git a/sys-devel/llvm/llvm-.ebuild b/sys-devel/llvm/llvm-.ebuild
index 0da81c25c4c..fe059751a9f 100644
--- a/sys-devel/llvm/llvm-.ebuild
+++ b/sys-devel/llvm/llvm-.ebuild
@@ -18,10 +18,10 @@ EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
https://github.com/llvm-mirror/llvm.git;
 
 # Those are in lib/Targets, without explicit CMakeLists.txt mention
-ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR Nios2 RISCV WebAssembly )
+ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR Nios2 RISCV )
 # Keep in sync with CMakeLists.txt
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore
+   NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore
"${ALL_LLVM_EXPERIMENTAL_TARGETS[@]}" )
 ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 



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

2019-03-22 Thread Michał Górny
commit: 312bd2132b7e00d106526b97705581eb8be5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 15:53:17 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 17:07:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312bd213

sys-devel/clang: WebAssembly is no longer experimental in 8.0+

Reported-by: Matthew Smith  offtopica.uk>
Signed-off-by: Michał Górny  gentoo.org>

 sys-devel/clang/clang-8.0.0.ebuild| 2 +-
 sys-devel/clang/clang-8.0..ebuild | 2 +-
 sys-devel/clang/clang-.ebuild | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-devel/clang/clang-8.0.0.ebuild 
b/sys-devel/clang/clang-8.0.0.ebuild
index 688d5f47542..b06ed7f3a68 100644
--- a/sys-devel/clang/clang-8.0.0.ebuild
+++ b/sys-devel/clang/clang-8.0.0.ebuild
@@ -25,7 +25,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
 
 # Keep in sync with sys-devel/llvm
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore )
+   NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore )
 ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 

diff --git a/sys-devel/clang/clang-8.0..ebuild 
b/sys-devel/clang/clang-8.0..ebuild
index 436cd91d92d..770ae49437c 100644
--- a/sys-devel/clang/clang-8.0..ebuild
+++ b/sys-devel/clang/clang-8.0..ebuild
@@ -21,7 +21,7 @@ EGIT_BRANCH="release_80"
 
 # Keep in sync with sys-devel/llvm
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore )
+   NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore )
 ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
 

diff --git a/sys-devel/clang/clang-.ebuild 
b/sys-devel/clang/clang-.ebuild
index a7338a6473c..32f4bcb7724 100644
--- a/sys-devel/clang/clang-.ebuild
+++ b/sys-devel/clang/clang-.ebuild
@@ -19,9 +19,9 @@ EGIT_REPO_URI="https://git.llvm.org/git/clang.git
https://github.com/llvm-mirror/clang.git;
 
 # Keep in sync with sys-devel/llvm
-ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR Nios2 RISCV WebAssembly )
+ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR Nios2 RISCV )
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC Sparc SystemZ X86 XCore
+   NVPTX PowerPC Sparc SystemZ WebAssembly X86 XCore
"${ALL_LLVM_EXPERIMENTAL_TARGETS[@]}" )
 ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vuplus/

2019-03-22 Thread Craig Andrews
commit: f8ad7c5857c6d57f6eb1f6bcf08b1594ad0882d2
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Mar 22 16:43:46 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Mar 22 16:44:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ad7c58

media-plugins/kodi-pvr-vuplus: 3.21.0 version bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-pvr-vuplus/Manifest |  1 +
 .../kodi-pvr-vuplus/kodi-pvr-vuplus-3.21.0.ebuild  | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/media-plugins/kodi-pvr-vuplus/Manifest 
b/media-plugins/kodi-pvr-vuplus/Manifest
index e924ef05847..ff636bc0e06 100644
--- a/media-plugins/kodi-pvr-vuplus/Manifest
+++ b/media-plugins/kodi-pvr-vuplus/Manifest
@@ -3,3 +3,4 @@ DIST kodi-pvr-vuplus-3.17.0.tar.gz 160410 BLAKE2B 
0eae7616abf01713148f6ac5370ccc
 DIST kodi-pvr-vuplus-3.18.1.tar.gz 163398 BLAKE2B 
30cab3bcd9e0750c116f2e95170fd5d9fdc5c1be0f8068ed58aafc265454105d70504c6bf661d0b4c2e21eb9ca9e1868ec8da8e32bd39a054feae5bf8804ab46
 SHA512 
eadfb01b5a9d478d03bf720133c5de163b5fc1b8789dd2f756724dd180bc00ae593c43a4e727d6f6c9646a99626cc8dd6ee72cb054db65c2a49acc08ebb00ccc
 DIST kodi-pvr-vuplus-3.19.0.tar.gz 168331 BLAKE2B 
141de1df21ae4149be56be3d952edd15792567aae39b337671c8f53cf28b1208dd69993a3680deb25b006b1d92eaa1a5b151ebc394f84d041d7cf99e56c206a4
 SHA512 
3a59aa691b0982cfbae466a3fa148a9ab71c7daeaeff1b91fdb71da4fbb406a6fa0346551bf7da37a4ba4dd6c1f58a2a3e41b0533b69afa4e28ecdf52be0029c
 DIST kodi-pvr-vuplus-3.20.0.tar.gz 172198 BLAKE2B 
bb68f6de811e14e38b0a804ed1db01e64df7d9c8e2c5ad6b31e07188f571418ec1ab8289056a0480b7aeffdd39bb8668c5ea0493ac0688e665c02994da9e53d1
 SHA512 
e30edab00ff0396ddd4021dc5a9ac8a0199d2535449385ff130572387fc1f01e128fd1f1a9b5cacea22de4789b1220b9ad0202a9c8086618fc2e35ef053dae19
+DIST kodi-pvr-vuplus-3.21.0.tar.gz 176202 BLAKE2B 
c51ff08e110748757aa56204af837982744fc49189a9fab762c49722fe760e05bd77d23e876dda831a63196c27994737a0f1df97d1e00f58a9824b3c8bd54a74
 SHA512 
480ce345619f68bdce6402b7f0f1291c41d3b2cd1cb868fba4540f60e45cfc5e80945e2394b5fac65bddc4ee9cb6c56f95f1563bc7230efa38521aa0c35f1946

diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.21.0.ebuild 
b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.21.0.ebuild
new file mode 100644
index 000..f77cda46652
--- /dev/null
+++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.21.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's VuPlus client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.vuplus;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vuplus.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.vuplus/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.vuplus-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   dev-libs/tinyxml
+   dev-cpp/nlohmann_json
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: games-engines/frobtads/, games-engines/frobtads/files/

2019-03-22 Thread Lars Wendler
commit: 434c5826f7eba3584c752788056739a4052a277b
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar 22 16:07:28 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar 22 16:07:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=434c5826

games-engines/frobtads: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/602446
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 .../frobtads/files/frobtads-1.2.4-tinfo.patch  | 12 ++
 games-engines/frobtads/frobtads-1.2.4.ebuild   | 28 +++---
 2 files changed, 32 insertions(+), 8 deletions(-)

diff --git a/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch 
b/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch
new file mode 100644
index 000..c50b5a05de4
--- /dev/null
+++ b/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/602446
+
+--- frobtads-1.2.4/configure.ac
 frobtads-1.2.4/configure.ac
+@@ -88,6 +88,7 @@
+ # doesn't hust to try pdcurses as a last resort.)
+ #
+ AC_SEARCH_LIBS([initscr], [ncurses curses pdcurses], [curseslibfound=true], 
[curseslibfound=false])
++AC_SEARCH_LIBS([keypad], [tinfo])
+ 
+ # Check for libcurl (network client library for http et al).
+ #

diff --git a/games-engines/frobtads/frobtads-1.2.4.ebuild 
b/games-engines/frobtads/frobtads-1.2.4.ebuild
index 7f2b43c1446..f0fd3816a63 100644
--- a/games-engines/frobtads/frobtads-1.2.4.ebuild
+++ b/games-engines/frobtads/frobtads-1.2.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils
+
+inherit autotools
 
 DESCRIPTION="Curses-based interpreter and dev tools for TADS 2 and TADS 3 text 
adventures"
 HOMEPAGE="http://www.tads.org/frobtads.htm;
@@ -16,17 +17,28 @@ IUSE="debug tads2compiler tads3compiler"
 RESTRICT="!tads3compiler? ( test )"
 
 RDEPEND="net-misc/curl
-   sys-libs/ncurses:0"
-DEPEND=${RDEPEND}
+   sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"
 
 DOCS=( doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS} )
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.2.4-tinfo.patch #602446
+)
+
+src_prepare() {
+   default
+   eautoreconf #602446
+}
+
 src_configure() {
-   econf \
-   $(use_enable debug error-checking) \
-   $(use_enable debug t3debug) \
-   $(use_enable tads2compiler t2-compiler) \
+   local myeconfargs=(
+   $(use_enable debug error-checking)
+   $(use_enable debug t3debug)
+   $(use_enable tads2compiler t2-compiler)
$(use_enable tads3compiler t3-compiler)
+   )
+   econf "${myeconfargs[@]}"
 }
 
 src_test() {



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

2019-03-22 Thread William Hubbs
commit: 5c6cb259fa8fbc4fb33486796a4df8a3e4c68591
Author: William Hubbs  sony  com>
AuthorDate: Fri Mar 22 15:51:53 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar 22 15:54:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6cb259

dev-lang/go: sync live

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/go-.ebuild | 44 +++-
 1 file changed, 23 insertions(+), 21 deletions(-)

diff --git a/dev-lang/go/go-.ebuild b/dev-lang/go/go-.ebuild
index dd4aa9a0894..4cb21b53d19 100644
--- a/dev-lang/go/go-.ebuild
+++ b/dev-lang/go/go-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 export CBUILD=${CBUILD:-${CHOST}}
 export CTARGET=${CTARGET:-${CHOST}}
@@ -10,22 +10,20 @@ MY_PV=${PV/_/}
 
 inherit toolchain-funcs
 
-BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist;
 BOOTSTRAP_VERSION="bootstrap-1.8"
+BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist;
 BOOTSTRAP_URI="
-amd64? ( ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz )
-arm? ( ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz )
-arm64? ( ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz )
-ppc64? (
+   ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz
+   ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz
+   ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz
${BOOTSTRAP_DIST}/go-linux-ppc64-${BOOTSTRAP_VERSION}.tbz
${BOOTSTRAP_DIST}/go-linux-ppc64le-${BOOTSTRAP_VERSION}.tbz
-)
-s390? ( ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz )
-x86? ( ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz )
-amd64-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz )
-x86-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz )
-x64-macos? ( ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz )
-x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz )
+   ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz
+   ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz
+   ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz
+   ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz
+   ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz
+   ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz
 "
 
 case ${PV}  in
@@ -39,7 +37,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd 
~x86-fbsd ~x64-macos ~x64-solaris"
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is
@@ -49,6 +47,13 @@ case ${PV}  in
;;
esac
 esac
+
+# If gccgo is not being used to build Go, there is no way to know the
+# architecture or operating system of the build machine, so we need to
+# download all of our bootstrap archives to allow this ebuild to work
+# under crossdev.
+#
+# https://bugs.gentoo.org/671394
 SRC_URI+="!gccgo? ( ${BOOTSTRAP_URI} )"
 
 DESCRIPTION="A concurrent garbage collected and typesafe programming language"
@@ -58,15 +63,13 @@ LICENSE="BSD"
 SLOT="0/${PV}"
 IUSE="gccgo"
 
-DEPEND="gccgo? ( >=sys-devel/gcc-5[go] )"
+BDEPEND="gccgo? ( >=sys-devel/gcc-5[go] )"
 RDEPEND="!

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

2019-03-22 Thread Sven Wegener
commit: e46a7eb68fda028d431cd60b4d561ec0757241af
Author: Sven Wegener  gentoo  org>
AuthorDate: Fri Mar 22 15:42:12 2019 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Fri Mar 22 15:43:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46a7eb6

net-dns/pdns: Version bump

Signed-off-by: Sven Wegener  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-dns/pdns/Manifest  |   1 +
 net-dns/pdns/pdns-4.1.8.ebuild | 157 +
 2 files changed, 158 insertions(+)

diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest
index 218f373bb8e..e76d5ea532f 100644
--- a/net-dns/pdns/Manifest
+++ b/net-dns/pdns/Manifest
@@ -1 +1,2 @@
 DIST pdns-4.1.7.tar.bz2 1116191 BLAKE2B 
8c214bff6d1af8354dc0b22c2bed233ec92e217fcfda456f69a665eb615500452f2bea7abfbab506f93abc35d0466a26594734a242e5cfef2b62e789252274d1
 SHA512 
dc9c693ac2eaf11ddce220e7fedc40f6ae3f9d7a55352643b30db2aad0b2d543ad04a14199a06355275aba2d9dd7873087715a16157b0ff2f7335f1a4a4b96a2
+DIST pdns-4.1.8.tar.bz2 1116996 BLAKE2B 
df32e1e239f65a37570b1f3f6b7fd2384ea9ea4d60ecf6dc520441e7f004c9e17c1cb35358e1cd9b5080c85b6366354ae4b3e5eaeda20af18c6e411bb119bbc1
 SHA512 
1113745cdaa8fba591c176721893fb478e976861beee0cb6c0240e5afa6b68c9afae286579036b2ed77fffe76ca1e6f103cda915f8b7b875bcdc1253931ad935

diff --git a/net-dns/pdns/pdns-4.1.8.ebuild b/net-dns/pdns/pdns-4.1.8.ebuild
new file mode 100644
index 000..9c4996e63d3
--- /dev/null
+++ b/net-dns/pdns/pdns-4.1.8.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit multilib user
+
+DESCRIPTION="The PowerDNS Daemon"
+HOMEPAGE="https://www.powerdns.com/;
+SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# other possible flags:
+# db2: we lack the dep
+# oracle: dito (need Oracle Client Libraries)
+# xdb: (almost) dead, surely not supported
+
+IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx 
postgres protobuf remote sodium sqlite systemd tools tinydns test"
+
+REQUIRED_USE="mydns? ( mysql )"
+
+RDEPEND="
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:= )
+   >=dev-libs/boost-1.35:=
+   botan? ( dev-libs/botan:2= )
+   lua? (
+   !luajit? ( dev-lang/lua:= )
+   luajit? ( dev-lang/luajit:= )
+   )
+   mysql? ( dev-db/mysql-connector-c )
+   postgres? ( dev-db/postgresql:= )
+   ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 )
+   sqlite? ( dev-db/sqlite:3 )
+   opendbx? ( dev-db/opendbx )
+   geoip? ( >=dev-cpp/yaml-cpp-0.5.1:= dev-libs/geoip )
+   sodium? ( dev-libs/libsodium:= )
+   tinydns? ( >=dev-db/tinycdb-0.77 )
+   protobuf? ( dev-libs/protobuf )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+S="${WORKDIR}"/${P/_/-}
+
+src_configure() {
+   local dynmodules="pipe bind" # the default backends, always enabled
+
+   #use db2 && dynmodules+=" db2"
+   use ldap && dynmodules+=" ldap"
+   use lua && dynmodules+=" lua"
+   use mydns && dynmodules+=" mydns"
+   use mysql && dynmodules+=" gmysql"
+   use opendbx && dynmodules+=" opendbx"
+   #use oracle && dynmodules+=" goracle oracle"
+   use postgres && dynmodules+=" gpgsql"
+   use remote && dynmodules+=" remote"
+   use sqlite && dynmodules+=" gsqlite3"
+   use tinydns && dynmodules+=" tinydns"
+   use geoip && dynmodules+=" geoip"
+   #use xdb && dynmodules+=" xdb"
+
+   econf \
+   --disable-static \
+   --sysconfdir=/etc/powerdns \
+   --libdir=/usr/$(get_libdir)/powerdns \
+   --with-modules= \
+   --with-dynmodules="${dynmodules}" \
+   --with-mysql-lib=/usr/$(get_libdir) \
+   $(use_enable botan) \
+   $(use_enable debug verbose-logging) \
+   $(use_enable test unit-tests) \
+   $(use_enable tools) \
+   $(use_enable systemd) \
+   $(use_enable sodium libsodium) \
+   $(usex lua "$(use_with !luajit lua) $(use_with luajit)" \
+   '--without-lua --without-luajit') \
+   $(use_with protobuf) \
+   ${myconf}
+}
+
+src_compile() {
+   default
+   use doc && emake -C codedocs codedocs
+}
+
+src_install() {
+   default
+
+   mv "${D}"/etc/powerdns/pdns.conf{-dist,}
+
+   fperms 0700 /etc/powerdns
+   fperms 0600 /etc/powerdns/pdns.conf
+
+   # set defaults: setuid=pdns, setgid=pdns
+   sed -i \
+   -e 's/^# set\([ug]\)id=$/set\1id=pdns/g' \
+   "${D}"/etc/powerdns/pdns.conf
+
+   newinitd "${FILESDIR}"/pdns-r1 pdns
+
+   keepdir /var/empty
+
+   if use doc; then
+   docinto html
+   

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

2019-03-22 Thread William Hubbs
commit: 141168bb010c32538eec0b78501dfda0abf3e5bf
Author: William Hubbs  sony  com>
AuthorDate: Fri Mar 22 15:40:15 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar 22 15:41:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141168bb

dev-lang/go: document the reason we download all bootstrap archives

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/go-1.12.1.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-lang/go/go-1.12.1.ebuild b/dev-lang/go/go-1.12.1.ebuild
index 0a21a156b98..1426dfb091d 100644
--- a/dev-lang/go/go-1.12.1.ebuild
+++ b/dev-lang/go/go-1.12.1.ebuild
@@ -10,8 +10,8 @@ MY_PV=${PV/_/}
 
 inherit toolchain-funcs
 
-BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist;
 BOOTSTRAP_VERSION="bootstrap-1.8"
+BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist;
 BOOTSTRAP_URI="
${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz
${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz
@@ -47,6 +47,13 @@ case ${PV}  in
;;
esac
 esac
+
+# If gccgo is not being used to build Go, there is no way to know the
+# architecture or operating system of the build machine, so we need to
+# download all of our bootstrap archives to allow this ebuild to work
+# under crossdev.
+#
+# https://bugs.gentoo.org/671394
 SRC_URI+="!gccgo? ( ${BOOTSTRAP_URI} )"
 
 DESCRIPTION="A concurrent garbage collected and typesafe programming language"



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

2019-03-22 Thread Lars Wendler
commit: 8ef0babfccf50f1c03735378b6c668ae8d19233e
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar 22 15:15:47 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar 22 15:15:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef0babf

media-sound/aumix: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/578722
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/aumix/aumix-2.9.1.ebuild| 35 -
 media-sound/aumix/files/aumix-2.9.1-tinfo.patch | 22 
 2 files changed, 44 insertions(+), 13 deletions(-)

diff --git a/media-sound/aumix/aumix-2.9.1.ebuild 
b/media-sound/aumix/aumix-2.9.1.ebuild
index fc6bf40487e..deffad3e720 100644
--- a/media-sound/aumix/aumix-2.9.1.ebuild
+++ b/media-sound/aumix/aumix-2.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit desktop
+inherit autotools desktop
 
 DESCRIPTION="Aumix volume/mixer control program"
 HOMEPAGE="http://jpj.net/~trevor/aumix.html;
@@ -14,24 +14,33 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
 IUSE="gpm gtk nls"
 
-RDEPEND="sys-libs/ncurses:0
+RDEPEND="sys-libs/ncurses:0=
gpm? ( sys-libs/gpm )
gtk? ( x11-libs/gtk+:2 )
nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
+   nls? ( sys-devel/gettext )
+"
 
-src_configure() {
-   local myconf
+PATCHES=(
+   "${FILESDIR}/${P}-tinfo.patch" #578722
+)
 
-   use gtk || myconf="${myconf} --without-gtk"
-   use gpm || myconf="${myconf} --without-gpm"
+src_prepare() {
+   default
+   eautoreconf #578722
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable nls)
+   $(usex gtk '' --without-gtk)
+   $(usex gpm '' --without-gpm)
+   )
 
-   econf \
-   $(use_enable nls) \
-   --disable-dependency-tracking \
-   ${myconf}
+   econf "${myeconfargs[@]}"
 }
 
 src_install() {

diff --git a/media-sound/aumix/files/aumix-2.9.1-tinfo.patch 
b/media-sound/aumix/files/aumix-2.9.1-tinfo.patch
new file mode 100644
index 000..969e034e0cb
--- /dev/null
+++ b/media-sound/aumix/files/aumix-2.9.1-tinfo.patch
@@ -0,0 +1,22 @@
+https://bugs.gentoo.org/578722
+
+--- aumix-2.9.1/configure.ac
 aumix-2.9.1/configure.ac
+@@ -69,6 +69,8 @@
+[  --without-ncurses   compile with no ncurses or mouse support],
+   AC_MSG_RESULT([Compiling without ncurses support]),[
+   dnl Checks for ncurses library.
++  AC_CHECK_LIB(tinfo, main, TINFO_LIB="-ltinfo", TINFO_LIB=)
++  AC_SUBST(TINFO_LIB)
+   AC_CHECK_LIB(ncurses, initscr, initscr=on, initscr=off)
+   if test $initscr = on; then
+ CURSLIB="ncurses"
+@@ -83,7 +85,7 @@
+ fi
+   fi
+   if test x$CURSLIB != x; then
+-LIBS="-l$CURSLIB $LIBS"
++LIBS="-l$CURSLIB $TINFO_LIB $LIBS"
+ AC_DEFINE(HAVE_CURSES, 1,
+   [Define this if you have (n)curses and want to use it.])
+ AC_CHECK_LIB($CURSLIB, getmouse,



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/files/, app-accessibility/brltty/

2019-03-22 Thread Lars Wendler
commit: 91f4f99d403ec7f89ec2c23a91bb1a1dce4d9f4e
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar 22 14:58:47 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar 22 14:59:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f4f99d

app-accessibility/brltty: Bump to version 6.0

Closes: https://bugs.gentoo.org/632630
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 app-accessibility/brltty/Manifest  |   1 +
 app-accessibility/brltty/brltty-6.0.ebuild | 194 +
 .../brltty/files/brltty-6.0-udev.patch |  27 +++
 app-accessibility/brltty/files/brltty.rc   |   4 +-
 4 files changed, 224 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/brltty/Manifest 
b/app-accessibility/brltty/Manifest
index 018608d0bc4..2618e8dd7d8 100644
--- a/app-accessibility/brltty/Manifest
+++ b/app-accessibility/brltty/Manifest
@@ -1 +1,2 @@
 DIST brltty-5.2.tar.xz 2532684 BLAKE2B 
9b0555289177971abe12119f0604eebb196b8f493294741a31c684ebb5546eaccc0a729a8ca6b24e4075f0c29bf371e773743f02e0a102799c44c2293dc9894f
 SHA512 
8e16701e9c9d776c76e3ad0cb4319b2753295fea229bd3f60cb0dffc0b6946037e6f98daafae873238c4eff90d4b8ddb697b7d425e700c5a098aba8fed9eed3f
+DIST brltty-6.0.tar.xz 2879976 BLAKE2B 
31bd45b63838d119d940492c615deb27ec47389c68afa39f19da3534324914695343344260799a10deae6ca3de41bedf9b0c1de1f78dbe01a89b694c2aa6e265
 SHA512 
07344fa902ad169967ca39d19b09dfea24e698011031dd63dce3eb997a4cb86622ee9427b216976b3ef60e5cbabb710a621621447c6bfa2313748fc1a1cf4b06

diff --git a/app-accessibility/brltty/brltty-6.0.ebuild 
b/app-accessibility/brltty/brltty-6.0.ebuild
new file mode 100644
index 000..badd7a11678
--- /dev/null
+++ b/app-accessibility/brltty/brltty-6.0.ebuild
@@ -0,0 +1,194 @@
+# 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}} )
+FINDLIB_USE="ocaml"
+
+inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic \
+   autotools udev systemd python-r1
+
+DESCRIPTION="Daemon that provides access to the Linux/Unix console for a blind 
person"
+HOMEPAGE="http://brltty.com/;
+SRC_URI="http://brltty.com/archive/${P}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
+   java +midi ncurses nls ocaml +pcm python usb +speech
+   tcl X"
+REQUIRED_USE="doc? ( api )
+   java? ( api )
+   ocaml? ( api )
+   python? ( api ${PYTHON_REQUIRED_USE} )
+   tcl? ( api )"
+
+COMMON_DEP="bluetooth? ( net-wireless/bluez )
+   gpm? ( >=sys-libs/gpm-1.20 )
+   iconv? ( virtual/libiconv )
+   icu? ( dev-libs/icu:= )
+   python? ( ${PYTHON_DEPS} )
+   ncurses? ( sys-libs/ncurses:0= )
+   nls? ( virtual/libintl )
+   tcl? ( >=dev-lang/tcl-8.4.15:0= )
+   usb? ( virtual/libusb:0 )
+   X? ( x11-libs/libXaw )"
+DEPEND="${COMMON_DEP}"
+BDEPEND="
+   virtual/pkgconfig
+   java? ( >=virtual/jdk-1.4 )
+   python? ( >=dev-python/cython-0.16[${PYTHON_USEDEP}] )
+"
+RDEPEND="java? ( >=virtual/jre-1.4 )
+   ${COMMON_DEP}"
+
+HTML_DOCS=( "${S}"/Documents/Manual-BrlAPI/. )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.0-udev.patch
+   "${FILESDIR}"/${PN}-5.2-respect-AR.patch
+)
+
+src_prepare() {
+   default
+
+   java-pkg-opt-2_src_prepare
+
+   # The code runs `pkg-config` directly instead of locating a suitable
+   # pkg-config wrapper (or respecting $PKG_CONFIG).
+   sed -i \
+   -e 's/\/${PKG_CONFIG:-pkg-config}/' \
+   aclocal.m4 configure.ac || die
+
+   # We run eautoconf instead of using eautoreconf because brltty uses
+   # a custom build system that uses autoconf without the rest of the
+   # autotools.
+   eautoconf
+   python_copy_sources
+}
+
+src_configure() {
+   tc-export AR LD PKG_CONFIG
+   # override prefix in order to install into /
+   # braille terminal needs to be available as soon in the boot process as
+   # possible
+   # Also override localstatedir so that the lib/brltty directory is 
installed
+   # correctly.
+   # Disable stripping since we do that ourselves.
+   local myconf=(
+   --prefix="${EPREFIX}"/
+   --localedir="${EPREFIX}"/usr/share/locale
+   --includedir="${EPREFIX}"/usr/include
+   --localstatedir="${EPREFIX}"/var
+   --disable-stripping
+   --with-install-root="${D}"
+   --with-writable-directory="${EPREFIX}"/run/brltty
+   $(use_enable api)
+   $(use_with beeper beep-package)
+   $(use_enable contracted-braille)
+   $(use_with fm fm-package)
+   $(use_enable gpm)
+   

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

2019-03-22 Thread Jeroen Roovers
commit: 6d64a2f9eebd64b2a800a96a5335bf39a283e806
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Mar 22 14:34:31 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Mar 22 14:34:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d64a2f9

www-client/vivaldi-snapshot: Old

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

 www-client/vivaldi-snapshot/Manifest   |   4 -
 .../vivaldi-snapshot-2.4.1488.4_p1.ebuild  | 119 -
 2 files changed, 123 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 58a55e9f08f..98228839332 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -6,7 +6,3 @@ DIST vivaldi-snapshot-2.4.1488.26_p1-amd64.deb 60474800 BLAKE2B 
7dbd851d2c785dc5
 DIST vivaldi-snapshot-2.4.1488.26_p1-arm64.deb 54240588 BLAKE2B 
d4667dde4db75f6799a1edf84fdd27f30909b804a119a2bfa6b85d04891e0c2b6cdcb5c67a84108c074df2a17504249c72180da13e13e7485941d378410017aa
 SHA512 
5ca4b4514c421fee5e42edaa976533fa1d16f579880de79a391fcf39b7ef25edfba4b6ff94684bff5c5c81ce7880694992119136dd82e9c6e341a8f95b9e39be
 DIST vivaldi-snapshot-2.4.1488.26_p1-armhf.deb 53336568 BLAKE2B 
c9faafdfc09ed4286c2e68f39d1c2b9033561417be703596fed11c62f012ca826a9fd854affcee734443a8897dafee72499b87197d0a2900a8c48c2ea379ebc6
 SHA512 
02eee702a2db3fcc57796e347c1588e98c4b82e420011e39e116e23f7cbc6132b93895acfba358bc0f0f0e86b7cc68db9ede2ac5f2fdf26ec90cf288cf3e44f3
 DIST vivaldi-snapshot-2.4.1488.26_p1-i386.deb 58540508 BLAKE2B 
4be57548184f924e16476b6ff397382e26a02641104f910f7b0b71fbb220672a053beb3e3d704e4e5922fb963b96cc8ae1b02fd2590fa0ab41fbbcbf84fbb872
 SHA512 
87f6ff82ecbd93076f68ce6c5b93b5f3a4829102a641be4ee606e8a7fb3b88c49639cad4584745457208d9a7e4a9fe914dfc6b8bc063dd1ae2fc2eba53da0dc3
-DIST vivaldi-snapshot-2.4.1488.4_p1-amd64.deb 60446284 BLAKE2B 
3018d0dde1d283ce07e1ce0148e65917d92a4e9c86f0ea10ff6344bffa7120bb22fed136b9c47e155e287336c787a52e8d62bef560073f0ec484d080f16b281f
 SHA512 
2fc44b8f3de2205b13cee31fa162bd50ccb6baad675d020738364c0860475515cc74e3e4afb84dee69e164facf37039099fd8b559afaa6749705a7490ffa260a
-DIST vivaldi-snapshot-2.4.1488.4_p1-arm64.deb 54229320 BLAKE2B 
d12049ad241d070d613453e93f97c0eda31cce103c114276ff8cb6cc967695cc9b0605f27d9dd7b2d5c217a662e8205a0217dc464d5eb65df67b201bc48afcb0
 SHA512 
483be1a1f8850420ed484b0b9ea044f05863cb9aa55ba2dd6b6cc0b61387cadc72c0b9e849183ec086c55c5d698c989153f9df1369b278bdb3a97a3cf89a8a45
-DIST vivaldi-snapshot-2.4.1488.4_p1-armhf.deb 53316756 BLAKE2B 
be45bdb212a504efd32208df4f830dd35119c013da0e16c64275999748239d20f226ebb3b8b084cf8f9b12699cba37c96e8828aa02208a45bff0cef3f2a81abd
 SHA512 
46a595659a807c5891038f1812def98e22989c6ce217a11adb258a6c53749e5ca6549e2a8e8aabacea3c0a71658516bf9786e5381633ab0fc698d42dba33afd5
-DIST vivaldi-snapshot-2.4.1488.4_p1-i386.deb 58541136 BLAKE2B 
710076f37e9f4aede75e9b85232a81e4b524706279443b18632ba4742f3c29466823113d67e81ffc7d80ea5abf12f4990b63cc369a0894df4c27cddbedeab89f
 SHA512 
a02e7808de53ef6862fbe07ab44edb4e8529496ff76c6262cb931910ced91136839f6d74db8cb9824be240be3ca504ceb3501228cafc7de9942a8cfa1ff08ebd

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1488.4_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1488.4_p1.ebuild
deleted file mode 100644
index 91bde2d5746..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1488.4_p1.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar be bg bn ca cs da de el en-GB en-US eo es es-419 es-PE et eu fa fi
-   fil fr fy gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv mk 
ml
-   mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/;
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_;
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
-RESTRICT="bindist mirror"
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/speex
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   

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

2019-03-22 Thread Jeroen Roovers
commit: 53c63451807237272372ddf2fc08198aad642e36
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Mar 22 14:31:26 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Mar 22 14:34:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c63451

www-client/vivaldi-snapshot: Version 2.4.1488.26_p1

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

 www-client/vivaldi-snapshot/Manifest   |   4 +
 .../vivaldi-snapshot-2.4.1488.26_p1.ebuild | 119 +
 2 files changed, 123 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 64e20f53bcf..58a55e9f08f 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -2,6 +2,10 @@ DIST vivaldi-snapshot-2.4.1488.25_p1-amd64.deb 60475324 
BLAKE2B b138b107d19968fe
 DIST vivaldi-snapshot-2.4.1488.25_p1-arm64.deb 54242268 BLAKE2B 
ff5242db54992f97a60d4c27821bc797e9075f4c3330e1cca038aabdc0b165d1fdcc887036c5596b826abb037d2e0b42a1104ebfefd3fc07965bc0c7cf4b849e
 SHA512 
2ef48a9e50b7bde04179fcf84b670516fd8af1123267f57146ad572bcc3f70713cdf69c70be1b2975a40ddba431707fa56748914285018af67dcce132cd1a86a
 DIST vivaldi-snapshot-2.4.1488.25_p1-armhf.deb 53318456 BLAKE2B 
6505b3b92a8daa0531752abb47d24ed04928eb3898b0d79da753b31213015cf6d0859e984a9869e1191c71b93f74b55dbc09daaab4db2795255e6a914550b2b5
 SHA512 
290844dbc3c08e05d24e98eb956823930884bc8f17f729eb1d3d30d605044d9ca0676fd881f0be45b9e26503dd6ba0efc0786fb2a394cac83ff850b6372981fb
 DIST vivaldi-snapshot-2.4.1488.25_p1-i386.deb 58535212 BLAKE2B 
033a2d77a26a124efb219886e1afa48e62fba69610efd9edb0a5c137149c5bc72388bb8c57c1b53beae717c14d150c87feb403a370ad5ad138bf151c0079dd88
 SHA512 
e47a3acc78fb1f9b41d177b3e600420df53bd9e4891782289521d6e511f0838b5d675ab77d58a7b78999c0d65bd232e4ed1e23d3437e9902c75deb2226b8cdf6
+DIST vivaldi-snapshot-2.4.1488.26_p1-amd64.deb 60474800 BLAKE2B 
7dbd851d2c785dc5920586688813390857c0599fc5eccb9e4d8e2823a49089097e58e547f3445ffdd5ad8bbea641e07bbb251e8c9fa81785c09177f112ae8457
 SHA512 
fa5a59c0ed5e9626f38c66305ee11b8833f7f2f445cce3efb5b0d8874fb9722c59e00d01999c3eacab0a3a7b589331f9eb399152216bf5ace19afd01bd6b02f5
+DIST vivaldi-snapshot-2.4.1488.26_p1-arm64.deb 54240588 BLAKE2B 
d4667dde4db75f6799a1edf84fdd27f30909b804a119a2bfa6b85d04891e0c2b6cdcb5c67a84108c074df2a17504249c72180da13e13e7485941d378410017aa
 SHA512 
5ca4b4514c421fee5e42edaa976533fa1d16f579880de79a391fcf39b7ef25edfba4b6ff94684bff5c5c81ce7880694992119136dd82e9c6e341a8f95b9e39be
+DIST vivaldi-snapshot-2.4.1488.26_p1-armhf.deb 53336568 BLAKE2B 
c9faafdfc09ed4286c2e68f39d1c2b9033561417be703596fed11c62f012ca826a9fd854affcee734443a8897dafee72499b87197d0a2900a8c48c2ea379ebc6
 SHA512 
02eee702a2db3fcc57796e347c1588e98c4b82e420011e39e116e23f7cbc6132b93895acfba358bc0f0f0e86b7cc68db9ede2ac5f2fdf26ec90cf288cf3e44f3
+DIST vivaldi-snapshot-2.4.1488.26_p1-i386.deb 58540508 BLAKE2B 
4be57548184f924e16476b6ff397382e26a02641104f910f7b0b71fbb220672a053beb3e3d704e4e5922fb963b96cc8ae1b02fd2590fa0ab41fbbcbf84fbb872
 SHA512 
87f6ff82ecbd93076f68ce6c5b93b5f3a4829102a641be4ee606e8a7fb3b88c49639cad4584745457208d9a7e4a9fe914dfc6b8bc063dd1ae2fc2eba53da0dc3
 DIST vivaldi-snapshot-2.4.1488.4_p1-amd64.deb 60446284 BLAKE2B 
3018d0dde1d283ce07e1ce0148e65917d92a4e9c86f0ea10ff6344bffa7120bb22fed136b9c47e155e287336c787a52e8d62bef560073f0ec484d080f16b281f
 SHA512 
2fc44b8f3de2205b13cee31fa162bd50ccb6baad675d020738364c0860475515cc74e3e4afb84dee69e164facf37039099fd8b559afaa6749705a7490ffa260a
 DIST vivaldi-snapshot-2.4.1488.4_p1-arm64.deb 54229320 BLAKE2B 
d12049ad241d070d613453e93f97c0eda31cce103c114276ff8cb6cc967695cc9b0605f27d9dd7b2d5c217a662e8205a0217dc464d5eb65df67b201bc48afcb0
 SHA512 
483be1a1f8850420ed484b0b9ea044f05863cb9aa55ba2dd6b6cc0b61387cadc72c0b9e849183ec086c55c5d698c989153f9df1369b278bdb3a97a3cf89a8a45
 DIST vivaldi-snapshot-2.4.1488.4_p1-armhf.deb 53316756 BLAKE2B 
be45bdb212a504efd32208df4f830dd35119c013da0e16c64275999748239d20f226ebb3b8b084cf8f9b12699cba37c96e8828aa02208a45bff0cef3f2a81abd
 SHA512 
46a595659a807c5891038f1812def98e22989c6ce217a11adb258a6c53749e5ca6549e2a8e8aabacea3c0a71658516bf9786e5381633ab0fc698d42dba33afd5

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1488.26_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1488.26_p1.ebuild
new file mode 100644
index 000..91bde2d5746
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1488.26_p1.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar be bg bn ca cs da de el en-GB en-US eo es es-419 es-PE et eu fa fi
+   fil fr fy gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv mk 
ml
+   mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+inherit chromium-2 eutils 

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

2019-03-22 Thread Patrick Lauer
commit: ab87c65e7aadbadb4917333005f1c928488df5cb
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Mar 22 14:20:55 2019 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Mar 22 14:20:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab87c65e

www-apps/grafana-bin: Bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
X-SoB-Autogenerated: yes
Signed-off-by: Patrick Lauer  gentoo.org>

 www-apps/grafana-bin/Manifest |  1 +
 www-apps/grafana-bin/grafana-bin-6.0.2.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/www-apps/grafana-bin/Manifest b/www-apps/grafana-bin/Manifest
index 1d16dd53a91..b35f0622bfa 100644
--- a/www-apps/grafana-bin/Manifest
+++ b/www-apps/grafana-bin/Manifest
@@ -1,3 +1,4 @@
 DIST grafana-bin-5.4.3.tar.gz 55228439 BLAKE2B 
63ee14b1ab074f453c8f1b870b8c0c51365106cb2af59fa20f56805f7add7fec29bc5ecd7e2ffc1f3f6811049e839893433e14b1871cb2aea359f58537b9e0dc
 SHA512 
781466c7477ecb4fbca59006600adc3569d0ee2158da3b75831b1934fd39456030471d4508fbf2d3296d3660dcc8b92782295d7afe458229bad1d64de88ad33b
 DIST grafana-bin-6.0.0.tar.gz 56196184 BLAKE2B 
c3b50e93816a747cfaf343a40589291ffd3ee8c11d90a29d220b8dc7fa0025efea5e4f915d26aff2b0725b377bf8f06ee9e6188916d174bfa6c9dc8c76a65837
 SHA512 
2b80f0cd5ea3386ce013c97e087ae44281bf9aac778ff5bb049a02e418dee42067098415ef902e964cefff8218b5d32e67df3b97f971f5b82bfb2b15e095a187
 DIST grafana-bin-6.0.1.tar.gz 56203033 BLAKE2B 
190c838d08b95e0a38dafbaa64f77eae8e2cea178c7b079de0684119fc2cab412e19639624e5c99ae6cac5dd4ce6db1209555a5aafdc6a5d990297f06b6e1ca2
 SHA512 
d0e920406fe3b0c9540cf2ae7ea1efe9681d1de40f5971742cf7814374823d04dedaa5dda26f1cba42b615d542e6e00a16cf8ef3a55def4bdcea5b47ea92ea2a
+DIST grafana-bin-6.0.2.tar.gz 56207202 BLAKE2B 
805dde25c102c9ca6b1698c06a61d6b153343897fcd43258b3cd2f97613b6e914d60a59c467124bb6c248a30e6624345161f2032f622eddac5366b173f38
 SHA512 
6fda6342aea0281627ad368f39943e54540e6d672d0e026d04f3061840802ab9a0c51f819f16a53d329f15fd50ab4ff54e0afe984fd4fb6f0be6629c7f2629ef

diff --git a/www-apps/grafana-bin/grafana-bin-6.0.2.ebuild 
b/www-apps/grafana-bin/grafana-bin-6.0.2.ebuild
new file mode 100644
index 000..f5baddc3529
--- /dev/null
+++ b/www-apps/grafana-bin/grafana-bin-6.0.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit user systemd
+
+MY_PN=${PN/-bin/}
+MY_PV=${PV/_beta/-beta}
+S=${WORKDIR}/${MY_PN}-${MY_PV}
+
+DESCRIPTION="Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB 
& OpenTSDB"
+HOMEPAGE="https://grafana.org;
+SRC_URI="https://s3-us-west-2.amazonaws.com/grafana-releases/release/${MY_PN}-${MY_PV}.linux-amd64.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   media-libs/fontconfig"
+
+QA_EXECSTACK="usr/share/grafana/tools/phantomjs/phantomjs"
+QA_PREBUILT="usr/bin/grafana-* ${QA_EXECSTACK}"
+QA_PRESTRIPPED=${QA_PREBUILT}
+
+pkg_setup() {
+   enewgroup grafana
+   enewuser grafana -1 -1 /usr/share/grafana grafana
+}
+
+src_install() {
+   keepdir /etc/grafana
+   insinto /etc/grafana
+   newins "${S}"/conf/sample.ini grafana.ini
+   rm "${S}"/conf/sample.ini || die
+
+   # Frontend assets
+   insinto /usr/share/${MY_PN}
+   doins -r public conf
+
+   dobin bin/grafana-cli
+   dobin bin/grafana-server
+
+   exeinto /usr/share/grafana/tools/phantomjs
+   doexe tools/phantomjs/phantomjs
+
+   insinto /usr/share/grafana/tools/phantomjs
+   doins tools/phantomjs/render.js
+
+   newconfd "${FILESDIR}"/grafana.confd grafana
+   newinitd "${FILESDIR}"/grafana.initd.3 grafana
+   systemd_newunit "${FILESDIR}"/grafana.service grafana.service
+
+   keepdir /var/{lib,log}/grafana
+   keepdir /var/lib/grafana/{dashboards,plugins}
+   fowners grafana:grafana /var/{lib,log}/grafana
+   fowners grafana:grafana /var/lib/grafana/{dashboards,plugins}
+   fperms 0750 /var/{lib,log}/grafana
+   fperms 0750 /var/lib/grafana/{dashboards,plugins}
+}
+
+postinst() {
+   elog "${PN} has built-in log rotation. Please see [log.file] section of"
+   elog "/etc/grafana/grafana.ini for related settings."
+   elog
+   elog "You may add your own custom configuration for app-admin/logrotate 
if you"
+   elog "wish to use external rotation of logs. In this case, you also 
need to make"
+   elog "sure the built-in rotation is turned off."
+}



[gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/

2019-03-22 Thread Fabian Groffen
commit: 0eb8f3e8a6e9f4e233d4232739355184f728fa9a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar 22 14:13:09 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar 22 14:13:26 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0eb8f3e8

scripts/auto-bootstraps/dobootstrap: use multiple mirrors now we support that

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/auto-bootstraps/dobootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/auto-bootstraps/dobootstrap 
b/scripts/auto-bootstraps/dobootstrap
index 12b25b4caa..e27bb0 100755
--- a/scripts/auto-bootstraps/dobootstrap
+++ b/scripts/auto-bootstraps/dobootstrap
@@ -171,7 +171,7 @@ case $1 in
echo "internal host, activating local and DOPUBLISH"
export DOLOCAL=1
export DOPUBLISH=1
-   export GENTOO_MIRRORS="http://distfileslocal/;
+   export GENTOO_MIRRORS="http://distfileslocal 
http://distfiles.gentoo.org;
fi
for arg in "${@:2}" ; do
case "${arg}" in



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

2019-03-22 Thread Mike Pagano
commit: 1cc1fb1b3190f76e0decbf1e4f4f3ac40dc3d24d
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Mar 22 13:41:01 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Mar 22 13:41:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc1fb1b

sys-kernel/gentoo-sources: 4.20.X is EOL'd. Cleaning old versions.

Signed-off-by: Mike Pagano  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-kernel/gentoo-sources/Manifest | 18 --
 .../gentoo-sources/gentoo-sources-4.20.12.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.20.13.ebuild   | 28 --
 .../gentoo-sources-4.20.14-r1.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.20.14.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.20.15.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.20.16.ebuild   | 28 --
 7 files changed, 186 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1e151d3cec1..b8ac8a1ecb0 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -37,24 +37,6 @@ DIST genpatches-4.19-30.extras.tar.xz 17488 BLAKE2B 
cc7ac0264801ace3e52760ad7087
 DIST genpatches-4.19-31.base.tar.xz 879032 BLAKE2B 
fabdcf0656d1bbc4348a2b87670e4e1e0bab252af75fc40ce8c82f4afc0acc74458bdeb364570515f9f9b81741425ef37d51dead1bea98265886f08c8dd76f56
 SHA512 
f7234e3b465f02ca636552de497c2b319f62a7b0559e35d319582f6bfba903c64353b11253b76e3557017bc2275ee46c857e5e59336adc2f7d9c8d63b930a38e
 DIST genpatches-4.19-31.experimental.tar.xz 5808 BLAKE2B 
f8e3fbccc8d071fdea1a01a4f52621e10130ae9ccba7df627c2accdfff481aae58b35d088944ccf26c60efe17f9a248ba01e998332387390c031e804ade0c4d2
 SHA512 
c857fcbc60fb85bdf29a1342e169dbda342d1c09bced161ed1409fb9d51c85db8436564a77d6694d6b9e1a294a61c6c87c264c40c935de1a38232bdafaf3a16f
 DIST genpatches-4.19-31.extras.tar.xz 17484 BLAKE2B 
5484a4cbea460706fc26c298595bf099ffae8b570ffd37f29effe0829a06b9e87b24ab991db60dbe8dae622c9217605054625d0324c1710b27bf4ba200ee7464
 SHA512 
9acd7a806fe0e9ebd9a046d9fd6b3c82c57b07102bb743a345da1201f21e38b7c450f4cdbc68b3a39b86280ecc9848b99d844cc984b008b5dcf3df31b5d039e6
-DIST genpatches-4.20-12.base.tar.xz 362820 BLAKE2B 
a9f0385945ea64b1cb0ec094311319ca72896a8bffb0788246034fcc5fe912bba01187115a876efc88c374a303ef31d2d2c14b1a6c7856ba059d555e93437fb5
 SHA512 
82658edc223e01b2292286da039e7f5600eaac3b20a3e9347f1bfa27e5fbc3e3d9d359de06a6f3049184e2fcf33439f258d7fbc3de89244bdf67054c6ece5306
-DIST genpatches-4.20-12.experimental.tar.xz 5804 BLAKE2B 
431dbf5b80c498a01995be86fc2c49edb5873f6f6105493c8148d0cbd19b2d9a1db43521b056839424e8602b930703cf8edda27765a98af32fb671d2068ccdb2
 SHA512 
6c1d753e28572de56cdc9416efd33df71cce8561f0e0d4a220efbc9203f4e9e8ed965195aa0b029142d5cc7d3ca67b09ecbab7078cded7c9f98af018cb75bd4f
-DIST genpatches-4.20-12.extras.tar.xz 3280 BLAKE2B 
3d30c1a84ab4f84e96ac46badd93a3fb9a0eb7249bce578867de3e72444d7f2c523401ca55bd6bcc8ca0021ef9e0fd3b5aff92ca3ae7d91514b3f2f10d2cfa94
 SHA512 
6a7dd0c1d846ab282153a40b7cadd1f00c246ef4a3ac1fd8da57f679ce79a2e7ea6d0230c3b883f41e12c333e71e81c9d6b3c86e696abdaede88bf25e0e80f64
-DIST genpatches-4.20-13.base.tar.xz 422260 BLAKE2B 
dda7c30d536d93b1779b8caa4406a4f584883a169b654b32ae56ff48aa85d7308a5ce0e6177c4862a0debac175352861eb807f7b7e5b3fb81fbee98e327ac674
 SHA512 
9fbbd09413b334816beace78bb91a5ba08ccd66a2203bcc9eda0782ab75ddc19433babc377f34ccbca1ad109f21857a35d39aa51f6d8b8f7db5403dd7ef8aa95
-DIST genpatches-4.20-13.experimental.tar.xz 5812 BLAKE2B 
46e425b7685b23cd66bd55ca1a326d8fa942789bc754e280b0a948a8cb57cbefc3867a31c9e402152b2afe5a1b961311236ad70682013d2f0cfbc929f38ad042
 SHA512 
f493e44d4bc5ad7704af4e6ff3501b233b4e79574fdc4564b0f84ca7ae0976272fee865fb2492acef60ca00687f5d0ac88c51467c63c5668c598e9df604b47e2
-DIST genpatches-4.20-13.extras.tar.xz 3280 BLAKE2B 
e34153b315beeca3fd767357a3c557901ec533d4a44c6ee0988f55b24e0a5fe5efa28d1c5c3fb295ceba4c64ff851381fbc583e733bda3a5616bd636a31e8f33
 SHA512 
5e8c2a61c9c4941d6361cc6c9f7b03a029c7a5347e25772a1980563b2ea374e958108e48a30f69f6a6d13d8a9d32bc07d69fb834a6556585879f76fa08ad7ad4
-DIST genpatches-4.20-14.base.tar.xz 443412 BLAKE2B 
d1cdca1bbaac383f3230b8ebc5e40a6b42a207a1e214209d7b6919a5c1798a321c92975a3015de86f307590fc66d8f51c05c70cebfb437afa361f040577be89b
 SHA512 
fd4a4ebadae953953f9e89fe568fceb1e342a6e9a03aabda1c56bd0677ef3bc6be45bb6d4cd70775906f43cbe3e6d7432e705a2485a9091b3e82b88f362c86a2
-DIST genpatches-4.20-14.experimental.tar.xz 5808 BLAKE2B 
3a418429f294b24f097e49523d329210a6695dc079afccb77b3a8e55b52719578bbb5d32fddeb4887afdc6637c9834a0dbd30c97c925b853af7df724356c22e8
 SHA512 
9b70dba7c4a25114542d3c5e17180c994863e46f6ae4bad18e3e76253664f9c35b29e0f34ac2daac35e11e71519cf4a09e484082d8e805720e432c97067b521f
-DIST genpatches-4.20-14.extras.tar.xz 3280 BLAKE2B 

[gentoo-commits] repo/proj/prefix:master commit in: dev-lang/python/

2019-03-22 Thread Fabian Groffen
commit: a39d8efd7d60b6c7f6cf4765be2e7de8ffa0702f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar 22 13:37:52 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar 22 13:37:52 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a39d8efd

dev-lang/python: cleanup

Package-Manager: Portage-2.3.62-prefix, Repoman-2.3.12
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-lang/python/Manifest   |   7 -
 dev-lang/python/python-3.4.8-r1.ebuild | 457 -
 dev-lang/python/python-3.5.4.ebuild| 436 ---
 dev-lang/python/python-3.6.5-r1.ebuild | 435 ---
 4 files changed, 1335 deletions(-)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 1558b2b8be..4251b00f58 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,30 +1,23 @@
 DIST Python-2.7.14.tar.xz 12576112 BLAKE2B 
e03c4134cfdd88678acc26f383130a598ce4de908ab6bb9ee00e9235de3e0fcb9e653fec86f39db64fb895ef797d33736524655c5b94fab2cde2544b966b2cfb
 SHA512 
78310b0be6388ffa15f29a80afb9ab3c03a572cb094e9da00cfe391afadb51696e41f592eb658d6a31a2f422fdac8a55214a382cbb8cfb43d4a127d5b35ea7f9
 DIST Python-2.7.16.tar.xz 12752104 BLAKE2B 
7d6b5b853f9974d44e04dd35ecdffaab87511e183b4b01dd4f8f4ee109c4b4ab208f045708f69717be9d3a706aa078b71438ed482c062c0b89c12730eae074ae
 SHA512 
16e814e8dcffc707b595ca2919bd2fa3db0d15794c63d977364652c4a5b92e90e72b8c9e1cc83b5020398bd90a1b397dbdd7cb931c49f1aa4af6ef95414b43e0
-DIST Python-3.4.8.tar.xz 14576444 BLAKE2B 
262b82fbc0e4852216d2edf05f9e9194bc93be7b14a2d6ef56789b808cff274e58b2fa7134955464fd05ab36181b5861aeca31e2e05b27f0f58ac66d145bd56b
 SHA512 
478552c72efe606cb1993024b81839c51d01f1c949564c007ab2b76016f110e1f7bd418e5de3f4f93b466ce7dbe6583d3c150830d1f28f75e0809625b568a7ec
-DIST Python-3.5.4.tar.xz 15332320 BLAKE2B 
1fc3ba4eb1ed949062961c13fd1f9851c7f9cbeb4916c06a0389349ee2d4872b2b1c2d30138822e6329b6a715f35a66df704b7a04aa4adeb95b685b8d6e45d61
 SHA512 
dbbe2740ee1cce5404b7b6436a9b3887e15f415a1006efa22014ec7e5b1e48c43eed0ff98f6f5b365c527b8d2525be4ce72bbe404ce71c0835529fcd6f0267ff
 DIST Python-3.5.5.tar.xz 15351440 BLAKE2B 
217cb7f51e04d57983ce053ff4276d056e17c8223b6f3d87b69f556453fe2ae3d4dc2c1a6b9c2c6aad033cea9b40cd32264d8208cc81a1ec34ff252379bf95b8
 SHA512 
c9056baee6a2d1fe7f14b1f310db95b78e8972766d086f8ae10954f38f8182956171580bde01ddadebe897f2545a6fbe47669ca3e4887026ac1fae5ee9197f22
 DIST Python-3.5.7.tar.xz 15324736 BLAKE2B 
0f1dd80584385b7f859652c85dc6b51bf71cd9f1d53fcf1716c54e8ffc3d2a36ef9969956e4429ac1ba878dad1e9acbb5f82ddb6a9923886bf3c84b3327dfecb
 SHA512 
83f57451e1d7082bf19e4e49a0902e9257e381836d9a04154a6b276135fa49e5c96b6869eed9ec4475e06b76556c1ae89f5cca111b762eb8b2dee6f65373e0f4
-DIST Python-3.6.5.tar.xz 17049912 BLAKE2B 
f393e9563a18a46c457afcd2e174d9eacda20fe2b0ae5461e11c582fa4d27b85c01bbe7b602f45511b6b44f635c6330205b12fb3e8325ffd07e87b78a8258889
 SHA512 
6b26fcd296b9bd8e67861eff10d14db7507711ddba947288d16d6def53135c39326b7f969c04bb2b2993f924d9e7ad3f5c5282a3915760bc0885cf0a8ea5eb51
 DIST Python-3.6.6.tar.xz 17156744 BLAKE2B 
fa4333149f84570cc4a0d1ec76c819610888750a51268b9db7d05df7d9c11e5ed72daff5d81b404015d9c678cb034d8a32034262ce73629ee8f96772853a706c
 SHA512 
c71f87c5906e770322a14cacad228655659f782207db826320449d12bf86091c3662f317e1773158dec52f8b052eaedfb4c03b561cc2a6cfcd381597fd2d2b04
 DIST Python-3.6.8.tar.xz 17212420 BLAKE2B 
e104b49a35492b622080ab81a446c0cdd1223e8ddf95c4e1b262762a027664b59f3e4deeda4ba7177115d780e48b6764a053acef640a645327df428d2e4820cd
 SHA512 
b17867e451ebe662f50df83ed112d3656c089e7d750651ea640052b01b713b58e66aac9e082f71fd16f5b5510bc9b797f5ccd30f5399581e9aa406197f02938a
 DIST Python-3.7.2.tar.xz 17042320 BLAKE2B 
79b06b7d38590b7ad00850a4323156bfee07c4cf8531cbc09d262c6eb38721e32b8b0591fc21017e56948dd81763e9061f118f204eda5b9cc0b84e7132b42979
 SHA512 
6cd2d6d848783b99d55985cd7b22d67b98f41a09b4fdd96f680a630a4e035220d2b903f8c59ed513aa5ffe6730fa947ddb55bb72ce36f0e945ef8af5d971
 DIST python-gentoo-patches-2.7.14-0.tar.xz 13428 BLAKE2B 
0048e48ddaaa4bef08451354fde95a123042880f26dddc9267c7f9a90fd8abb40955e26ee8c9dfc5a1165556bb3e11585b27288e635d42a4000dd3d7654c41ad
 SHA512 
6da5b52065752b54e9215d0f0809c75167dc3690d0e94fa21dd7595626925bc5c1dd065d31b3bd696d7087f3986de145d3a335a29eb7bd77442637a7ec2863c1
 DIST python-gentoo-patches-2.7.16.tar.xz 13904 BLAKE2B 
218b46f8656f4a792dcd47eabca6d59a1558276b77676544991ee75914cd76dda84c36f43e72e477b850dd4cb52374d289f20dccd244a3b52ae5debaf3363432
 SHA512 
83f90545231c663a34c6925352a357a2b15997ac0362578a1893304c5070b5251922585ae8bc1bafb68d306bcddd4cdba4b6406648d473bd3e980eef65fe3ecd
-DIST python-gentoo-patches-3.4.6-0.tar.xz 11728 BLAKE2B 
2a636f5500f4c7d354f421133f086cba9a25c30d5feaaa2dc25c9c588125d7c9097baecaa11f31548fa598b5dc137ca310ad86222510c0a955fa632a6d0a4b06
 SHA512 

[gentoo-commits] repo/proj/prefix:master commit in: dev-lang/python/

2019-03-22 Thread Fabian Groffen
commit: 26c414db7600924391f4f5cf40343dd960f72517
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar 22 13:36:54 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar 22 13:36:54 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=26c414db

dev-lang/python: add 3.7.x

Package-Manager: Portage-2.3.62-prefix, Repoman-2.3.12
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-lang/python/Manifest|   4 +
 dev-lang/python/python-3.7.2.ebuild | 424 
 2 files changed, 428 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index d5636cc165..1558b2b8be 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -7,6 +7,7 @@ DIST Python-3.5.7.tar.xz 15324736 BLAKE2B 
0f1dd80584385b7f859652c85dc6b51bf71cd9
 DIST Python-3.6.5.tar.xz 17049912 BLAKE2B 
f393e9563a18a46c457afcd2e174d9eacda20fe2b0ae5461e11c582fa4d27b85c01bbe7b602f45511b6b44f635c6330205b12fb3e8325ffd07e87b78a8258889
 SHA512 
6b26fcd296b9bd8e67861eff10d14db7507711ddba947288d16d6def53135c39326b7f969c04bb2b2993f924d9e7ad3f5c5282a3915760bc0885cf0a8ea5eb51
 DIST Python-3.6.6.tar.xz 17156744 BLAKE2B 
fa4333149f84570cc4a0d1ec76c819610888750a51268b9db7d05df7d9c11e5ed72daff5d81b404015d9c678cb034d8a32034262ce73629ee8f96772853a706c
 SHA512 
c71f87c5906e770322a14cacad228655659f782207db826320449d12bf86091c3662f317e1773158dec52f8b052eaedfb4c03b561cc2a6cfcd381597fd2d2b04
 DIST Python-3.6.8.tar.xz 17212420 BLAKE2B 
e104b49a35492b622080ab81a446c0cdd1223e8ddf95c4e1b262762a027664b59f3e4deeda4ba7177115d780e48b6764a053acef640a645327df428d2e4820cd
 SHA512 
b17867e451ebe662f50df83ed112d3656c089e7d750651ea640052b01b713b58e66aac9e082f71fd16f5b5510bc9b797f5ccd30f5399581e9aa406197f02938a
+DIST Python-3.7.2.tar.xz 17042320 BLAKE2B 
79b06b7d38590b7ad00850a4323156bfee07c4cf8531cbc09d262c6eb38721e32b8b0591fc21017e56948dd81763e9061f118f204eda5b9cc0b84e7132b42979
 SHA512 
6cd2d6d848783b99d55985cd7b22d67b98f41a09b4fdd96f680a630a4e035220d2b903f8c59ed513aa5ffe6730fa947ddb55bb72ce36f0e945ef8af5d971
 DIST python-gentoo-patches-2.7.14-0.tar.xz 13428 BLAKE2B 
0048e48ddaaa4bef08451354fde95a123042880f26dddc9267c7f9a90fd8abb40955e26ee8c9dfc5a1165556bb3e11585b27288e635d42a4000dd3d7654c41ad
 SHA512 
6da5b52065752b54e9215d0f0809c75167dc3690d0e94fa21dd7595626925bc5c1dd065d31b3bd696d7087f3986de145d3a335a29eb7bd77442637a7ec2863c1
 DIST python-gentoo-patches-2.7.16.tar.xz 13904 BLAKE2B 
218b46f8656f4a792dcd47eabca6d59a1558276b77676544991ee75914cd76dda84c36f43e72e477b850dd4cb52374d289f20dccd244a3b52ae5debaf3363432
 SHA512 
83f90545231c663a34c6925352a357a2b15997ac0362578a1893304c5070b5251922585ae8bc1bafb68d306bcddd4cdba4b6406648d473bd3e980eef65fe3ecd
 DIST python-gentoo-patches-3.4.6-0.tar.xz 11728 BLAKE2B 
2a636f5500f4c7d354f421133f086cba9a25c30d5feaaa2dc25c9c588125d7c9097baecaa11f31548fa598b5dc137ca310ad86222510c0a955fa632a6d0a4b06
 SHA512 
41c22dc8f1db8800fc0b97eed2b27bf1873e5de1369bd4aecf7a7a91e609a78e45a4b56fc89d575317f33a7704c0c1cad1494e8a993415a198f256e8338f49ab
@@ -14,6 +15,7 @@ DIST python-gentoo-patches-3.5.4-0.tar.xz 11704 BLAKE2B 
4a7d71feff18c7c8c109bed1
 DIST python-gentoo-patches-3.6.4.tar.xz 12888 BLAKE2B 
7cf49ae22df53e855f2e99df51686b5d4bd0da82ef4c22836e24726ea9ed561808352c0305a5659b052d38b843f1ff61b6466a7bc3673b7e5cfb4d81d22fa4bc
 SHA512 
90a1b685f2539872ffd67f96581f70145b7afaf18af19f4a7f4a61214103d2a10bf0069c1769dac229ae011fceaf8538f041082b33c1671905246d018d184dd7
 DIST python-gentoo-patches-3.6.6.tar.xz 13876 BLAKE2B 
4be56b54e70c9b83209734097e03a7dbaa8f46ae13e268fc6a7f465ffd052ce03ca9e1fc45f1d432f2de17d4ce16ca8bc684b24344862cd8f52f9d1a90d90b7a
 SHA512 
534b9eaefcbc45908119852a103bf10e400a8628c66aa599812fbceda36810d626d33e6701d1b7866e4df68397f717df6a217cb414049ca6f378eff9f43a27ab
 DIST python-gentoo-patches-3.6.8.tar.xz 11224 BLAKE2B 
5fe38282bcf28df18e0bd37756c880ae191ea738dc92f1cf83f682cfdc52525b9c44287dc99191a73d75c90672ab501b56adf49515b35ff1fdee88c8dc07b175
 SHA512 
89e700663db25d6d78eee1d4bfdab686c5341a794062f3a63df3485ac0b58deb4b4885d24701f3ae138d06ca783be92e310e1100c6d633910c33732f3cb0d7df
+DIST python-gentoo-patches-3.7.2.tar.xz 9776 BLAKE2B 
fe451c3fb44a1ace4489d1bc68db9848b4227422fe9135659594248d057a8916e2abfe8e2677ef6efc9c962dbefe3ca7cd05cbd62b325d53eef6b05928f82017
 SHA512 
55e932624333b78b55e8981aaa7e7bfbddb635a61f594353a77a6bd5c2b57de31a4ee9ae04e072c4e2eb0fddd1c2702b4bd6133cf0a2c94ab35808df86550156
 DIST python-prefix-2.7.14-gentoo-patches-r0.tar.xz 14736 BLAKE2B 
75422fc7390f559d9864f6e22a0b85982ccbdb07d5f2507db8e528285e56d1f11d4bc0b21a0b78d5340eafd562220d2f1b9d0a78b1f7c811c5689a426a81f9f3
 SHA512 
bf8e5039fff834d03a5a671269905f1ea10961995f2327ea023f6ad4d9b49bf210ec746ac6f45a01ff7501f1eb616013951d164410f6c64bce04df0e8b9715c8
 DIST python-prefix-2.7.16-gentoo-patches-r0.tar.xz 14636 BLAKE2B 
54320f5197bb7adeca1e7c97447253e6535a11f380b6d66bc2ce46fa671fe23697aced8fd5619633a00e3ea19ae9dbc3ffe2981173d83dcab6b447d514555c43
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/wulfware/files/, sys-cluster/wulfware/

2019-03-22 Thread Lars Wendler
commit: 374eda700c09a5d3b466c25c2e29f6d27eeb330a
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar 22 13:30:17 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar 22 13:30:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374eda70

sys-cluster/wulfware: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/528588
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 .../wulfware/files/wulfware-2.6.0-tinfo.patch  | 22 
 sys-cluster/wulfware/wulfware-2.6.0.ebuild | 40 ++
 2 files changed, 47 insertions(+), 15 deletions(-)

diff --git a/sys-cluster/wulfware/files/wulfware-2.6.0-tinfo.patch 
b/sys-cluster/wulfware/files/wulfware-2.6.0-tinfo.patch
new file mode 100644
index 000..7e88e621d91
--- /dev/null
+++ b/sys-cluster/wulfware/files/wulfware-2.6.0-tinfo.patch
@@ -0,0 +1,22 @@
+--- wulfware-2.6.0/configure.ac
 wulfware-2.6.0/configure.ac
+@@ -61,6 +61,8 @@
+ 
+ # Checks for libraries.
+ # FIXME: Replace `main' with a function in `-lcurses':
++AC_CHECK_LIB([tinfo], [main], TINFO_LIBS=-ltinfo, TINFO_LIBS=)
++AC_SUBST(TINFO_LIBS)
+ AC_CHECK_LIB([curses], [main])
+ # FIXME: Replace `main' with a function in `-lm':
+ AC_CHECK_LIB([m], [main])
+--- wulfware-2.6.0/wulfstat/Makefile.am
 wulfware-2.6.0/wulfstat/Makefile.am
+@@ -63,7 +63,7 @@
+ LDFLAGS =
+ 
+ # Libraries
+-LIBS = -L ../libwulf -lwulf -lpthread -lcurses -lxml2 -lm 
++LIBS = -L ../libwulf -lwulf -lpthread -lcurses $(TINFO_LIBS) -lxml2 -lm 
+ 
+ #
+ # List of variants one can make.  all is the default.  We always

diff --git a/sys-cluster/wulfware/wulfware-2.6.0.ebuild 
b/sys-cluster/wulfware/wulfware-2.6.0.ebuild
index 0dd9e8708cd..dee0715397e 100644
--- a/sys-cluster/wulfware/wulfware-2.6.0.ebuild
+++ b/sys-cluster/wulfware/wulfware-2.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
-inherit autotools eutils multilib toolchain-funcs
+inherit autotools toolchain-funcs
 
 DESCRIPTION="Applications to monitor on a beowulf- or GRID-style clusters"
 HOMEPAGE="http://www.phy.duke.edu/~rgb/Beowulf/wulfware.php;
@@ -14,24 +14,34 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-libs/libxml2
-   sys-libs/ncurses
-   sys-libs/zlib"
-DEPEND="${RDEPEND}
+RDEPEND="
+   dev-libs/libxml2:=
+   sys-libs/ncurses:0=
+   sys-libs/zlib:=
+"
+DEPEND="
+   ${RDEPEND}
!sys-cluster/wulfstat
-   !sys-cluster/xmlsysd"
+   !sys-cluster/xmlsysd
+"
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-opts_and_strip.patch
+PATCHES=(
+   "${FILESDIR}"/${P}-opts_and_strip.patch
+   "${FILESDIR}"/${P}-tinfo.patch #528588
+)
+
+src_prepare() {
+   default
eautoreconf
 }
 
-src_compile() {
+src_configure() {
tc-export CC
econf --disable-dependency-tracking
-   emake -j1 || die "emake failed."
+}
+
+src_compile() {
+   emake -j1
 }
 
 src_install() {
@@ -42,7 +52,7 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS NOTES README xmlsysd/DESIGN
 
# FIXME: Update to Gentoo style init script.
-   rm -rf "${D}"/etc/init.d/wulf2html
+   rm -r "${ED}"/etc/init.d/wulf2html || die
 }
 
 pkg_postinst() {



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

2019-03-22 Thread Mart Raudsepp
commit: b49574d76efd7aaae7060dadf80a8d9beeb668cb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar 22 12:58:13 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar 22 13:28:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49574d7

net-libs/gtk-vnc: bump to 0.9.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/gtk-vnc/Manifest |  1 +
 net-libs/gtk-vnc/gtk-vnc-0.9.0.ebuild | 70 +++
 2 files changed, 71 insertions(+)

diff --git a/net-libs/gtk-vnc/Manifest b/net-libs/gtk-vnc/Manifest
index 2e16468b725..cd55e139fad 100644
--- a/net-libs/gtk-vnc/Manifest
+++ b/net-libs/gtk-vnc/Manifest
@@ -1 +1,2 @@
 DIST gtk-vnc-0.8.0.tar.xz 448984 BLAKE2B 
e9de98a969297832ff6eaba79707a44494b20d944264ac6902596f882b95e8ab1bc6b7eb25e040d17f939d678a81eec730f983942db38d73c81751fc2afd45df
 SHA512 
9b66e4028e56b01af8d0ded5b833fc6c0ba752ac72cd664293b0009868bbec0bc8750b619ece9786eddc06155e390e4c5bc84717c49ac4bd866e6febd8e3
+DIST gtk-vnc-0.9.0.tar.xz 444736 BLAKE2B 
cf1afc0e856659012738060a584c72d7ad1b70459afd8bf92630d69cf32d380264814304a68a93d8a5a70d6573b6754658450005a2ea2b96f13ae03f9e87fcba
 SHA512 
498b368eb53ac58172db280c80f9da71ce82b636c39f186046e4f674e44c574ff4b63c3f777acc79d32c17d70e4efcdc207768ed49b3d1842bc4b73618296215

diff --git a/net-libs/gtk-vnc/gtk-vnc-0.9.0.ebuild 
b/net-libs/gtk-vnc/gtk-vnc-0.9.0.ebuild
new file mode 100644
index 000..c2931f94f27
--- /dev/null
+++ b/net-libs/gtk-vnc/gtk-vnc-0.9.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{5,6,7} )
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.16"
+VALA_USE_DEPEND="vapigen"
+
+inherit vala gnome2 python-any-r1
+
+DESCRIPTION="VNC viewer widget for GTK"
+HOMEPAGE="https://wiki.gnome.org/Projects/gtk-vnc;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="examples +introspection pulseaudio sasl +vala"
+REQUIRED_USE="
+   vala? ( introspection )
+"
+
+# libview is used in examples/gvncviewer -- no need
+# glib-2.30.1 needed to avoid linking failure due to .la files (bug #399129)
+RDEPEND="
+   >=dev-libs/glib-2.42.0:2
+   >=dev-libs/libgcrypt-1.5.0:0=
+   dev-libs/libgpg-error
+   >=net-libs/gnutls-3.1.18:0=
+   >=x11-libs/cairo-1.2
+   x11-libs/libX11
+   >=x11-libs/gtk+-3.0.0:3[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-0.9.4:= )
+   pulseaudio? ( media-sound/pulseaudio )
+   sasl? ( dev-libs/cyrus-sasl )
+"
+# Keymap databases code is generated with python3; configure picks up $PYTHON 
exported from python-any-r1_pkg_setup
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   >=dev-lang/perl-5
+   dev-util/glib-utils
+   >=dev-util/intltool-0.40
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? (
+   $(vala_depend)
+   >=dev-libs/gobject-introspection-0.9.4 )
+"
+# eautoreconf requires gnome-common
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   local myconf=(
+   $(use_with examples)
+   $(use_enable introspection)
+   $(use_with pulseaudio)
+   $(use_with sasl)
+   $(use_enable vala)
+   --with-coroutine=gthread
+   --without-libview
+   --disable-static
+   --with-gtk=3.0
+   )
+
+   gnome2_src_configure ${myconf[@]}
+}



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

2019-03-22 Thread Mart Raudsepp
commit: 530d1d51af614a855b641a322efe71779d4da9a3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar 22 13:24:06 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar 22 13:28:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530d1d51

net-vpn/networkmanager-libreswan: bump to 1.2.10, stop using libnm-glib

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-vpn/networkmanager-libreswan/Manifest  |  1 +
 .../networkmanager-libreswan-1.2.10.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/net-vpn/networkmanager-libreswan/Manifest 
b/net-vpn/networkmanager-libreswan/Manifest
index 54b85447b8d..aa4db78fe63 100644
--- a/net-vpn/networkmanager-libreswan/Manifest
+++ b/net-vpn/networkmanager-libreswan/Manifest
@@ -1 +1,2 @@
+DIST NetworkManager-libreswan-1.2.10.tar.xz 388552 BLAKE2B 
c7172ab8e9f967eb69a20b329d7d9f6d8beca8e809f5d6b74a3bbdace553ce47ed99dc09f7655c61a399a01a52073bdedf86d4405227049870530fff68991870
 SHA512 
90eef90e0ecbe8b8e7b927b49e996b042231ea25495f46b2413dd11a597f170f23668d0a3900f82c84e377dacc15f7589a48b5f28c7d6ee3580b7bbd8f61060d
 DIST NetworkManager-libreswan-1.2.6.tar.xz 348312 BLAKE2B 
e27180b94807db3bab7d41502674fb9e950fc8eb79447a901f2c69f9fdbbf99032e007cb1e631ef5f8eec5dbed40e74f1e0eadecef7fdfc3b618500447a3a9a8
 SHA512 
385b7e7cfc0720be1eae0a3c7e080efd17eb6f243d069ba881b97c9638fc3bb951b3c8f1c9b44422fe81a2dc9fc85b675f977284111aeaa6304ad31750f62798

diff --git 
a/net-vpn/networkmanager-libreswan/networkmanager-libreswan-1.2.10.ebuild 
b/net-vpn/networkmanager-libreswan/networkmanager-libreswan-1.2.10.ebuild
new file mode 100644
index 000..afd895a544a
--- /dev/null
+++ b/net-vpn/networkmanager-libreswan/networkmanager-libreswan-1.2.10.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME_ORG_MODULE="NetworkManager-libreswan"
+
+inherit gnome2
+
+DESCRIPTION="NetworkManager libreswan plugin"
+HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/VPN;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk"
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   >=dev-libs/libnl-3.2.8:3
+   >=net-misc/networkmanager-1.2.0:=
+   net-vpn/libreswan
+   gtk? (
+   app-crypt/libsecret
+   >=gnome-extra/nm-applet-1.2.0
+   >=x11-libs/gtk+-3.4:3
+   )
+   !net-misc/networkmanager-openswan
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   dev-util/intltool
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   --disable-more-warnings
+   --disable-static
+   --with-dist-version=Gentoo
+   --without-libnm-glib
+   $(use_with gtk gnome)
+   )
+   gnome2_src_configure "${myconf[@]}"
+}



[gentoo-commits] proj/devmanual:master commit in: /, bin/

2019-03-22 Thread Brian Evans
commit: d541c4c23305121c02ed18668b6019e86cfc2404
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Mar 22 13:19:16 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Mar 22 13:19:16 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d541c4c2

Create script for eclass-reference

This was previously held in infra but contains no identifying information

Bug: https://bugs.gentoo.org/536654
Signed-off-by: Brian Evans  gentoo.org>

 .gitignore |   1 +
 bin/gen-eclass-html.sh | 135 +
 2 files changed, 136 insertions(+)

diff --git a/.gitignore b/.gitignore
index b364f07..720d4d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 *.html
 *.png
+eclass-reference/

diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
new file mode 100755
index 000..e87f60f
--- /dev/null
+++ b/bin/gen-eclass-html.sh
@@ -0,0 +1,135 @@
+#!/bin/bash
+
+# pre1) OOB: The host needs to emerge eclass-manpages on a daily basis.
+# This script should be run before the make operation is performed
+
+OUTPUTDIR="eclass-reference"
+
+IFS='' read -r -d '' FOOTER << 'EOF'
+
+
+
+
+
+Questions or comments?
+  Please feel free to https://www.gentoo.org/inside-gentoo/contact/;>contact us.
+
+
+
+
+http://twitter.com/gentoo; title="@Gentoo on Twitter">
+https://plus.google.com/+Gentoo; title="+Gentoo on Google+">
+https://www.facebook.com/gentoo.org; title="Gentoo on 
Facebook">
+
+
+Copyright (C) 2001-2019 Gentoo Foundation, Inc.
+Gentoo is a trademark of the Gentoo Foundation, Inc.
+The text of this document is distributed under the
+http://creativecommons.org/licenses/by-sa/3.0/;>Creative Commons 
Attribution-ShareAlike 3.0 Unported License.
+The https://www.gentoo.org/inside-gentoo/foundation/name-logo-guidelines.html;>Gentoo
 Name and Logo Usage Guidelines apply.
+  
+
+
+https://assets.gentoo.org/tyrian/jquery.min.js";>https://assets.gentoo.org/tyrian/bootstrap.min.js";>
+
+
+EOF
+
+# We also need the ebuild man page
+for i in $(/usr/bin/qlist eclass-manpages) /usr/share/man/man5/ebuild.5.bz2; do
+   BASENAME="$(basename $i .5.bz2)"
+   DIRNAME="${OUTPUTDIR}/${BASENAME}"
+   TMP="${DIRNAME}/index.html.tmp"
+   FINAL="${DIRNAME}/index.html"
+   [[ -d ${DIRNAME} ]] || mkdir -p ${DIRNAME}
+   # rebuild the man page each time
+   cat << EOF > ${FINAL}
+
+
+   
+   Gentoo Development Guide: $BASENAME
+   
+   
+   
+   https://assets.gentoo.org/tyrian/bootstrap.min.css; 
rel="stylesheet" media="screen">
+   https://assets.gentoo.org/tyrian/tyrian.min.css; 
rel="stylesheet" media="screen">
+   https://www.gentoo.org/favicon.ico; 
type="image/x-icon">
+
+
+
+
+https://get.gentoo.org/; role="button" class="btn get-gentoo"> Get Gentoo!
+ gentoo.org sites 
+https://www.gentoo.org/; title="Main Gentoo website"> gentoo.org
+https://wiki.gentoo.org/; title="Find and contribute 
documentation"> Wiki
+https://bugs.gentoo.org/; title="Report issues and find common 
issues"> Bugs
+https://forums.gentoo.org/; title="Discuss with the 
community"> Forums
+https://packages.gentoo.org/; title="Find software for your 
Gentoo"> Packages
+
+https://planet.gentoo.org/; title="Find out what's going on in 
the developer community"> Planet
+https://archives.gentoo.org/; title="Read up on past 
discussions"> Archives
+https://sources.gentoo.org/; title="Browse our source code"> Sources
+
+https://infra-status.gentoo.org/; title="Get updates on the 
services provided by Gentoo"> Infra 
Status
+
+
+
+
+https://assets.gentoo.org/tyrian/site-logo.svg; type="image/svg+xml">https://assets.gentoo.org/tyrian/site-logo.png; alt="Gentoo Linux 
Logo">Development Guide
+
+
+
+Toggle navigation
+
+  Home
+  Eclass 
Reference
+
+Master 
IndexEclass 
Reference
+   
+EOF
+# generate html pages and fix hyperlinks for eclass and ebuild man pages
+/bin/bunzip2 -c $i | /usr/bin/man2html -r - | \
+sed -e "/:=../\1/index.html>:" \
+-e "/<\/BODY>/d" -e "/<\/HTML>/d"  \
+-e "/:=../\1/\index.html>:" >> 
${TMP}
+   # The first 4 lines are cruft for devmanual
+   tail -n $(($(wc -l ${TMP} | awk '{print $1}') - 4)) ${TMP} >> ${FINAL}
+   rm -f ${TMP}
+   echo "${FOOTER}" >> ${FINAL}
+done
+
+# Remove old dirs (eclasses that were dropped from the tree)
+find $OUTPUTDIR -mindepth 1 -maxdepth 1 -mtime +1 -exec rm -R {} \;
+
+# build the index, rebuilding it each time
+cat << EOF > $OUTPUTDIR/text.xml
+
+
+
+Eclass Reference
+
+
+
+This section provides a reference for some of the more commonly used eclasses.
+Note that most eclasses have an accompanying manual page. These man pages can 
be
+installed by emerging app-portage/eclass-manpages.
+
+
+
+
+Contents
+
+
+EOF
+
+for i in $(find $OUTPUTDIR/ -maxdepth 1 -mindepth 1 -type d | sort); do
+   echo "$(basename 

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

2019-03-22 Thread Lars Wendler
commit: e0635f9883afc9a3053ec2fa2753b063f58f151b
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar 22 13:04:40 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar 22 13:10:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0635f98

app-emulation/e-uae: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/527628
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 app-emulation/e-uae/e-uae-0.8.29_rc4-r3.ebuild | 104 +
 .../e-uae/files/e-uae-0.8.29_rc4-no_schily.patch   |  20 
 .../e-uae/files/e-uae-0.8.29_rc4-tinfo.patch   |  22 +
 3 files changed, 105 insertions(+), 41 deletions(-)

diff --git a/app-emulation/e-uae/e-uae-0.8.29_rc4-r3.ebuild 
b/app-emulation/e-uae/e-uae-0.8.29_rc4-r3.ebuild
index 63d99f142b4..27993eabc59 100644
--- a/app-emulation/e-uae/e-uae-0.8.29_rc4-r3.ebuild
+++ b/app-emulation/e-uae/e-uae-0.8.29_rc4-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit flag-o-matic pax-utils
+inherit autotools flag-o-matic pax-utils
 
 DESCRIPTION="The Ubiquitous Amiga Emulator with an emulation core largely 
based on WinUAE"
 HOMEPAGE="http://www.rcdrummond.net/uae/;
@@ -28,92 +28,114 @@ IUSE="X dga ncurses sdl alsa oss sdl-sound capslib"
 
 # Note: opposed to ./configure --help zlib support required! Check
 # src/Makefile.am that includes zfile.c unconditionaly.
-RDEPEND="X? ( x11-libs/libXt
-x11-libs/libxkbfile
-x11-libs/libXext
-x11-misc/xkeyboard-config
-dga? ( x11-libs/libXxf86dga
-   x11-libs/libXxf86vm )
-   )
-   !X? ( sdl? ( media-libs/libsdl )
- !sdl? ( sys-libs/ncurses:0= ) )
-   alsa? ( media-libs/alsa-lib )
-   !alsa? ( sdl-sound? ( media-libs/sdl-sound ) )
-   capslib? ( >=games-emulation/caps-20060612 )
-   sys-libs/zlib
-   virtual/cdrtools"
+RDEPEND="
+   sys-libs/zlib
+   virtual/cdrtools
+   X? (
+   x11-libs/libXt
+   x11-libs/libxkbfile
+   x11-libs/libXext
+   x11-misc/xkeyboard-config
+   dga? (
+   x11-libs/libXxf86dga
+   x11-libs/libXxf86vm
+   )
+   )
+   !X? (
+   sdl? ( media-libs/libsdl )
+   !sdl? ( sys-libs/ncurses:0= )
+   )
+   alsa? ( media-libs/alsa-lib )
+   !alsa? ( sdl-sound? ( media-libs/sdl-sound ) )
+   capslib? ( >=games-emulation/caps-20060612 )
+"
 
 DEPEND="${RDEPEND}
-   X? ( dga? ( x11-base/xorg-proto ) )"
+   X? ( dga? ( x11-base/xorg-proto ) )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-tinfo.patch #527628
+   "${FILESDIR}"/${P}-no_schily.patch
+)
 
 src_prepare() {
default
# Fix for high cpu use when compiled with --disable-audio
-   use alsa || use sdl-sound || use oss || eapply 
"${FILESDIR}"/${P}-high-cpu-usage.patch
+   if ! use alsa && ! use sdl-sound && ! use oss ; then
+   eapply "${FILESDIR}"/${P}-high-cpu-usage.patch
+   fi
+   eautoreconf #527628
 }
 
 src_configure() {
strip-flags
 
-   local myconf
+   local myconf=()
 
# Sound setup.
if use alsa; then
elog "Choosing alsa as sound target to use."
-   myconf="--with-alsa --without-sdl-sound"
+   myconf=( --with-alsa --without-sdl-sound )
elif use sdl-sound ; then
if ! use sdl ; then
ewarn "sdl-sound is not enabled because sdl USE flag is 
disabled. Leaving"
ewarn "sound on oss autodetection."
-   myconf="--without-alsa --without-sdl-sound"
+   myconf=( --without-alsa --without-sdl-sound )
else
elog "Choosing sdl-sound as sound target to use."
ewarn "E-UAE with the SDL audio back-end doesn't work 
correctly in Linux."
ewarn "Better use alsa... You've been warned ;)"
-   myconf="--without-alsa --with-sdl-sound"
+   myconf=( --without-alsa --with-sdl-sound )
fi
elif use oss ; then
elog "Choosing oss as sound target to use."
ewarn "oss will be autodetected. See output of configure."
-   myconf="--without-alsa --without-sdl-sound"
+   myconf=( --without-alsa --without-sdl-sound )
else
ewarn "There is no alsa, sdl-sound or oss in USE. Sound target 
disabled!"
-   myconf="--disable-audio"
+   myconf=( 

[gentoo-commits] repo/proj/prefix:master commit in: dev-lang/python/

2019-03-22 Thread Fabian Groffen
commit: e72f1798c81612b44605187f303e301693e0
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar 22 13:05:24 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar 22 13:05:24 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e72f1798

dev-lang/python: version bump 3.6.x

Package-Manager: Portage-2.3.62-prefix, Repoman-2.3.12
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-lang/python/Manifest|   3 +
 dev-lang/python/python-3.6.8.ebuild | 444 
 2 files changed, 447 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 9cba836686..d5636cc165 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -6,18 +6,21 @@ DIST Python-3.5.5.tar.xz 15351440 BLAKE2B 
217cb7f51e04d57983ce053ff4276d056e17c8
 DIST Python-3.5.7.tar.xz 15324736 BLAKE2B 
0f1dd80584385b7f859652c85dc6b51bf71cd9f1d53fcf1716c54e8ffc3d2a36ef9969956e4429ac1ba878dad1e9acbb5f82ddb6a9923886bf3c84b3327dfecb
 SHA512 
83f57451e1d7082bf19e4e49a0902e9257e381836d9a04154a6b276135fa49e5c96b6869eed9ec4475e06b76556c1ae89f5cca111b762eb8b2dee6f65373e0f4
 DIST Python-3.6.5.tar.xz 17049912 BLAKE2B 
f393e9563a18a46c457afcd2e174d9eacda20fe2b0ae5461e11c582fa4d27b85c01bbe7b602f45511b6b44f635c6330205b12fb3e8325ffd07e87b78a8258889
 SHA512 
6b26fcd296b9bd8e67861eff10d14db7507711ddba947288d16d6def53135c39326b7f969c04bb2b2993f924d9e7ad3f5c5282a3915760bc0885cf0a8ea5eb51
 DIST Python-3.6.6.tar.xz 17156744 BLAKE2B 
fa4333149f84570cc4a0d1ec76c819610888750a51268b9db7d05df7d9c11e5ed72daff5d81b404015d9c678cb034d8a32034262ce73629ee8f96772853a706c
 SHA512 
c71f87c5906e770322a14cacad228655659f782207db826320449d12bf86091c3662f317e1773158dec52f8b052eaedfb4c03b561cc2a6cfcd381597fd2d2b04
+DIST Python-3.6.8.tar.xz 17212420 BLAKE2B 
e104b49a35492b622080ab81a446c0cdd1223e8ddf95c4e1b262762a027664b59f3e4deeda4ba7177115d780e48b6764a053acef640a645327df428d2e4820cd
 SHA512 
b17867e451ebe662f50df83ed112d3656c089e7d750651ea640052b01b713b58e66aac9e082f71fd16f5b5510bc9b797f5ccd30f5399581e9aa406197f02938a
 DIST python-gentoo-patches-2.7.14-0.tar.xz 13428 BLAKE2B 
0048e48ddaaa4bef08451354fde95a123042880f26dddc9267c7f9a90fd8abb40955e26ee8c9dfc5a1165556bb3e11585b27288e635d42a4000dd3d7654c41ad
 SHA512 
6da5b52065752b54e9215d0f0809c75167dc3690d0e94fa21dd7595626925bc5c1dd065d31b3bd696d7087f3986de145d3a335a29eb7bd77442637a7ec2863c1
 DIST python-gentoo-patches-2.7.16.tar.xz 13904 BLAKE2B 
218b46f8656f4a792dcd47eabca6d59a1558276b77676544991ee75914cd76dda84c36f43e72e477b850dd4cb52374d289f20dccd244a3b52ae5debaf3363432
 SHA512 
83f90545231c663a34c6925352a357a2b15997ac0362578a1893304c5070b5251922585ae8bc1bafb68d306bcddd4cdba4b6406648d473bd3e980eef65fe3ecd
 DIST python-gentoo-patches-3.4.6-0.tar.xz 11728 BLAKE2B 
2a636f5500f4c7d354f421133f086cba9a25c30d5feaaa2dc25c9c588125d7c9097baecaa11f31548fa598b5dc137ca310ad86222510c0a955fa632a6d0a4b06
 SHA512 
41c22dc8f1db8800fc0b97eed2b27bf1873e5de1369bd4aecf7a7a91e609a78e45a4b56fc89d575317f33a7704c0c1cad1494e8a993415a198f256e8338f49ab
 DIST python-gentoo-patches-3.5.4-0.tar.xz 11704 BLAKE2B 
4a7d71feff18c7c8c109bed10748348484d314183c3de3ec950d5ca5ce7048bb322c470f3f5bff2d63eb7f2ed99c0fe75c621df050273d9d118681b28926061d
 SHA512 
d395a87695f700598026038d6929ea5038abd7d494294037a4dfa02d5262203dbbaa6ae258a5a7f35ff5542f6266dcf69cc0b9c3df2a047cd2f6699a87e182ec
 DIST python-gentoo-patches-3.6.4.tar.xz 12888 BLAKE2B 
7cf49ae22df53e855f2e99df51686b5d4bd0da82ef4c22836e24726ea9ed561808352c0305a5659b052d38b843f1ff61b6466a7bc3673b7e5cfb4d81d22fa4bc
 SHA512 
90a1b685f2539872ffd67f96581f70145b7afaf18af19f4a7f4a61214103d2a10bf0069c1769dac229ae011fceaf8538f041082b33c1671905246d018d184dd7
 DIST python-gentoo-patches-3.6.6.tar.xz 13876 BLAKE2B 
4be56b54e70c9b83209734097e03a7dbaa8f46ae13e268fc6a7f465ffd052ce03ca9e1fc45f1d432f2de17d4ce16ca8bc684b24344862cd8f52f9d1a90d90b7a
 SHA512 
534b9eaefcbc45908119852a103bf10e400a8628c66aa599812fbceda36810d626d33e6701d1b7866e4df68397f717df6a217cb414049ca6f378eff9f43a27ab
+DIST python-gentoo-patches-3.6.8.tar.xz 11224 BLAKE2B 
5fe38282bcf28df18e0bd37756c880ae191ea738dc92f1cf83f682cfdc52525b9c44287dc99191a73d75c90672ab501b56adf49515b35ff1fdee88c8dc07b175
 SHA512 
89e700663db25d6d78eee1d4bfdab686c5341a794062f3a63df3485ac0b58deb4b4885d24701f3ae138d06ca783be92e310e1100c6d633910c33732f3cb0d7df
 DIST python-prefix-2.7.14-gentoo-patches-r0.tar.xz 14736 BLAKE2B 
75422fc7390f559d9864f6e22a0b85982ccbdb07d5f2507db8e528285e56d1f11d4bc0b21a0b78d5340eafd562220d2f1b9d0a78b1f7c811c5689a426a81f9f3
 SHA512 
bf8e5039fff834d03a5a671269905f1ea10961995f2327ea023f6ad4d9b49bf210ec746ac6f45a01ff7501f1eb616013951d164410f6c64bce04df0e8b9715c8
 DIST python-prefix-2.7.16-gentoo-patches-r0.tar.xz 14636 BLAKE2B 
54320f5197bb7adeca1e7c97447253e6535a11f380b6d66bc2ce46fa671fe23697aced8fd5619633a00e3ea19ae9dbc3ffe2981173d83dcab6b447d514555c43
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/

2019-03-22 Thread Mart Raudsepp
commit: be94f5d3b17fd609fe3381a9c8e695c178b3d8e5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar 22 10:29:19 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar 22 12:17:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be94f5d3

gnome-extra/gnome-software: bump to 3.30.6, conditional packagekit

packagekit is "not ready for primetime" and even use.masked, so I don't
think we should force it on gnome-software when gnome-software can be
useful for upgrading device firmware, handle shell extensions and
(eventually) flatpaks.
Also default-enable USE=firmware to have firmware upgrades show up,
some of which may be security relevant (e.g. logitech unifying receiver
firmware updates).

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/gnome-software/Manifest|   1 +
 .../gnome-software/gnome-software-3.30.6.ebuild| 101 +
 gnome-extra/gnome-software/metadata.xml|   1 +
 3 files changed, 103 insertions(+)

diff --git a/gnome-extra/gnome-software/Manifest 
b/gnome-extra/gnome-software/Manifest
index 75552fe0c0d..6ede4bf38a9 100644
--- a/gnome-extra/gnome-software/Manifest
+++ b/gnome-extra/gnome-software/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-software-3.22.7.tar.xz 3865764 BLAKE2B 
c23e3b9e34a9b233a584a920fcd5969b3ebb5fa4227da147870e71c1531da6c3efda913149a903667ae1725c505c1c842aac0a76b439a2730bf6c837f39757fc
 SHA512 
184714710695d8c48451c1ee7885524dfa30cc6091975bdd317bdd6ce130e7815ab7474074ed191913594bcd5142932bd7918ae19a695170a34a5f934e1b9825
 DIST gnome-software-3.28.2.tar.xz 5181868 BLAKE2B 
4744ff13216ac1421700ef9c5ec9fb540ffb527ed8bff1bd2f7b90cb5c9b768180e3b30fc0b44724e27479f56f8867551b4b19a9496664418a6b6cbe0960623e
 SHA512 
ca22ea589c19f3c5aae32fb2540646d3b3c8faf86f857dd414caf61b716bc50dea16281955c594a629f684da5ac87eeada6ac68247a9b0545600b739fa436dd7
+DIST gnome-software-3.30.6.tar.xz 5217384 BLAKE2B 
6a9478aa7752ea62c391545b5f84191a22c839802bd1ac2118696b9dd954a19003477a688d9f36868a617dbf3dd186fc36a054ce0eac8ba8c7a5eee834732ce4
 SHA512 
dd98e9e61469fc5566ab569f09bdc06ccb5812a236e305185b911c70364e2983f257e939aed0bb61778163084fb5628d63ff6bd5f056d4a7626a2e771ad6426a

diff --git a/gnome-extra/gnome-software/gnome-software-3.30.6.ebuild 
b/gnome-extra/gnome-software/gnome-software-3.30.6.ebuild
new file mode 100644
index 000..c7aa1aa96ec
--- /dev/null
+++ b/gnome-extra/gnome-software/gnome-software-3.30.6.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome.org gnome2-utils meson python-any-r1 virtualx xdg
+
+DESCRIPTION="Gnome install & update software"
+HOMEPAGE="https://wiki.gnome.org/Apps/Software;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+firmware gnome gtk-doc packagekit spell test udev"
+
+RDEPEND="
+   >=dev-libs/appstream-glib-0.7.14:0
+   >=x11-libs/gdk-pixbuf-2.32.0:2
+   >=dev-libs/glib-2.56:2
+   >=x11-libs/gtk+-3.22.4:3
+   >=dev-libs/json-glib-1.2.0
+   app-crypt/libsecret
+   >=net-libs/libsoup-2.52.0:2.4
+   gnome? ( >=gnome-base/gnome-desktop-3.18.0:3= )
+   spell? ( app-text/gspell:= )
+   sys-auth/polkit
+   packagekit? ( >=app-admin/packagekit-base-1.1.0 )
+   firmware? ( >=sys-apps/fwupd-1.0.3 )
+   udev? ( virtual/libgudev )
+   >=gnome-base/gsettings-desktop-schemas-3.11.5
+"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   gtk-doc? (
+   dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.3 )
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
+"
+# test? ( dev-util/valgrind )
+
+python_check_deps() {
+   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   xdg_src_prepare
+   sed -i -e '/install_data.*README\.md.*share\/doc\/gnome-software/d' 
meson.build || die
+   # Trouble talking to spawned gnome-keyring socket for some reason, even 
if wrapped in dbus-run-session
+   # TODO: Investigate; seems to work outside ebuild .. test/emerge
+   sed -i -e '/g_test_add_func.*gs_auth_secret_func/d' lib/gs-self-test.c 
|| die
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use test tests)
+   $(meson_use spell gspell)
+   $(meson_use gnome gnome_desktop) # Investigate purpose, in 
relation to shell_extensions too (is it ok to be same USE?)
+   -Dman=true
+   $(meson_use packagekit)
+   # -Dpackagekit_autoremove
+   -Dpolkit=true
+   $(meson_use firmware fwupd)
+   -Dflatpak=false
+   -Drpm_ostree=false
+

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/

2019-03-22 Thread Mart Raudsepp
commit: f3e209fcae60ed0a7c5a475688caed2974e122e8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar 22 08:09:42 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar 22 12:17:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e209fc

gnome-extra/gnome-software: ebuild touchups

Require gettext-0.19.8 for ITS as standard min req with meson.
Remove double icon cache update calls, as xdg.eclass does it now.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/gnome-software/gnome-software-3.28.2.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/gnome-software/gnome-software-3.28.2.ebuild 
b/gnome-extra/gnome-software/gnome-software-3.28.2.ebuild
index 3556c78411b..ca92955b0f2 100644
--- a/gnome-extra/gnome-software/gnome-software-3.28.2.ebuild
+++ b/gnome-extra/gnome-software/gnome-software-3.28.2.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
@@ -33,7 +33,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.7
+   >=sys-devel/gettext-0.19.8
virtual/pkgconfig
gtk-doc? ( dev-util/gtk-doc )
test? (
@@ -86,11 +86,9 @@ src_test() {
 pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
-   gnome2_icon_cache_update
 }
 
 pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
-   gnome2_icon_cache_update
 }



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

2019-03-22 Thread Ulrich Müller
commit: daaf111fe58fbb719412ee2b24b8ae8bfa62954a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Mar 22 11:28:26 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Mar 22 11:46:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daaf111f

dev-tex/tex4ht: Revision bump, updating texmf from TeXLive pretest.

Closes: https://bugs.gentoo.org/680214
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-tex/tex4ht/Manifest|   1 +
 dev-tex/tex4ht/tex4ht-20090611_p1038-r7.ebuild | 121 +
 2 files changed, 122 insertions(+)

diff --git a/dev-tex/tex4ht/Manifest b/dev-tex/tex4ht/Manifest
index c54cb0874f3..ac81787adfc 100644
--- a/dev-tex/tex4ht/Manifest
+++ b/dev-tex/tex4ht/Manifest
@@ -1,3 +1,4 @@
 DIST tex4ht-1.0.2009_06_11_1038.tar.gz 2576719 BLAKE2B 
d04fd7b5f614414a200b01f11bea9880ea12561873fc08cb2f5f6f62167d6128cc50abb0c7eae5d80046f6d3b504493d66262153c5a534fd1b56bfa1dfcd
 SHA512 
868961c16da63ef20a8af3ec3e56a2b6c518a291cdbc3974f701773dbb55b844f0df06aae4c7b481c96b9e2ba29cb0f1ed1279b6f32340e4708e31bb67170963
 DIST tex4ht-texlive-2017-02-05.tar.xz 826816 BLAKE2B 
8387c1fc7326cb4eb74ec82d15ed6a6f07bacd08788b00e3e6583bf993e0d0e0d387269650217a2a2f2e1f4b94cc8e154359d258bf3311820772b5fdc9aeec34
 SHA512 
c5a62a10b956d1108f288490e966e9c22a74ace7744058a4464e4b166f3906d429ed8557d640ca0e9b4dbcc4278ef20298e869560a906c85c68ff832be52
 DIST tex4ht-texlive-2018-05-03.tar.xz 858204 BLAKE2B 
e302f24ca36ee0f61bad0979a139c25ea44128ba518b2736638ae41735e105b40be23338d93b08f0a9c3f9143486deab6551b344de5f74299d94f9edaa58ab37
 SHA512 
84ff9cec4d3637477d34475f05efc25e75fcb1ddd9b9cda36fbc77957f6e85b6cb456aa30554ed2c832268d6921949dc2fd4e111755269fb92fc7d231d434ca6
+DIST tex4ht-texlive-2019-03-22.tar.xz 868992 BLAKE2B 
662cc23de1b3b5f4e3d504655b5b3d87740fea045bef7987cbe2d81971e73375bd88d8ab111d48878ce1fe9d1eece4e4003e443ed0bc0f9b643b7e1653a5fc8c
 SHA512 
44d9e2c4f92ae1ea1d7f14432d7fe1a9f11b30ec8602d55c4b8f3f46283671fb75b08641c8170bd46918e16db1bed696a613a0518acd4e195e173fe12e386833

diff --git a/dev-tex/tex4ht/tex4ht-20090611_p1038-r7.ebuild 
b/dev-tex/tex4ht/tex4ht-20090611_p1038-r7.ebuild
new file mode 100644
index 000..9a6f1043053
--- /dev/null
+++ b/dev-tex/tex4ht/tex4ht-20090611_p1038-r7.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit latex-package toolchain-funcs java-pkg-opt-2 flag-o-matic
+
+# from ftp://ftp.cstug.cz/pub/tex/local/tlpretest/archive/tex4ht.tar.xz
+TL_TEX4HT_VER="2019-03-22"
+
+# tex4ht-20050331_p2350 -> tex4ht-1.0.2005_03_31_2350
+MY_P="${PN}-1.0.${PV:0:4}_${PV:4:2}_${PV:6:2}_${PV/*_p/}"
+
+DESCRIPTION="Converts (La)TeX to (X)HTML, XML and OO.org"
+HOMEPAGE="http://www.cse.ohio-state.edu/~gurari/TeX4ht/
+   http://www.cse.ohio-state.edu/~gurari/TeX4ht/bugfixes.html;
+SRC_URI="http://www.cse.ohio-state.edu/~gurari/TeX4ht/fix/${MY_P}.tar.gz
+   mirror://gentoo/${PN}-texlive-${TL_TEX4HT_VER}.tar.xz"
+
+LICENSE="LPPL-1.2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="java"
+
+RDEPEND="app-text/ghostscript-gpl
+   media-gfx/imagemagick
+   dev-libs/kpathsea
+   java? ( >=virtual/jre-1.5 )"
+
+DEPEND="dev-libs/kpathsea"
+
+BDEPEND="virtual/pkgconfig
+   java? ( >=virtual/jdk-1.5 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   cp -a "${WORKDIR}/texmf-dist/"* texmf/ || die
+   eapply_user
+   cd "${S}/texmf/tex4ht/base/unix" || die
+   sed -i \
+   -e "s#~/tex4ht.dir#${EPREFIX}/usr/share#" \
+   -e 
"s#tpath/tex/texmf/fonts/tfm/!#t${EPREFIX}/usr/share/texmf-dist/fonts/tfm/!\nt${EPREFIX}/usr/local/share/texmf/fonts/tfm/!\nt${EPREFIX}/var/cache/fonts/tfm/!\nt${EPREFIX}${TEXMF}/fonts/tfm/!#"
 \
+   -e "s#%%~/texmf-dist#${EPREFIX}${TEXMF}#g" \
+   -e "s#/usr/share/texmf/#${EPREFIX}${TEXMF}/#" \
+   tex4ht.env \
+   || die "sed of tex4ht.env failed"
+
+   einfo "Removing precompiled java stuff"
+   find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -print -delete || 
die
+}
+
+src_compile() {
+   has_version '>=dev-libs/kpathsea-6.2.1' \
+   && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+
+   cd "${S}/src" || die
+   einfo "Compiling postprocessor sources..."
+   for f in tex4ht t4ht htcmd ; do
+   $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o $f $f.c \
+   
-DENVFILE="\"${EPREFIX}${TEXMF}/tex4ht/base/tex4ht.env\"" \
+   -DHAVE_DIRENT_H -DKPATHSEA -lkpathsea \
+   || die "Compiling $f failed"
+   done
+   if use java; then
+   einfo "Compiling java files..."
+   cd java || die
+  

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

2019-03-22 Thread Ulrich Müller
commit: f5d9e871f5c51b4d48dcd07de3254b28a85c76d7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Mar 22 11:23:21 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Mar 22 11:46:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d9e871

dev-tex/tex4ht: Remove old.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-tex/tex4ht/Manifest|   1 -
 dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild | 122 -
 2 files changed, 123 deletions(-)

diff --git a/dev-tex/tex4ht/Manifest b/dev-tex/tex4ht/Manifest
index 241dc4b5005..c54cb0874f3 100644
--- a/dev-tex/tex4ht/Manifest
+++ b/dev-tex/tex4ht/Manifest
@@ -1,4 +1,3 @@
 DIST tex4ht-1.0.2009_06_11_1038.tar.gz 2576719 BLAKE2B 
d04fd7b5f614414a200b01f11bea9880ea12561873fc08cb2f5f6f62167d6128cc50abb0c7eae5d80046f6d3b504493d66262153c5a534fd1b56bfa1dfcd
 SHA512 
868961c16da63ef20a8af3ec3e56a2b6c518a291cdbc3974f701773dbb55b844f0df06aae4c7b481c96b9e2ba29cb0f1ed1279b6f32340e4708e31bb67170963
-DIST tex4ht-texlive-2015-08-03.tar.xz 801488 BLAKE2B 
56397450cc600141cbc541188e4a896727af4823982aae20a198d27b51fcb071794a1aa5a4037cf803f9b172c3183a927b7f446757df1520a596b5b6ee150a06
 SHA512 
a8a56e0d41406df8c76d72eea6f726f012d70a46665d9dfe99c7362790a2f0126f2c21e07c5de08aff7694e9837c47e162aa6790c256b4538f4780551f6e6191
 DIST tex4ht-texlive-2017-02-05.tar.xz 826816 BLAKE2B 
8387c1fc7326cb4eb74ec82d15ed6a6f07bacd08788b00e3e6583bf993e0d0e0d387269650217a2a2f2e1f4b94cc8e154359d258bf3311820772b5fdc9aeec34
 SHA512 
c5a62a10b956d1108f288490e966e9c22a74ace7744058a4464e4b166f3906d429ed8557d640ca0e9b4dbcc4278ef20298e869560a906c85c68ff832be52
 DIST tex4ht-texlive-2018-05-03.tar.xz 858204 BLAKE2B 
e302f24ca36ee0f61bad0979a139c25ea44128ba518b2736638ae41735e105b40be23338d93b08f0a9c3f9143486deab6551b344de5f74299d94f9edaa58ab37
 SHA512 
84ff9cec4d3637477d34475f05efc25e75fcb1ddd9b9cda36fbc77957f6e85b6cb456aa30554ed2c832268d6921949dc2fd4e111755269fb92fc7d231d434ca6

diff --git a/dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild 
b/dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild
deleted file mode 100644
index ffa6960f3bb..000
--- a/dev-tex/tex4ht/tex4ht-20090611_p1038-r4.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit latex-package toolchain-funcs java-pkg-opt-2 flag-o-matic
-
-TL_TEX4HT_VER=2015-08-03
-IUSE=""
-
-# tex4ht-20050331_p2350 -> tex4ht-1.0.2005_03_31_2350
-MY_P="${PN}-1.0.${PV:0:4}_${PV:4:2}_${PV:6:2}_${PV/*_p/}"
-
-DESCRIPTION="Converts (La)TeX to (X)HTML, XML and OO.org"
-HOMEPAGE="http://www.cse.ohio-state.edu/~gurari/TeX4ht/
-   http://www.cse.ohio-state.edu/~gurari/TeX4ht/bugfixes.html;
-SRC_URI="http://www.cse.ohio-state.edu/~gurari/TeX4ht/fix/${MY_P}.tar.gz
-   mirror://gentoo/${PN}-texlive-${TL_TEX4HT_VER}.tar.xz"
-
-LICENSE="LPPL-1.2"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-SLOT="0"
-
-DEPEND=">=sys-apps/sed-4
-   virtual/pkgconfig
-   dev-libs/kpathsea
-   java? ( >=virtual/jdk-1.5 )"
-
-RDEPEND="app-text/ghostscript-gpl
-   media-gfx/imagemagick
-   dev-libs/kpathsea
-   java? ( >=virtual/jre-1.5 )"
-
-IUSE="java"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   cp -a "${WORKDIR}/texmf-dist/"* texmf/ || die
-   cd "${S}/texmf/tex4ht/base/unix"
-   sed -i \
-   -e "s#~/tex4ht.dir#${EPREFIX}/usr/share#" \
-   -e 
"s#tpath/tex/texmf/fonts/tfm/!#t${EPREFIX}/usr/share/texmf-dist/fonts/tfm/!\nt${EPREFIX}/usr/local/share/texmf/fonts/tfm/!\nt${EPREFIX}/var/cache/fonts/tfm/!\nt${EPREFIX}${TEXMF}/fonts/tfm/!#"
 \
-   -e "s#%%~/texmf-dist#${EPREFIX}${TEXMF}#g" \
-   -e "s#/usr/share/texmf/#${EPREFIX}${TEXMF}/#" \
-   tex4ht.env \
-   || die "sed of tex4ht.env failed"
-
-   einfo "Removing precompiled java stuff"
-   find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -print -delete
-}
-
-src_compile() {
-   has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
-
-   cd "${S}/src/"
-   einfo "Compiling postprocessor sources..."
-   for f in tex4ht t4ht htcmd ; do
-   $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o $f $f.c \
-   
-DENVFILE="\"${EPREFIX}${TEXMF}/tex4ht/base/tex4ht.env\"" \
-   -DHAVE_DIRENT_H -DKPATHSEA -lkpathsea \
-   || die "Compiling $f failed"
-   done
-   if use java; then
-   einfo "Compiling java files..."
-   cd java
-   ejavac *.java */*.java */*/*.java -d ../../texmf/tex4ht/bin
-   cd "${S}/texmf/tex4ht/bin"
-   # Create the jar needed by oolatex
-   jar -cf "${S}/${PN}.jar" * || die 

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

2019-03-22 Thread Andrew Savchenko
commit: b65c3d9897a06a4d70a9f4b58f2ec506374f0f86
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Fri Mar 22 11:09:01 2019 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Fri Mar 22 11:24:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65c3d98

dev-libs/openobex: qa fixes

1. Fix QA for unused cmake variable with USE="-usb".
2. Update to EAPI 7.

Closes: https://bugs.gentoo.org/677898
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrew Savchenko  gentoo.org>

 dev-libs/openobex/openobex-1.7.2-r2.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/dev-libs/openobex/openobex-1.7.2-r2.ebuild 
b/dev-libs/openobex/openobex-1.7.2-r2.ebuild
new file mode 100644
index 000..ab1632e42d3
--- /dev/null
+++ b/dev-libs/openobex/openobex-1.7.2-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils udev
+
+DESCRIPTION="Implementation of the OBEX protocol used for transferring data to 
mobile devices"
+HOMEPAGE="https://sourceforge.net/projects/openobex/;
+SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/2"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="bluetooth doc irda usb"
+
+BDEPEND="
+   doc? ( app-doc/doxygen )
+   virtual/pkgconfig
+"
+DEPEND="
+   bluetooth? ( net-wireless/bluez:= )
+   usb? ( virtual/libusb:= )
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P}-Source"
+
+PATCHES=( "${FILESDIR}/${P}-version.h.patch" )
+DOCS=( AUTHORS ChangeLog README UPGRADING.txt )
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DOPENOBEX_BLUETOOTH=$(usex bluetooth)
+   -DOPENOBEX_IRDA=$(usex irda)
+   -DOPENOBEX_USB=$(usex usb)
+   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
+   )
+   use usb && mycmakeargs+=( 
-DCMAKE_INSTALL_UDEVRULESDIR="$(get_udevdir)/rules.d" )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/zhcon/, app-i18n/zhcon/files/

2019-03-22 Thread Lars Wendler
commit: 09ffa628956892f94fefc5ca1f2236eca23e361c
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar 22 11:11:22 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar 22 11:12:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ffa628

app-i18n/zhcon: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/526256
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 app-i18n/zhcon/files/zhcon-0.2.6-curses.patch | 2 +-
 app-i18n/zhcon/zhcon-0.2.6-r3.ebuild  | 9 +
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-i18n/zhcon/files/zhcon-0.2.6-curses.patch 
b/app-i18n/zhcon/files/zhcon-0.2.6-curses.patch
index 200014e1d71..cf8b07d3de4 100644
--- a/app-i18n/zhcon/files/zhcon-0.2.6-curses.patch
+++ b/app-i18n/zhcon/files/zhcon-0.2.6-curses.patch
@@ -7,7 +7,7 @@ index 63172e4..6c2afcc 100644
  
  AC_CHECK_LIB(util, forkpty)
 -AC_CHECK_LIB(curses, main)
-+AC_SEARCH_LIBS([tgetent], [cursesw curses ncursesw ncurses], [break;])
++AC_SEARCH_LIBS([tgetent], [tinfow tinfo cursesw curses ncursesw ncurses], 
[break;])
  
  dnl for freebsd
  dnl AC_CHECK_LIB(c, i386_set_ioperm)

diff --git a/app-i18n/zhcon/zhcon-0.2.6-r3.ebuild 
b/app-i18n/zhcon/zhcon-0.2.6-r3.ebuild
index f428d22d614..e32f503d307 100644
--- a/app-i18n/zhcon/zhcon-0.2.6-r3.ebuild
+++ b/app-i18n/zhcon/zhcon-0.2.6-r3.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-WANT_AUTOMAKE="1.9"
 
-inherit autotools eutils
+inherit autotools
 
 MY_P="${P/6/5}"
 
@@ -36,11 +35,13 @@ PATCHES=(
 )
 
 src_prepare() {
-   epatch "${DISTDIR}"/zhcon-0.2.5-to-0.2.6.diff.gz
+   eapply "${WORKDIR}"/zhcon-0.2.5-to-0.2.6.diff
default
for f in $(grep -lir HAVE_GGI_LIB *); do
sed -i -e "s/HAVE_GGI_LIB/HAVE_LIBGGI/" "${f}" || die "sed 
failed"
done
+   # Required for newer automake
+   touch config.rpath || die
eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/files/

2019-03-22 Thread Ulrich Müller
commit: 1e06bf2764178ec40faf35640be7b3a737151a53
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Mar 22 11:06:10 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Mar 22 11:06:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e06bf27

net-proxy/squid: [QA] Remove CVS $Id$ line from header.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller  gentoo.org>

 net-proxy/squid/files/squid.confd-r2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-proxy/squid/files/squid.confd-r2 
b/net-proxy/squid/files/squid.confd-r2
index a43a86e3bce..fea9a067a83 100644
--- a/net-proxy/squid/files/squid.confd-r2
+++ b/net-proxy/squid/files/squid.confd-r2
@@ -1,6 +1,5 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 # Config file for /etc/init.d/squid
 



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

2019-03-22 Thread Michał Górny
commit: 25b0be197bc720331aa3876fc6894fa11073b7f5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 11:00:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 11:00:39 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=25b0be19

repositories: Remove dead repos

Remove two repos that are apparently unmaintained for some time,
and a third one that has been removed from GitHub.

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

 files/overlays/repositories.xml | 32 
 1 file changed, 32 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index d4bd18a..8d29c7f 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1287,16 +1287,6 @@
 g...@github.com:drdim/layman.git
 https://github.com/drdim/layman/commits/master.atom
   
-  
-dsr
-Andrew Reyes' personal overlay
-https://gitlab.com/dsreyes1014/dsr-overlay
-
-  dsreyes1...@gmail.com
-  Andrew Reyes
-
-https://gitlab.com/dsreyes1014/dsr-overlay.git
-  
   
 DuPol
 DuPol's own and modified portage 
ebuilds.
@@ -2127,16 +2117,6 @@
 
 git://anongit.gentoo.org/user/haarp.git
   
-  
-hacking-gentoo
-Ebuilds of Hacking Network Solutions 
Ltd
-
http://www.mad-hacking.net/software/linux/gentoo/gentoo-overlay/index.xml
-
-  overlay-maintai...@mad-hacking.net
-  Max Hacking
-
-rsync://rsync.mad-hacking.net/hacking-gentoo-overlay/
-  
   
 hamper-overlay
 User overlay
@@ -5401,18 +5381,6 @@
 
 https://git.sr.ht/~jakob/zerodaysfordays
   
-  
-zjpxshade
-zjpxshade's ricerlay
-https://github.com/zjpxshade/gentoo-zjpxshade
-
-  zjpxsh...@gmail.com
-  Zach Pearson
-
-https://github.com/zjpxshade/gentoo-zjpxshade.git
-g...@github.com:zjpxshade/gentoo-zjpxshade.git
-
https://github.com/zjpxshade/gentoo-zjpxshade/commits/master.atom
-  
   
 zlogene
 Developer overlay



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screensaver/

2019-03-22 Thread Michał Górny
commit: 153382e1f428138c2a4f895996d009768274969f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 10:37:07 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 10:37:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153382e1

xfce-extra/xfce4-screensaver: Bump to 0.1.4

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

 xfce-extra/xfce4-screensaver/Manifest  |  1 +
 .../xfce4-screensaver-0.1.4.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/xfce-extra/xfce4-screensaver/Manifest 
b/xfce-extra/xfce4-screensaver/Manifest
index 5e4342fcc59..6fc072430fc 100644
--- a/xfce-extra/xfce4-screensaver/Manifest
+++ b/xfce-extra/xfce4-screensaver/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-screensaver-0.1.2.tar.bz2 598959 BLAKE2B 
63ea3e6268cbd49ba72e43fb37c947c63fb0051ca62da9369806988ed1624ac20e8ece76b3ea2849d6e0b0049c0c10775285f1fd9b11c4856d7d842ce9c7ffc1
 SHA512 
9460ae8a3dec27df5e67bb078f8f52fb298769e572ae75c7a6ae4f0f5f7b93e430e505f99dce4caea0c6c885f9087270700e294150cdcfeadce5046049e44f6f
 DIST xfce4-screensaver-0.1.3.tar.bz2 607080 BLAKE2B 
c7bdfd5d20feffbae3b682585ea91344c4fea6885c3d7d8b38712132a0cd46710367bcf827b2ded5207a6e589888de12806c2e1ec5b1ef1dceb8fa76955d047f
 SHA512 
749af5968937058618e4670904881e1bd4bee0b94c97629f07a7a8f00f38af25ad75ffc8a2590c70f7dbc597d60dab91700cbd2b6b47aae3458580e9de4107c5
+DIST xfce4-screensaver-0.1.4.tar.bz2 617922 BLAKE2B 
c5cdf360cb1a9c38583a52bcb2d2735d2513c26aaebf23b4be4300266b72d780a3a0d8981c14f9753592eb1f63088f3fd8fd234efb6a595cb49262adaf54aca7
 SHA512 
5f074eb3c34ba731d0c135c657043ee687809146be512943f0f2892e1d06806400a5ecb1278dcb47da39ded47ddd4f9020cefc917ebb502962e16e56ee3a9b6d

diff --git a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.4.ebuild 
b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.4.ebuild
new file mode 100644
index 000..6df580273b1
--- /dev/null
+++ b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.4.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Screen saver and locker (port of MATE screensaver)"
+HOMEPAGE="https://git.xfce.org/apps/xfce4-screensaver/about/;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="consolekit +locking opengl pam systemd"
+
+# Xrandr: optional but automagic
+RDEPEND="
+   dev-libs/dbus-glib
+   >=dev-libs/glib-2.50:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/libICE:=
+   x11-libs/libX11:=
+   x11-libs/libXScrnSaver:=
+   x11-libs/libXext:=
+   x11-libs/libXxf86misc:=
+   x11-libs/libXxf86vm:=
+   >=x11-libs/libXrandr-1.3:=
+   >=x11-libs/libxklavier-5.2:=
+   x11-misc/xscreensaver
+   >=xfce-base/garcon-0.5.0:=
+   >=xfce-base/libxfce4ui-4.12.1:=
+   >=xfce-base/libxfce4util-4.12.1:=
+   >=xfce-base/xfconf-4.12.1:=
+   consolekit? ( sys-auth/consolekit )
+   locking? (
+   pam? ( virtual/pam )
+   )
+   opengl? ( virtual/opengl )
+   systemd? ( sys-apps/systemd:= )
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-apps/dbus
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   # disable docbook for now
+   ac_cv_path_XMLTO=no
+
+   # xscreensaver dirs autodetection doesn't seem to work
+   --with-xscreensaverdir=/usr/share/xscreensaver/config
+   --with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver
+
+   $(use_with opengl libgl)
+   $(use_enable locking)
+   $(use_enable pam)
+   $(use_with consolekit console-kit)
+   $(use_with systemd)
+   )
+
+   if use pam; then
+
+   myconf+=( --with-pam-auth-type=system )
+
+   fi
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-03-22 Thread Michał Górny
commit: 25664bf7f44b1018b309592df6f6eba540fcb870
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 10:45:01 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 10:45:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25664bf7

package.mask: Last rite x11-wm/afterstep

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f02ac566c76..44bd801feba 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (22 Mar 2019)
+# Unmaintained.  Last release in 2013, last commits in 2015.  Nested
+# bundled libraries (#253259, also causing #515384).  Fails to build
+# with [-dbus] (#560208).
+# Removal in 30 days.  Bug #681294.
+x11-wm/afterstep
+
 # Michał Górny  (22 Mar 2019)
 # Unmaintained, dead homepage (#680752).  Fails to build against
 # ncurses[tinfo] (#459490), fails to build against ncurses-6 (#649794).



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

2019-03-22 Thread Michał Górny
commit: 3a997a67a43e31060176474c9055aa2420d9eacc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 10:41:03 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 10:41:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a997a67

profiles: Mask x11-terms/aterm[background] for afterstep removal

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

 profiles/base/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index e14a86328ec..02096516938 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny  (21 Mar 2019)
+# x11-wm/afterstep is slated for removal.
+x11-terms/aterm background
+
 # Michał Górny  (21 Mar 2019)
 # net-mail/uw-imap masked for removal.
 dev-perl/NetxAP test



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

2019-03-22 Thread Michał Górny
commit: 78a20d9eb8c0aa252bb60a6c3e0476ddb009ba88
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 10:39:41 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 10:39:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a20d9e

x11-misc/gigolo: Bump to 0.4.91

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

 x11-misc/gigolo/Manifest |  1 +
 x11-misc/gigolo/gigolo-0.4.91.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index ca153f960af..49b0ac7b518 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1,2 +1,3 @@
 DIST gigolo-0.4.2.tar.bz2 243877 BLAKE2B 
7536d8fc1a10abb465b2150785f593c88b4d0a40fc76e1f88388a1631f874ccf0169dec9328b1051c39d6334257c765b409aefeb008a4dfd30bdd9e61d43d269
 SHA512 
d6d8c65674097fb3eae586e4c71b0f36ba64df00b2ac84c32bd83cfb0fd690ae998c22cea02194acd1f018cdfd01b42f840867425ed183fb0ad98c8d97859532
 DIST gigolo-0.4.90.tar.bz2 249532 BLAKE2B 
87cd22db54434eb20dd6d3a1fd569cba8de00acb8b53a3dfa0c51b14d36644d1a92aa2863e93f11d219d7ee2412a426d24e9b1f59c7146eb60bd46362a8fcc28
 SHA512 
9517e1a31abdbfa15159912ed261c6981a6c207b0f74f5ed84ccd8dca18a3ab011cc97f423b67b7a21866b35a56a5c9494ec5ac4dd0d214cfe1eb5a2bc429711
+DIST gigolo-0.4.91.tar.bz2 248666 BLAKE2B 
e258e494b4260158df4db4d3c6cea813667122a2b57059a71c35338d879a191264f8ed315bf686cb48fa3879ecf0f37c170852fb731f81020a69ee2dbaa71e1d
 SHA512 
35cad4a072980ca688d414ae14c85c9463364c44dbccd0a3286a8fa767135cab24577ec6ca66dcd9f32263d04ea4ea4ada4330f849911ab3289ac9e6dd45583d

diff --git a/x11-misc/gigolo/gigolo-0.4.91.ebuild 
b/x11-misc/gigolo/gigolo-0.4.91.ebuild
new file mode 100644
index 000..83d48b41e49
--- /dev/null
+++ b/x11-misc/gigolo/gigolo-0.4.91.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit xdg-utils
+
+DESCRIPTION="a frontend to easily manage connections to remote filesystems 
using GIO/GVfs"
+HOMEPAGE="https://www.uvena.de/gigolo/ 
https://goodies.xfce.org/projects/applications/gigolo;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+   >=x11-libs/gtk+-3.14:3"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_prepare() {
+   rm COPYING || die
+   default
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/proj/prefix:master commit in: dev-lang/python/

2019-03-22 Thread Fabian Groffen
commit: 3ccc04682f887968270a82fc3d7fe3e0093dc66d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar 22 10:38:10 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar 22 10:38:10 2019 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3ccc0468

dev-lang/python: version bump v3.5.x

Package-Manager: Portage-2.3.62-prefix, Repoman-2.3.12
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-lang/python/Manifest|   2 +
 dev-lang/python/python-3.5.7.ebuild | 439 
 2 files changed, 441 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index a521fd1324..9cba836686 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -3,6 +3,7 @@ DIST Python-2.7.16.tar.xz 12752104 BLAKE2B 
7d6b5b853f9974d44e04dd35ecdffaab87511
 DIST Python-3.4.8.tar.xz 14576444 BLAKE2B 
262b82fbc0e4852216d2edf05f9e9194bc93be7b14a2d6ef56789b808cff274e58b2fa7134955464fd05ab36181b5861aeca31e2e05b27f0f58ac66d145bd56b
 SHA512 
478552c72efe606cb1993024b81839c51d01f1c949564c007ab2b76016f110e1f7bd418e5de3f4f93b466ce7dbe6583d3c150830d1f28f75e0809625b568a7ec
 DIST Python-3.5.4.tar.xz 15332320 BLAKE2B 
1fc3ba4eb1ed949062961c13fd1f9851c7f9cbeb4916c06a0389349ee2d4872b2b1c2d30138822e6329b6a715f35a66df704b7a04aa4adeb95b685b8d6e45d61
 SHA512 
dbbe2740ee1cce5404b7b6436a9b3887e15f415a1006efa22014ec7e5b1e48c43eed0ff98f6f5b365c527b8d2525be4ce72bbe404ce71c0835529fcd6f0267ff
 DIST Python-3.5.5.tar.xz 15351440 BLAKE2B 
217cb7f51e04d57983ce053ff4276d056e17c8223b6f3d87b69f556453fe2ae3d4dc2c1a6b9c2c6aad033cea9b40cd32264d8208cc81a1ec34ff252379bf95b8
 SHA512 
c9056baee6a2d1fe7f14b1f310db95b78e8972766d086f8ae10954f38f8182956171580bde01ddadebe897f2545a6fbe47669ca3e4887026ac1fae5ee9197f22
+DIST Python-3.5.7.tar.xz 15324736 BLAKE2B 
0f1dd80584385b7f859652c85dc6b51bf71cd9f1d53fcf1716c54e8ffc3d2a36ef9969956e4429ac1ba878dad1e9acbb5f82ddb6a9923886bf3c84b3327dfecb
 SHA512 
83f57451e1d7082bf19e4e49a0902e9257e381836d9a04154a6b276135fa49e5c96b6869eed9ec4475e06b76556c1ae89f5cca111b762eb8b2dee6f65373e0f4
 DIST Python-3.6.5.tar.xz 17049912 BLAKE2B 
f393e9563a18a46c457afcd2e174d9eacda20fe2b0ae5461e11c582fa4d27b85c01bbe7b602f45511b6b44f635c6330205b12fb3e8325ffd07e87b78a8258889
 SHA512 
6b26fcd296b9bd8e67861eff10d14db7507711ddba947288d16d6def53135c39326b7f969c04bb2b2993f924d9e7ad3f5c5282a3915760bc0885cf0a8ea5eb51
 DIST Python-3.6.6.tar.xz 17156744 BLAKE2B 
fa4333149f84570cc4a0d1ec76c819610888750a51268b9db7d05df7d9c11e5ed72daff5d81b404015d9c678cb034d8a32034262ce73629ee8f96772853a706c
 SHA512 
c71f87c5906e770322a14cacad228655659f782207db826320449d12bf86091c3662f317e1773158dec52f8b052eaedfb4c03b561cc2a6cfcd381597fd2d2b04
 DIST python-gentoo-patches-2.7.14-0.tar.xz 13428 BLAKE2B 
0048e48ddaaa4bef08451354fde95a123042880f26dddc9267c7f9a90fd8abb40955e26ee8c9dfc5a1165556bb3e11585b27288e635d42a4000dd3d7654c41ad
 SHA512 
6da5b52065752b54e9215d0f0809c75167dc3690d0e94fa21dd7595626925bc5c1dd065d31b3bd696d7087f3986de145d3a335a29eb7bd77442637a7ec2863c1
@@ -15,6 +16,7 @@ DIST python-prefix-2.7.14-gentoo-patches-r0.tar.xz 14736 
BLAKE2B 75422fc7390f559
 DIST python-prefix-2.7.16-gentoo-patches-r0.tar.xz 14636 BLAKE2B 
54320f5197bb7adeca1e7c97447253e6535a11f380b6d66bc2ce46fa671fe23697aced8fd5619633a00e3ea19ae9dbc3ffe2981173d83dcab6b447d514555c43
 SHA512 
5380d9b92eb81603ec4d60ff9c940a3a061c06bd6f593d5837e600da5d4417b529d20d98d758aa95cef18fac10bdb5c33f90fa943deb15fdaf048492cf286581
 DIST python-prefix-3.4.8-gentoo-patches-r0.tar.xz 12928 BLAKE2B 
d270f27485a70b4186c0d509836f66e6ae8218270cbb0a473b4579de7a8d9fa16eb2387d0441979aa62fc88e54a52f863c58d91b3df64dd6a40ad4bc4236cbb2
 SHA512 
84554d2b320922d7ac6e20012f847a81d6501693a4d9f2146faa8764fca4fbc5e3bf1c0f352853f1ab34ed905ab13097f2e82285ada54c9b4e219e72b39804c2
 DIST python-prefix-3.5.4-gentoo-patches-r0.tar.xz 12768 BLAKE2B 
ab0cbc5430e9588f71cfd7b001a07f9a77097262f17e1f980e3945e39855e1c9437117bf4eb2d424dadf701d37d025e09627d7efdbb9f8867714039f62f261a7
 SHA512 
334cd8990483f973386cc6bbc962d2843449c493f7d33349fcc8f68120e246c52ea80236c9968974e439fa877b537b32ef7d181198f58950f5e9b835b1c5
+DIST python-prefix-3.5.7-gentoo-patches-r0.tar.xz 12716 BLAKE2B 
162244df0abf05bc7da984cc0078bfd6cd9194e0ccbe81b75e85bbb5a9f8498838d729461ce36e230f05d8a02d5caef954686a52ff7789bae6ddda02f980b7f1
 SHA512 
361cb2274ca2721d903171d5f8f4ed5d4d9f67a48a738084a53bf607b9393e3b6cbc7e574e15fc423ca2478cf03ffd5b71bb70ffb28f4a2d4de3109e0037c1bb
 DIST python-prefix-3.6.5-gentoo-patches-r0.tar.xz 12728 BLAKE2B 
8193b5eb59aaa923be299e1a68c62a2341be6d2367eb34a8e03436248a0c180012ba60e738ded7ca7f58849cde070b364761922518a5cdc425602172291aa2b0
 SHA512 
3bb1a97885112fb853b9ad061f21ba1f661e397d5585d932ddebe3107267be512799f966aef92e599ce2c97a4d51ec48bb214aa999b370b8d5a594e6f92182b6
 DIST python2-cygwinports-7be648659ef46f33db6913ca0ca5a809219d5629.zip 9199 
BLAKE2B 

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

2019-03-22 Thread Michał Górny
commit: e877d03ca60e92d18fa24e3a2392e081bc8abf27
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 10:24:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 10:24:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e877d03c

package.mask: Last rite games-roguelike/rogue

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f46fc6774a4..f02ac566c76 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (22 Mar 2019)
+# Unmaintained, dead homepage (#680752).  Fails to build against
+# ncurses[tinfo] (#459490), fails to build against ncurses-6 (#649794).
+# Also has some unresolved segv (#407983).
+# Removal in 30 days.  Bug #459490.
+games-roguelike/rogue
+
 # Michał Górny  (22 Mar 2019)
 # SixXS has been discontinued, rendering the package defunct.
 # Removal in 30 days.  Bug #670678.



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

2019-03-22 Thread Michał Górny
commit: 26bf6eb15bbe6b1dbac58b7fbc85183a9323a325
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 10:15:07 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 10:20:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bf6eb1

app-portage/pram: Fix installing manpage

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

 app-portage/pram/{pram-2.ebuild => pram-2-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/pram/pram-2.ebuild b/app-portage/pram/pram-2-r1.ebuild
similarity index 97%
rename from app-portage/pram/pram-2.ebuild
rename to app-portage/pram/pram-2-r1.ebuild
index 718e513c9cd..d5151395d54 100644
--- a/app-portage/pram/pram-2.ebuild
+++ b/app-portage/pram/pram-2-r1.ebuild
@@ -19,5 +19,6 @@ RDEPEND="dev-vcs/git
 
 src_install() {
dobin pram
+   doman pram.1
einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-pg-qt/

2019-03-22 Thread Mikle Kolyada
commit: 7947ade8ad762a2eeac36d6d3ba86b7c384ee065
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 22 10:16:54 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 22 10:17:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7947ade8

dev-util/kdevelop-pg-qt: amd64 stable wrt bug #679996

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0-r1.ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0-r1.ebuild
index 48120d4e89e..d4ffaf98912 100644
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0-r1.ebuild
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.1.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"



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

2019-03-22 Thread Mikle Kolyada
commit: f99758ef5c62d878ec9eded23fd929b00dc33b26
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 22 10:16:43 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 22 10:17:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99758ef

dev-util/kdevelop-php: amd64 stable wrt bug #679996

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild
index 730fe634249..7b49bafddee 100644
--- a/dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-5.3.2.ebuild
@@ -12,7 +12,7 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/kdevelop/${PV}/src/${KMNAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="PHP plugin for KDevelop"



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

2019-03-22 Thread Mikle Kolyada
commit: ea814112a2f4338f13070e49b0a816b9b9777f74
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 22 10:16:34 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 22 10:17:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea814112

dev-util/kdevelop: amd64 stable wrt bug #679996

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-util/kdevelop/kdevelop-5.3.2.ebuild 
b/dev-util/kdevelop/kdevelop-5.3.2.ebuild
index 099fede3aac..c9380103bbc 100644
--- a/dev-util/kdevelop/kdevelop-5.3.2.ebuild
+++ b/dev-util/kdevelop/kdevelop-5.3.2.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/kdevelop/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"



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

2019-03-22 Thread Mikle Kolyada
commit: 2f964524dd563f1be80901b09ffed33e83126480
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 22 10:16:59 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 22 10:17:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f964524

dev-util/clazy: amd64 stable wrt bug #679996

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-util/clazy/clazy-1.5.ebuild b/dev-util/clazy/clazy-1.5.ebuild
index d5bead0c2f2..7bf24b0ba07 100644
--- a/dev-util/clazy/clazy-1.5.ebuild
+++ b/dev-util/clazy/clazy-1.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 RDEPEND="



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

2019-03-22 Thread Mikle Kolyada
commit: ef4640131b4ac35000acb8ce75562fa0eb6dbf9b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar 22 10:16:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar 22 10:17:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef464013

dev-util/kdevelop-python: amd64 stable wrt bug #679996

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild 
b/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild
index 0a046b765fe..fbcdbfea8f2 100644
--- a/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-5.3.2.ebuild
@@ -10,7 +10,7 @@ inherit kde5 python-single-r1
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/kdevelop/${PV}/src/${KMNAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Python plugin for KDevelop"



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

2019-03-22 Thread Louis Sautier
commit: f62366a7b764f65e8560020511ae1d5c14a46a8d
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Mar 22 10:13:25 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Mar 22 10:13:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62366a7

net-p2p/airdcpp-webclient: bump to 2.6.0

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

 net-p2p/airdcpp-webclient/Manifest |  1 +
 .../airdcpp-webclient-2.6.0.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/net-p2p/airdcpp-webclient/Manifest 
b/net-p2p/airdcpp-webclient/Manifest
index 883ed4cc6d2..613016ee8be 100644
--- a/net-p2p/airdcpp-webclient/Manifest
+++ b/net-p2p/airdcpp-webclient/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webclient-2.5.0.tar.gz 900078 BLAKE2B 
53f5e096a3a6cc7c77c92bef32a7aaf0fb7b5e49740718252c7b4e233b80c52ca27029ba24fef4f1ab9c4c360da182accffb8ba7de27ef9b0b4aaa011005b689
 SHA512 
cf0220e3f2096304e393a4bd833e81c1427dbd144a56498712c9e18f2ec14f35d9112ad0ff05f54aad5a57126d68fc46c2bf20806dd7464a5bdb301543b08809
 DIST airdcpp-webclient-2.5.1.tar.gz 898980 BLAKE2B 
a930a13d34068977d0184ea56163cb9ae0f47bd92cfb724145f287742fb034ebc89f0a55fc5b07a8761de0749d3725912d4f4682542ac60c93b003a08ed24c9f
 SHA512 
297aa780ecc35f48000eba1cc3b6f284a64954fbcc257ed58c84f2c88901b1c01c17228883c6569fa1333f0e41067f9fe7623ef24e458844544f6d6cc2b45c4c
+DIST airdcpp-webclient-2.6.0.tar.gz 903873 BLAKE2B 
7a82891efef14e8d3c2da9a15165698084daf9c044d420c271dd1401710f030fc3c6fd83d7f58cee746767624b1292e7fcb7a48387e03b0eca2cf779753686d8
 SHA512 
d6d029638e69d19743d2e49185b08a808d95d725c3f40bd98ab42c384d3eae6d07e4528ac28ac9db50011f8a68592ae60f49cedbbccb45a78e82a5e424bb731c

diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild 
b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild
new file mode 100644
index 000..6e5120d6044
--- /dev/null
+++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.6.0.ebuild
@@ -0,0 +1,65 @@
+# 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_{4,5,6,7}} )
+
+inherit cmake-utils python-any-r1 user
+
+DESCRIPTION="Cross-platform Direct Connect client"
+HOMEPAGE="https://airdcpp-web.github.io/;
+SRC_URI="https://github.com/airdcpp-web/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="nat-pmp +tbb +webui"
+
+RDEPEND="
+   app-arch/bzip2
+   dev-cpp/websocketpp
+   dev-libs/boost:=
+   dev-libs/leveldb:=
+   dev-libs/libmaxminddb:=
+   dev-libs/openssl:0=[-bindist]
+   net-libs/miniupnpc:=
+   sys-libs/zlib:=
+   virtual/libiconv
+   nat-pmp? ( net-libs/libnatpmp:= )
+   tbb? ( dev-cpp/tbb:= )
+"
+DEPEND="
+   virtual/pkgconfig
+   ${PYTHON_DEPS}
+   ${RDEPEND}
+"
+PDEPEND="webui? ( www-apps/airdcpp-webui )"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   enewgroup airdcppd
+   enewuser airdcppd -1 -1 /var/lib/airdcppd airdcppd
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_WEB_UI=OFF
+   -DENABLE_NATPMP=$(usex nat-pmp)
+   -DENABLE_TBB=$(usex tbb)
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   newconfd "${FILESDIR}/airdcppd.confd" airdcppd
+   newinitd "${FILESDIR}/airdcppd.initd" airdcppd
+   keepdir /var/lib/airdcppd
+   fowners airdcppd:airdcppd /var/lib/airdcppd
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "Run 'airdcppd --configure' to set up ports and 
authentication"
+   fi
+}



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

2019-03-22 Thread Louis Sautier
commit: d8781488664449cba390a6888449dbb56c6abb6d
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Mar 22 10:14:19 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Fri Mar 22 10:14:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8781488

www-apps/airdcpp-webui: bump to 2.6.0

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

 www-apps/airdcpp-webui/Manifest   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index bd2fd7bfaa5..e2eea287422 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.5.1.tgz 6571762 BLAKE2B 
dd2d02913125c8166c1ca0f14d9276eed073fa58a46ddbf2ee5e70a97e081852e96a875c9f501781b81de0d2163c4c391c5aa3d078f6946fe35109fe901d8bb5
 SHA512 
771595f529361330fb54796b32fed61aa8fb37ef1ddbb551c10a8b6352eead6afe7e8a52df223c7e53c27942dd301f50b7234eb915ee378e90eb6ac847b16871
 DIST airdcpp-webui-2.5.2.tgz 6715659 BLAKE2B 
cfbd185fea4e4b9c07508f9cb29ecd312b004e63a8ce26c2fb0695895fc85e4e657b6813c69e05905ac950eea9288ba01df7814fd5106cce2933ebadc17fb82f
 SHA512 
08dbbb5bcafb1b991f283c6975626843e96818cb02eaf3b0a5a7c700f64780dd18cc897343c57d2f46235c77d44b1da17f8d66fb0f021d75be164a6709978650
+DIST airdcpp-webui-2.6.0.tgz 7829663 BLAKE2B 
2c0859598414f456cdca0ef8f0777580d64be6ecc0678e126b61acfe1c2b0cf3361d37b5ff49c89d897953bf998305d2062eb4b55336ddd6d37c52e3c46363c4
 SHA512 
e4556c0d5697ffcb4d0b4a7f297f9652c339bd1f66242765a74eaffdca077ccbdb323dd70485df34f39e95abfcdc9252280eb28f67cd50a1c28291385dcb2286

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild 
b/www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild
new file mode 100644
index 000..d656c051b69
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.6.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/;
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz;
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+   insinto "/usr/share/airdcpp/web-resources"
+   doins -r dist/.
+}



[gentoo-commits] proj/gnome:master commit in: media-sound/gnome-music/

2019-03-22 Thread Mart Raudsepp
commit: bb4463909c1014f1e9a46ef7196cf6673313768f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Mar 11 10:18:30 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Mar 11 10:18:30 2019 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bb446390

media-sound/gnome-music-3.28.1: remove, 3.28.2.1 available in ::gentoo

Signed-off-by: Mart Raudsepp  gentoo.org>

 media-sound/gnome-music/gnome-music-3.28.1.ebuild | 74 ---
 media-sound/gnome-music/metadata.xml  |  8 ---
 2 files changed, 82 deletions(-)

diff --git a/media-sound/gnome-music/gnome-music-3.28.1.ebuild 
b/media-sound/gnome-music/gnome-music-3.28.1.ebuild
deleted file mode 100644
index 69fdbec1..
--- a/media-sound/gnome-music/gnome-music-3.28.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit gnome.org gnome2-utils meson python-single-r1 xdg
-
-DESCRIPTION="Music management for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Music;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-libs/gobject-introspection-1.35.9:=
-   >=x11-libs/gtk+-3.19.3:3[introspection]
-   >=media-libs/libmediaart-1.9.1:2.0[introspection]
-   >=app-misc/tracker-1.99.1[introspection(+)]
-   >=dev-python/pygobject-3.21.1:3[cairo,${PYTHON_USEDEP}]
-   >=media-libs/grilo-0.3.4:0.3[introspection]
-"
-# xdg-user-dirs-update needs to be there to create needed dirs
-# https://bugzilla.gnome.org/show_bug.cgi?id=731613
-RDEPEND="${COMMON_DEPEND}
-   || (
-   app-misc/tracker-miners[gstreamer]
-   app-misc/tracker-miners[ffmpeg]
-   )
-   x11-libs/libnotify[introspection]
-   dev-python/requests[${PYTHON_USEDEP}]
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   media-plugins/gst-plugins-meta:1.0
-   media-plugins/grilo-plugins:0.3[tracker]
-   net-libs/gnome-online-accounts[introspection]
-   x11-misc/xdg-user-dirs
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-# The only 2 tests are file validation tests, nothing to do with program 
behavior
-RESTRICT="test"
-
-src_prepare() {
-   default
-   sed -e '/sys.path.insert/d' -i "${S}"/gnome-music.in || die "python 
fixup sed failed"
-}
-
-src_install() {
-   meson_src_install
-   python_fix_shebang "${D}"usr/bin/gnome-music
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-   gnome2_icon_cache_update
-}

diff --git a/media-sound/gnome-music/metadata.xml 
b/media-sound/gnome-music/metadata.xml
deleted file mode 100644
index 39980802..
--- a/media-sound/gnome-music/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-



[gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/

2019-03-22 Thread Mart Raudsepp
commit: 88aa159e921c569f999ffa76d43d84db35e034b1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Mar 22 10:06:48 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Mar 22 10:07:08 2019 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=88aa159e

media-sound/rhythmbox-: blind sync

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-sound/rhythmbox/metadata.xml  |   6 +-
 media-sound/rhythmbox/rhythmbox-.ebuild | 113 
 2 files changed, 48 insertions(+), 71 deletions(-)

diff --git a/media-sound/rhythmbox/metadata.xml 
b/media-sound/rhythmbox/metadata.xml
index 011552ed..c87a0ebc 100644
--- a/media-sound/rhythmbox/metadata.xml
+++ b/media-sound/rhythmbox/metadata.xml
@@ -10,10 +10,6 @@
   GStreamer package maintainers
   
   
-   Build the local network music sharing plugin which 
uses the DAAP protocol using net-libs/libdmapsharing
-   Use net-libs/webkit-gtk for detecting and 
displaying HTML podcast episode descriptions.
-   Enable libsecret support to store login 
credentials
-   Build the plugin to inject events to 
gnome-extra/zeitgeist
-   Enable support for visualizations using 
media-plugins/gst-plugins-libvisual
+Build the local network music sharing plugin which uses 
the DAAP protocol using net-libs/libdmapsharing
   
 

diff --git a/media-sound/rhythmbox/rhythmbox-.ebuild 
b/media-sound/rhythmbox/rhythmbox-.ebuild
index 27c7fa2c..02d97a9e 100644
--- a/media-sound/rhythmbox/rhythmbox-.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
+EAPI=6
 GNOME2_LA_PUNT="yes"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python3_{3,4} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 PYTHON_REQ_USE="xml"
 
-inherit eutils gnome2 python-r1 multilib virtualx
+inherit eutils gnome2 python-single-r1 multilib virtualx
 if [[ ${PV} =  ]]; then
inherit gnome2-live
 fi
@@ -18,59 +16,49 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="cdr daap dbus +libsecret html ipod libnotify lirc mtp nsplugin +python
-test +udev upnp-av visualizer webkit zeitgeist"
-
-if [[ ${PV} =  ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
 
+IUSE="cdr daap dbus gnome-keyring ipod libnotify lirc mtp nsplugin +python 
test +udev upnp-av"
 REQUIRED_USE="
ipod? ( udev )
mtp? ( udev )
dbus? ( python )
-   webkit? ( python )
-   python? ( ^^ ( $(python_gen_useflags '*') ) )
+   python? ( ${PYTHON_REQUIRED_USE} )
 "
 
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
 # FIXME: double check what to do with fm-radio plugin
-# webkit-gtk-1.10 is needed because it uses gstreamer-1.0
 COMMON_DEPEND="
-   >=dev-libs/glib-2.34.0:2
+   >=dev-libs/glib-2.38:2
>=dev-libs/libxml2-2.7.8:2
-   >=x11-libs/gtk+-3.6:3[introspection]
-   >=x11-libs/gdk-pixbuf-2.18.0:2
-   >=dev-libs/gobject-introspection-0.10.0
-   >=dev-libs/libpeas-0.7.3[gtk,python?]
-   >=dev-libs/totem-pl-parser-3.2.0
-   >=net-libs/libsoup-2.34:2.4
-   media-libs/gst-plugins-base:1.0[introspection]
-   media-libs/gstreamer:1.0[introspection]
+   >=x11-libs/gtk+-3.20.0:3[X,introspection]
+   >=x11-libs/gdk-pixbuf-2.18:2
+   >=dev-libs/gobject-introspection-0.10:=
+   >=dev-libs/libpeas-0.7.3[gtk]
+   >=dev-libs/totem-pl-parser-3.2
+   >=net-libs/libsoup-2.42:2.4
+   >=media-libs/gst-plugins-base-1.4:1.0[introspection]
+   >=media-libs/gstreamer-1.4:1.0[introspection]
>=sys-libs/tdb-1.2.6
dev-libs/json-glib
 
-   visualizer? (
-   >=media-libs/clutter-1.8:1.0
-   >=media-libs/clutter-gst-1.9.92:2.0
-   >=media-libs/clutter-gtk-1.0:1.0
-   >=x11-libs/mx-1.0.1:1.0
-   media-plugins/gst-plugins-libvisual:1.0 )
cdr? ( >=app-cdr/brasero-2.91.90 )
daap? (
>=net-libs/libdmapsharing-2.9.19:3.0
-   media-plugins/gst-plugins-soup:1.0 )
-   libsecret? ( >=app-crypt/libsecret-0.18 )
-   html? ( >=net-libs/webkit-gtk-1.10:3 )
+   >=media-plugins/gst-plugins-soup-1.4:1.0 )
+   gnome-keyring? ( >=app-crypt/libsecret-0.18 )
libnotify? ( >=x11-libs/libnotify-0.7.0 )
lirc? ( app-misc/lirc )
-   python? ( >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}]
+   )
udev? (
virtual/libgudev:=
ipod? ( >=media-libs/libgpod-0.7.92[udev] )
mtp? ( >=media-libs/libmtp-0.3 ) )

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

2019-03-22 Thread Lars Wendler
commit: 45d7b4d6d7c5e9f2ca1d742a53072f3a92cb5a91
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Mar 22 09:46:07 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Mar 22 10:05:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d7b4d6

dev-lang/ocaml: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/459512
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 dev-lang/ocaml/files/ocaml-4.04.2-tinfo.patch | 13 +
 dev-lang/ocaml/ocaml-4.04.2-r1.ebuild |  3 ++-
 dev-lang/ocaml/ocaml-4.05.0-r1.ebuild |  3 ++-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/dev-lang/ocaml/files/ocaml-4.04.2-tinfo.patch 
b/dev-lang/ocaml/files/ocaml-4.04.2-tinfo.patch
new file mode 100644
index 000..ceeb8299109
--- /dev/null
+++ b/dev-lang/ocaml/files/ocaml-4.04.2-tinfo.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/459512
+
+--- ocaml-4.04.2/configure
 ocaml-4.04.2/configure
+@@ -1095,7 +1095,7 @@
+ # For the terminfo module
+ 
+ if test "$with_curses" = "yes"; then
+-  for libs in "" "-lcurses" "-ltermcap" "-lcurses -ltermcap" "-lncurses"; do
++  for libs in "" "-ltinfo" "-lcurses" "-ltermcap" "-lcurses -ltermcap" 
"-lncurses"; do
+ if sh ./hasgot $libs tgetent tgetstr tgetnum tputs; then
+   inf "termcap functions found (with libraries '$libs')"
+   echo "#define HAS_TERMCAP" >> s.h

diff --git a/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild 
b/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild
index f790ab2d1cd..60c56bef2e4 100644
--- a/dev-lang/ocaml/ocaml-4.04.2-r1.ebuild
+++ b/dev-lang/ocaml/ocaml-4.04.2-r1.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="5"
@@ -43,6 +43,7 @@ pkg_setup() {
 
 src_prepare() {
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
+   epatch "${FILESDIR}/${PN}-4.04.2-tinfo.patch" #459512
 }
 
 src_configure() {

diff --git a/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild 
b/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild
index f0a79f5e329..16b090dacbf 100644
--- a/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild
+++ b/dev-lang/ocaml/ocaml-4.05.0-r1.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="5"
@@ -44,6 +44,7 @@ pkg_setup() {
 
 src_prepare() {
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
+   epatch "${FILESDIR}/${PN}-4.04.2-tinfo.patch" #459512
 }
 
 src_configure() {



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

2019-03-22 Thread Fabian Groffen
commit: 70d1517bc38d1ac1ad3af4f658bdda39d0cc2b82
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar 22 10:03:25 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar 22 10:03:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d1517b

profiles/prefix/darwin/macos: mask >dev-util/cmake-3.13.4

Having these versions installed renders the system unable to compile
anything cmake based.

Signed-off-by: Fabian Groffen  gentoo.org>

 profiles/prefix/darwin/macos/package.mask | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/profiles/prefix/darwin/macos/package.mask 
b/profiles/prefix/darwin/macos/package.mask
index 2adeb6a7183..9bbcfc3b53e 100644
--- a/profiles/prefix/darwin/macos/package.mask
+++ b/profiles/prefix/darwin/macos/package.mask
@@ -1,6 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Fabian Groffen  (22 Mar 2019)
+# Newer versions break because they insist on sysroot usage lacking
+# -lSystem as looked for by clang/llvm.  If your system got this
+# package, you have to emerge -C cmake and re-emerge it.
+>dev-util/cmake-3.13.4
+
 # James Le Cuirot  (29 Jul 2015)
 # Recent Oracle releases only support recent Mac OS releases. We can't
 # keep old versions due to vulnerabilities.



  1   2   >