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

2019-10-03 Thread Joonas Niilola
commit: 58afdafd6fbaf8a6da08e13b256bf4773f92d7d1
Author: Jiayi Zhao  gmail  com>
AuthorDate: Wed Oct  2 15:42:40 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct  4 05:39:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58afdafd

media-gfx/qimgv: version bump 0.8.5

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jiayi Zhao  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/qimgv/Manifest   |  1 +
 media-gfx/qimgv/metadata.xml   |  3 ++
 media-gfx/qimgv/qimgv-0.8.5.ebuild | 56 ++
 3 files changed, 60 insertions(+)

diff --git a/media-gfx/qimgv/Manifest b/media-gfx/qimgv/Manifest
index 424ee1d3f6c..b2668420d91 100644
--- a/media-gfx/qimgv/Manifest
+++ b/media-gfx/qimgv/Manifest
@@ -1 +1,2 @@
 DIST qimgv-0.8.2.tar.gz 237098 BLAKE2B 
da71da019e87041cfa9f21592827e5a5623b2088e1349e534c437b0d5e50377980279fe99b7a18fb447c99ddb643a15c418fcfa2f261d3a559c639f560add0c4
 SHA512 
e80caa356cd2c7607a1d92a4ef4a79486ed504adb8ae454557e6a94d1d3ca5c023b78921e49777b1a06ca82556255d51357948281aae6a671ec01c597492a2cf
+DIST qimgv-0.8.5.tar.gz 242650 BLAKE2B 
25ac2854b0c35e2288b0e770559bac5ac0152df1e73b025fe99609e3f7126ad0c5342a6f87dd34b0847b22031ca77db7b98b1ef8b9c278fcbebb395454d426a4
 SHA512 
f4c3df7db433eca04ed0827039a02fcbb6e0d5b2f696010351dc6238c39b7a08784780ad8d56f3701d13506dd6c64671ce361817928d7fb2bb25b88c3f3d32ce

diff --git a/media-gfx/qimgv/metadata.xml b/media-gfx/qimgv/metadata.xml
index ccef191fae1..840ab55fbe9 100644
--- a/media-gfx/qimgv/metadata.xml
+++ b/media-gfx/qimgv/metadata.xml
@@ -9,4 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   Add support for gif/webm playback via 
libmpv
+   
 

diff --git a/media-gfx/qimgv/qimgv-0.8.5.ebuild 
b/media-gfx/qimgv/qimgv-0.8.5.ebuild
new file mode 100644
index 000..81ac18fca86
--- /dev/null
+++ b/media-gfx/qimgv/qimgv-0.8.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg-utils
+
+DESCRIPTION="A cross-platform image viewer with webm support, written in qt5"
+HOMEPAGE="https://github.com/easymodo/qimgv;
+SRC_URI="https://github.com/easymodo/qimgv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="exif kde video"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+DEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   exif? ( media-gfx/exiv2 )
+   kde? ( kde-frameworks/kwindowsystem:5 )
+   video? ( media-video/mpv[libmpv] )
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_prepare() {
+   cmake-utils_src_prepare
+   # respect make.conf CXXFLAGS
+   sed -i -e '/set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 
-lstdc++fs -O3")/d' CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DEXIV2=$(usex exif)
+   -DKDE_SUPPORT=$(usex kde)
+   -DVIDEO_SUPPORT=$(usex video)
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}



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

2019-10-03 Thread Joonas Niilola
commit: d0d289287aad7c4096edcdb50101f7e113f46723
Author: Jiayi Zhao  gmail  com>
AuthorDate: Wed Oct  2 15:59:17 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct  4 05:39:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d28928

media-gfx/qimgv: remove old 0.8.2

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jiayi Zhao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13124
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/qimgv/Manifest   |  1 -
 media-gfx/qimgv/qimgv-0.8.2.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/media-gfx/qimgv/Manifest b/media-gfx/qimgv/Manifest
index b2668420d91..d974a51f05e 100644
--- a/media-gfx/qimgv/Manifest
+++ b/media-gfx/qimgv/Manifest
@@ -1,2 +1 @@
-DIST qimgv-0.8.2.tar.gz 237098 BLAKE2B 
da71da019e87041cfa9f21592827e5a5623b2088e1349e534c437b0d5e50377980279fe99b7a18fb447c99ddb643a15c418fcfa2f261d3a559c639f560add0c4
 SHA512 
e80caa356cd2c7607a1d92a4ef4a79486ed504adb8ae454557e6a94d1d3ca5c023b78921e49777b1a06ca82556255d51357948281aae6a671ec01c597492a2cf
 DIST qimgv-0.8.5.tar.gz 242650 BLAKE2B 
25ac2854b0c35e2288b0e770559bac5ac0152df1e73b025fe99609e3f7126ad0c5342a6f87dd34b0847b22031ca77db7b98b1ef8b9c278fcbebb395454d426a4
 SHA512 
f4c3df7db433eca04ed0827039a02fcbb6e0d5b2f696010351dc6238c39b7a08784780ad8d56f3701d13506dd6c64671ce361817928d7fb2bb25b88c3f3d32ce

diff --git a/media-gfx/qimgv/qimgv-0.8.2.ebuild 
b/media-gfx/qimgv/qimgv-0.8.2.ebuild
deleted file mode 100644
index 52a5b418e7b..000
--- a/media-gfx/qimgv/qimgv-0.8.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils xdg-utils
-
-DESCRIPTION="A cross-platform image viewer with webm support, written in qt5"
-HOMEPAGE="https://github.com/easymodo/qimgv;
-SRC_URI="https://github.com/easymodo/qimgv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="exif kde"
-
-BDEPEND="
-   dev-util/cmake
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   media-video/mpv[libmpv]
-   exif? ( media-libs/libexif )
-   kde? ( kde-frameworks/kwindowsystem:5 )
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_prepare() {
-   cmake-utils_src_prepare
-   # respect make.conf CXXFLAGS
-   sed -i -e '/set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 
-lstdc++fs -O3")/d' CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DEXIV2=$(usex exif)
-   -DKDE_SUPPORT=$(usex kde)
-   )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}



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

2019-10-03 Thread Joonas Niilola
commit: c77dc47688a8fbc9bcf3bbf062b8f995ce1d72b3
Author: Chris Mayo  gmail  com>
AuthorDate: Thu Oct  3 18:19:37 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct  4 04:55:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77dc476

dev-util/geany-plugins: version bump to 1.36

- dropped alpha, ia64 and ppc64 which are now missing dev-libs/libgit2
- debugger available for GTK 3
- workbench now optional because of new libgit2 requirement

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Chris Mayo  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13135
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/geany-plugins/Manifest  |   1 +
 dev-util/geany-plugins/geany-plugins-1.36.ebuild | 149 +++
 dev-util/geany-plugins/metadata.xml  |   1 +
 3 files changed, 151 insertions(+)

diff --git a/dev-util/geany-plugins/Manifest b/dev-util/geany-plugins/Manifest
index 2b1b7c4143c..26f722c91c2 100644
--- a/dev-util/geany-plugins/Manifest
+++ b/dev-util/geany-plugins/Manifest
@@ -1,3 +1,4 @@
 DIST geany-plugins-1.30.tar.gz 4469990 BLAKE2B 
3cb8434765667814dc95227a82bdf204b2f918c951de8d5d9b56549c3fc343e1fe1c3e225d9f907da6b3227440dbdad09d0318d2738c213640a4629e9f7b42fe
 SHA512 
11dc44215aaa369831c249ef84b5dd0ee7eecdfbbf4707fc6165d78201e9e755447463c171ac6c8b2bc70df28a97b23762073ab9b31f7c33285d4728089da807
 DIST geany-plugins-1.34.tar.gz 4640059 BLAKE2B 
f6a2e001db42e348c129b503fd969f142fecbaa06a10bd220d348f70e6af087a0a856a403bdf866f65fdff02889fa03a2f3a662be3efad0a17401266ab883bcf
 SHA512 
31d25e9b0946b7feeae40b81c4e0c177568cc161c24bfa1c8271dda1c15a44e86f5de9b5992a4acde6cfafe2924a1cc22e95c7b6fb253e8a358931fa5f8ecca3
 DIST geany-plugins-1.35.tar.gz 4656963 BLAKE2B 
c7c96c7bbd1d17083f75a90eaa741277626db8aeb693cb78d3fcca57136923c58eba1755cc55263d431ff7a992e22b365f91be5e424b4f02eb25299ae3d3cd93
 SHA512 
9fedb4237096d939919fa40c39a7d19debb19211260a2797b5566c555052dcd8bf9a31a694d057f1dcded794bc75883d0007f8dd9427e3d899434fbf0e8a8e9f
+DIST geany-plugins-1.36.tar.gz 4693634 BLAKE2B 
a7c319a77cb92a55a0a53063ab75d9375f7d2a0e419eb3e0acd063b8fda4b4d9798c103ce53b80090c73bd86804c58f815aaf8d0eecc0d7fbf7ad1c8470cb9b5
 SHA512 
b3e58b42432d17c27289fa20d10b833a2d7f5d8c72b51abe5b1ebdabcb952b18e0984b15ef6ac9753102d839f3174f28798269e1e94bf032bdaa189e98d72b2d

diff --git a/dev-util/geany-plugins/geany-plugins-1.36.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.36.ebuild
new file mode 100644
index 000..e6b5ae9dc7f
--- /dev/null
+++ b/dev-util/geany-plugins/geany-plugins-1.36.ebuild
@@ -0,0 +1,149 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1 vala
+
+DESCRIPTION="A collection of different plugins for Geany"
+HOMEPAGE="https://plugins.geany.org;
+SRC_URI="https://plugins.geany.org/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
+
+IUSE="+gtk3 ctags debugger enchant git gpg gtkspell lua markdown multiterm nls 
pretty-printer python scope soup workbench"
+REQUIRED_USE="
+   gtk3? ( !multiterm !python )
+   !gtk3? ( !markdown )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+DEPEND="
+   dev-libs/glib:2
+   >=dev-util/geany-1.35[gtk3=]
+   gtk3? ( x11-libs/gtk+:3 )
+   !gtk3? ( x11-libs/gtk+:2 )
+   ctags? ( dev-util/ctags )
+   debugger? (
+   gtk3? ( x11-libs/vte:2.91 )
+   !gtk3? ( x11-libs/vte:0 )
+   )
+   enchant? ( app-text/enchant )
+   git? ( dev-libs/libgit2:= )
+   gpg? ( app-crypt/gpgme:1= )
+   gtkspell? (
+   gtk3? ( app-text/gtkspell:3= )
+   !gtk3? ( app-text/gtkspell:2 )
+   )
+   lua? ( dev-lang/lua:0= )
+   markdown? (
+   app-text/discount
+   net-libs/webkit-gtk:4
+   )
+   multiterm? (
+   $(vala_depend)
+   >=x11-libs/vte-0.28:0
+   )
+   pretty-printer? ( dev-libs/libxml2:2 )
+   python? (
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
+   )
+   scope? (
+   gtk3? ( x11-libs/vte:2.91 )
+   !gtk3? ( x11-libs/vte:0 )
+   )
+   soup? ( net-libs/libsoup:2.4 )
+   workbench? ( dev-libs/libgit2:= )
+"
+RDEPEND="${DEPEND}
+   scope? ( sys-devel/gdb )
+"
+BDEPEND="virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   use multiterm && vala_src_prepare
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-cppcheck
+   --disable-extra-c-warnings
+   $(use_enable nls)
+   --enable-utilslib
+   # Plugins
+   --enable-addons
+

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/sourcetrail/

2019-10-03 Thread Joonas Niilola
commit: dfe43c1faf50353ea2ec2c71f35b4979c20d1157
Author: David Hallas  davidhallas  dk>
AuthorDate: Thu Oct  3 14:47:28 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct  4 05:02:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe43c1f

dev-cpp/sourcetrail: Fix libffi dependency

Sourcetrail depends on .so version 6 of libffi, so add
dev-libs/libffi-compat:6 to RDEPEND

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

Signed-off-by: David Hallas  davidhallas.dk>
Closes: https://github.com/gentoo/gentoo/pull/13134
Signed-off-by: Joonas Niilola  gentoo.org>

 .../sourcetrail/sourcetrail-2019.3.46-r1.ebuild| 93 ++
 1 file changed, 93 insertions(+)

diff --git a/dev-cpp/sourcetrail/sourcetrail-2019.3.46-r1.ebuild 
b/dev-cpp/sourcetrail/sourcetrail-2019.3.46-r1.ebuild
new file mode 100644
index 000..e2d02701ebc
--- /dev/null
+++ b/dev-cpp/sourcetrail/sourcetrail-2019.3.46-r1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg-utils
+
+DESCRIPTION="A cross-platform source explorer for C/C++ and Java"
+HOMEPAGE="https://www.sourcetrail.com/;
+SRC_URI="https://www.sourcetrail.com/downloads/${PV}/linux/64bit -> 
${P}.tar.gz"
+
+LICENSE="Sourcetrail || ( GPL-2 GPL-3 LGPL-3 ) BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples selinux"
+RESTRICT="mirror bindist"
+
+DEPEND="dev-util/patchelf"
+
+RDEPEND="
+   || (
+   dev-libs/openssl-compat:1.0.0
+   =dev-libs/openssl-1.0*:*
+   )
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/libpng:1.2
+   sys-libs/libudev-compat
+   virtual/opengl
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libxcb
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXxf86vm
+   selinux? ( sys-libs/libselinux )
+"
+
+S="${WORKDIR}/Sourcetrail"
+QA_PREBUILT="*"
+
+src_install() {
+   # This removes the rpath entries with $$ORIGIN
+   # since they trigger warnings when merging
+   for f in "Sourcetrail" "sourcetrail_indexer"; do
+   rpath=$(patchelf --print-rpath "${f}" 2>/dev/null)
+   new_rpath=${rpath//\$\$ORIGIN\/lib\/:/}
+   patchelf --set-rpath "${new_rpath}" "${f}" || die
+   done
+
+   # Remove bundled libraries
+   rm -f lib/libXi.so.6 lib/libXxf86vm.so.1 lib/libXrender.so.1 
lib/libXfixes.so.3 lib/libXext.so.6 \
+   lib/libXdamage.so.1 lib/libxcb* lib/libXau.so.6 
lib/libX11-xcb.so.1 lib/libX11.so.6 \
+   lib/libudev.so.0 lib/libEGL.so.1 lib/libgbm.so.1 
lib/libglapi.so.0 lib/libGL.so.1 \
+   lib/libdrm.so.2 lib/libfontconfig.so.1 lib/libfreetype.so.6 
lib/libcrypto.so lib/libssl.so \
+   lib/libpng12.so.0 lib/libselinux.so.1 || die
+   insinto /opt/sourcetrail
+   doins -r EULA.txt README data lib plugin
+   use examples && doins -r user
+   exeinto /opt/sourcetrail
+   doexe Sourcetrail sourcetrail_indexer Sourcetrail.sh resetPreferences.sh
+   into /opt
+   newbin - sourcetrail <<-EOF
+   #! /bin/sh
+   exec /opt/sourcetrail/Sourcetrail.sh "\$@"
+   EOF
+   local size
+   for size in 48 64 128 256 512; do
+   newicon -s "${size}" 
"setup/share/icons/hicolor/${size}x${size}/apps/sourcetrail.png" \
+   "sourcetrail.png"
+   done
+   sed -i -e 's|Exec=/usr/bin/sourcetrail|Exec=/opt/bin/sourcetrail|' \
+  -e 's/Utilities;//' 
"setup/share/applications/sourcetrail.desktop" \
+ "setup/share/applications/sourcetrail.desktop" || die
+   domenu "setup/share/applications/sourcetrail.desktop"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/

2019-10-03 Thread Joonas Niilola
commit: df3c09bf391a268c9083055fce770b77858a9ca7
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Thu Oct  3 11:59:22 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct  4 05:09:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3c09bf

app-antivirus/clamtk: bump to 6.02

Also bumped to EAPI=7 and changed Github to Gitlab, as the project moved there.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/13133
Signed-off-by: Joonas Niilola  gentoo.org>

 app-antivirus/clamtk/Manifest   |   1 +
 app-antivirus/clamtk/clamtk-6.02.ebuild | 145 
 app-antivirus/clamtk/metadata.xml   |   4 +-
 3 files changed, 148 insertions(+), 2 deletions(-)

diff --git a/app-antivirus/clamtk/Manifest b/app-antivirus/clamtk/Manifest
index cfd1bb871be..e8ea352106d 100644
--- a/app-antivirus/clamtk/Manifest
+++ b/app-antivirus/clamtk/Manifest
@@ -1,4 +1,5 @@
 DIST clamtk-6.01.tar.xz 227872 BLAKE2B 
25cc54b8aa3d6cd16317b0266dfc2aa035ad168f009678e82a648ea05da7850cee52772d0ea540b5cf84783c4ce52fda115de4695fb416e25f4242c0640c4a23
 SHA512 
43db326e322dce9632b03ce44475c36dacfee86e5059ebdea827ddc58b73fb66e36982a86427267b7ae37839688f16673e9e5dc4c9286eb545b75aac3711da6b
+DIST clamtk-6.02.tar.xz 227780 BLAKE2B 
cd5f05c5d5fe2fe7e6d52ab4619fe01f810195ca505ae85101e0cf743d9d20e42de74dfadfaecdc23cb97359121ea8ddc49772a96ec237921a7d6628ae453cc4
 SHA512 
df619da28ebadb218bb2f9ab2c9be1804f2df5e7e444762f2b1eb3ce0e830b07ebfd05b8cb9c7d79a9e3523c9837b00b52d0e06265c62d782487546f15b0349f
 DIST clamtk-gnome-0.03.tar.xz 15088 BLAKE2B 
cc1440de117eea036cf14a9ed36650916703299799c90548b02a5fee92c80f82c1d4f63e1cd726438e428e1ae3ee1550b4c8acbc22e97093131f993099c47c36
 SHA512 
c35a3ee34cbe5609f2ad22d0974a503bf6f24710c26d71d865c3ad3751a72fe909a9773c27cc53295c581f77d33e58d49fdd6f38f71177aa7ef1570e00ea55f2
 DIST clamtk-kde-0.18.tar.xz 17732 BLAKE2B 
ca82934417f2d869fd8c8e36a31ef4a52cf4ee73581c5d1d400c1b28908c5ea2524a8f5d1110b1e949038378613fb4d5607d5123eebe91df695a53d0dd489302
 SHA512 
145ddd349010e0bb6fe3295e50d6e15a2dd96e604babbd5de4cb49ba75169d2050777cac38e40ac6a64cb89ddf94025d610aca73136c75f81115d0a2d863d24e
 DIST nemo-sendto-clamtk-0.04.tar.xz 4228 BLAKE2B 
ce656d4f021bc30cd12fb2ee5f98a78c1f1fdb2460ed2cbba0b572408617f91b39b2ca2fe542b9cec7be79b4b9fdfd685f5553e1a671454ca1e6723241dcb805
 SHA512 
2b5d3abbc4ae5dbc71b1b7bc836df88ad51e6afa00d5e954b5c1355a70c0420b6fef895e1cb5cccb86a662aee2039cef6c01821c1347fa155b5da3529b25562c

diff --git a/app-antivirus/clamtk/clamtk-6.02.ebuild 
b/app-antivirus/clamtk/clamtk-6.02.ebuild
new file mode 100644
index 000..6c25b6922b3
--- /dev/null
+++ b/app-antivirus/clamtk/clamtk-6.02.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit desktop perl-functions python-single-r1 xdg-utils
+
+MY_PV_KDE="0.18"
+MY_PV_NAUTILUS="0.03"
+MY_PV_NEMO="0.04"
+MY_PV_THUNAR="0.06"
+
+DESCRIPTION="A graphical front-end for ClamAV"
+HOMEPAGE="https://gitlab.com/dave_m/clamtk/wikis/Home;
+SRC_URI="
+   https://bitbucket.org/davem_/${PN}-gtk3/downloads/${P}.tar.xz
+   kde? ( 
https://bitbucket.org/davem_/${PN}-kde/downloads/${PN}-kde-${MY_PV_KDE}.tar.xz )
+   nautilus? ( 
https://bitbucket.org/davem_/${PN}-gnome/downloads/${PN}-gnome-${MY_PV_NAUTILUS}.tar.xz
 )
+   nemo? ( 
https://bitbucket.org/davem_/nemo-sendto-${PN}/downloads/nemo-sendto-${PN}-${MY_PV_NEMO}.tar.xz
 )
+   thunar? ( 
https://bitbucket.org/davem_/thunar-sendto-${PN}/downloads/thunar-sendto-${PN}-${MY_PV_THUNAR}.tar.xz
 )
+"
+
+LICENSE="|| ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="kde nautilus nemo +nls thunar"
+REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   app-antivirus/clamav
+   dev-perl/File-chdir
+   dev-perl/Gtk3
+   dev-perl/JSON
+   dev-perl/LWP-Protocol-https
+   dev-perl/LWP-UserAgent-Cached
+   dev-perl/Locale-gettext
+   dev-perl/Text-CSV
+   dev-perl/glib-perl
+   dev-perl/libwww-perl
+   virtual/perl-Digest-MD5
+   virtual/perl-Digest-SHA
+   virtual/perl-Encode
+   virtual/perl-MIME-Base64
+   virtual/perl-Time-Piece
+   x11-themes/faenza-icon-theme
+   nautilus? (
+   ${PYTHON_DEPS}
+   dev-python/nautilus-python[${PYTHON_USEDEP}]
+   )
+"
+
+BDEPEND="nls? ( sys-devel/gettext )"
+
+DOCS=( "CHANGES" "credits.md" "DISCLAIMER" "README.md" )
+
+PATCHES=( "$FILESDIR"/"${PN}"-6.00-change_icon_path.patch )
+
+pkg_setup() {
+   use nautilus && python-single-r1_pkg_setup
+}
+
+src_unpack() {
+   default
+
+   unpack "${S}"/clamtk.1.gz
+
+   use kde && unpack "${S}"/../clamtk-kde-${MY_PV_KDE}/clamtk-kde.1.gz
+   use nautilus && unpack 

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

2019-10-03 Thread Joonas Niilola
commit: 9783b0fa207904be50354a7a2e3119f36ae5d83c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Oct  1 17:24:04 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct  4 04:37:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9783b0fa

net-mail/vpopmail: remove old (5.4.33-r3)

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild | 304 
 1 file changed, 304 deletions(-)

diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild 
b/net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild
deleted file mode 100644
index eca83681371..000
--- a/net-mail/vpopmail/vpopmail-5.4.33-r3.ebuild
+++ /dev/null
@@ -1,304 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils fixheadtails qmail user
-
-HOMEPAGE="http://www.inter7.com/index.php?page=vpopmail;
-DESCRIPTION="Collection of programs to manage virtual email on Qmail servers"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="clearpasswd ipalias maildrop mysql postgres spamassassin"
-REQUIRED_USE="mysql? ( !postgres )"
-
-DEPEND="
-   acct-group/vpopmail
-   virtual/qmail
-   maildrop? ( mail-filter/maildrop )
-   mysql? ( dev-db/mysql-connector-c:0= )
-   postgres? ( dev-db/postgresql:=[server] )
-   spamassassin? ( mail-filter/spamassassin )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.4.9-access.violation.patch
-   "${FILESDIR}"/${PN}-lazy.patch
-   "${FILESDIR}"/${PN}-vpgsql.patch
-   "${FILESDIR}"/${PN}-double-free.patch
-)
-DOCS=(
-   ChangeLog
-   doc/AUTHORS
-   doc/FAQ
-   doc/INSTALL
-   doc/README.activedirectory
-   doc/README.authvchkpw
-   doc/README.filelocking
-   doc/README.ipaliasdomains
-   doc/README.ldap
-   doc/README.maildrop
-   doc/README.mysql
-   doc/README.onchange
-   doc/README.oracle
-   doc/README.pgsql
-   doc/README.qmail-default
-   doc/README.quotas
-   doc/README.roamingusers
-   doc/README.spamassassin
-   doc/README.sybase
-   doc/README.vdelivermail
-   doc/README.vlimits
-   doc/README.vpopmaild
-   doc/README.vqmaillocal
-)
-HTML_DOCS=(
-   doc/doc_html/vpopmail5.abw
-   doc/doc_html/vpopmailapi.png
-   doc/doc_html/vpopmail.html
-   doc/man_html/clearopensmtp.html
-   doc/man_html/index.html
-   doc/man_html/vaddaliasdomain.html
-   doc/man_html/vadddomain.html
-   doc/man_html/vadduser.html
-   doc/man_html/vchkpw.html
-   doc/man_html/vconvert.html
-   doc/man_html/vdeldomain.html
-   doc/man_html/vdelivermail.html
-   doc/man_html/vdeluser.html
-   doc/man_html/vpasswd.html
-   doc/man_html/vpopbull.html
-   doc/man_html/vsetuserquota.html
-)
-
-# This makes sure the variable is set, and that it isn't null.
-VPOP_DEFAULT_HOME="/var/vpopmail"
-
-vpopmail_set_homedir() {
-   VPOP_HOME=$(egethome vpopmail)
-   if [[ -z "${VPOP_HOME}" ]]; then
-   eerror "vpopmail's home directory is null in passwd data!"
-   eerror "You probably want to check that out."
-   eerror "Continuing with default."
-   VPOP_HOME="${VPOP_DEFAULT_HOME}"
-   else
-   einfo "Setting VPOP_HOME to: $VPOP_HOME"
-   fi
-}
-
-pkg_setup() {
-   enewuser vpopmail 89 -1 ${VPOP_DEFAULT_HOME} vpopmail
-   upgradewarning
-}
-
-src_prepare() {
-   default
-
-   echo 'install-recursive: install-exec-am' \
-   >>"${S}"/Makefile.am
-
-   # fix maildir paths
-   sed -i -e 's|Maildir|.maildir|g' \
-   vchkpw.c vconvert.c vdelivermail.c \
-   vpopbull.c vpopmail.c vqmaillocal.c \
-   vuserinfo.c maildirquota.c || die
-
-   # remove vpopmail advertisement
-   sed -i -e '/printf.*vpopmail/s:vpopmail (:(:' \
-   vdelivermail.c vpopbull.c vqmaillocal.c || die
-
-   # automake/autoconf
-   mv -f "${S}"/configure.{in,ac} || die
-   sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' \
-   configure.ac || die
-
-   # _FORTIFY_SOURCE
-   sed -i \
-   -e 's/\(snprintf(\s*\(LI->[a-zA-Z_]\+\),\s*\)[a-zA-Z_]\+,/\1 
sizeof(\2),/' \
-   vlistlib.c || die
-
-   eautoreconf
-   ht_fix_file cdb/Makefile
-}
-
-src_configure() {
-   vpopmail_set_homedir
-
-   local authopts
-   if use mysql; then
-   incdir=$(mysql_config --variable=pkgincludedir)
-   libdir=$(mysql_config --variable=pkglibdir)
-   authopts+=" --enable-auth-module=mysql"
-   authopts+=" --enable-incdir=${incdir}"
-   authopts+=" --enable-libdir=${libdir}"

[gentoo-commits] repo/gentoo:master commit in: mail-mta/netqmail/

2019-10-03 Thread Joonas Niilola
commit: f1bbdec070723bd8f9e2d52bb4d788ab26ebe839
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Oct  1 17:28:21 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct  4 04:38:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bbdec0

mail-mta/netqmail: clean old

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/13118
Signed-off-by: Joonas Niilola  gentoo.org>

 mail-mta/netqmail/netqmail-1.06-r2.ebuild | 176 ---
 mail-mta/netqmail/netqmail-1.06-r6.ebuild | 195 --
 2 files changed, 371 deletions(-)

diff --git a/mail-mta/netqmail/netqmail-1.06-r2.ebuild 
b/mail-mta/netqmail/netqmail-1.06-r2.ebuild
deleted file mode 100644
index d0a6074fd8f..000
--- a/mail-mta/netqmail/netqmail-1.06-r2.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-GENQMAIL_PV=20080406
-QMAIL_SPP_PV=0.42
-
-QMAIL_TLS_PV=20070417
-QMAIL_TLS_F=${PN}-1.05-tls-smtpauth-${QMAIL_TLS_PV}.patch
-QMAIL_TLS_CVE=vu555316.patch
-
-QMAIL_BIGTODO_PV=103
-QMAIL_BIGTODO_F=big-todo.${QMAIL_BIGTODO_PV}.patch
-
-QMAIL_LARGE_DNS='qmail-103.patch'
-
-inherit eutils qmail
-
-DESCRIPTION="qmail -- a secure, reliable, efficient, simple message transfer 
agent"
-HOMEPAGE="
-   http://netqmail.org
-   https://cr.yp.to/qmail.html
-   http://qmail.org
-"
-SRC_URI="mirror://qmail/${P}.tar.gz
-   https://dev.gentoo.org/~hollow/distfiles/${GENQMAIL_F}
-   https://www.ckdhr.com/ckd/${QMAIL_LARGE_DNS}
-   http://inoa.net/qmail-tls/${QMAIL_TLS_CVE}
-   !vanilla? (
-   highvolume? ( mirror://qmail/${QMAIL_BIGTODO_F} )
-   qmail-spp? ( mirror://sourceforge/qmail-spp/${QMAIL_SPP_F} )
-   ssl? ( http://shupp.org/patches/${QMAIL_TLS_F} )
-   )
-"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="authcram gencertdaily highvolume qmail-spp ssl vanilla"
-REQUIRED_USE='vanilla? ( !ssl !qmail-spp !highvolume )'
-RESTRICT="test"
-
-DEPEND="
-   !mail-mta/qmail
-   acct-group/nofiles
-   acct-group/qmail
-   acct-user/alias
-   acct-user/qmaild
-   acct-user/qmaill
-   acct-user/qmailp
-   acct-user/qmailq
-   acct-user/qmailr
-   acct-user/qmails
-   net-mail/queue-repair
-   ssl? ( dev-libs/openssl:0= )
-   sys-apps/groff
-"
-RDEPEND="
-   !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/exim
-   !mail-mta/mini-qmail
-   !mail-mta/msmtp[mta]
-   !mail-mta/nullmailer
-   !mail-mta/postfix
-   !mail-mta/qmail-ldap
-   !mail-mta/sendmail
-   !=mail-mta/ssmtp-2.64-r2[mta]
-   >=sys-apps/ucspi-tcp-0.88-r17
-   ssl? ( >=sys-apps/ucspi-ssl-0.70-r1 )
-   virtual/daemontools
-   >=net-mail/dot-forward-0.71-r3
-   virtual/checkpassword
-   authcram? ( >=net-mail/cmd5checkpw-0.30 )
-   ${DEPEND}
-"
-
-pkg_setup() {
-   if [[ -n "${QMAIL_PATCH_DIR}" ]]; then
-   eerror
-   eerror "The QMAIL_PATCH_DIR variable for custom patches"
-   eerror "has been removed from ${PN}. If you need custom patches"
-   eerror "you should create a copy of this ebuild in an overlay."
-   eerror
-   die "QMAIL_PATCH_DIR is not supported anymore"
-   fi
-}
-
-src_unpack() {
-   genqmail_src_unpack
-   use qmail-spp && qmail_spp_src_unpack
-
-   unpack ${P}.tar.gz
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PV}-exit.patch
-   epatch "${FILESDIR}"/${PV}-readwrite.patch
-   epatch "${DISTDIR}"/${QMAIL_LARGE_DNS}
-   epatch "${FILESDIR}"/${PV}-fbsd-utmpx.patch
-
-   ht_fix_file Makefile*
-
-   if ! use vanilla; then
-   # This patch contains relative paths and needs to be cleaned up.
-   sed 's~^--- ../../~--- ~g' \
-   <"${DISTDIR}"/${QMAIL_TLS_F} \
-   >"${T}"/${QMAIL_TLS_F}
-   use ssl&& epatch "${T}"/${QMAIL_TLS_F}
-   use ssl&& epatch "${DISTDIR}"/${QMAIL_TLS_CVE}
-   use highvolume && epatch "${DISTDIR}"/${QMAIL_BIGTODO_F}
-
-   if use qmail-spp; then
-   if use ssl; then
-   epatch 
"${QMAIL_SPP_S}"/qmail-spp-smtpauth-tls-20060105.diff
-   else
-   epatch "${QMAIL_SPP_S}"/netqmail-spp.diff
-   fi
-   cd "${WORKDIR}"
-   epatch "${FILESDIR}"/genqmail-20080406-ldflags.patch
-   cd -
-   fi
-   fi
-
-   qmail_src_postunpack
-
-   # Fix bug #33818 but for netqmail (Bug 137015)
-   if ! use authcram; then
-   einfo "Disabled CRAM_MD5 

[gentoo-commits] repo/gentoo:master commit in: mail-mta/netqmail/

2019-10-03 Thread Joonas Niilola
commit: 3ec6d23b15c0372e79da6705eda05283d3d98304
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Oct  1 17:26:59 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct  4 04:38:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec6d23b

mail-mta/netqmail: stable 1.06-r4 for sparc

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 mail-mta/netqmail/netqmail-1.06-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/netqmail/netqmail-1.06-r4.ebuild 
b/mail-mta/netqmail/netqmail-1.06-r4.ebuild
index 913f34b6ea2..8d6b6afbb0b 100644
--- a/mail-mta/netqmail/netqmail-1.06-r4.ebuild
+++ b/mail-mta/netqmail/netqmail-1.06-r4.ebuild
@@ -36,7 +36,7 @@ SRC_URI="mirror://qmail/${P}.tar.gz
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="authcram gencertdaily highvolume libressl qmail-spp ssl vanilla"
 REQUIRED_USE='vanilla? ( !ssl !qmail-spp !highvolume )'
 RESTRICT="test"



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

2019-10-03 Thread Joonas Niilola
commit: 1d6bb5929dd48fd993b1ba5b25c809958e845242
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Oct  4 04:24:27 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct  4 04:24:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6bb592

dev-libs/efl: add forgotten configure option for 'sound' USE

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/efl/efl-1.23.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/efl/efl-1.23.0.ebuild b/dev-libs/efl/efl-1.23.0.ebuild
index 0958571d09d..01648259b55 100644
--- a/dev-libs/efl/efl-1.23.0.ebuild
+++ b/dev-libs/efl/efl-1.23.0.ebuild
@@ -166,6 +166,7 @@ src_configure() {
$(meson_use physics)
$(meson_use pulseaudio)
$(meson_use sdl)
+   $(meson_use sound audio)
$(meson_use systemd)
$(meson_use tslib)
$(meson_use v4l v4l2)



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

2019-10-03 Thread Zac Medico
commit: df80f898457ad335224a0df6e8a6238cbc79f17f
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Oct  4 03:12:25 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Oct  4 03:13:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df80f898

app-text/calibre: Remove old version 3.26.1-r1

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/Manifest |   1 -
 app-text/calibre/calibre-3.26.1-r1.ebuild | 291 --
 2 files changed, 292 deletions(-)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index 6a82fd81920..338d8585e15 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,3 +1,2 @@
-DIST calibre-3.26.1.tar.xz 39109660 BLAKE2B 
0e98c273b8a5dfafea7a7027de3f83ad25ab835edadedf78b7e9bc356bcac8937d915944f2ab6503b414c49b4e792e090e7bd2433a4e86373bf115720ed78b0a
 SHA512 
893e36b101defaca29281b4bd072aafc1c4cb20a9cd3ee06a0b68fbe6b39cab34952799939ac4f54c77148c87861c5ab4ddff84f5ec8c2274ae7fa6424259ff5
 DIST calibre-3.47.1.tar.xz 38710008 BLAKE2B 
60915345dd756d085386af61128e92569304be64aadbc21b69973e93adf3fb5cc88f7250153c238ecf423546f408bfc094b5bce329a54e7f080f831c4a8c23c1
 SHA512 
010796b3ac3fc6adcdf26dbc7966946be0f48b2684e1317da11d77fa55151d1f6ad2b86adf3c8eced5559823567e6672bfdfd953c17e6cc978894544131fb6bd
 DIST calibre-3.48.0.tar.xz 38777408 BLAKE2B 
9a7fae20487ae93120cfdc06a312a42d54d68935fdd2bc18dc41be5f8d359c79eae24e0409ba8e7f4df85e2f073f80ce6bab56cba0638cead6693600fa93cb41
 SHA512 
6cee28fb560e2e00b8ac2f32756f094146c6fe744cfc343d68f1fb54b3f8b0ca16129a5b35018af54a103790faa2eb03ac186c01003f21c874d2ed5218441220

diff --git a/app-text/calibre/calibre-3.26.1-r1.ebuild 
b/app-text/calibre/calibre-3.26.1-r1.ebuild
deleted file mode 100644
index c92715c1e5f..000
--- a/app-text/calibre/calibre-3.26.1-r1.ebuild
+++ /dev/null
@@ -1,291 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite,ssl"
-
-inherit eutils bash-completion-r1 gnome2-utils multilib toolchain-funcs 
python-single-r1 xdg-utils
-
-DESCRIPTION="Ebook management application"
-HOMEPAGE="https://calibre-ebook.com/;
-SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz;
-
-LICENSE="
-   GPL-3+
-   GPL-3
-   GPL-2+
-   GPL-2
-   GPL-1+
-   LGPL-3+
-   LGPL-2.1+
-   LGPL-2.1
-   BSD
-   MIT
-   Old-MIT
-   Apache-2.0
-   public-domain
-   || ( Artistic GPL-1+ )
-   CC-BY-3.0
-   OFL-1.1
-   PSF-2
-"
-KEYWORDS="amd64 ~arm x86"
-SLOT="0"
-IUSE="ios +udisks"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=app-text/podofo-0.8.2:=
-   >=app-text/poppler-0.26.5[qt5]
-   >=dev-libs/chmlib-0.40:=
-   dev-libs/glib:2=
-   >=dev-libs/icu-57.1:=
-   dev-libs/libinput:=
-   >=dev-python/apsw-3.13.0[${PYTHON_USEDEP}]
-   >=dev-python/beautifulsoup-3.0.5:python-2[${PYTHON_USEDEP}]
-   dev-python/chardet[${PYTHON_USEDEP}]
-   >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/cssutils-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]
-   >=dev-libs/dbus-glib-0.106
-   >=sys-apps/dbus-1.10.8
-   dev-python/dnspython[${PYTHON_USEDEP}]
-   dev-python/html5-parser[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.2.1[${PYTHON_USEDEP}]
-   >=dev-python/mechanize-0.2.5[${PYTHON_USEDEP}]
-   dev-python/msgpack[${PYTHON_USEDEP}]
-   dev-python/netifaces[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.1.3[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
-   
>=dev-python/PyQt5-5.8[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
-   dev-python/regex[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5=
-   dev-qt/qtdbus:5=
-   dev-qt/qtgui:5=
-   dev-qt/qtwidgets:5=
-   dev-util/desktop-file-utils
-   dev-util/gtk-update-icon-cache
-   media-fonts/liberation-fonts
-   media-libs/fontconfig:=
-   >=media-libs/freetype-2:=
-   >=media-libs/libmtp-1.1.11:=
-   >=media-libs/libwmf-0.2.8
-   >=media-gfx/optipng-0.7.6
-   sys-libs/zlib:=
-   virtual/libusb:1=
-   x11-libs/libxkbcommon:=
-   x11-libs/libX11:=
-   x11-libs/libXext:=
-   x11-libs/libXrender:=
-   x11-misc/shared-mime-info
-   >=x11-misc/xdg-utils-1.0.2-r2
-   ios? (
-   >=app-pda/usbmuxd-1.0.8
-   >=app-pda/libimobiledevice-1.2.0
-   )
-   udisks? ( virtual/libudev )"
-RDEPEND="${COMMON_DEPEND}
-   udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
-DEPEND="${COMMON_DEPEND}
-   >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}]
-   

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

2019-10-03 Thread Joonas Niilola
commit: d2cb68c4b5456245ebc50d79763eda77730d06f3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Oct  4 03:02:53 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct  4 03:02:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2cb68c4

dev-libs/efl: update dependency list (#696146)

- add slot to luajit.

Closes: https://bugs.gentoo.org/696146
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/efl/efl-1.23.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/efl/efl-1.23.0.ebuild b/dev-libs/efl/efl-1.23.0.ebuild
index e9bcaaa19c5..0958571d09d 100644
--- a/dev-libs/efl/efl-1.23.0.ebuild
+++ b/dev-libs/efl/efl-1.23.0.ebuild
@@ -60,6 +60,8 @@ RDEPEND="
connman? ( net-misc/connman )
drm? (
dev-libs/libinput
+   dev-libs/wayland
+   media-libs/mesa[gbm]
x11-libs/libdrm
x11-libs/libxkbcommon
)
@@ -73,7 +75,6 @@ RDEPEND="
gles2? (
media-libs/mesa[egl,gles2]
virtual/opengl
-   drm? ( dev-libs/wayland )
)
glib? ( dev-libs/glib:2 )
gstreamer? (
@@ -85,7 +86,7 @@ RDEPEND="
jpeg2k? ( media-libs/openjpeg:= )
json? ( dev-libs/rlottie )
lua? ( dev-lang/lua:* )
-   luajit? ( dev-lang/luajit )
+   luajit? ( dev-lang/luajit:* )
mono? ( dev-lang/mono )
opengl? ( virtual/opengl )
pdf? ( app-text/poppler:=[cxx] )



[gentoo-commits] repo/gentoo:master commit in: app-misc/vit/files/, app-misc/vit/

2019-10-03 Thread Steve Arnold
commit: 7636d15b1344789ddaf187f2561b3f72efa15215
Author: Stephen Arnold  gentoo  org>
AuthorDate: Fri Oct  4 02:43:40 2019 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Fri Oct  4 02:43:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7636d15b

app-misc/vit: switch to current upstream, remove stale files/cruft

* add last perl-based release
* remove stale ebuilds and patches

Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Steve Arnold  gentoo.org>

 app-misc/vit/Manifest  |  2 +-
 app-misc/vit/files/vit-allow-nonsudo-install.patch | 36 ---
 app-misc/vit/files/vit-fix-man-installs.patch  | 19 --
 app-misc/vit/metadata.xml  | 13 ---
 app-misc/vit/vit-1.2-r1.ebuild | 38 
 app-misc/vit/vit-1.3.ebuild| 23 +
 app-misc/vit/vit-.ebuild   | 40 --
 7 files changed, 32 insertions(+), 139 deletions(-)

diff --git a/app-misc/vit/Manifest b/app-misc/vit/Manifest
index aa025bce1d4..a510b610e0b 100644
--- a/app-misc/vit/Manifest
+++ b/app-misc/vit/Manifest
@@ -1 +1 @@
-DIST vit-1.2.tar.gz 49346 BLAKE2B 
e1dd7cae2db714e20c60dbff704575e185ae2d844f3be8934dbfe0ca8e754b64ad3bd800407ab31024b81cf06f32fde61914e008e1c5d2d4293ee4060785321f
 SHA512 
dc0e09fbec7d77817b044f437e42108a9282e387698dfe23bfbe50a083b708d5d3b432ce9b1fdb93f3fef495af2a5f16107351557a4bb9184c7c762b264f0ed3
+DIST vit-1.3.tar.gz 56035 BLAKE2B 
871e29767dd5aeb39e6876981246c7d42cdbe45320e3a2524bbc3c2aa055b65a04a54ee4a2bc122c3bf689fec93f117ec7b238dd5462a9133c35cf177cf454e7
 SHA512 
45ae4a1d08560d534a02a046d2fcf55c5401f9aaab0abcfbd13070fee28854268ba327018aea40317a184b9e28b074973f5d3e4169a479227e94b8401f066527

diff --git a/app-misc/vit/files/vit-allow-nonsudo-install.patch 
b/app-misc/vit/files/vit-allow-nonsudo-install.patch
deleted file mode 100644
index 0f5626cce37..000
--- a/app-misc/vit/files/vit-allow-nonsudo-install.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index 87abf5b..66d6acd 100644
 a/Makefile.in
-+++ b/Makefile.in
-@@ -7,6 +7,8 @@ VERSION=@VERSION@
- TASK=@TASK@
- PERL=@PERL@
- CLEAR=@CLEAR@
-+SUDO=@SUDO@
-+SUDO=sudo
- 
- .PHONY : install
- 
-@@ -28,14 +30,14 @@ build:
-   chmod 755 vit
- 
- install:
--  sudo mkdir -p @prefix@/bin
--  sudo cp vit @prefix@/bin/vit
--  sudo mkdir -p @prefix@/man/man1
--  sudo cp vit.1 @prefix@/man/man1/
--  sudo mkdir -p @prefix@/man/man5
--  sudo cp vitrc.5 @prefix@/man/man5/
--  sudo mkdir -p @prefix@/etc/
--  sudo cp commands @prefix@/etc/vit-commands
-+  $(SUDO) mkdir -p $(DESTDIR)@prefix@/bin
-+  $(SUDO) cp vit $(DESTDIR)@prefix@/bin/vit
-+  $(SUDO) mkdir -p $(DESTDIR)@prefix@/man/man1
-+  $(SUDO) cp vit.1 $(DESTDIR)@prefix@/man/man1/
-+  $(SUDO) mkdir -p $(DESTDIR)@prefix@/man/man5
-+  $(SUDO) cp vitrc.5 $(DESTDIR)@prefix@/man/man5/
-+  $(SUDO) mkdir -p $(DESTDIR)@prefix@/etc/
-+  $(SUDO) cp commands $(DESTDIR)@prefix@/etc/vit-commands
- 
- autoconf:
-   @make -f .makefile autoconf

diff --git a/app-misc/vit/files/vit-fix-man-installs.patch 
b/app-misc/vit/files/vit-fix-man-installs.patch
deleted file mode 100644
index 9d13fbb287a..000
--- a/app-misc/vit/files/vit-fix-man-installs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index 66d6acd..c167ae4 100644
 a/Makefile.in
-+++ b/Makefile.in
-@@ -32,10 +32,10 @@ build:
- install:
-   $(SUDO) mkdir -p $(DESTDIR)@prefix@/bin
-   $(SUDO) cp vit $(DESTDIR)@prefix@/bin/vit
--  $(SUDO) mkdir -p $(DESTDIR)@prefix@/man/man1
--  $(SUDO) cp vit.1 $(DESTDIR)@prefix@/man/man1/
--  $(SUDO) mkdir -p $(DESTDIR)@prefix@/man/man5
--  $(SUDO) cp vitrc.5 $(DESTDIR)@prefix@/man/man5/
-+  $(SUDO) mkdir -p $(DESTDIR)@prefix@/share/man/man1
-+  $(SUDO) cp vit.1 $(DESTDIR)@prefix@/share/man/man1/
-+  $(SUDO) mkdir -p $(DESTDIR)@prefix@/share/man/man5
-+  $(SUDO) cp vitrc.5 $(DESTDIR)@prefix@/share/man/man5/
-   $(SUDO) mkdir -p $(DESTDIR)@prefix@/etc/
-   $(SUDO) cp commands $(DESTDIR)@prefix@/etc/vit-commands
- 

diff --git a/app-misc/vit/metadata.xml b/app-misc/vit/metadata.xml
index 48a67656210..e5b8618e342 100644
--- a/app-misc/vit/metadata.xml
+++ b/app-misc/vit/metadata.xml
@@ -2,12 +2,15 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 
-   nerd...@gentoo.org
-   Stephen Arnold
+  nerd...@gentoo.org
+  Stephen Arnold
 
 
-   A perl/Curses front end for Taskwarrior (app-misc/task) that
-   provides a fullscreen terminal window with modes and commands
-   modeled after the vi editor.
+  A perl/Curses front end for Taskwarrior (app-misc/task) that
+  provides a fullscreen terminal window with modes and commands
+  modeled after the vi editor.
 
+  
+scottkosty/vit
+  
 

diff --git 

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

2019-10-03 Thread Matthew Thode
commit: ac606c6e42dbaf08c9cd315fa15b2ab5ebe04ec8
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:39:30 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:39:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac606c6e

sys-cluster/swift: CHOO CHOO

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

 sys-cluster/swift/Manifest |   1 +
 sys-cluster/swift/swift-2.23.0.ebuild  | 125 +
 sys-cluster/swift/swift-2019.2..ebuild | 125 +
 3 files changed, 251 insertions(+)

diff --git a/sys-cluster/swift/Manifest b/sys-cluster/swift/Manifest
index 44a51da46d6..3087d92ac04 100644
--- a/sys-cluster/swift/Manifest
+++ b/sys-cluster/swift/Manifest
@@ -1,3 +1,4 @@
 DIST swift-2.20.0.tar.gz 3012428 BLAKE2B 
48cfb52bce8d89836ede3d82cde197e282b55cec7fa9366c18102a2259a2c96553c573c92b884e6471a3ff5a5fc88ff3eeadbb200c691db3c6b20b6881132576
 SHA512 
15f1082a94f16684001b1d6eaa635500d41dd2ed0b65b87d8fc2363f96179cbc4d40a6faee10e966ad954e45035ed77c31dc265daa2c7c9d17a0e81890e6bc79
 DIST swift-2.21.0.tar.gz 3025042 BLAKE2B 
847b11fa61620cdd07acadd1d4fcc43c9fc53ecfc958e8cb617dde6b643bce116662df74b9b2a01df8551847c4577fedd25aab3951ce437cf5d046552e3b22e0
 SHA512 
ceb96401aa5d1ab36dc0a08455970f9c1704868d778970cad9783463bf8a25dddc7431df0aa73e4d2d7d4f6ef2908fa5faede749fe94e32d5f67e61768edd964
 DIST swift-2.22.0.tar.gz 3070436 BLAKE2B 
53049ba901cf5a46d4567c7fa3620b0ad486d88897beb75887d81c5beb747a08ff52e7eba93eab9e9e087c82447d99f0fd85c97211fb4e930ce5b27a1bba41f1
 SHA512 
855f9d35399251ac86d687b652a9372da4d2f03dff8dee1743357c14c79f6ea8903b7c67d99fed08b6b4cdfa2cfd6ecb78b010b2ee83195eda30c4a9463a5a0c
+DIST swift-2.23.0.tar.gz 3091166 BLAKE2B 
ec08e2617adc1dbe430215eca49728c7fd96e4b644a251852e4c90a709e8dde0e554e996cc4879efe32017a4e7098c0aa787bb344f79706eb2e0afcb2d7f977c
 SHA512 
e90fc1ebc9613ab3da9300b18c15c4661b06dc11e527a665d9a186926ba5640f4f261841d03e6215f7b0bb01cb04b5e242280ffd178e5d7af9343b11e5a661e2

diff --git a/sys-cluster/swift/swift-2.23.0.ebuild 
b/sys-cluster/swift/swift-2.23.0.ebuild
new file mode 100644
index 000..73b14dde3ae
--- /dev/null
+++ b/sys-cluster/swift/swift-2.23.0.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A highly available, distributed, and eventually consistent 
object/blob store"
+HOMEPAGE="https://launchpad.net/swift;
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/openstack/swift.git;
+   EGIT_BRANCH="stable/train"
+else
+   SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="account container doc +memcached object proxy"
+REQUIRED_USE="|| ( proxy account container object )"
+
+CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/dnspython-1.15.0:0[$(python_gen_usedep 'python2_7')]
+   >=dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.8[${PYTHON_USEDEP}]
+   !~dev-python/netifaces-0.10.0[${PYTHON_USEDEP}]
+   !~dev-python/netifaces-0.10.1[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   dev-python/pyxattr[${PYTHON_USEDEP}]
+   >=dev-python/PyECLib-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.0.2[${PYTHON_USEDEP}]
+   >=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]
+   memcached? ( net-misc/memcached )
+   net-misc/rsync[xattr]"
+
+pkg_pretend() {
+   linux-info_pkg_setup
+   CONFIG_CHECK="~EXT3_FS_XATTR ~SQUASHFS_XATTR ~CIFS_XATTR ~JFFS2_FS_XATTR
+   ~TMPFS_XATTR ~UBIFS_FS_XATTR ~EXT2_FS_XATTR ~REISERFS_FS_XATTR 
~EXT4_FS_XATTR
+   ~ZFS"
+   if linux_config_exists; then
+   for module in ${CONFIG_CHECK}; do
+   linux_chkconfig_present ${module} || ewarn "${module} 
needs to be enabled"
+   done
+   fi
+}
+
+pkg_setup() {
+   enewuser swift
+   enewgroup swift
+}
+
+src_prepare() {
+   sed -i 's/xattr/pyxattr/g' requirements.txt || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+src_test () {
+   # https://bugs.launchpad.net/swift/+bug/1249727
+   find . \( -name test_wsgi.py -o -name test_locale.py -o -name 
test_utils.py \) -delete || die
+   SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   keepdir 

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

2019-10-03 Thread Matthew Thode
commit: a24b40aad81e5d5a01d463ad5d6dd638f71c807b
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:23:22 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:23:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24b40aa

dev-python/oslo-config: remove broken doc build

fixes: https://bugs.gentoo.org/696104
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/oslo-config/oslo-config-6.8.1.ebuild | 15 +--
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/dev-python/oslo-config/oslo-config-6.8.1.ebuild 
b/dev-python/oslo-config/oslo-config-6.8.1.ebuild
index 4ecd74de591..abb7cf055ee 100644
--- a/dev-python/oslo-config/oslo-config-6.8.1.ebuild
+++ b/dev-python/oslo-config/oslo-config-6.8.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
+IUSE="test"
 
 CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
 DEPEND="
@@ -36,12 +36,6 @@ DEPEND="
>=dev-python/requests-mock-1.5.0[${PYTHON_USEDEP}]
>=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
)
-   doc? (
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
-   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
-   )
 "
 RDEPEND="
${CDEPEND}
@@ -58,7 +52,6 @@ RDEPEND="
 
 python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || die
-   use doc && esetup.py build_sphinx
distutils-r1_python_prepare_all
 }
 
@@ -68,9 +61,3 @@ python_test() {
testr init || die "testr init failed under ${EPYTHON}"
testr run || die "testr run failed under ${EPYTHON}"
 }
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2019-10-03 Thread Matthew Thode
commit: 51f81f7a0d3e7f99961259d5ea979bb249ebd996
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:28:06 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:28:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f81f7a

dev-python/python-neutronclient: remove broken doc builds

fixes: https://bugs.gentoo.org/696132
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 .../python-neutronclient-6.12.0.ebuild  | 17 +
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/dev-python/python-neutronclient/python-neutronclient-6.12.0.ebuild 
b/dev-python/python-neutronclient/python-neutronclient-6.12.0.ebuild
index dc0ed5640e9..e5c439a68a1 100644
--- a/dev-python/python-neutronclient/python-neutronclient-6.12.0.ebuild
+++ b/dev-python/python-neutronclient/python-neutronclient-6.12.0.ebuild
@@ -13,8 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-REQUIRED_USE="test? ( doc )"
+IUSE="test"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0"
@@ -37,11 +36,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   )
-   doc? (
-   >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
)"
 
 RDEPEND="
@@ -73,10 +67,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-python_compile_all() {
-   use doc && "${PYTHON}" setup.py build_sphinx
-}
-
 python_test() {
testr init
testr run || die "tests failed under python2.7"
@@ -94,8 +84,3 @@ python_install() {
ln -s neutronclient quantumclient || die
ln -s neutron quantumclient/quantum || die
 }
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-   distutils-r1_python_install_all
-}



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

2019-10-03 Thread Matthew Thode
commit: 22ff67c95a07062ea6b02d3c67d48c961818f314
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:26:52 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:26:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ff67c9

dev-python/python-glanceclient: remove broken doc build

fixes: https://bugs.gentoo.org/696130
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 .../python-glanceclient-2.16.0.ebuild  | 18 +-
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/dev-python/python-glanceclient/python-glanceclient-2.16.0.ebuild 
b/dev-python/python-glanceclient/python-glanceclient-2.16.0.ebuild
index ac7282a691d..8c0dda871d1 100644
--- a/dev-python/python-glanceclient/python-glanceclient-2.16.0.ebuild
+++ b/dev-python/python-glanceclient/python-glanceclient-2.16.0.ebuild
@@ -13,8 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-REQUIRED_USE="test? ( doc )"
+IUSE="test"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0"
@@ -35,11 +34,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
)
-   doc? (
-   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
-   )
 "
 RDEPEND="
${CDEPEND}
@@ -57,22 +51,12 @@ RDEPEND="
 "
 
 python_prepare_all() {
-   sed -e 's:intersphinx_mapping:_&:' -i doc/source/conf.py || die
sed -i '/^hacking/d' test-requirements.txt || die
distutils-r1_python_prepare_all
 }
 
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
 python_test() {
testr init
testr run || die "testsuite failed under python2.7"
flake8 tests && einfo "run flake8 over tests folder passed" || die
 }
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-   distutils-r1_python_install_all
-}



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

2019-10-03 Thread Matthew Thode
commit: 137ea05de3c0f4c24902684b88e071c11e0098da
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:25:35 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:25:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137ea05d

dev-python/python-heatclient: remove broken doc build

fixes: https://bugs.gentoo.org/696128
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 .../python-heatclient/python-heatclient-1.17.0.ebuild  | 18 --
 1 file changed, 18 deletions(-)

diff --git a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild 
b/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
index 4166ec545af..a1e520b4d91 100644
--- a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
+++ b/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
@@ -33,14 +33,6 @@ DEPEND="
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
)
-   doc? (
-   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
-   >=dev-python/sphinxcontrib-httpdomain-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
-   )
 "
 
 RDEPEND="
@@ -71,19 +63,9 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
 python_test() {
rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPYTHON}"
 
testr init
testr run || die "testsuite failed under ${EPYTHON}"
 }
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2019-10-03 Thread Matthew Thode
commit: 55f436ecaa27104a9011bc05d4d30f2888efc6f5
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:18:44 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:19:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f436ec

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

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

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

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index e099693cf47..36c995a9682 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-0.36.0.tar.gz 1322339 BLAKE2B 
69fbf68b5dd95d6d3ac6c868d583da8c66dfcd01e3471c511d0d9d95de08ac096479733e9fca12ca99abf43484835fa7184dcccb1c11a41ee7948174364f2894
 SHA512 
f7fa8c6200a76b4fc4830865bf11fbba8bd73ea55e1236680181073952505c83b4650b43ccfc8e9b96caf47b85c43e47acf8db6d92134f7c279ebd954ab0ac92
 DIST certbot-0.37.2.tar.gz 1327361 BLAKE2B 
2f36276f527ffc29e54cf58f25051952e9435972a94881e420712844401fc86b2a0220d651f56c07fbff69e12114fdb1d3c0650fc5fc6a4539ff1c279a0b4c24
 SHA512 
2e357dfcb6da669f1ab6e4f9aa3e8e3457ce0f794f40c9ac862a9f24208b4f4d773dbafffd97fd1f7e5b2a29e1ca99be787101469384a9e61b4ddb077b644211
 DIST certbot-0.38.0.tar.gz 1328474 BLAKE2B 
6ea7c6b5d1840ec9d42509859d0f36f3ac3c4e588149e54fd74f8799a414b43c4d182b47e051a96436c9cdac135999d7e2a25424be680a819d50de64bb85b198
 SHA512 
832ac36c5b13e9764c9aab40856af7b909b630f34b1fe1e42dbf847357b28b2a130df480f1cb543dad0db781a843a79a310eba7b1097370e267d01431c21ee29
 DIST certbot-0.39.0.tar.gz 1350312 BLAKE2B 
5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9
 SHA512 
17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0

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

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

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



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

2019-10-03 Thread Matthew Thode
commit: c55c860a42cdbde9335c66d572e7bc96dcb59d1d
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:09:41 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:19:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55c860a

app-admin/puppetdb: 6.7.0 bump

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

 app-admin/puppetdb/Manifest  |  1 +
 app-admin/puppetdb/puppetdb-6.7.0.ebuild | 92 
 2 files changed, 93 insertions(+)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index 11650917a22..8c3ac419d05 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -1,3 +1,4 @@
 DIST puppetdb-6.4.0.tar.gz 41720668 BLAKE2B 
a4637750c553eed8ee5bdd46212a7455fe1d59015aa78fe01f6fa9ee2b4a98ec50a2a8b551f65d4bc6965b2a969f559c53f5a6324a8e48983a1d027948387ce7
 SHA512 
c49afce1661ed284280e89ed9dbc2406a657e5f2cdbc501acf50900d431b58a341f1541789ea4ffe9109e8d30faf47eb85573a589426c40ad50597a7d81b5552
 DIST puppetdb-6.5.0.tar.gz 41768030 BLAKE2B 
2a52239dabb5c026f4d00ee2942e3128ce50f1de23aa5ff5d53f2020237b54867b48727e774ecc27f5f18bd1617b43fcf30fbd3b03a730ca60d5bab7296e3f9c
 SHA512 
8aee40101a17e22ef5b9b7b965ffe8d8a9b8dfaa787721b3e6a5e7363b98e0c52dc0583216a058540618a6a980cf80f138fa6b358a9daac518abd50981910cf5
 DIST puppetdb-6.6.0.tar.gz 43366185 BLAKE2B 
224c13ff2583a7c8124f03845eca4756be6446e7470565c44d3fe1fcb756d5564ae2ded69d0bef1dda939efe082756c0e44afd3c6b0fc4268a744946860b5a02
 SHA512 
5076f52af51b7a3b43a0deb9cf1f10d77da98a5e531983d3661cda522c8d46f70882457934be6f70e77587b930077c0a4d2eaf7ed41eff9c6bcf4bc5ecbf2205
+DIST puppetdb-6.7.0.tar.gz 43437454 BLAKE2B 
ac1d656fe727c6c784ebcc6be4f84d3c2aa6fc48a154316e20d89d851456a2af826cb6840937875b78764299c882a631401c1cf2289888c76381a0bd966b859c
 SHA512 
ccfd97651a7b1e1c242159c2f3c793370f8db1a37b115c47ca2754236cf7b67e39bd1bfc0244496e8dbbda47b5c847862be259d40574a41387ed809e62b11a47

diff --git a/app-admin/puppetdb/puppetdb-6.7.0.ebuild 
b/app-admin/puppetdb/puppetdb-6.7.0.ebuild
new file mode 100644
index 000..616793cb412
--- /dev/null
+++ b/app-admin/puppetdb/puppetdb-6.7.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib systemd user
+
+DESCRIPTION="PuppetDB collects data generated by Puppet."
+HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
+SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND+=">=virtual/jdk-1.8.0"
+DEPEND+=""
+
+pkg_setup() {
+   enewgroup puppetdb
+   enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb "puppetdb"
+}
+
+src_prepare() {
+   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
+   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
+   sed -i 's/sysconfig/conf\.d/g' install.sh || die
+   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
+   sed -i 's/var\/run/run/g' install.sh || die
+   default
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   dodir /opt/puppetlabs/server/data/puppetdb
+   insinto /opt/puppetlabs/server/apps/puppetdb
+   insopts -m0744
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppetdb.jar
+   insinto /etc/puppetlabs/puppetdb
+   doins ext/config/logback.xml
+   doins ext/config/bootstrap.cfg
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetdb/conf.d
+   doins ext/config/conf.d/jetty.ini
+   doins ext/config/conf.d/repl.ini
+   doins ext/config/conf.d/database.ini
+   doins ext/config/conf.d/config.ini
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
+   doins ext/cli/foreground
+   doins ext/cli/ssl-setup
+   doins ext/cli/config-migration
+   doins ext/cli/foreground
+   doins ext/cli/anonymize
+   doins ext/cli/reload
+   doins ext/cli/start
+   doins ext/cli/stop
+   insinto /opt/puppetlabs/server/apps/puppetdb/bin
+   doins ext/bin/puppetdb
+   insopts -m0644
+   dodir /opt/puppetlabs/server/bin
+   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
+   dodir /opt/puppetlabs/bin
+   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
+   dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
+   # init type tasks
+   newconfd ext/default puppetdb
+   systemd_dounit ext/redhat/puppetdb.service
+   systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf
+   newinitd 

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

2019-10-03 Thread Matthew Thode
commit: 2b6b1bb6b797c4a874312b9f4fbe342b97bb463f
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:18:00 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:19:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6b1bb6

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

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

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

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index e099693cf47..36c995a9682 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-0.36.0.tar.gz 1322339 BLAKE2B 
69fbf68b5dd95d6d3ac6c868d583da8c66dfcd01e3471c511d0d9d95de08ac096479733e9fca12ca99abf43484835fa7184dcccb1c11a41ee7948174364f2894
 SHA512 
f7fa8c6200a76b4fc4830865bf11fbba8bd73ea55e1236680181073952505c83b4650b43ccfc8e9b96caf47b85c43e47acf8db6d92134f7c279ebd954ab0ac92
 DIST certbot-0.37.2.tar.gz 1327361 BLAKE2B 
2f36276f527ffc29e54cf58f25051952e9435972a94881e420712844401fc86b2a0220d651f56c07fbff69e12114fdb1d3c0650fc5fc6a4539ff1c279a0b4c24
 SHA512 
2e357dfcb6da669f1ab6e4f9aa3e8e3457ce0f794f40c9ac862a9f24208b4f4d773dbafffd97fd1f7e5b2a29e1ca99be787101469384a9e61b4ddb077b644211
 DIST certbot-0.38.0.tar.gz 1328474 BLAKE2B 
6ea7c6b5d1840ec9d42509859d0f36f3ac3c4e588149e54fd74f8799a414b43c4d182b47e051a96436c9cdac135999d7e2a25424be680a819d50de64bb85b198
 SHA512 
832ac36c5b13e9764c9aab40856af7b909b630f34b1fe1e42dbf847357b28b2a130df480f1cb543dad0db781a843a79a310eba7b1097370e267d01431c21ee29
 DIST certbot-0.39.0.tar.gz 1350312 BLAKE2B 
5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9
 SHA512 
17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0

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

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

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



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

2019-10-03 Thread Matthew Thode
commit: 9389b0fd93c1fe5117d64f6a0061784ad1dbac83
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:16:42 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:19:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9389b0fd

dev-python/distro: stable amd64/x86 for certbot

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

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

diff --git a/dev-python/distro/distro-1.0.4.ebuild 
b/dev-python/distro/distro-1.0.4.ebuild
index f4bb140dd68..7a03e0460e1 100644
--- a/dev-python/distro/distro-1.0.4.ebuild
+++ b/dev-python/distro/distro-1.0.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"



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

2019-10-03 Thread Matthew Thode
commit: 13194402d1d6891dde3960f6934ac37aef4dbc28
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:06:42 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:19:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13194402

app-admin/puppet-agent: 6.10.0 bump

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

 app-admin/puppet-agent/Manifest   |  2 +
 app-admin/puppet-agent/puppet-agent-6.10.0.ebuild | 79 +++
 2 files changed, 81 insertions(+)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index ee5edccb7ea..323a1541442 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,3 +1,5 @@
+DIST puppet-agent_6.10.0-1stretch_amd64.deb 19699044 BLAKE2B 
06345d1178cd9fe15f7ae5a56676764517de6587f238a35212845b89a8ac17664cf88821dcfd7fc51de6809104e1e6e6ee22512b7b007ddcd866d898bbc1b461
 SHA512 
d3bfeb31d769efec58584e582e62b880d399905abf742f394d2a1fc022647ffca14f9ea208a27dbf57cd6ab530737524ca57f021a27dc1a96d105a5dbe1ceded
+DIST puppet-agent_6.10.0-1stretch_i386.deb 20013932 BLAKE2B 
f19775e2557cbb69ab1f539def040ef7109ee271a44aee1f6ce5dc685b86b78dc0c69fbaee7f29fd054079311169e47bd26f71e154fbe623fdc29489eab67ae5
 SHA512 
5d0d782c92d392c35a1283e9dd3d4230a657151424838ae3f5f87a6f76c822457e7ad26b7399a2f6e3152e91b23df88767dd18b936dab06939475285dac82e39
 DIST puppet-agent_6.7.2-1stretch_amd64.deb 19184682 BLAKE2B 
6078c1b21f0e737881d949cfaf052571b40df450e53724696e2738141da30e59da7abf03ce00285ab77fd4ac52291ab6e42da373420807499f37b75c872fa83e
 SHA512 
1c464448b1478397af7b806f8bfcaee0378af9d4b6bfa5a73e8245064329b1b49136107c5fcbaea0ef6cd4e1daf840d1ba331e798b2cd255ead54969520315c9
 DIST puppet-agent_6.7.2-1stretch_i386.deb 19452604 BLAKE2B 
1915e7b7085db6cb87980a98a7cb85881331719e2af98b07f8461514a0296b3cf5181eb88f78893055a0fa09fc2ffce0e81e866db27abcecf9d8f745e329311c
 SHA512 
8d89735601c9764e207eef77f5d42e836ee9d7c0c0f2856e0f293919cce52e7a42fc28fca42bd0e0bed760063aae527007ef7ce25503ce05fcfd495a44243ee3
 DIST puppet-agent_6.8.0-1stretch_amd64.deb 19184708 BLAKE2B 
ac961857784eaaa55604285cf305dac437007628ea5baa3c3ae9a8a345fcb8cf2b20820bd80cc2c96afb77cb03c4d2779b17b1183c9bc9461b56860d2179f448
 SHA512 
707146f71b21df4b89244df7b786f481136cfe7b0cabf20aa0d4784aca547ba85c75d13309b77c853b9e034b8271f350b30bc5358010d90b7573e3fdb63c31b6

diff --git a/app-admin/puppet-agent/puppet-agent-6.10.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.10.0.ebuild
new file mode 100644
index 000..a72df734d6b
--- /dev/null
+++ b/app-admin/puppet-agent/puppet-agent-6.10.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils systemd unpacker user
+
+DESCRIPTION="general puppet client utils along with hiera and facter"
+HOMEPAGE="https://puppetlabs.com/;
+SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch;
+SRC_URI="
+   amd64? ( ${SRC_BASE}_amd64.deb )
+   x86?   ( ${SRC_BASE}_i386.deb )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="puppetdb selinux"
+RESTRICT="strip"
+
+CDEPEND="!app-admin/augeas
+   !app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   !app-emulation/virt-what"
+
+DEPEND="
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   app-portage/eix
+   sys-apps/dmidecode
+   sys-libs/glibc
+   sys-libs/readline:0/7
+   sys-libs/ncurses:0[tinfo]
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
+
+S=${WORKDIR}
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/run/puppet puppet
+}
+
+src_install() {
+   # conf.d
+   doconfd etc/default/puppet
+   doconfd etc/default/pxp-agent
+   # logrotate.d
+   insinto /etc/logrotate.d
+   doins etc/logrotate.d/pxp-agent
+   # puppet itself
+   insinto /etc/puppetlabs
+   doins -r etc/puppetlabs/*
+   # logdir for systemd
+   dodir var/log/puppetlabs/puppet/
+   fperms 0750 var/log/puppetlabs/puppet/
+   # the rest
+   insinto /opt
+   dodir opt/puppetlabs/puppet/cache
+   doins -r opt/*
+   fperms 0750 /opt/puppetlabs/puppet/cache
+   # init
+   newinitd "${FILESDIR}/puppet.initd" puppet
+   systemd_dounit lib/systemd/system/puppet.service
+   systemd_dounit lib/systemd/system/pxp-agent.service
+   systemd_newtmpfilesd "${FILESDIR}/puppet-agent.conf.tmpfilesd" 
puppet-agent.conf
+   # symlinks
+   chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
+   chmod 0755 
"${D}//opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper"
+   dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
+   dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
+

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

2019-10-03 Thread Matthew Thode
commit: e09e81ab2be103e3fb4a1d15938bf9fd2a8ec4fb
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:14:49 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:19:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09e81ab

app-crypt/acme: 0.38.0 stable with cleanup

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

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

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index 634445dd15e..e333cf03dc0 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-0.36.0.tar.gz 1322339 BLAKE2B 
69fbf68b5dd95d6d3ac6c868d583da8c66dfcd01e3471c511d0d9d95de08ac096479733e9fca12ca99abf43484835fa7184dcccb1c11a41ee7948174364f2894
 SHA512 
f7fa8c6200a76b4fc4830865bf11fbba8bd73ea55e1236680181073952505c83b4650b43ccfc8e9b96caf47b85c43e47acf8db6d92134f7c279ebd954ab0ac92
 DIST certbot-0.37.0.tar.gz 1327246 BLAKE2B 
917360ab6d9dedd6e5ea2c558822c228ff34617f97341b7d176e69f7589a3aa3012f1d9abdb33b72960c68a80b29987d1a7b1121eadd7d93adec5829b316f326
 SHA512 
3f2df5f591ba241719fe2e5e90c2b87e2d932d991d943eefbe00b9d76f7fb056d3b6026879511f591473c698b798e78645879f018a78e503b8a06280b036cb35
 DIST certbot-0.38.0.tar.gz 1328474 BLAKE2B 
6ea7c6b5d1840ec9d42509859d0f36f3ac3c4e588149e54fd74f8799a414b43c4d182b47e051a96436c9cdac135999d7e2a25424be680a819d50de64bb85b198
 SHA512 
832ac36c5b13e9764c9aab40856af7b909b630f34b1fe1e42dbf847357b28b2a130df480f1cb543dad0db781a843a79a310eba7b1097370e267d01431c21ee29
 DIST certbot-0.39.0.tar.gz 1350312 BLAKE2B 
5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9
 SHA512 
17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0

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

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



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

2019-10-03 Thread Matthew Thode
commit: d5f02186561ef487e5d1e3134526d7dec3f3ad79
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:05:38 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:19:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f02186

app-admin/puppet: 6.10.0 bump

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

 app-admin/puppet/Manifest |   1 +
 app-admin/puppet/puppet-6.10.0.ebuild | 139 ++
 2 files changed, 140 insertions(+)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 4c2d9c5ae07..b378906c11a 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,6 +1,7 @@
 DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 
03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320
 SHA512 
ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
 DIST puppet-5.5.14.tar.gz 3075736 BLAKE2B 
bfea82d40f9671cdefab0b10c9481e4fbad397dd0a4aa26f5d0fa9ffa94477a5cc59b3724ab9ae3ee2e7e9230881676582c328c804ce9138dc484b9bd92e0ec3
 SHA512 
861100c02e0b8a5bb232d266bcd5e54b0e32cf26954ea37f276690aa3159ffdb28195ab8691df61ee0098300d226ea1d369dbdff8aae69101c2bbe6068ede8b1
 DIST puppet-5.5.16.tar.gz 3084466 BLAKE2B 
f3e2f12331b4794b90a81a4f80e626fcd3d5252b7cbdacc1d6243faa557540d3a68e5e23b7b5c3e4f4286774e9a9198e59fb15d7d7c41d7193754ed5c80dd624
 SHA512 
7d9e533e352a22e347ac6467094c4bdbde893c2503f47b4a2d175fd6e759e6662991efdd1a0a83d9495d22f28da4ae7a30cc771c5d90b8252c4618bd8837833a
+DIST puppet-6.10.0.tar.gz 2803541 BLAKE2B 
da122259341da54db8e9a6c3261934df5020164304bc493674d5164c0a11da1270746b41edb67c1d7c1f96b2553071c87ab2086f78b8184a1fab4dc3dbcc70fc
 SHA512 
ff58d5898f34baa14363dc5c4f16eaa75b709b09cdb711662f3a74351d0abce85f3aa990057f296e208db8e559ecfa5ba9206ad5737aa64675e60c3e595747f5
 DIST puppet-6.7.2.tar.gz 2907345 BLAKE2B 
bbb0f789ae64b5039e5b1bd2ce985e89ba693d33352baee7a1d11df7f314663aa3606a73d42d6b20042f81ee405a72cd17b9cf8f3c3cb257869e982f84cfd552
 SHA512 
6ebcaff30bda27fc17870b991287d620d455db8cf9a41c59833efc2a7541d368a7278689eb0494d0f6328cd334764f21ffe8700a567696e05398a5c16b7d
 DIST puppet-6.8.0.tar.gz 2906582 BLAKE2B 
2dd2f9eb203aa951e0ea9639efa20aac3edb063b4bd68dd0b05a07fc2a399c4b59b3b87a1cb573096c5042920080623b9afb9c4d863b6249664edcc291cd1787
 SHA512 
c8446529e706dab7fd156b5bbca638f1722b07a638f626df2002a4ad218ec5e448f533395a6eed613b31ebbacea56539e903c040998d4110c8a362f2ead7f43b
 DIST puppet-6.9.0.tar.gz 2911311 BLAKE2B 
1d58d0e976430031732de4f63c3ec100088f1d93894cf52caff252befeabe1ea3cf51939063143bd7c9011bb56f2a6420ba38ae230edea19ac8f1f135ed6f56f
 SHA512 
4d1bc1a398c1e75bf8e832d477a0fff4fa3613510f8d59d73594e6fc2f2bbbedf050b1e7729b71bb1428c230f42fcf7b98f7a7683fc3c52cb36a596e20e6540b

diff --git a/app-admin/puppet/puppet-6.10.0.ebuild 
b/app-admin/puppet/puppet-6.10.0.ebuild
new file mode 100644
index 000..d633c6865a1
--- /dev/null
+++ b/app-admin/puppet/puppet-6.10.0.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC="doc:all"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locales"
+
+inherit eutils user ruby-fakegem eapi7-ver
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="https://puppet.com/;
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
+RESTRICT="test"
+
+ruby_add_rdepend "
+   dev-ruby/hiera
+   dev-ruby/json:=
+   dev-ruby/semantic_puppet
+   >=dev-ruby/facter-3.0.0
+   dev-ruby/concurrent-ruby
+   augeas? ( dev-ruby/ruby-augeas )
+   diff? ( dev-ruby/diff-lcs )
+   doc? ( dev-ruby/rdoc )
+   ldap? ( dev-ruby/ruby-ldap )
+   shadow? ( dev-ruby/ruby-shadow )
+   sqlite? ( dev-ruby/sqlite3 )
+   virtual/ruby-ssl
+   dev-ruby/hocon"
+
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/mocha
+   dev-ruby/rack
+   dev-ruby/rspec-its
+   )"
+# this should go in the above lists, but isn't because of test deps not being 
keyworded
+#   dev-ruby/rspec-collection_matchers
+
+RDEPEND+=" ${RDEPEND}
+   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
+   >=app-portage/eix-0.18.0"
+PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/lib/puppet puppet

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

2019-10-03 Thread Matthew Thode
commit: 2224592d5f4d724a28347c707b0328b12ae6d0a5
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:17:11 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:19:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2224592d

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

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

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

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index 634445dd15e..e333cf03dc0 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,4 +1,3 @@
-DIST certbot-0.36.0.tar.gz 1322339 BLAKE2B 
69fbf68b5dd95d6d3ac6c868d583da8c66dfcd01e3471c511d0d9d95de08ac096479733e9fca12ca99abf43484835fa7184dcccb1c11a41ee7948174364f2894
 SHA512 
f7fa8c6200a76b4fc4830865bf11fbba8bd73ea55e1236680181073952505c83b4650b43ccfc8e9b96caf47b85c43e47acf8db6d92134f7c279ebd954ab0ac92
 DIST certbot-0.37.0.tar.gz 1327246 BLAKE2B 
917360ab6d9dedd6e5ea2c558822c228ff34617f97341b7d176e69f7589a3aa3012f1d9abdb33b72960c68a80b29987d1a7b1121eadd7d93adec5829b316f326
 SHA512 
3f2df5f591ba241719fe2e5e90c2b87e2d932d991d943eefbe00b9d76f7fb056d3b6026879511f591473c698b798e78645879f018a78e503b8a06280b036cb35
 DIST certbot-0.38.0.tar.gz 1328474 BLAKE2B 
6ea7c6b5d1840ec9d42509859d0f36f3ac3c4e588149e54fd74f8799a414b43c4d182b47e051a96436c9cdac135999d7e2a25424be680a819d50de64bb85b198
 SHA512 
832ac36c5b13e9764c9aab40856af7b909b630f34b1fe1e42dbf847357b28b2a130df480f1cb543dad0db781a843a79a310eba7b1097370e267d01431c21ee29
 DIST certbot-0.39.0.tar.gz 1350312 BLAKE2B 
5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9
 SHA512 
17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0

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

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



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

2019-10-03 Thread Matthew Thode
commit: a4d25f587f35cd3cfafacb6987154540a9fef0aa
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:11:45 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:19:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d25f58

app-admin/puppetserver: 6.7.0 bump

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

 app-admin/puppetserver/Manifest  |   1 +
 app-admin/puppetserver/puppetserver-6.7.0.ebuild | 135 +++
 2 files changed, 136 insertions(+)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index 7ba314dfcf1..f2e098f3ad7 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1,2 +1,3 @@
 DIST puppetserver-6.5.0.tar.gz 76080713 BLAKE2B 
0562128001a24eae6cec071a366e16ab3ce5b0babbe50330ecddd13ab3dbfd35d6cb23634770e4bd7904cd231752ce923d4af8dc42d783cc137f300efcb05fb2
 SHA512 
d871f3817c370ddd08e8d791deb1a30aa50ab0d801192ebfb5ef225d8dce21885175fe4e9911287437b687b2bcbf5a098d8b9511b24bd05fdf4854575a686cfe
 DIST puppetserver-6.6.0.tar.gz 59095750 BLAKE2B 
adbc08a68a1382106c43d27604c2cef52bd1d9875c5f555320d97d31dcf9d248c88baa2d6dfd37a855010fda76ad4d273a7bd5eca77bb216aabf6a120e41cee0
 SHA512 
2b43092752e246027a437398d6d23a4085caa2956a1453cec2e62f1001fca1c98bddca0a9d90c178ce9c89a06c26edcaee49416c1b8a4941e2bc4b6b5bb1fe0e
+DIST puppetserver-6.7.0.tar.gz 59097892 BLAKE2B 
99f57d54e7cf2a071edb266f1487b80dad86a92d27fc6143c8581f08d430aceb66845f92c44e153748529611048f96b91817a80249c7707d6f861eae455bb133
 SHA512 
bc7e9e57f072a3b29b75a383d9c60414ef4db30f725faa69da3b258b860005f7f50fa4bb5a454bc90a5277d8c636231e2d0a5cbe23addf0dbf46be3f3ec28278

diff --git a/app-admin/puppetserver/puppetserver-6.7.0.ebuild 
b/app-admin/puppetserver/puppetserver-6.7.0.ebuild
new file mode 100644
index 000..45ac7ad8e73
--- /dev/null
+++ b/app-admin/puppetserver/puppetserver-6.7.0.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib systemd user
+
+DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
+HOMEPAGE="http://docs.puppetlabs.com/puppetserver/;
+SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="puppetdb"
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND+="
+   >=virtual/jdk-1.8.0
+   app-admin/puppet-agent[puppetdb?]"
+DEPEND+=""
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /opt/puppetlabs/server/data/puppetserver "puppet"
+}
+
+src_prepare() {
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/redhat/puppetserver.service || die
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/bin/puppetserver || die
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh 
|| die
+   sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
+   sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
+   sed -i 's/var\/run/run/g' install.sh || die
+   default
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   insinto /opt/puppetlabs/server/apps/puppetserver
+   insopts -m0774
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppet-server-release.jar
+   insinto /etc/puppetlabs/puppetserver
+   doins ext/config/logback.xml
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetserver/services.d
+   doins ext/system-config/services.d/bootstrap.cfg
+   doins ext/config/services.d/ca.cfg
+   insinto /etc/puppetlabs/puppetserver/conf.d
+   doins ext/config/conf.d/puppetserver.conf
+   doins ext/config/conf.d/auth.conf
+   doins ext/config/conf.d/global.conf
+   doins ext/config/conf.d/web-routes.conf
+   doins ext/config/conf.d/metrics.conf
+   doins ext/config/conf.d/webserver.conf
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetserver/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
+   doins ext/cli/ca
+   doins ext/cli/irb
+   doins ext/cli/foreground
+   doins ext/cli/gem
+   doins ext/cli/ruby
+   doins ext/cli/reload
+   doins ext/cli/start
+   doins ext/cli/stop
+   insinto /opt/puppetlabs/server/apps/puppetserver/cli
+   doins ext/cli_defaults/cli-defaults.sh
+   insinto /opt/puppetlabs/server/apps/puppetserver/bin
+   doins ext/bin/puppetserver
+   insopts -m0644
+   dodir /opt/puppetlabs/server/bin
+   dosym ../apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/server/bin/puppetserver
+   dodir /opt/puppetlabs/bin
+   dosym 

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

2019-10-03 Thread Matthew Thode
commit: f838447625e8e901a569a4c7c5d9c91dc60f8a2f
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 23:12:43 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 23:19:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8384476

dev-ruby/puppetdb-termini: 6.7.0 bump

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

 dev-ruby/puppetdb-termini/Manifest |  1 +
 .../puppetdb-termini/puppetdb-termini-6.7.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/puppetdb-termini/Manifest 
b/dev-ruby/puppetdb-termini/Manifest
index b14d3a5d5ec..d978a90922b 100644
--- a/dev-ruby/puppetdb-termini/Manifest
+++ b/dev-ruby/puppetdb-termini/Manifest
@@ -1,3 +1,4 @@
 DIST puppetdb-termini_6.4.0-1stretch_all.deb 20680 BLAKE2B 
ccd129eb8510794c165b6fa88ed391006e583e58fb43fe1be72e1b976d75f30aee0775552f6460840b805e1e4ceb03a6c77dba70afeed75dc2ea3ebcfd4bee77
 SHA512 
948b5ccd1ddc1f0d52174a073cd13af9e1ba0f713c5326c4d3cbfae7daeeb16cb05efdfb7ac572f9d79e34842fca0a95e054ee49239d593bf4429223c18bb58c
 DIST puppetdb-termini_6.5.0-1stretch_all.deb 20870 BLAKE2B 
41cf79f2b7ce218fdfbce2588d8e206a3751ffb07a133bc5ddef3f5662c51eb9d12cda3017921edd4aafc064ff35713daaea9542dac687b3f399f2706657131f
 SHA512 
956952bbc81cbcabd8ef3e37b9ebc7c489c90da7b75ff2c9a3e36cd312ee3f7eb3350cbf21a8b44f1d6722ddd3168f5795ba7258147f340a111b9dc29796cd84
 DIST puppetdb-termini_6.6.0-1stretch_all.deb 21210 BLAKE2B 
366c5d0d97e3e1f63e61bc6a8d7d05b621c226cff872c4f780b4b08aac8db9ebcbbe5e5c81f9a79f11e1fc9cedb8c42d86e69055fb5af2195f07c59347699eda
 SHA512 
b410322239933539b685c65c1f85ecca28269adaf94d4521b4ee6d0780701889c6aaec4c01fdcdce1338277544d249c597ac9c697bdacdeb943c53fd6538d348
+DIST puppetdb-termini_6.7.0-1stretch_all.deb 21206 BLAKE2B 
243f54ba393fb5982a8483b2d7ef2645055531ce79afdb5b00291cdb6560a43bcae3cfd101a398924e1fee1cc9a9d6063e3ceed5b8fab40684f9346c6072a06b
 SHA512 
046c83f49d7ca4cfdb5185d1878584863f8562c7500148689250a6a081655263b327bc8bb27bbc0dad508a087fd3c509784413483ff52e743a1022ee36b67f39

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.0.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.0.ebuild
new file mode 100644
index 000..6d51b944dfd
--- /dev/null
+++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+inherit unpacker
+
+DESCRIPTION="Library needed to connect puppet to puppetdb"
+HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
+SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND+=""
+DEPEND+=""
+
+S=${WORKDIR}
+
+src_install() {
+   insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
+   doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
+}



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

2019-10-03 Thread Patrick McLean
commit: bcb2636c4ad6b6e1f7384e6ea10c4318fdc910b0
Author: Patrick McLean  sony  com>
AuthorDate: Thu Oct  3 21:28:30 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Oct  3 21:28:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb2636c

dev-util/bcc: Fix github download URI (bug #696150)

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

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

diff --git a/dev-util/bcc/bcc-0.11.0.ebuild b/dev-util/bcc/bcc-0.11.0.ebuild
index 1c0c1b97236..b213c5e2737 100644
--- a/dev-util/bcc/bcc-0.11.0.ebuild
+++ b/dev-util/bcc/bcc-0.11.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://iovisor.github.io/bcc/;
 # This bundles libbpf, I tried to unbundle it, but I am not good enough
 # with cmake to do it. Patches accepted...
 SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz
-   https://github.com/libbpf/libbpf/archive/${LIBBPF_VER}.tar.gz -> 
libbpf-${LIBBPF_VER}.tar.gz"
+   https://github.com/libbpf/libbpf/archive/v${LIBBPF_VER}.tar.gz -> 
libbpf-${LIBBPF_VER}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-boot/gnu-efi/, sys-boot/gnu-efi/files/

2019-10-03 Thread Mike Gilbert
commit: 610d14c7620422c7dc21e13808db1c3a8faf15e9
Author: Peter Levine  gmail  com>
AuthorDate: Wed Sep 25 07:26:23 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct  3 21:02:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610d14c7

sys-boot/gnu-efi: Fix building with clang-9

Fix the build to emit valid CFLAGS for clang.

Closes: https://bugs.gentoo.org/695612
Closes: https://github.com/gentoo/gentoo/pull/13033
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Peter Levine  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 .../gnu-efi/files/gnu-efi-3.0.9-fix-clang-build.patch | 19 +++
 sys-boot/gnu-efi/gnu-efi-3.0.9.ebuild |  4 +++-
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/sys-boot/gnu-efi/files/gnu-efi-3.0.9-fix-clang-build.patch 
b/sys-boot/gnu-efi/files/gnu-efi-3.0.9-fix-clang-build.patch
new file mode 100644
index 000..0e4ec7d77b0
--- /dev/null
+++ b/sys-boot/gnu-efi/files/gnu-efi-3.0.9-fix-clang-build.patch
@@ -0,0 +1,19 @@
+Bug: https://bugs.gentoo.org/695612
+Upstream: https://sourceforge.net/p/gnu-efi/patches/70/
+
+--- a/Make.defaults
 b/Make.defaults
+@@ -110,10 +110,10 @@
+ || ( [ $(GCCVERSION) -eq "4" ]  \
+  && [ $(GCCMINOR) -ge "7" ] ) ) \
+   && echo 1)
+-  ifeq ($(GCCNEWENOUGH),1)
+-CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
+-  else ifeq ($(USING_CLANG),clang)
++  ifeq ($(USING_CLANG),clang)
+ CPPFLAGS += -DGNU_EFI_USE_MS_ABI --std=c11
++  else ifeq ($(GCCNEWENOUGH),1)
++CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
+   endif
+ 
+   CFLAGS += -mno-red-zone

diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.9.ebuild 
b/sys-boot/gnu-efi/gnu-efi-3.0.9.ebuild
index fa23e18d91d..57a9ed662e5 100644
--- a/sys-boot/gnu-efi/gnu-efi-3.0.9.ebuild
+++ b/sys-boot/gnu-efi/gnu-efi-3.0.9.ebuild
@@ -24,9 +24,11 @@ IUSE="abi_x86_32 abi_x86_64 custom-cflags"
 QA_EXECSTACK="usr/*/lib*efi.a:* usr/*/crt*.o"
 RESTRICT="strip"
 
+PATCHES=( "${FILESDIR}"/${PN}-3.0.9-fix-clang-build.patch )
+
 src_prepare() {
-   sed -i -e "s/-Werror//" Make.defaults || die
default
+   sed -i -e "s/-Werror//" Make.defaults || die
 }
 
 efimake() {



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

2019-10-03 Thread James Le Cuirot
commit: 5204f946322edd6bb0c94c95940b6fd6f1c38c1d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Oct  3 20:57:05 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Oct  3 20:57:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5204f946

games-fps/etqw-bin: Fix SRC_URI to deal with unfetchable file

Closes: https://bugs.gentoo.org/695774
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/etqw-bin/etqw-bin-1.5-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/etqw-bin/etqw-bin-1.5-r2.ebuild 
b/games-fps/etqw-bin/etqw-bin-1.5-r2.ebuild
index 5956c6bd593..75458580db7 100644
--- a/games-fps/etqw-bin/etqw-bin-1.5-r2.ebuild
+++ b/games-fps/etqw-bin/etqw-bin-1.5-r2.ebuild
@@ -5,8 +5,8 @@ EAPI=5
 inherit eutils games
 
 DESCRIPTION="Enemy Territory: Quake Wars"
-HOMEPAGE="http://zerowing.idsoftware.com/linux/etqw/;
-SRC_URI="ftp://ftp.i3d.net/Games/Enemy%20Territory%20Quake%20Wars/Patches/ETQW-client-${PV}-full.x86.run;
+HOMEPAGE="http://zerowing.idsoftware.com/linux/etqw/ETQWFrontPage/;
+SRC_URI="http://ftp.jeuxlinux.fr/files/ETQW-client-${PV}-full.x86.run;
 
 LICENSE="ETQW"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/, media-libs/allegro/files/

2019-10-03 Thread James Le Cuirot
commit: 361616ee4d919fd2c898f673cb50ea0ee2d8ba7c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Oct  3 20:47:19 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Oct  3 20:48:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361616ee

media-libs/allegro: Patch against undefined ref to get_value in 4.4.2

Closes: https://bugs.gentoo.org/696034
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/allegro/allegro-4.4.2-r2.ebuild   |  1 +
 media-libs/allegro/files/allegro-4.4.2-static-func.patch | 13 +
 2 files changed, 14 insertions(+)

diff --git a/media-libs/allegro/allegro-4.4.2-r2.ebuild 
b/media-libs/allegro/allegro-4.4.2-r2.ebuild
index e808173e2f3..08dd7f1068c 100644
--- a/media-libs/allegro/allegro-4.4.2-r2.ebuild
+++ b/media-libs/allegro/allegro-4.4.2-r2.ebuild
@@ -47,6 +47,7 @@ PATCHES=(
"${FILESDIR}"/${P}-Werror-format-security.patch # bug 540470
"${FILESDIR}"/${P}-glibc228.patch   # bug 670781
"${FILESDIR}"/${P}-GLX_RGBA_FLOAT_BIT.patch # bug 672858
+   "${FILESDIR}"/${P}-static-func.patch# bug 696034
 )
 
 src_prepare() {

diff --git a/media-libs/allegro/files/allegro-4.4.2-static-func.patch 
b/media-libs/allegro/files/allegro-4.4.2-static-func.patch
new file mode 100644
index 000..ac107d387d5
--- /dev/null
+++ b/media-libs/allegro/files/allegro-4.4.2-static-func.patch
@@ -0,0 +1,13 @@
+https://sourceforge.net/p/alleg/bugs/398/
+
+--- a/addons/jpgalleg/src/decode.c 2008-02-13 14:04:57.0 +0100
 b/addons/jpgalleg/src/decode.c 2015-09-03 14:57:57.888485546 +0200
+@@ -477,7 +477,7 @@
+  *  Reads a string of bits from the input stream and returns a properly signed
+  *  number given the category.
+  */
+-INLINE int
++static INLINE int
+ get_value(int category)
+ {
+   int result = get_bits(category);



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

2019-10-03 Thread James Le Cuirot
commit: c86ca7672f2741ec3b9c3872e90e672481167d4b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Oct  3 20:37:51 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Oct  3 20:41:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86ca767

games-fps/unreal: Fix SRC_URI to deal with unfetchable files

Closes: https://bugs.gentoo.org/695780
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/unreal/unreal-226.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-fps/unreal/unreal-226.ebuild 
b/games-fps/unreal/unreal-226.ebuild
index 81318a0aa9f..53f546ffcff 100644
--- a/games-fps/unreal/unreal-226.ebuild
+++ b/games-fps/unreal/unreal-226.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,10 +6,10 @@ EAPI=5
 inherit eutils unpacker cdrom games
 
 DESCRIPTION="Futuristic FPS (a hack that runs on top of Unreal Tournament)"
-HOMEPAGE="http://www.unreal.com/ http://icculus.org/~chunky/ut/unreal/;
-SRC_URI="http://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run
-   ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run
-   ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-436-Linux-08-20-02.zip;
+HOMEPAGE="https://www.oldunreal.com/ https://icculus.org/~chunky/ut/unreal/;
+SRC_URI="https://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run
+   https://www.ut-files.com/Patches/ut-install-436.run
+   https://www.ut-files.com/Patches/ipdrv-436-linux-08-20-02.zip -> 
IpDrv-436-Linux-08-20-02.zip"
 
 LICENSE="all-rights-reserved"
 SLOT="0"



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

2019-10-03 Thread James Le Cuirot
commit: d5172c3a382e4d604b0a133fd23bc9495798bf21
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Oct  3 20:33:37 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Oct  3 20:41:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5172c3a

games-fps/unreal-tournament: HTTPS for HOMEPAGE and SRC_URI

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

 games-fps/unreal-tournament/unreal-tournament-451.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild 
b/games-fps/unreal-tournament/unreal-tournament-451.ebuild
index d5b0e7f8834..f39228caedc 100644
--- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild
+++ b/games-fps/unreal-tournament/unreal-tournament-451.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
@@ -6,9 +6,9 @@ EAPI=5
 inherit eutils unpacker cdrom games
 
 DESCRIPTION="Futuristic FPS"
-HOMEPAGE="http://www.oldunreal.com/;
-SRC_URI="http://www.ut-files.com/Patches/ut-install-436.run
-   http://www.ut-files.com/Patches/utpgpatch${PV}.tar.bz2 -> 
UTPGPatch${PV}.tar.bz2"
+HOMEPAGE="https://www.oldunreal.com/;
+SRC_URI="https://www.ut-files.com/Patches/ut-install-436.run
+   https://www.ut-files.com/Patches/utpgpatch${PV}.tar.bz2 -> 
UTPGPatch${PV}.tar.bz2"
 
 LICENSE="all-rights-reserved"
 SLOT="0"



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

2019-10-03 Thread Andreas Sturmlechner
commit: c97d614ec39328069b9257c17542a06d57de53bc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  3 20:16:36 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  3 20:38:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97d614e

dev-libs/appstream: 0.12.9 version bump

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

 dev-libs/appstream/Manifest|  1 +
 dev-libs/appstream/appstream-0.12.9.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-libs/appstream/Manifest b/dev-libs/appstream/Manifest
index 0e79187094c..60fca643a4d 100644
--- a/dev-libs/appstream/Manifest
+++ b/dev-libs/appstream/Manifest
@@ -1,2 +1,3 @@
 DIST AppStream-0.12.7.tar.xz 1958948 BLAKE2B 
51a70395e4801ceeb3e97ac081f4c45be242cca14728f8efc5eec0d4b3cfa4cc9fab9ef7429c18e9bbb0dedb693a847258be1b11491155658a6ffa2a28358e35
 SHA512 
53ca7ebde3fcd345a895527da2ac5d829a09f25d28836a867b500282fba3465bde657cd75a4030cb831022f7a0d9f50aadb36078d62924e4d0edad6bfe3c5561
 DIST AppStream-0.12.8.tar.xz 1992072 BLAKE2B 
ae1d6801119798f360b7eae36b0c46b0511a93ae00adb2437e7dda830d5293c622b04475664055bee392dc824f398d42c6a0a4000392f82fc8bdfc828fa0295e
 SHA512 
4354ef1840d919102647feffc38687f508b14fe9c047c868448347d888aa821dd8a4d25787a2ffb55247f8e9e20e9e03ba330ad74ad61d476be0c414c04a7c30
+DIST AppStream-0.12.9.tar.xz 2023312 BLAKE2B 
aa5de7936909be54401e4df80363c9b59ad60dc29b3d02ef1ed8203dd480dfb4222816cde5ea6e469039448684142afc028275e619665f15cef99af6745d80e8
 SHA512 
af3d5e7885ee09fb6ef9ea0a5c2386141736166ce42912e618f1ee04f2b28866b27c7c5e326221574eb78933b32de8db9f76023bf54e528aded1607e5130992e

diff --git a/dev-libs/appstream/appstream-0.12.9.ebuild 
b/dev-libs/appstream/appstream-0.12.9.ebuild
new file mode 100644
index 000..82e775582a5
--- /dev/null
+++ b/dev-libs/appstream/appstream-0.12.9.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg-utils
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ximion/${PN};
+else
+   
SRC_URI="https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S="${WORKDIR}/AppStream-${PV}"
+fi
+
+DESCRIPTION="Cross-distro effort for providing metadata for software in the 
Linux ecosystem"
+HOMEPAGE="https://www.freedesktop.org/wiki/Distributions/AppStream/;
+
+LICENSE="LGPL-2.1+ GPL-2+"
+# check as_api_level
+SLOT="0/4"
+IUSE="apt doc +introspection qt5 test"
+
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-libs/libxslt
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   doc? ( app-text/docbook-xml-dtd:4.5 )
+   test? (
+   dev-qt/linguist-tools:5
+   qt5? ( dev-qt/qttest:5 )
+   )
+"
+DEPEND="
+   dev-db/lmdb:=
+   >=dev-libs/glib-2.54:2
+   dev-libs/libxml2:2
+   dev-libs/libyaml
+   dev-libs/snowball-stemmer
+   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
+   qt5? ( dev-qt/qtcore:5 )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   sed -e "/^as_doc_target_dir/s/appstream/${PF}/" -i docs/meson.build || 
die
+   if ! use test; then
+   sed -e "/^subdir.*tests/s/^/#DONT /" -i {,qt/}meson.build || 
die # bug 675944
+   fi
+}
+
+src_configure() {
+   xdg_environment_reset
+
+   local emesonargs=(
+   -Dapidocs=false
+   -Ddocs=false
+   -Dmaintainer=false
+   -Dstemming=true
+   -Dvapi=false
+   -Dapt-support=$(usex apt true false)
+   -Dinstall-docs=$(usex doc true false)
+   -Dgir=$(usex introspection true false)
+   -Dqt=$(usex qt5 true false)
+   )
+
+   meson_src_configure
+}



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

2019-10-03 Thread Andreas Sturmlechner
commit: 1a4007e0a43aee12c1aa52aaf840cabccfee7c3c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  3 19:03:25 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  3 20:38:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4007e0

media-gfx/krita: 4.2.7.1 version bump

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

 media-gfx/krita/Manifest |   1 +
 media-gfx/krita/krita-4.2.7.1.ebuild | 116 +++
 2 files changed, 117 insertions(+)

diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
index 2888c93e601..3aefaca9e94 100644
--- a/media-gfx/krita/Manifest
+++ b/media-gfx/krita/Manifest
@@ -1,2 +1,3 @@
 DIST krita-4.1.8.tar.gz 244065767 BLAKE2B 
ba2cbb6d1575cec189e8f10461b720a081f185e1e078fc1e8194c9e6d455dade45f35f1ae5a891717918b3c03863a2a7f3f819753a106ede5695003cfa260157
 SHA512 
d02715bffbd6abd29ca69598fdb1e6a652fd4f1944092ff12016a57ff2ee3bab209c93e065905ec9bfea395e50f833915bb924b97a2c119d101057cba6c9
 DIST krita-4.2.6.tar.xz 164332440 BLAKE2B 
d60c87743de77d300b2c2c9d1f1b3a31b238e8ef434981d3762713094eeebbe5e51547987c981b9f50d82f2363881ec74ef488b35d27cd5271d568987607557e
 SHA512 
c6c6bb0b2d46b421c6edd38427f7a71636c78267413a4265a61123509ebac8f24d981ce5b5540f0813e26b89e655d44c2cc32395694161eb925f2789b0e8119e
+DIST krita-4.2.7.1.tar.xz 164304772 BLAKE2B 
99a4c3b6a48d1d695ee5bb8f6576c9a4593e1ff3a10846340974588ff8b3c061a7838b862c1ecdc4f0635ffa270cb272f1155b1efca4dbf50a11096ee1e92d48
 SHA512 
28f4af4131a0f364b285596031a3f59a8bd7e97930cd740a4767dbe95540dc403bd6ae0a99ff2bef95e2bac6f23931873404e4fed3ea4afd4b614b5f7d823a35

diff --git a/media-gfx/krita/krita-4.2.7.1.ebuild 
b/media-gfx/krita/krita-4.2.7.1.ebuild
new file mode 100644
index 000..30b6159d8dc
--- /dev/null
+++ b/media-gfx/krita/krita-4.2.7.1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+PYTHON_COMPAT=( python3_{6,7} )
+inherit kde5 python-single-r1
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Free digital painting application. Digital Painting, Creative 
Freedom!"
+HOMEPAGE="https://kde.org/applications/graphics/krita/ https://krita.org/;
+LICENSE="GPL-3"
+IUSE="color-management fftw gif +gsl heif +jpeg openexr pdf qtmedia +raw tiff 
vc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+BDEPEND="
+   dev-cpp/eigen:3
+   dev-lang/perl
+   sys-devel/gettext
+"
+COMMON_DEPEND="${PYTHON_DEPS}
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui '-gles2' '' '5=')
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   $(add_qt_dep qtxml)
+   dev-libs/boost:=
+   dev-libs/quazip
+   dev-python/PyQt5[${PYTHON_USEDEP}]
+   dev-python/sip[${PYTHON_USEDEP}]
+   media-gfx/exiv2:=
+   media-libs/lcms
+   media-libs/libpng:0=
+   sys-libs/zlib
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libXi
+   color-management? ( media-libs/opencolorio )
+   fftw? ( sci-libs/fftw:3.0= )
+   gif? ( media-libs/giflib )
+   gsl? ( sci-libs/gsl:= )
+   jpeg? ( virtual/jpeg:0 )
+   heif? ( media-libs/libheif:= )
+   openexr? (
+   media-libs/ilmbase:=
+   media-libs/openexr
+   )
+   pdf? ( app-text/poppler[qt5] )
+   qtmedia? ( $(add_qt_dep qtmultimedia) )
+   raw? ( media-libs/libraw:= )
+   tiff? ( media-libs/tiff:0 )
+"
+DEPEND="${COMMON_DEPEND}
+   vc? ( >=dev-libs/vc-1.1.0 )
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/calligra:4[calligra_features_krita]
+   !app-office/calligra-l10n:4[calligra_features_krita(+)]
+"
+
+# bug 630508
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}"/${PN}-4.2.4-tests-optional.patch )
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+   kde5_pkg_setup
+}
+
+src_configure() {
+   # Prevent sandbox violation from FindPyQt5.py module
+   # See Gentoo-bug 655918
+   addpredict /dev/dri
+
+   local mycmakeargs=(
+   

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/waylandpp/

2019-10-03 Thread Craig Andrews
commit: cab0cc4d7dbf8a651a29265d75a133a84a50661c
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Oct  3 20:05:21 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Oct  3 20:08:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab0cc4d

dev-cpp/waylandpp: 0.2.6 version bump

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

 dev-cpp/waylandpp/Manifest   |  1 +
 dev-cpp/waylandpp/waylandpp-0.2.6.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-cpp/waylandpp/Manifest b/dev-cpp/waylandpp/Manifest
index 3b79f7af794..8e597c3dc67 100644
--- a/dev-cpp/waylandpp/Manifest
+++ b/dev-cpp/waylandpp/Manifest
@@ -1,3 +1,4 @@
 DIST waylandpp-0.2.3.tar.gz 180539 BLAKE2B 
8941200b46235c8b65926065a3a758871581fe21ffbcc17dc33a00c546c920247739d3137b528fe8971b7c1c2240b5a056387dcbaa1437047709e079cb2e58c2
 SHA512 
424ccef67e1faedfb03aa7465917e4dfc0eae578a1eb42bcdbe71df02955fef00fc1b480acb4828e168f051a82a13f923e0c9be93d3ede221e791a7af88647a5
 DIST waylandpp-0.2.4.tar.gz 240718 BLAKE2B 
4493f3e19dd546412f110227c0a422d0e1156eb24ed8bc3e58e5ebda22c0aee16e5f2a2efc1328a697c5436f81c11c67d7c46855f32f7531783a1d514ae1
 SHA512 
74855ea86926692a9f6ccb5645a7ed3bab0f01a2f37a30f2c0a341d67d511ae217b8f69adc52fa2c25ac65afa182a6dbf2318360435a02b6ff428b4c9d51
 DIST waylandpp-0.2.5.tar.gz 177735 BLAKE2B 
9add6147b7694d275f2f15f03476aef5bddebdca029f012743a0c0c388c7ef7394536b4401c78830487bb1c36a0b29ea348bc2acf60617af7bcbf917a5b691dd
 SHA512 
a8c80282022b2ede3c3d0f5516e236aedaf3ef685565da8c61214fe37eda139bf152093eb29960be1889798eef5631b9d68a5e832c10cf1160c4a90f45eccb6e
+DIST waylandpp-0.2.6.tar.gz 178969 BLAKE2B 
aff9108691dfb2f27ac829865d3367a7f72de0a838b64f6265183a36a9ed5efbfcc9abcf724c784f5bda08c1a312cc7077fa55756b10520114dc8a23aa30f7a3
 SHA512 
b2d2f22864db830ec6a78282552a3e677f109c49381f21e80efec3cc65cad1820b1e10ad76d960e9d470f84060bb7f3edf0dcdd94025ae80a4a93ffcecfb8c5f

diff --git a/dev-cpp/waylandpp/waylandpp-0.2.6.ebuild 
b/dev-cpp/waylandpp/waylandpp-0.2.6.ebuild
new file mode 100644
index 000..ea9a34e1e54
--- /dev/null
+++ b/dev-cpp/waylandpp/waylandpp-0.2.6.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Wayland C++ bindings"
+HOMEPAGE="https://github.com/NilsBrause/waylandpp;
+
+LICENSE="MIT"
+IUSE="doc"
+SLOT="0/$(ver_cut 1-2)"
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/NilsBrause/waylandpp.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+   >=dev-libs/wayland-1.11.0
+   media-libs/mesa[wayland]
+   >=dev-libs/pugixml-1.9-r1
+"
+DEPEND="${RDEPEND}
+   doc? (
+   app-doc/doxygen
+   media-gfx/graphviz
+   )
+   "
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/files/, net-misc/connman-notify/

2019-10-03 Thread Ben Kohler
commit: 1b749d5fa20f57e25d2bf97d51a05f5d1c7a
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct  3 20:00:27 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct  3 20:00:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b749d5f

net-misc/connman-notify: bump & drop old

Upstream added even better py3 support than my rough patch

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

 net-misc/connman-notify/Manifest   |  2 +-
 .../connman-notify-0_pre20140623.ebuild| 38 --
 ebuild => connman-notify-0_pre20191003.ebuild} |  4 +--
 .../files/connman-notify-py3-support.patch | 38 --
 4 files changed, 2 insertions(+), 80 deletions(-)

diff --git a/net-misc/connman-notify/Manifest b/net-misc/connman-notify/Manifest
index bdd935254e9..17f0cb40722 100644
--- a/net-misc/connman-notify/Manifest
+++ b/net-misc/connman-notify/Manifest
@@ -1 +1 @@
-DIST connman-notify-0_pre20140623.tar.bz2 2858 BLAKE2B 
b76865e5392f9b6ed2dada5b323e0f867fa70b5ba21bb6342069f7f6a28468d2915dc9c573bcb4ebc061c3039fa6f0bbfd6969464d264b710f3aee149b1162a5
 SHA512 
8da432cfe0653c29d83afffeacd11e9d66795be061040286ec8b90ce28c334c729af24cb7e1aee0f32e2b2626949f7ee9c95c52b4a3191392236bad7b204a267
+DIST connman-notify-0_pre20191003.tar.bz2 9102 BLAKE2B 
7c31de51b21f7cae475b543cf74bba1d969c779f00d1dab7ebce2da6758e1dec6c3c06ae1f0ab133292fc03c1dc61cd1c18c4719311f7a7b65f1771afb097b64
 SHA512 
6ca8dce104fc5c94af8ef4fab94e44f6a921017d58bbe12660f6bb6a6a0ab6b0808bb7584b75d2acaa486d4cbe718f436fcf7924d6baac97b59a2b77a13215f4

diff --git a/net-misc/connman-notify/connman-notify-0_pre20140623.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20140623.ebuild
deleted file mode 100644
index 3d32d97d793..000
--- a/net-misc/connman-notify/connman-notify-0_pre20140623.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit desktop python-single-r1 vcs-snapshot
-
-MY_COMMIT="0ed9b5e4a0e1f03c83c4589cabf410cac66cd11d"
-
-DESCRIPTION="Desktop notification integration for connman"
-HOMEPAGE="https://gitlab.com/wavexx/connman-notify/;
-SRC_URI="https://gitlab.com/wavexx/connman-notify/repository/${MY_COMMIT}/archive.tar.bz2
 -> ${P}.tar.bz2"
-
-EGIT_REPO_URI="https://gitlab.com/wavexx/connman-notify.git;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:2[${PYTHON_USEDEP}]
-   net-misc/connman
-   virtual/notification-daemon"
-
-src_install() {
-   python_fix_shebang ${PN}
-   dobin ${PN}
-   dodoc README.rst
-
-   make_desktop_entry ${PN} ${PN} ${PN} Network
-}

diff --git a/net-misc/connman-notify/connman-notify-0_pre20140623-r1.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
similarity index 88%
rename from net-misc/connman-notify/connman-notify-0_pre20140623-r1.ebuild
rename to net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
index f3fa6cd20fe..4c4c3e6b29e 100644
--- a/net-misc/connman-notify/connman-notify-0_pre20140623-r1.ebuild
+++ b/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7} )
 
 inherit desktop python-single-r1 vcs-snapshot
 
-MY_COMMIT="0ed9b5e4a0e1f03c83c4589cabf410cac66cd11d"
+MY_COMMIT="4f1e0a6b27ebf5d9b7508594188fe0f86c34ec52"
 
 DESCRIPTION="Desktop notification integration for connman"
 HOMEPAGE="https://gitlab.com/wavexx/connman-notify/;
@@ -27,8 +27,6 @@ RDEPEND="${PYTHON_DEPS}
net-misc/connman
virtual/notification-daemon"
 
-PATCHES=( "${FILESDIR}"/connman-notify-py3-support.patch )
-
 src_install() {
python_fix_shebang ${PN}
dobin ${PN}

diff --git a/net-misc/connman-notify/files/connman-notify-py3-support.patch 
b/net-misc/connman-notify/files/connman-notify-py3-support.patch
deleted file mode 100644
index 59c88849556..000
--- a/net-misc/connman-notify/files/connman-notify-py3-support.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 a/connman-notify
-+++ b/connman-notify
-@@ -7,8 +7,8 @@
- import argparse
- import dbus
- import dbus.mainloop.glib
--import glib
--import pynotify
-+from gi.repository import GLib
-+from gi.repository import Notify
- 
- APP_NAME  = 'connman'
- SHORT_DEV = True
-@@ -22,7 +22,7 @@
- 
- 
- def notify(subject, body):
--ntf = pynotify.Notification(subject, body)
-+ntf = Notify.Notification.new(subject, body)
- ntf.show()
- 
- 
-@@ -79,7 +79,7 @@
- if args.hide_addr: SHOW_ADDR = False
- 
- dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
--pynotify.init(APP_NAME)
-+Notify.init(APP_NAME)
- 

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

2019-10-03 Thread Sergei Trofimovich
commit: 0c86b37313fa62df49419e870bcf7c0dd5951a96
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Oct  3 18:22:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  3 19:18:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c86b373

dev-db/sqlite: stable 3.29.0 for hppa, bug #695840

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

 dev-db/sqlite/sqlite-3.29.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.29.0.ebuild 
b/dev-db/sqlite/sqlite-3.29.0.ebuild
index 1f4dcad9a67..c3a889681fb 100644
--- a/dev-db/sqlite/sqlite-3.29.0.ebuild
+++ b/dev-db/sqlite/sqlite-3.29.0.ebuild
@@ -25,7 +25,7 @@ fi
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 if [[ "${PV}" == "" ]]; then
PROPERTIES="live"



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

2019-10-03 Thread Patrick McLean
commit: ff1c6139f946163fd6a90174961d4a2a928dcddc
Author: Patrick McLean  sony  com>
AuthorDate: Thu Oct  3 17:42:24 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Oct  3 18:54:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1c6139

dev-libs/libbpf: Version bump to 0.0.5

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Patrick McLean  gentoo.org>

 dev-libs/libbpf/Manifest   |  1 +
 dev-libs/libbpf/files/libbpf-0.0.5-paths.patch | 38 +
 dev-libs/libbpf/libbpf-0.0.5.ebuild| 47 ++
 3 files changed, 86 insertions(+)

diff --git a/dev-libs/libbpf/Manifest b/dev-libs/libbpf/Manifest
index d427e0ba7ce..46e19fabe80 100644
--- a/dev-libs/libbpf/Manifest
+++ b/dev-libs/libbpf/Manifest
@@ -1,2 +1,3 @@
 DIST libbpf-0.0.3.tar.gz 127328 BLAKE2B 
eaa1be54f0a7fcc6fd41eb2adaad2f405f76db3bd7c7466a5484ead1cca5a9fe775e331838cd5645d7399cb5b1a5b2fcb3814fb45643660fd3f7d84b9986bae6
 SHA512 
ee489d968cd9a20a1f091dcd2696d3807ab0db2a001613684402de2c696391eea033f3bd961eaf1d0df95c1e15f4f0ccfb7003ff98c3f08f24a7e9a8db22cdad
 DIST libbpf-0.0.4.tar.gz 148625 BLAKE2B 
d8c2343441258a01ca54b0046b0f1d54cb2e0e7a09c99e489409b25d3f2486bc7d8a175b4a3e793b56ba72462d34b9a55c53e86eaf446c64f2c30d673e7f23bd
 SHA512 
1e4a16ed0f3e378aa9d7080e4b54cb3a9542975105b09977d1ddecf3ae4dabb3b5edf80b92b61644b1f0cbda7ee7e135ee0f736e71c1d201a97b1b3dd573b543
+DIST libbpf-0.0.5.tar.gz 160335 BLAKE2B 
2cf4a3e6edc002b3a32f9d08bb22a07863d8f6f90472e9593a9e9a93b08a00f0557d5a59fa841325b947e6f7b129232e7cd1fdc906f45de57b0dbe594548f1c2
 SHA512 
e42f6cc8f834f2d3cf9138d655bd3727b2693850f7f6409ec4d536336bc5fa479a64eefc802a5915e333677eca843f8f1bd0132589bba10bdc89064eee0c

diff --git a/dev-libs/libbpf/files/libbpf-0.0.5-paths.patch 
b/dev-libs/libbpf/files/libbpf-0.0.5-paths.patch
new file mode 100644
index 000..e9eda9c2dce
--- /dev/null
+++ b/dev-libs/libbpf/files/libbpf-0.0.5-paths.patch
@@ -0,0 +1,38 @@
+diff --git a/Makefile b/Makefile
+index 6992fbf..cefc77a 100644
+--- a/Makefile
 b/Makefile
+@@ -64,7 +64,7 @@ endif
+ PREFIX ?= /usr
+ LIBDIR ?= $(PREFIX)/$(LIBSUBDIR)
+ INCLUDEDIR ?= $(PREFIX)/include
+-UAPIDIR ?= $(PREFIX)/include
++UAPIDIR ?= $(PREFIX)/include/bpf/uapi
+ 
+ all: $(STATIC_LIBS) $(SHARED_LIBS) $(PC_FILE)
+ 
+@@ -85,6 +85,7 @@ $(OBJDIR)/libbpf.so.$(LIBBPF_VERSION): $(SHARED_OBJS)
+ $(OBJDIR)/libbpf.pc:
+   sed -e "s|@PREFIX@|$(PREFIX)|" \
+   -e "s|@LIBDIR@|$(LIBDIR)|" \
++  -e "s|@UAPIDIR@|$(UAPIDIR)|" \
+   -e "s|@VERSION@|$(LIBBPF_VERSION)|" \
+   < libbpf.pc.template > $@
+ 
+diff --git a/libbpf.pc.template b/libbpf.pc.template
+index ac17fce..6d385d9 100644
+--- a/libbpf.pc.template
 b/libbpf.pc.template
+@@ -3,10 +3,11 @@
+ prefix=@PREFIX@
+ libdir=@LIBDIR@
+ includedir=${prefix}/include
++uapidir=@UAPIDIR@
+ 
+ Name: libbpf
+ Description: BPF library
+ Version: @VERSION@
+ Libs: -L${libdir} -lbpf
+ Requires.private: libelf
+-Cflags: -I${includedir}
++Cflags: -I${includedir} -I${uapidir}

diff --git a/dev-libs/libbpf/libbpf-0.0.5.ebuild 
b/dev-libs/libbpf/libbpf-0.0.5.ebuild
new file mode 100644
index 000..7e265723db9
--- /dev/null
+++ b/dev-libs/libbpf/libbpf-0.0.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+HOMEPAGE="https://github.com/libbpf/libbpf;
+DESCRIPTION="Stand-alone build of libbpf from the Linux kernel"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1 BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+static-libs"
+
+COMMON_DEPEND="virtual/libelf
+   !<=dev-util/bcc-0.7.0"
+DEPEND="${COMMON_DEPEND}
+   sys-kernel/linux-headers"
+RDEPEND="${COMMON_DEPEND}"
+
+S="${WORKDIR}/${P}/src"
+
+PATCHES=(
+   "${FILESDIR}/libbpf-0.0.5-paths.patch"
+)
+
+src_compile() {
+   emake \
+   BUILD_SHARED=y \
+   LIBSUBDIR="$(get_libdir)" \
+   $(usex static-libs 'BUILD_STATIC=y' '' '' '') \
+   CC="$(tc-getCC)"
+}
+
+src_install() {
+   emake \
+   BUILD_SHARED=y \
+   LIBSUBDIR="$(get_libdir)" \
+   DESTDIR="${D}" \
+   $(usex static-libs 'BUILD_STATIC=y' '' '' '') \
+   install install_uapi_headers
+
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins ${PN}.pc
+}



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

2019-10-03 Thread Patrick McLean
commit: bc02d08a13d17948831d69a5a10f594d931da15e
Author: Patrick McLean  sony  com>
AuthorDate: Thu Oct  3 18:56:19 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Oct  3 18:56:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc02d08a

dev-util/bcc: Version bump to 0.11.0

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/bcc/Manifest  |  2 +
 dev-util/bcc/bcc-0.11.0.ebuild | 85 ++
 2 files changed, 87 insertions(+)

diff --git a/dev-util/bcc/Manifest b/dev-util/bcc/Manifest
index c6391f7ee4a..217df3ede79 100644
--- a/dev-util/bcc/Manifest
+++ b/dev-util/bcc/Manifest
@@ -1,6 +1,8 @@
 DIST bcc-0.10.0.tar.gz 2052430 BLAKE2B 
562aa95d34ba329ce966bca3164af45fe6d78487e5f0d370a0a90c5d91af75b4adcc5aa1e6578bf598e55dc51394c5a218fc19e2b57b2f7241cc3fe1f3a4e513
 SHA512 
92ba0f57d22af610ac81661526fed8bec80d502bcbc8aa5048ba7c50911247c020832db23afdcf9b555b142cd387c228cf7baa0ddc94067165403e362227f235
+DIST bcc-0.11.0.tar.gz 2611511 BLAKE2B 
db12e10a3da11b1d3691ca5e0e036f56af4c5765d49e2edefc3e30bc90036a5f521d196db797e3725e618efa68ba2550848b3dc044015f6aea6b2da6ca2a34f5
 SHA512 
4854a5a15a89a8bd3a10daa6f0e831428316751280902cbdc74f3c6f78263ee1c58521ae9125804e72fec6482702818a5fec781436400640627e4b7c2fc189fb
 DIST bcc-0.6.0.tar.gz 1986593 BLAKE2B 
514c2c781eb94d99560232d8050b5664ce3565622b236e78cd111be27b3482849965600a1d574f59243917672f00bb3cef65cab63103f6c4a5cf62024c683d9b
 SHA512 
1a8edf6da22f3119a74cf43f03ec83b97ed2f6fc18828d750d8a695ac1451b6b3209e5d2cf48bc87f53fa9447e8813a018a58d31588d477e4aa364a2d0217e80
 DIST bcc-0.7.0.tar.gz 2009289 BLAKE2B 
370b553521289d983d1165633e76a5e405250b9b09dbf3e78c127d232908e73facce06097ce4dbf0bbccda929b6715a9b7460affe123556087c8ca00b8d62c0b
 SHA512 
ebe6c4cbecba2d587c69af71ddc8cb451b2b8e1d49ef887f291c813320c2c60d49357500fc2751d5b418df2be1d02763c385d89de6efa6e10f049c25acf01b4e
 DIST bcc-0.9.0-linux-5-bpf.patch.xz 28524 BLAKE2B 
f0369e50eabd7b1eb9a492b9652cd7647c7c7fda3b01db1e7f2bf716e76357d07d67193b31189b98309e26895ac3dd5c755d4cef6bc592e4674f40710c33539c
 SHA512 
fc5b828a5826da2cf1e1a76758c635f5443d202aecbe3f269d78abcaa0117ad7658bea6c43e7b60e1ecc6bcc65bd19b100217758a1203d278ddb03c5837c43f1
 DIST bcc-0.9.0.tar.gz 2036984 BLAKE2B 
cebbeb57f06af90442d28be1633a54c198bf796786c4fcca3a83dea03bc76949f958dd24f7d85feb2e3402576410f965754f3d031076486b7d378493c56035e8
 SHA512 
373080181380ec3bcb13469e29ff1f792e924a2df00a614da4647ed54060ad216525dd0f49c5d0afba7946a6d2f4e3475af97250a33db825945af3d165294091
 DIST libbpf-0.0.3.tar.gz 127328 BLAKE2B 
eaa1be54f0a7fcc6fd41eb2adaad2f405f76db3bd7c7466a5484ead1cca5a9fe775e331838cd5645d7399cb5b1a5b2fcb3814fb45643660fd3f7d84b9986bae6
 SHA512 
ee489d968cd9a20a1f091dcd2696d3807ab0db2a001613684402de2c696391eea033f3bd961eaf1d0df95c1e15f4f0ccfb7003ff98c3f08f24a7e9a8db22cdad
+DIST libbpf-0.0.5.tar.gz 160335 BLAKE2B 
2cf4a3e6edc002b3a32f9d08bb22a07863d8f6f90472e9593a9e9a93b08a00f0557d5a59fa841325b947e6f7b129232e7cd1fdc906f45de57b0dbe594548f1c2
 SHA512 
e42f6cc8f834f2d3cf9138d655bd3727b2693850f7f6409ec4d536336bc5fa479a64eefc802a5915e333677eca843f8f1bd0132589bba10bdc89064eee0c

diff --git a/dev-util/bcc/bcc-0.11.0.ebuild b/dev-util/bcc/bcc-0.11.0.ebuild
new file mode 100644
index 000..1c0c1b97236
--- /dev/null
+++ b/dev-util/bcc/bcc-0.11.0.ebuild
@@ -0,0 +1,85 @@
+# 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,7} )
+
+inherit cmake-utils linux-info python-single-r1 python-utils-r1
+
+EGIT_COMMIT="v${PV}"
+LIBBPF_VER="0.0.5"
+
+DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, 
and more"
+HOMEPAGE="https://iovisor.github.io/bcc/;
+
+# This bundles libbpf, I tried to unbundle it, but I am not good enough
+# with cmake to do it. Patches accepted...
+SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz
+   https://github.com/libbpf/libbpf/archive/${LIBBPF_VER}.tar.gz -> 
libbpf-${LIBBPF_VER}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+luajit test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND=">=sys-kernel/linux-headers-4.18
+   >=dev-libs/elfutils-0.166:=
+   sys-devel/clang:=
+   >=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)]
+   luajit? ( dev-lang/luajit )
+   ${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+   test? (
+   || (
+   net-misc/iputils[arping]
+   net-analyzer/arping
+   )
+   net-analyzer/netperf
+   net-misc/iperf:*
+   )"
+BDEPEND="dev-util/cmake
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
+
+PATCHES=(
+   "${FILESDIR}/bcc-0.9.0-no-luajit-automagic-dep.patch"
+)
+
+# tests need root access
+RESTRICT="test"
+

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

2019-10-03 Thread Alfredo Tupone
commit: 0a06ad32c6ef3eeb7c7f700a268bf62c8716b8ec
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Oct  3 18:53:33 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Oct  3 18:53:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a06ad32

dev-lang/gnat-gpl: fix MissingTestRestrict

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

 dev-lang/gnat-gpl/gnat-gpl-2019.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/gnat-gpl/gnat-gpl-2019.ebuild 
b/dev-lang/gnat-gpl/gnat-gpl-2019.ebuild
index 30d6ef53b40..18d5bb26ac1 100644
--- a/dev-lang/gnat-gpl/gnat-gpl-2019.ebuild
+++ b/dev-lang/gnat-gpl/gnat-gpl-2019.ebuild
@@ -40,6 +40,7 @@ SRC_URI+="
 LICENSE+=" GPL-2 GPL-3"
 KEYWORDS="amd64 x86"
 IUSE="+bootstrap"
+RESTRICT="!test? ( test )"
 
 RDEPEND="!sys-devel/gcc:${GCC_CONFIG_VER}"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2019-10-03 Thread Matthew Thode
commit: 7ef0bd81c2f9467f08d9d275cb4fce9574616aaf
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 18:45:20 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 18:49:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef0bd81

gui-apps/wl-clipboard: 2.0.0 bump

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

 gui-apps/wl-clipboard/Manifest  | 2 +-
 .../{wl-clipboard-2.0.0_beta2.ebuild => wl-clipboard-2.0.0.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index 0fb64601172..87c9fd9aba6 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1,2 +1,2 @@
 DIST wl-clipboard-1.0.0.tar.gz 25442 BLAKE2B 
02e2e99287e1376f26f73a546654e66ddb9d0a85caf457e4a023f0a02cb4d7a9cb3c8ab5840982bf014afb9fc3601722dd4c2fc4239b74a05d309a0a16d20299
 SHA512 
328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296
-DIST wl-clipboard-2.0.0_beta2.tar.gz 41616 BLAKE2B 
0200aa5f6d506eec20fbccade891c200e39c09336baf1d74fcc6d3d51f93091fa273cc2b2b061f53a152e590af4fd7e403427f5998c91a037dd4b162e404f98b
 SHA512 
94cbf63b8f02bf0d2c12497e46a5bbceb54514b0a08e2e6a29573b579fdbf2560249159f25fbed348b4565fab49f58469be200a64e43affa58a1eeaaf2ecbef2
+DIST wl-clipboard-2.0.0.tar.gz 41922 BLAKE2B 
6c133f4fc1d70871942cc8ab8ed709a300b9f1370b14869840ed620d866aedc18df8955fcade78affa9317aaee2a1f5c57d04e2e735c94c96049e29e019aadf8
 SHA512 
a719b7197b0dec247ef50d800d8f10f3c377e41ff6d79ebfb4da50f2581d24a25ff987985e7a8f68842fdf8e706527d0b9ee3545c0044673110963b3ba8b55f1

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta2.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
similarity index 84%
rename from gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta2.ebuild
rename to gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
index 49a565608a8..d7fcf533747 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta2.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
-   SRC_URI="https://github.com/bugaevc/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 



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

2019-10-03 Thread Andreas Sturmlechner
commit: f06daf5beb7b4f48d875ea818ba29d5ad385767c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  3 12:35:58 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  3 17:42:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06daf5b

kde-apps/kdepim-runtime: Add another upstream race condition fix

Tested-by: Rutger van Bergen  xs4all.nl>
Closes: https://bugs.gentoo.org/691938
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...ime-19.04.3-ui_compactpage-race-condition.patch | 50 ++
 .../kdepim-runtime/kdepim-runtime-19.04.3.ebuild   |  5 ++-
 .../kdepim-runtime/kdepim-runtime-19.08.1.ebuild   |  2 +
 3 files changed, 56 insertions(+), 1 deletion(-)

diff --git 
a/kde-apps/kdepim-runtime/files/kdepim-runtime-19.04.3-ui_compactpage-race-condition.patch
 
b/kde-apps/kdepim-runtime/files/kdepim-runtime-19.04.3-ui_compactpage-race-condition.patch
new file mode 100644
index 000..cfee2009495
--- /dev/null
+++ 
b/kde-apps/kdepim-runtime/files/kdepim-runtime-19.04.3-ui_compactpage-race-condition.patch
@@ -0,0 +1,50 @@
+From 8ec4db907c403b24685a961b48be5f8a288d9bd9 Mon Sep 17 00:00:00 2001
+From: Christophe Giboudeaux 
+Date: Wed, 2 Oct 2019 11:26:29 +0200
+Subject: Fix the dependencies on generated files differently.
+
+Some Gentoo users were still having build issues with the mbox resource.
+
+BUG: 410474
+FIXED-IN: 19.08.1
+---
+ resources/mbox/CMakeLists.txt | 17 +
+ 1 file changed, 13 insertions(+), 4 deletions(-)
+
+diff --git a/resources/mbox/CMakeLists.txt b/resources/mbox/CMakeLists.txt
+index c52230f..ca8bc1e 100644
+--- a/resources/mbox/CMakeLists.txt
 b/resources/mbox/CMakeLists.txt
+@@ -14,10 +14,18 @@ set( mboxresource_SRCS
+   ${mboxresource_common_SRCS}
+ )
+ 
+-# Fix a race condition. mboxresource.cpp needs compactpage.h which includes 
ui_compactpage.h.
+-# Make sure the ui file is generated before building the 
akonadi_mbox_resource target.
+-set_source_files_properties(mboxresource.cpp PROPERTIES OBJECT_DEPENDS 
${CMAKE_CURRENT_BINARY_DIR}/ui_compactpage.h)
+-set_source_files_properties(mboxresource.cpp PROPERTIES OBJECT_DEPENDS 
${CMAKE_CURRENT_BINARY_DIR}/ui_lockfilepage.h)
++# mboxresource.cpp needs UI files generated for another target. We must be 
sure the files
++# were created before building the akonadi_mbox_resource target.
++add_custom_target(generated_headers
++  DEPENDS
++  ${CMAKE_CURRENT_BINARY_DIR}/ui_compactpage.h
++  ${CMAKE_CURRENT_BINARY_DIR}/ui_lockfilepage.h
++)
++set_source_files_properties(
++  ${CMAKE_CURRENT_BINARY_DIR}/ui_compactpage.h
++  ${CMAKE_CURRENT_BINARY_DIR}/ui_lockfilepage.h
++  PROPERTIES GENERATED TRUE
++)
+ 
+ ecm_qt_declare_logging_category(mboxresource_SRCS HEADER mboxresource_debug.h 
IDENTIFIER MBOXRESOURCE_LOG CATEGORY_NAME org.kde.pim.mboxresource)
+ 
+@@ -29,6 +37,7 @@ qt5_add_dbus_adaptor(mboxresource_SRCS
+ )
+ 
+ add_executable(akonadi_mbox_resource ${mboxresource_SRCS})
++add_dependencies(akonadi_mbox_resource generated_headers)
+ 
+ if( APPLE )
+   set_target_properties(akonadi_mbox_resource PROPERTIES 
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/../Info.plist.template)
+-- 
+cgit v1.1

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-19.04.3.ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-19.04.3.ebuild
index a187fe09102..418ba920270 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-19.04.3.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-19.04.3.ebuild
@@ -74,7 +74,10 @@ RDEPEND="${COMMON_DEPEND}
!kde-misc/akonadi-ews
 "
 
-PATCHES=( "${FILESDIR}/${P}-ui_lockfilepage-race-condition.patch" )
+PATCHES=(
+   "${FILESDIR}/${P}-ui_lockfilepage-race-condition.patch"
+   "${FILESDIR}/${P}-ui_compactpage-race-condition.patch"
+)
 
 RESTRICT+=" test"
 

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-19.08.1.ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-19.08.1.ebuild
index 1afb7ce36c0..88e85dc3bb7 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-19.08.1.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-19.08.1.ebuild
@@ -74,6 +74,8 @@ RDEPEND="${COMMON_DEPEND}
!kde-misc/akonadi-ews
 "
 
+PATCHES=( "${FILESDIR}/${PN}-19.04.3-ui_compactpage-race-condition.patch" ) # 
bug #691938
+
 RESTRICT+=" test"
 
 src_prepare() {



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

2019-10-03 Thread Ben Kohler
commit: 58377030aa395e210fb8e402a254678e222c9b69
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct  3 17:40:33 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct  3 17:41:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58377030

profiles: remove additional obsolete connman[iwd] masks

Signed-off-by: Ben Kohler  gentoo.org>

 profiles/arch/amd64/package.use.stable.mask | 2 --
 profiles/arch/x86/package.use.stable.mask   | 2 --
 2 files changed, 4 deletions(-)

diff --git a/profiles/arch/amd64/package.use.stable.mask 
b/profiles/arch/amd64/package.use.stable.mask
index c763944dd29..585c53362df 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -49,8 +49,6 @@ app-admin/sudo -sssd
 # Mart Raudsepp  (2018-11-01)
 # net-wireless/iwd not stable yet
 net-misc/networkmanager iwd
-# Ben Kohler  (2019-05-22)
-net-misc/connman iwd
 
 # Mikle Kolyada  (2018-09-15)
 # the dependency is unstable

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index d7492438d65..8b490590352 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -49,8 +49,6 @@ app-admin/sudo -sssd
 # Mart Raudsepp  (2018-11-01)
 # net-wireless/iwd not stable yet
 net-misc/networkmanager iwd
-# Ben Kohler  (2019-05-22)
-net-misc/connman iwd
 
 # Thomas Deutschmann  (2018-09-27)
 # sys-devel/lld is unstable



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

2019-10-03 Thread Joonas Niilola
commit: 5c5ccfa7118f2c2765e1243dd431b32e2fe19c55
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct  3 17:35:54 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct  3 17:37:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5ccfa7

dev-libs/efl: drm+gles2 require wayland

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/efl/efl-1.23.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/efl/efl-1.23.0.ebuild b/dev-libs/efl/efl-1.23.0.ebuild
index 03f2c7c26a5..f9b10e18947 100644
--- a/dev-libs/efl/efl-1.23.0.ebuild
+++ b/dev-libs/efl/efl-1.23.0.ebuild
@@ -73,6 +73,7 @@ RDEPEND="
gles2? (
media-libs/mesa[egl,gles2]
virtual/opengl
+   drm? ( dev-libs/wayland )
)
glib? ( dev-libs/glib:2 )
gstreamer? (



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

2019-10-03 Thread Joonas Niilola
commit: bc5034780f7153ece56f21ad7b378d5fb6b53295
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct  3 17:36:42 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct  3 17:37:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc503478

dev-libs/efl: re-keyword ~x86

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-libs/efl/efl-1.23.0.ebuild b/dev-libs/efl/efl-1.23.0.ebuild
index f9b10e18947..e9bcaaa19c5 100644
--- a/dev-libs/efl/efl-1.23.0.ebuild
+++ b/dev-libs/efl/efl-1.23.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="X bmp connman dds debug doc +drm +eet elogind examples fbcon fontconfig
fribidi gif gles2 gnutls glib +gstreamer harfbuzz hyphen ibus ico 
libressl
lua +luajit jpeg2k json nls mono opengl +pdf physics pmaps postscript 
psd



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

2019-10-03 Thread Ben Kohler
commit: bd895cd34fa35f74a23a50c3838609aa1c2daa7e
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct  3 17:34:33 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct  3 17:35:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd895cd3

profiles: remove per-arch connman[iwd] masks

This functionality is fully broken until further notice, get rid of
per-arch masks/unmasks

Signed-off-by: Ben Kohler  gentoo.org>

 profiles/arch/amd64/package.use.mask | 1 -
 profiles/arch/base/package.use.mask  | 1 -
 profiles/arch/x86/package.use.mask   | 1 -
 3 files changed, 3 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 82280b43d70..e12fa999409 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -73,7 +73,6 @@ media-gfx/imagemagick -heif
 
 # Ben Kohler  (2018-08-23)
 # Unmask iwd support where net-wireless/iwd is keyworded
-net-misc/connman -iwd
 net-misc/networkmanager -iwd
 
 # Thomas Deutschmann  (2018-08-23)

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index faa9ca3ffc0..9c39320b7e5 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -51,7 +51,6 @@ media-gfx/imagemagick heif
 
 # Ben Kohler  (2018-08-23)
 # Mask iwd support until net-wireless/iwd is keyworded
-net-misc/connman iwd
 net-misc/networkmanager iwd
 
 # Rick Farina  (2018-06-27)

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index ce51c3317fa..c3f6d1739af 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -68,7 +68,6 @@ media-video/orion qtav
 
 # Ben Kohler  (2018-08-23)
 # Unmask iwd support where net-wireless/iwd is keyworded
-net-misc/connman -iwd
 net-misc/networkmanager -iwd
 
 # Thomas Deutschmann  (2018-08-23)



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

2019-10-03 Thread Thomas Deutschmann
commit: d4752af1c5acc5c41627ebbbc6c06bf7beac1a87
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct  3 17:25:25 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct  3 17:25:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4752af1

www-client/firefox-bin: bump to v69.0.2

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

 www-client/firefox-bin/Manifest| 186 ++---
 ...bin-69.0.1.ebuild => firefox-bin-69.0.2.ebuild} |   0
 2 files changed, 93 insertions(+), 93 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index dae4f373674..e60b708efef 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -257,102 +257,102 @@ DIST firefox-68.1.0esr-vi.xpi 529349 BLAKE2B 
c30529d5d7eda32a74f5a0188096c1bea91
 DIST firefox-68.1.0esr-xh.xpi 470586 BLAKE2B 
24a2aaae2358b8902c3ba236563dadbff8e48507ba2e286c8b93ccba576b7204412bdc7151c038d7f2853fb8f0165e3c3af7b29054b7c087368eae69625e00de
 SHA512 
704c7140e20ef443ad2ff76d6c6bce04ad76f3be7e88db4fe9655081c7e8f8951be2b78970e8551feebddb81973864bae24a3363f9f6bff139eb75d9d8a789d6
 DIST firefox-68.1.0esr-zh-CN.xpi 536620 BLAKE2B 
d99473dd06c33bc715a0bd451a5b30151f9fa8bd10051ffcb81bda7ae6002bfe5d3ba54f76fbabd82113fd31e9cc559e821085d3e5c6c383a36b14c8d30c096d
 SHA512 
dfc25cc63f936b01cf90fd1234354c61d803cf81fdeec5378b39550e44b9aacae6601c27c31a9c18524ccfb115e63cb99e33e7454ef2b4112dff54dba6a81ca8
 DIST firefox-68.1.0esr-zh-TW.xpi 536144 BLAKE2B 
bfe6a5d79a89975ba60c14cf9be25d2c9f79ce710220a2140b26336172419a516cea0aca5a459ef0d28c96b2cb3f2dc78d7bba41746cf31f27967561a02f489c
 SHA512 
a689e054a36ff146c0bc39246545b28592e1a0cc0db919af99cd56577b2da8357b84fbeac539bfc9b5907f63acfddcbbc7c6a4f95ab4e35955c60f1778b15f2c
-DIST firefox-69.0.1-ach.xpi 471474 BLAKE2B 
fd3fb5b4627f4f1a6e9bb9f9d0c06397d94c850765a99a4a395258079a1262060f9cda216e72f19681a2d48f799003e8c7d8d484c5c321e1d8e4b2e41f0f74d6
 SHA512 
c282228019b06ac238611a37a3b8e4a3807bdafa50aca5449b57bbd8e87a687b076962cec001422acd998b8c3b5fea24fb9fa1f9812c47237e7ed9158a63a0e6
-DIST firefox-69.0.1-af.xpi 449156 BLAKE2B 
8851703875c876d1cd7372f3e1af24f485da497d8942d4eca911f45647887bb8747313f4bbf10019f46c11a9fca45085941811caf510e11d9b5a26f37fa345de
 SHA512 
8e4183ede97df506bc7058db29228d44f7ccc2660c9adc19836b1a650a97e7bb8e20b0a2d6c0be80330541999ed0e8622210c98ce23e172a94c64acf90a8da8e
-DIST firefox-69.0.1-an.xpi 482718 BLAKE2B 
f9af07282c06f9af16feac831b5d1d5df28ed57490ba3ef28b50f98f3ed7c23c32481964e560aff1729bf87b5beac6bc31274dd7f1611150ce61964a12c4
 SHA512 
669470b4b5b97ff6dd2705109c45dd4fcb8cb5f22ddf9a4a0fd93ec0e738fc0df38c2476eaf82be3c2fd3bc7f537f6c6278d436751dba4b07d3c6828ea67026b
-DIST firefox-69.0.1-ar.xpi 541421 BLAKE2B 
8cfbe0c1cc2706131d0fe613b75875026f028920e3b76205911cb22b9775e8069c4542ecdeaa6fe1db23a1691d5d4bcadcd14335c4eeb1ba4b10194715bd172b
 SHA512 
919b51715d8dc1f3cdae1c7eb47177848ff087332acae47b459d4dd9778db4e3afb16b22b3a8aec65d2b0f080d7ade8b026f0a280ba9cfb4c0099215daaed74c
-DIST firefox-69.0.1-ast.xpi 479369 BLAKE2B 
702f29567a72eab20ec92f93918a1a08193604b84d040a6ade228460319d9b9f8432cc6fe2ffb7652c53e129b3d58d2516b20adc945961b390b113de5edbd893
 SHA512 
f9f24ebc8b4c6d4d33924b0f79039df41572e62adb86e1324c9b951d31be7fd6db762a7265cf52580674124713ab8af31481f878de66df62a7e9dcc418d63ea7
-DIST firefox-69.0.1-az.xpi 509589 BLAKE2B 
f1a4812168c389543bf4dd9f45fb34fbd13f952f74ed0691f81ec14e5919adc67f31e7ab3af67fdd84ac4db65a3fb90dfd8585e6d1e803bd33754b811c3aa920
 SHA512 
7c3aa4a657651aae7cfc038b91e4918298d86acc500f4b7286ad1195c85c2b3e4249b0e1a25f720411266b355617a3194d7fccb114c9bac0443b4bd9b8d0d032
-DIST firefox-69.0.1-be.xpi 594812 BLAKE2B 
3b95c2ffabfea1c0d274f181f7cb1b3e18aa41075be7c97d06d8d68dd97ab27e8d52d87e2c2f0f23d7839d6b0f022380ea9e4f56738158ea9621a1ffe9915f30
 SHA512 
62df2ad8b2b781e15eebd2de08f0601517566b655d89a754b2df28a142344533b6465df7c7ca46257673b97af3267b40134366e0bc1c1e12f2b10952b8b02e0b
-DIST firefox-69.0.1-bg.xpi 553022 BLAKE2B 
d6f1fde9a70c85ffb7c19d992f78eb3039e3b7520325cbe494f24f925d4bc3ae6ad0bcfbfd90faff43cd75298aaeb623edfdde2a5c0a44cfdf36844712127b6a
 SHA512 
755de1949c499e3695f5d7378c397af0e0f72ad92ee2bbe83b4c16e64124cfdae043e9a25ce6af3368a43251b1f05781b92fc0327dd67d317b6ca592c5988fa3
-DIST firefox-69.0.1-bn.xpi 572153 BLAKE2B 
1f088067eae7a4c1036ea2e706ad220e901bdb441cbd9c87edae37c9459d4794d8e6d3e06a9d82770aab726d4fc9937353034e7e321a98d3a97f08d17c09b215
 SHA512 
dea74590e6d1dcb528f3163e21b71df1ceb43863a30b91ad514842db844daec86a01ef5ce4e8e8ebfccf397685a9ce43e2f8dffe5298bb1aa33b03cccedc07bc
-DIST firefox-69.0.1-br.xpi 501731 BLAKE2B 
080fcec4048110877b018a845cc21458c4c13414ba818aadd52b9cf8e48249e13b59483b8b6db31e1f8446dc9109beea855625fa55b9d198fca370acd1c7d40f
 SHA512 
e6c7c78a4812dd90af3e431c6d2005df62bfe9998e23c28123f036375ee4a73a526819d7961a7b2bd400304ac96d351f3f6b18a1d946b0d04b29cef1e0fd8545
-DIST 

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

2019-10-03 Thread Thomas Deutschmann
commit: ff87451b43aef82d9704d4affe572217089c31fd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct  3 17:20:40 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct  3 17:20:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff87451b

www-client/firefox: bump to v69.0.2

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

 www-client/firefox/Manifest  |  92 
 www-client/firefox/firefox-69.0.2.ebuild | 773 +++
 2 files changed, 865 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index b65968b2d1b..727f36d2a6a 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -462,3 +462,95 @@ DIST firefox-69.0.1-xh.xpi 465707 BLAKE2B 
a093dcc8805079a57feca38e88d3d8ad8ace20
 DIST firefox-69.0.1-zh-CN.xpi 545783 BLAKE2B 
6210bafb475b0e358d2067a48cff4030c3d4efab41d93df445d1da98d97a490b1e41467684dba9a1e110b9eca4a8a4ff3639733f4e61da35c4b92847db6107e3
 SHA512 
41cf4eea4a2990f147afa7ed38d4ff1818abd1d96eaa898e460eb10957087f0ade5bca27cc0f04ed8d07ea8fd8e3b251e14fe2c33fdc0411ab77e9460f4f2de3
 DIST firefox-69.0.1-zh-TW.xpi 545659 BLAKE2B 
fb11626790926975c63003e1243473b3966f5b5081690a0736d56ccc32bf3bf07f762291bf76dae72e90afdd1ef33fca05eee47205e46e05c970bae5346b3575
 SHA512 
a87548e11e73fc403f80320d69b0236406314c6a314356a56cff588f11cddef508c595f297e15f7e385cd2a373258bb3b1ea9b0601f96bdc687c1c3bc4af6203
 DIST firefox-69.0.1.source.tar.xz 315516072 BLAKE2B 
882ea69163a59f0470b4359bce4eb54f7374179bd9143cf41eaad3a2d3644ef57ded3d6051a97cb476100a636153305bf79ca912ebbf9199f8732b8c6ce31cd7
 SHA512 
89e63eb882cd729f938fef3cb0565cf166b14fa8c4e34ff027f3f6ea0469e4a49706074259013c1cea66f7a3f6f46aead8e055049d542935ddca983ac172b93f
+DIST firefox-69.0.2-ach.xpi 471456 BLAKE2B 
b9d84abd383efd46a5a26fdc0eb0a798f83131c05331268452c5ecb03ea1fe6407ce29ae55c242f67ad39703523d1e3e17a76a0ac9dc154ce8a24b713ff7eac5
 SHA512 
211136a0eac47583c3bf1817484603da4cb475e81a8463c96204ee7941ca8f0120c1d2650bc61ec28e9b7b65aa36009c7397991a8c42b3d1525b8600afaa7a92
+DIST firefox-69.0.2-af.xpi 449152 BLAKE2B 
d67164dd2982a754d88fba72db6bb5b6175fa7a5c85b0bc46d707b998a53f1b368f94d3cfda36861db3dcc7935c7dedb6253a774f50bd4a08ec54fd77024dc08
 SHA512 
fc0b0538572689d1fcaf26c4a6a1c785afffc15bc58844bb51b367ce7ec75d4a2357f0b52ed716aec99812f759d5684b751a958c21cb21df4ff1ea9c9f9d54ae
+DIST firefox-69.0.2-an.xpi 482727 BLAKE2B 
fc4f2b7636e7e54581650baee7171d9cbdefbd861a6225ec8cca4f32a7539ce328f77ee63c6c78882fd90c3bc94a5579532cb6bd8603e346db707db0e7fc3a4e
 SHA512 
0c9d324436b7a16806a5ec523f82ab065c33f311974f41f59464b31eaf8ec106cbe2f4d2fb3e9f7f116a277a4d88a9b35727dea299e5bdfe28b5fc6229940288
+DIST firefox-69.0.2-ar.xpi 541416 BLAKE2B 
83eb65f17be7b94af60c076ba2bf02ad0cffec63f4c1d8af8385704c59ce0279d23085b5135e8985912ce22df177101637ad8ddd3b9eb34661bfd1feaf419e9b
 SHA512 
f7d7a9ba1fc18e024a712dad88b5b4052f0ad5aa7786b6de504daed8fc3e88dda5cda31c74c6b1e034b5043605d3a4e2a86f2cdd59ec3627ecd133fd73828b82
+DIST firefox-69.0.2-ast.xpi 479376 BLAKE2B 
55fb6e021d4402cdebdafe87e0c1fdc35528315f0181cd5fbbcdd31cfe10778f6d2d335c0080225de16d610d8b7918493f321d564c3386d4a90ac6ac507acbd5
 SHA512 
7fb7810752e917a016fa9b1e697a97e86028049190927596855c679965772d46aa04890f5bfad98e7080cfafbe7bbb8b2dcf9146322878a03dc838e2b38d9129
+DIST firefox-69.0.2-az.xpi 509596 BLAKE2B 
0f1fa05a11045864d40b62baca97a796737866986972fac2efa6857332dba5bce07f240edbf4337b0096e3d0d870e39d50e761f3103b32b9a767c41b4583ce7d
 SHA512 
3be5b84fe29ee0612bf38b0f5e1613c617c2c20e9780af5eacfcd7f8b8ead4d4a9f2b4f01fedace19547dd8611fc2b20fc0c618914a988d1d43d4b41580ae736
+DIST firefox-69.0.2-be.xpi 594810 BLAKE2B 
c7a4d05d4c07c25eade64dac2f0895f0a7910cf8fb4203665a188081f8e7d81c3fcb878e209ab12e2363409577239ae4c14a1f3403f161fddc11783213d3eb5b
 SHA512 
5c072905fc699cc81592491b02d9899f8fe7dee643bc6e752037c7c9f5cd79c59167597742f91c176dc1b6c544c9b2a29e5f85663e929e2cd082e789b20a6373
+DIST firefox-69.0.2-bg.xpi 553023 BLAKE2B 
8d8e5a5afa2267c5850d7db70574db6046f8ac097807490dde41365f9bf614709b492d66d6bbadedd9aef7fbe98265a1a7b84729bb2e97dd757db833733610f0
 SHA512 
ddae6f662f979cc38a33afb853dc29f87e51451e9de2459d7e465d922b69d29753ecfcb7e81278ed69075b16a996895888246e1c5dfd6deb022d0ada35720b26
+DIST firefox-69.0.2-bn.xpi 572152 BLAKE2B 
31f773d35782d418d0e3c8b08318ba2db3999b3530fc782a39b26c2704fcb83adf797a7e031b977b6c8a827c6eff855970731d97ba8db357503780b07f4ac413
 SHA512 
90b95d75d9ff1fd39b6d03b3e3fa9bb415a75ae5bfa35def70aa1f51795843732e58deeb488736df5be4bcb6de06bce1fa22594ccef1a211a6ab98551d432495
+DIST firefox-69.0.2-br.xpi 501734 BLAKE2B 
36ebf9758321d3c8e70fa5ab118bd659ddf6a5abcd2fb9a3103d31a113beab0a8b7f9399b76f6eef1a4895ea20abf66c6f6ee25a97c505ae397bef46e27026a7
 SHA512 
92bae9c3a5608336b8dcd0224a39aa17bb55e4266181fcc29550bf9152e58cf2f62d4813ee95c7a752f155435716355b1606f075abe9d4656227dbe1150b59ea
+DIST firefox-69.0.2-bs.xpi 482442 BLAKE2B 

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

2019-10-03 Thread Rick Farina
commit: 811f1547a5aef2ab0d9c18e6127a12548a7ef746
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Oct  3 16:02:09 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Oct  3 16:20:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811f1547

net-wireless/urh: bump

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

 net-wireless/urh/Manifest   | 2 +-
 net-wireless/urh/{urh-2.7.3.ebuild => urh-2.7.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/urh/Manifest b/net-wireless/urh/Manifest
index 19cf2280f2c..54c2935dde7 100644
--- a/net-wireless/urh/Manifest
+++ b/net-wireless/urh/Manifest
@@ -1,2 +1,2 @@
 DIST urh-1.6.4.1.tar.gz 14993226 BLAKE2B 
97ce52430d7449b1ea0dfe57a0dbd95d9b84da03b15403dc16c46c45c3b656686622182306b3e70f48aee8ef09540c82639216d30f29a6e495fce5978299a272
 SHA512 
3e7d3a770c97f4a5653524a2844721336440724611e554ba2fb33529c99abd15206a14249c27bd7a9fd21b5f5c34f2719b64477e4ebc58fa64d94e211383e8e6
-DIST urh-2.7.3.tar.gz 13379031 BLAKE2B 
b3b417b4cebed4f7a96509d451c82e52ed76590f993232ae0fc680a8585729a0aec11acc1581e6cc903e034f418ab37c46fb1c2bfa585b65defc706583dd55c9
 SHA512 
2caf0bb3900f30d4fc59205fabbfb0a0d81b0ab4eecc04ff1a1ab4f76d8bac569c652385bb0cf64d50786abb939eda4e8e5bf9f50b794bd5055b18ff6fbab41c
+DIST urh-2.7.5.tar.gz 13380707 BLAKE2B 
3f712e212ebe15e6a2f0affcb77f8973b1aa88971b8854cdc62b14b900fc010b8d2b27d918f7d6bb5a3d6914accce7cba01014aae9ed63de1bdaddc14145b96b
 SHA512 
81f32d8be83c5ea764de728c66c201d522a25a14baed30a7e6c7f0a4089d98d71520f8cb9cc594f41a6570e61fd48b9dc06ce8b87701f94b4ff58aed356f6481

diff --git a/net-wireless/urh/urh-2.7.3.ebuild 
b/net-wireless/urh/urh-2.7.5.ebuild
similarity index 100%
rename from net-wireless/urh/urh-2.7.3.ebuild
rename to net-wireless/urh/urh-2.7.5.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/files/, net-misc/connman-notify/

2019-10-03 Thread Ben Kohler
commit: b0ed85eec3c8e5eb14e86fbe037d914896679a4a
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct  3 16:17:37 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct  3 16:18:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ed85ee

net-misc/connman-notify: add patch for python3 compat, update deps

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

 .../connman-notify-0_pre20140623-r1.ebuild | 38 ++
 .../files/connman-notify-py3-support.patch | 38 ++
 2 files changed, 76 insertions(+)

diff --git a/net-misc/connman-notify/connman-notify-0_pre20140623-r1.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20140623-r1.ebuild
new file mode 100644
index 000..f3fa6cd20fe
--- /dev/null
+++ b/net-misc/connman-notify/connman-notify-0_pre20140623-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
+
+inherit desktop python-single-r1 vcs-snapshot
+
+MY_COMMIT="0ed9b5e4a0e1f03c83c4589cabf410cac66cd11d"
+
+DESCRIPTION="Desktop notification integration for connman"
+HOMEPAGE="https://gitlab.com/wavexx/connman-notify/;
+SRC_URI="https://gitlab.com/wavexx/connman-notify/repository/${MY_COMMIT}/archive.tar.bz2
 -> ${P}.tar.bz2"
+
+EGIT_REPO_URI="https://gitlab.com/wavexx/connman-notify.git;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   net-misc/connman
+   virtual/notification-daemon"
+
+PATCHES=( "${FILESDIR}"/connman-notify-py3-support.patch )
+
+src_install() {
+   python_fix_shebang ${PN}
+   dobin ${PN}
+   dodoc README.rst
+
+   make_desktop_entry ${PN} ${PN} ${PN} Network
+}

diff --git a/net-misc/connman-notify/files/connman-notify-py3-support.patch 
b/net-misc/connman-notify/files/connman-notify-py3-support.patch
new file mode 100644
index 000..59c88849556
--- /dev/null
+++ b/net-misc/connman-notify/files/connman-notify-py3-support.patch
@@ -0,0 +1,38 @@
+--- a/connman-notify
 b/connman-notify
+@@ -7,8 +7,8 @@
+ import argparse
+ import dbus
+ import dbus.mainloop.glib
+-import glib
+-import pynotify
++from gi.repository import GLib
++from gi.repository import Notify
+ 
+ APP_NAME  = 'connman'
+ SHORT_DEV = True
+@@ -22,7 +22,7 @@
+ 
+ 
+ def notify(subject, body):
+-ntf = pynotify.Notification(subject, body)
++ntf = Notify.Notification.new(subject, body)
+ ntf.show()
+ 
+ 
+@@ -79,7 +79,7 @@
+ if args.hide_addr: SHOW_ADDR = False
+ 
+ dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
+-pynotify.init(APP_NAME)
++Notify.init(APP_NAME)
+ bus = dbus.SystemBus()
+ manager = dbus.Interface(bus.get_object("net.connman", "/"), 
"net.connman.Manager")
+ 
+@@ -88,5 +88,5 @@
+ signal_name="PropertyChanged",
+ path_keyword="path")
+ 
+-mainloop = glib.MainLoop()
++mainloop = GLib.MainLoop()
+ mainloop.run()



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

2019-10-03 Thread Craig Andrews
commit: ca51ee6c39978cc45987c2d096e588b17f0a5792
Author: Craig Andrews  gentoo  org>
AuthorDate: Thu Oct  3 15:54:04 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Oct  3 15:54:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca51ee6c

dev-libs/rocr-runtime: Fix SIGSEGV

Bug: https://github.com/RadeonOpenCompute/ROCR-Runtime/issues/68
Closes: https://bugs.gentoo.org/696108
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 .../rocr-runtime-2.8.0-fix_doorbell_map.patch  | 57 ++
 dev-libs/rocr-runtime/rocr-runtime-2.8.0-r1.ebuild | 38 +++
 2 files changed, 95 insertions(+)

diff --git 
a/dev-libs/rocr-runtime/files/rocr-runtime-2.8.0-fix_doorbell_map.patch 
b/dev-libs/rocr-runtime/files/rocr-runtime-2.8.0-fix_doorbell_map.patch
new file mode 100644
index 000..aef3d297034
--- /dev/null
+++ b/dev-libs/rocr-runtime/files/rocr-runtime-2.8.0-fix_doorbell_map.patch
@@ -0,0 +1,57 @@
+https://github.com/RadeonOpenCompute/ROCR-Runtime/pull/71
+
+From d2a6ad97eb96a28d8f8b658b26ab94e911886cf2 Mon Sep 17 00:00:00 2001
+From: Sean Keely 
+Date: Thu, 5 Sep 2019 20:58:57 -0500
+Subject: [PATCH] Correct doorbell_queue_map allocation.
+
+doorbell_queue_map should be allocated unconditionally.
+---
+ core/runtime/amd_gpu_agent.cpp | 22 +++---
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
+diff --git a/core/runtime/amd_gpu_agent.cpp b/core/runtime/amd_gpu_agent.cpp
+index 9b79a6b..76df913 100644
+--- a/core/runtime/amd_gpu_agent.cpp
 b/core/runtime/amd_gpu_agent.cpp
+@@ -1182,12 +1182,22 @@ void GpuAgent::SyncClocks() {
+ }
+ 
+ void GpuAgent::BindTrapHandler() {
++  // Make an empty map from doorbell index to queue.
++  // The trap handler uses this to retrieve a wave's amd_queue_t*.
++  auto doorbell_queue_map_size = MAX_NUM_DOORBELLS * sizeof(amd_queue_t*);
++
++  doorbell_queue_map_ = 
(amd_queue_t**)core::Runtime::runtime_singleton_->system_allocator()(
++  doorbell_queue_map_size, 0x1000, 0);
++  assert(doorbell_queue_map_ != NULL && "Doorbell queue map allocation 
failed");
++
++  memset(doorbell_queue_map_, 0, doorbell_queue_map_size);
++
+   if (isa_->GetMajorVersion() == 7) {
+ // No trap handler support on Gfx7, soft error.
+ return;
+   }
+ 
+-  // Disable trap handler on Carrizo until KFD is fixed.
++  // Disable trap handler on APUs until KFD is fixed.
+   if (profile_ == HSA_PROFILE_FULL) {
+ return;
+   }
+@@ -1195,16 +1205,6 @@ void GpuAgent::BindTrapHandler() {
+   // Assemble the trap handler source code.
+   AssembleShader("TrapHandler", AssembleTarget::ISA, trap_code_buf_, 
trap_code_buf_size_);
+ 
+-  // Make an empty map from doorbell index to queue.
+-  // The trap handler uses this to retrieve a wave's amd_queue_t*.
+-  auto doorbell_queue_map_size = MAX_NUM_DOORBELLS * sizeof(amd_queue_t*);
+-
+-  doorbell_queue_map_ = 
(amd_queue_t**)core::Runtime::runtime_singleton_->system_allocator()(
+-  doorbell_queue_map_size, 0x1000, 0);
+-  assert(doorbell_queue_map_ != NULL && "Doorbell queue map allocation 
failed");
+-
+-  memset(doorbell_queue_map_, 0, doorbell_queue_map_size);
+-
+   // Bind the trap handler to this node.
+   HSAKMT_STATUS err = hsaKmtSetTrapHandler(node_id(), trap_code_buf_, 
trap_code_buf_size_,
+doorbell_queue_map_, 
doorbell_queue_map_size);

diff --git a/dev-libs/rocr-runtime/rocr-runtime-2.8.0-r1.ebuild 
b/dev-libs/rocr-runtime/rocr-runtime-2.8.0-r1.ebuild
new file mode 100644
index 000..9a38ed33238
--- /dev/null
+++ b/dev-libs/rocr-runtime/rocr-runtime-2.8.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/;
+   inherit git-r3
+   S="${WORKDIR}/${P}/src"
+else
+   
SRC_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/ROCR-Runtime-roc-${PV}/src"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Radeon Open Compute Runtime"
+HOMEPAGE="https://github.com/RadeonOpenCompute/ROCR-Runtime;
+PATCHES=(
+   "${FILESDIR}/${PN}-2.0.0-cmake-install-paths.patch"
+   "${FILESDIR}/${P}-fix_doorbell_map.patch"
+)
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="nonfree"
+
+COMMON_DEPEND="sys-process/numactl"
+RDEPEND="${COMMON_DEPEND}
+   nonfree? ( dev-libs/hsa-ext-rocr )"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/roct-thunk-interface-${PV}"
+
+src_prepare() {
+   sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i 
CMakeLists.txt || die
+   cmake-utils_src_prepare
+}



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

2019-10-03 Thread 罗百科
commit: 0508b3ef2807ea21aeb2cb812acdcc59f8ccc1cc
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Oct  3 15:42:56 2019 +
Commit: 罗百科  gentoo  org>
CommitDate: Thu Oct  3 15:44:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0508b3ef

dev-db/postgresql: Bump to 12.0

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/Manifest |   3 +-
 ...esql-12_beta4.ebuild => postgresql-12.0.ebuild} |   0
 dev-db/postgresql/postgresql-12_rc1.ebuild | 467 -
 3 files changed, 1 insertion(+), 469 deletions(-)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index 2563977277f..54658c29909 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -2,8 +2,7 @@ DIST postgresql-10.10.tar.bz2 19012049 BLAKE2B 
44ed5cfe2dc57ff3533faa1e921c981e0
 DIST postgresql-10.9.tar.bz2 18981395 BLAKE2B 
ef2ac003b393ea7cbf24c45fac6b3dc69df2a8694a9e891d5a68f7310d63fb816649d16a7351d03b63a4eb2256703efcab616a0146324478335267c39f3b9829
 SHA512 
4e2f30a0fd262f2e3ce5fc836425be635326600cd6cd4e117c57f59ea7ab2e9ea463a8d357fe7adb8c0dd0094e43d08efc2a137f8f9975715a5908e35920f98e
 DIST postgresql-11.4.tar.bz2 19759635 BLAKE2B 
a3f35df40d31dce52073eeacf4e16bc7ccb487dc0a6e15b84d087f04fd130b66b1168ece3edc63927c377ca1044b54ccb3db5fb9b4a5c86a5b0e179a6678c73c
 SHA512 
159fb84134e05ddc58e40a879ca52ed4d58ced7bcd1e7310d59bda84f9055339a31a92cfaab2c063a88685f7417b9a828534394bf9a2477fc33d1fb6cd26186b
 DIST postgresql-11.5.tar.bz2 19773087 BLAKE2B 
32dca67ddfe2f6a6801a5d82a25fe7df0cc2dd89c35eee87a57ebe6391b8d7d4bccc59d6cac3e821ad76731ab319e3303f2fcbce9ee8cda1cfef13b2185c0ab1
 SHA512 
537148079dc6c33cfb9bf9722171e524707b42ef01369deb968d0d6e8fa9b7f16f6ce67139d9dc45fb7385defbf56aa2c0affe5ee9d76e996f31e47486192141
-DIST postgresql-12beta4.tar.bz2 20710205 BLAKE2B 
7a1a1732c4fe36aeadb3e80b4cc85796a3799ffe815f5199d8528668bd9588cf1edbd55a56c499bbff68e7dca01b734be6f50db3143cad3cd679dece6bfd9719
 SHA512 
52bf2fca13ea52890e5f6c6d42bfe8724267a3bb0c703cf792cab67cb7d71794107ec68a54e1b7cdc88d5050aa0745ad4980336074b04dcc610967b70776503b
-DIST postgresql-12rc1.tar.bz2 20718193 BLAKE2B 
4c40c7ab6e98e43da4073d0b7b8341f47b61326ab4b552fe2e075a5135ba22b6b82a1fcd0aee80863e9cfd3cdb659bd609832e44618feadde4329dbc669ccecc
 SHA512 
bea1fbf40836597f2427a5d3de4f9b5732a795b755aaa3263205210b8b27aab0a7a860e73c4698de77cd4f95b685390ad96732f5e71e35839df2ca317f75badd
+DIST postgresql-12.0.tar.bz2 20177458 BLAKE2B 
614222e43519a83044587981cb04ab7e437357d5b2784068d425aaeb67df54f44aef4aaaf780bd3f83f012c0fc8f41723bc83b6e44e7bf2707857c491b8d129b
 SHA512 
231a0b5c181c33cb01c3f39de1802319b79eceec6997935ab8605dea1f4583a52d0d16e5a70fcdeea313462f062503361d543433ee03d858ba332c72a665f696
 DIST postgresql-9.4.22.tar.bz2 16848787 BLAKE2B 
5c2aaef13ef0cf33c421e6839877a8e4e1fc5dbe41d9cabefddd369925869f92f6c6b8a124b5778f9b25359103f0a7ada1eddcaf4bac498709f563928f25e7e3
 SHA512 
f11623a89b2320616fd53eda52da544bdfcb63bff08cb78fccde134ef628eee7ee90b3de6952f4e08c10297d356624faabf0e5b181b0105f51797796cd04efef
 DIST postgresql-9.4.23.tar.bz2 16848808 BLAKE2B 
fd747fb3f6f540190ecbd53116ef7b8b812d05f5968e32c9d09c5902239eaf073281262dba9836514344303a3c894f48c617e050ce713be7c09f53ee49c7b3cd
 SHA512 
b1eb392b939ac8369c76e4ecc142c78f380afc498b60ec0ea97acb16c21ffa5c11a24c2c46463032865955b7c531492c08feb6ef1efc46a549369f026594ea61
 DIST postgresql-9.4.24.tar.bz2 16842941 BLAKE2B 
999a33addd493d1169ba3222a269fea827f4ed866453727bf9545d6a8873943d56b8e71773daf0f116150dc557afaf2e80dc570e8f351ba64b196ae8bcd8fbc9
 SHA512 
8e7b4da8a5cf48cf4d98cce117614f7ab594087d0002f996c1fedc2a38af6eaa663ad3ce67ced6d6b0fd6d0b00aee932025bf50a4314933ba535716577e9393f

diff --git a/dev-db/postgresql/postgresql-12_beta4.ebuild 
b/dev-db/postgresql/postgresql-12.0.ebuild
similarity index 100%
rename from dev-db/postgresql/postgresql-12_beta4.ebuild
rename to dev-db/postgresql/postgresql-12.0.ebuild

diff --git a/dev-db/postgresql/postgresql-12_rc1.ebuild 
b/dev-db/postgresql/postgresql-12_rc1.ebuild
deleted file mode 100644
index d16b0dfd1e7..000
--- a/dev-db/postgresql/postgresql-12_rc1.ebuild
+++ /dev/null
@@ -1,467 +0,0 @@
-# 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,7} )
-
-PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN
-zh_TW"
-
-inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \
-   systemd user
-
-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=$(ver_cut 1)
-
-MY_PV=${PV/_/}
-S="${WORKDIR}/${PN}-${MY_PV}"

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

2019-10-03 Thread 罗百科
commit: adbf12882a37c049646254b09ae6f11ed037ce8d
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Oct  3 15:43:38 2019 +
Commit: 罗百科  gentoo  org>
CommitDate: Thu Oct  3 15:45:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbf1288

profiles/: Unmask postgres-12

Signed-off-by: Patrick Lauer  gentoo.org>

 profiles/base/use.mask |  4 
 profiles/package.mask  | 12 
 2 files changed, 16 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 38d493d6edc..6e981e94a6e 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -32,10 +32,6 @@ php_targets_php7-0
 # d3d9 only works on amd64/x86.
 d3d9
 
-# Aaron W. Swenson  (2018-09-09)
-# Mask PostgreSQL 12 while in (pre-)alpha.
-postgres_targets_postgres12
-
 # Andreas K. Hüttel  (2017-11-04)
 # Unkeyworded on most arches, unmasked in supported arch profiles.
 audacious

diff --git a/profiles/package.mask b/profiles/package.mask
index dc5b11df8b7..f74f888d43c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1126,18 +1126,6 @@ dev-lang/php:7.4
 # Requires >=dev-lang/lua-5.2 which is masked
 >=app-admin/conky-1.11.4
 
-# Patrick Lauer  (2019-05-23)
-# PostgreSQL beta and release candidate releases are pre-release testing
-# versions, not meant for production use. They are feature-frozen, and are
-# released to the public for testing before final release
-#
-# NOTE: Successive beta or candidate releases may not be backwards compatible,
-# so it is important that you review the release notes before upgrading.
-#
-# For more information about beta and release candidate versions, see:
-# https://www.postgresql.org/developer/beta/
-dev-db/postgresql:12
-
 # Andreas K. Hüttel  (2019-05-11)
 # Perl 5.24 will be removed soon. Please upgrade.
 

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

2019-10-03 Thread Joonas Niilola
commit: 50a16e19a2e0dfbd86ddd321104652fc06b19c52
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct  3 15:37:43 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct  3 15:37:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a16e19

dev-libs/check: update maintainer

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/check/metadata.xml | 19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/dev-libs/check/metadata.xml b/dev-libs/check/metadata.xml
index 2f39b9d091b..9db0afcb5ff 100644
--- a/dev-libs/check/metadata.xml
+++ b/dev-libs/check/metadata.xml
@@ -1,12 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   
-   Enable support for the subunit unit test 
protocol
-   
-   
-   check
-   libcheck/check
-   
+  
+juip...@gentoo.org
+Joonas Niilola
+  
+  
+Enable support for the subunit unit test 
protocol
+  
+  
+check
+libcheck/check
+  
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/

2019-10-03 Thread Joonas Niilola
commit: 59889d0ebdd48457b9847135585b46035abb4095
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct  3 15:41:26 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct  3 15:41:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59889d0e

x11-wm/enlightenment: update 'optfeature' in 0.23.1

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-wm/enlightenment/enlightenment-0.23.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild 
b/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
index f919e54034a..ac2cc103019 100644
--- a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
@@ -98,6 +98,7 @@ pkg_postinst() {
xdg_mimeinfo_database_update
 
einfo "Additional programs to complete full EFL suite: "
+   optfeature "office file thumbnails" app-office/libreoffice 
app-office/libreoffice-bin
optfeature "an EFL-based IDE" dev-util/edi
optfeature "image viewer" media-gfx/ephoto
optfeature "ConnMan user interface for Enlightenment" net-misc/econnman



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

2019-10-03 Thread Joonas Niilola
commit: cc48fef5911948c8d649e3016e418161cad829da
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct  3 15:35:37 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct  3 15:35:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc48fef5

dev-libs/efl: bump to 1.23.0

- 'doc' USE readded,
- new image loader for lottie animations through 'json' USE,
- new meson build system,
- reworked dependencies, logic and REQUIRED_USE constraints.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/efl/Manifest  |   1 +
 dev-libs/efl/efl-1.23.0.ebuild | 290 +
 dev-libs/efl/metadata.xml  |  68 +-
 3 files changed, 327 insertions(+), 32 deletions(-)

diff --git a/dev-libs/efl/Manifest b/dev-libs/efl/Manifest
index 41567e68e5d..1247524d178 100644
--- a/dev-libs/efl/Manifest
+++ b/dev-libs/efl/Manifest
@@ -1,2 +1,3 @@
 DIST efl-1.22.2.tar.xz 71320272 BLAKE2B 
b1eb66228ec5a92f5d89bf38d95439f9bfb0b09a074e418094474d7c7d0de6a4ae998321a02273a5c9bbcfcba260a7ff3d8cef0af445293869c82c57dec2cca0
 SHA512 
7385b1fdeee0a4565a0765fedbe5cecca81b86b306ee95a703b3064a88427ab0b4967f6f075a92f5c1d5911cefc56a9c2d45c7347572480169e3f53348321734
 DIST efl-1.22.5.tar.xz 71358856 BLAKE2B 
d1b9c8263608bca61760adb129eb5ad3d507caaa2d4e03847d9c06c99494d6dcaa0756368f700fde64d15dd33147a1f58f5391164902c1f9f586ef7307b14510
 SHA512 
87d10ab244778fc8452ea85cbf698a6b0ccd065964941f7c04d073cf7db9632b09d7956d86bd5c4e9fa102efceb1057269322e84504c70ee5f740176cd4bb26f
+DIST efl-1.23.0.tar.xz 77467596 BLAKE2B 
a07d988623d1b743bad02803f870b8b2cbf9e629b78c7614a733cb916ef2ab585d855396eda62949ae9dd55d2efd99f38c11fc11bdc7eccead6c727baa279a0e
 SHA512 
6f96b822a8e8d44309b6174f2bde66aec8cce94386574e61fac88ab539113fec173e7f00db16a03d83b7294f5d4892800861cfda2f2b72bb78636a781bfd21b3

diff --git a/dev-libs/efl/efl-1.23.0.ebuild b/dev-libs/efl/efl-1.23.0.ebuild
new file mode 100644
index 000..03f2c7c26a5
--- /dev/null
+++ b/dev-libs/efl/efl-1.23.0.ebuild
@@ -0,0 +1,290 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg-utils
+
+DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
+HOMEPAGE="https://www.enlightenment.org;
+SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="X bmp connman dds debug doc +drm +eet elogind examples fbcon fontconfig
+   fribidi gif gles2 gnutls glib +gstreamer harfbuzz hyphen ibus ico 
libressl
+   lua +luajit jpeg2k json nls mono opengl +pdf physics pmaps postscript 
psd
+   pulseaudio raw scim sdl +sound +ssl static-libs +svg +system-lz4 systemd
+   tga tgv tiff tslib unwind v4l vlc vnc wayland webp xcf xim xine xpm
+   xpresent zeroconf"
+
+REQUIRED_USE="
+   ?? ( elogind systemd )
+   ?? ( gles2 opengl )
+   ^^ ( lua luajit )
+   ssl
+   gles2? ( || ( wayland X ) )
+   pulseaudio? ( sound )
+   wayland? ( gles2 !opengl )
+   xim? ( X )
+   xpresent? ( X )
+"
+
+# Requires everything to be enabled unconditionally.
+RESTRICT="test"
+
+RDEPEND="
+   dev-libs/check
+   net-misc/curl
+   media-libs/libpng:0=
+   sys-libs/zlib
+   virtual/jpeg:0=
+   X? (
+   media-libs/freetype
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libXScrnSaver
+   wayland? ( x11-libs/libxkbcommon[X] )
+   )
+   connman? ( net-misc/connman )
+   drm? (
+   dev-libs/libinput
+   x11-libs/libdrm
+   x11-libs/libxkbcommon
+   )
+   elogind? (
+   sys-auth/elogind
+   virtual/libudev
+   )
+   fontconfig? ( media-libs/fontconfig )
+   fribidi? ( dev-libs/fribidi )
+   gif? ( media-libs/giflib:= )
+   gles2? (
+   media-libs/mesa[egl,gles2]
+   virtual/opengl
+   )
+   glib? ( dev-libs/glib:2 )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+   hyphen? ( dev-libs/hyphen )
+   ibus? ( app-i18n/ibus )
+   jpeg2k? ( media-libs/openjpeg:= )
+   json? ( dev-libs/rlottie )
+   lua? ( dev-lang/lua:* )
+   luajit? ( dev-lang/luajit )
+   mono? ( dev-lang/mono )
+   opengl? ( virtual/opengl )
+   pdf? ( app-text/poppler:=[cxx] )
+   physics? ( sci-physics/bullet:= )
+   postscript? ( 

[gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/

2019-10-03 Thread Joonas Niilola
commit: 613742a6617062787fc03af0980f616528bd3efe
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct  3 15:42:08 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct  3 15:42:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613742a6

x11-wm/enlightenment: clean old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-wm/enlightenment/Manifest|   1 -
 x11-wm/enlightenment/enlightenment-0.23.0.ebuild | 112 ---
 2 files changed, 113 deletions(-)

diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest
index 1dd0fc41429..096c125b9c4 100644
--- a/x11-wm/enlightenment/Manifest
+++ b/x11-wm/enlightenment/Manifest
@@ -1,3 +1,2 @@
 DIST enlightenment-0.22.4.tar.xz 25656972 BLAKE2B 
5e24e226e5f9295d27658656aefaf39cc80ad3634ba1937ef1a3c8e1adeba8cf3cbab2c43cb9e80ac298107a7a64e248ff252084b19c26a9749eb9e6c3fa
 SHA512 
9f4366bfed4d65e7baaeffd4f5b8ba6febf6f9888e6156dd3e100c9fca42c377f76f156f3dd1f6ab97745ffcb69e1e8d320937e41333797580624a9b74d298ba
-DIST enlightenment-0.23.0.tar.xz 26425732 BLAKE2B 
2b0bd2f27f5589eb4fa9e1cdd0f2713db26eef36ac204f666dded8a07e91edd260192d413b88e82609c700a71a3459defe8dcae6b778601473c32565799c15c8
 SHA512 
e49ed9d1d1725cbfd488eb654c3fbe60700382e26136d568b23452cff0112c49953633fd7ac9df7b64f910d37679681b2b9b417d710f46608e97c4060362c7d8
 DIST enlightenment-0.23.1.tar.xz 26426096 BLAKE2B 
d781dc951ad8eddd90f633b29a6b1180be63e6052a56e60644b4f738f4c0d42617aeb4f7326cf3284d0b331dd87d605fa0625ea6435f4e36b8f5b3ccce82ca53
 SHA512 
b5b8a34f6abe47d9b23dbcaf09d2f61f74b3f8d5a97b30a9666916b4bd307a45cb2ad874288419ab40ef06fa57c3b7dc15377dd9acaeb6eb71cd8c0c24fc42cb

diff --git a/x11-wm/enlightenment/enlightenment-0.23.0.ebuild 
b/x11-wm/enlightenment/enlightenment-0.23.0.ebuild
deleted file mode 100644
index f919e54034a..000
--- a/x11-wm/enlightenment/enlightenment-0.23.0.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils meson xdg-utils
-
-DESCRIPTION="Enlightenment window manager"
-HOMEPAGE="https://www.enlightenment.org;
-SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0.17/${PV%%_*}"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks 
wayland wifi xwayland"
-
-REQUIRED_USE="xwayland? ( wayland )"
-
-RDEPEND="
-   >=dev-libs/efl-1.22.3[eet,X]
-   virtual/udev
-   x11-libs/libXext
-   x11-libs/libxcb
-   x11-libs/xcb-util-keysyms
-   x11-misc/xkeyboard-config
-   acpi? ( sys-power/acpid )
-   bluetooth? ( net-wireless/bluez )
-   connman? ( dev-libs/efl[connman] )
-   geolocation? ( app-misc/geoclue:2.0 )
-   packagekit? ( app-admin/packagekit-base )
-   pam? ( sys-libs/pam )
-   systemd? ( sys-apps/systemd )
-   udisks? ( sys-fs/udisks:2 )
-   wayland? (
-   >=dev-libs/efl-1.22.0[drm,wayland]
-   dev-libs/wayland
-   x11-libs/libxkbcommon
-   x11-libs/pixman
-   )
-   xwayland? (
-   dev-libs/efl[X,wayland]
-   x11-base/xorg-server[wayland]
-   )
-"
-BDEPEND="
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local emesonargs=(
-   -D device-udev=true
-   -D install-enlightenment-menu=true
-
-   -D bluez4=false
-   -D install-sysactions=false
-   -D mount-eeze=false
-
-   $(meson_use udisks mount-udisks)
-   $(meson_use bluetooth bluez5)
-   $(meson_use connman)
-   $(meson_use geolocation)
-   $(meson_use nls)
-   $(meson_use packagekit)
-   $(meson_use pam)
-   $(meson_use systemd)
-   $(meson_use wayland wl)
-   $(meson_use wifi wireless)
-   $(meson_use xwayland)
-   )
-
-   if ! use wayland; then
-   emesonargs+=(
-   -D wl-buffer=false
-   -D wl-desktop-shell=false
-   -D wl-drm=false
-   -D wl-text-input=false
-   -D wl-weekeyboard=false
-   -D wl-wl=false
-   -D wl-x11=false
-   )
-   fi
-
-   meson_src_configure
-}
-
-src_install() {
-   insinto /etc/enlightenment
-   newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf
-
-   use doc && local HTML_DOCS=( doc/. )
-   meson_src_install
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-
-   einfo "Additional programs to complete full EFL suite: "
-   optfeature "an 

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

2019-10-03 Thread Ben Kohler
commit: f33fa467a2308fa409d0cd16b3081530783e49a5
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct  3 15:05:49 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct  3 15:06:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33fa467

profiles: mask iwd support on connman for now

Signed-off-by: Ben Kohler  gentoo.org>

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index aa5d61f3eea..40eaf5025ed 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Ben Kohler  (2019-10-03)
+# iwd backend for connman hasn't kept up with iwd releases/API, mask 
+# until it catches up.
+net-misc/connman iwd
+
 # Brian Evans  (2019-10-01)
 # PHP support is broken with current version
 # Mask USE until they are fixed



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

2019-10-03 Thread Hans de Graaff
commit: 3685506ced371db991a6bc59a874ab7093fb87dd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  3 14:40:49 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  3 14:40:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3685506c

dev-lang/ruby: cleanup

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

 dev-lang/ruby/Manifest  |   1 -
 dev-lang/ruby/ruby-2.4.8.ebuild | 230 
 2 files changed, 231 deletions(-)

diff --git a/dev-lang/ruby/Manifest b/dev-lang/ruby/Manifest
index d3b501803ba..64e2bb7ebb7 100644
--- a/dev-lang/ruby/Manifest
+++ b/dev-lang/ruby/Manifest
@@ -1,5 +1,4 @@
 DIST ruby-2.4.7.tar.xz 10118948 BLAKE2B 
e85e051e9dbac8e7f87bd6187dc105b89a6bc7197c811bd51bf25b109781b8ec79c02e48887cbac841d38922d278da4ee32d8cf14e180083f4a902d77c4ec2dc
 SHA512 
df637c5803ddd83f759e9c24b0e7ca1f6cae7c7b353409583d92dbffece0d9d02b48905d6552327a1522a4a37d4e2d22c6c11bd991383835be35e2f31739d649
-DIST ruby-2.4.8.tar.xz 9813812 BLAKE2B 
94f651ecb013f13425d8e53ae23070c23568b079c4554273c36b61d4ccf17269ac4bccff8676cf26d6c2a2e678e4d644432aa1d36e5bafbbe65457a4988a5532
 SHA512 
5f51a8312c23c1c2bfbb9c59efbd789492a4a7e4b1d4e7764db6eaaa542008e814b40817f10825e22c7fa8715fb9187be5d09b06128da211559b3601785937ea
 DIST ruby-2.4.9.tar.xz 10078316 BLAKE2B 
ad83adf6b884a9a36e83cc754077f706afa221a9e8b81d92f6b6a1b829dc0350bdacd67b0b4e1e196a17e3f7d1c65f1e9b38e245aeddf089576eaca7d051701b
 SHA512 
9046575315c29c789427c2d00c832f0c0970e47fd158bbe8e4f2df5cff2ea9c06c65c3493adb4656e5b32ebfdc546092911f98a8ad7f698bc001c290db5888c7
 DIST ruby-2.5.6.tar.xz 11323612 BLAKE2B 
5db6d573089a9fba95a1027891a0116c14d495b342ca8f055bd1ad55942f2a15a65a61cc1a0f6f249cd10fe2f6161f3ab0066a6dbce8e480e55b76ca5bdb5cd9
 SHA512 
4fe5f8bad5d320f8f17b02ce15afee341e7b0074efcfd98d8944e0cb7c448e0660c4553dd5c0328ee3b49fea3247642f85c60bdce431ed57f58b6326dfd48ee1
 DIST ruby-2.5.7.tar.xz 11296440 BLAKE2B 
6f3590f30c7b196145a83490abed24b0059521374a03086646186b20670bfed548ea744c910c8eda0d11607d8673644d7fb23ff9091dd2f6dfcbc43080fe0f97
 SHA512 
63b7c75fab44cd1bd22f22ddec00c740cf379ac7240da0dfafcec54347766695faef47428ce1c433fd77fa96992e976c984697067fa526236d383b12adc9ce75

diff --git a/dev-lang/ruby/ruby-2.4.8.ebuild b/dev-lang/ruby/ruby-2.4.8.ebuild
deleted file mode 100644
index f38372e822b..000
--- a/dev-lang/ruby/ruby-2.4.8.ebuild
+++ /dev/null
@@ -1,230 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic multilib
-
-MY_P="${PN}-$(ver_cut 1-3)"
-S=${WORKDIR}/${MY_P}
-
-SLOT=$(ver_cut 1-2)
-MY_SUFFIX=$(ver_rs 1 '' ${SLOT})
-RUBYVERSION=${SLOT}.0
-
-DESCRIPTION="An object-oriented scripting language"
-HOMEPAGE="https://www.ruby-lang.org/;
-SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz"
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 +ssl static-libs tk xemacs"
-
-RDEPEND="
-   berkdb? ( sys-libs/db:= )
-   gdbm? ( sys-libs/gdbm:= )
-   jemalloc? ( dev-libs/jemalloc )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )
-   socks5? ( >=net-proxy/dante-1.1.13 )
-   tk? (
-   dev-lang/tcl:0=[threads]
-   dev-lang/tk:0=[threads]
-   )
-   dev-libs/libyaml
-   virtual/libffi:=
-   sys-libs/readline:0=
-   sys-libs/zlib
-   >=app-eselect/eselect-ruby-20161226
-   !

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

2019-10-03 Thread Anthony G. Basile
commit: 4c5b04436e05c8dfe7e4ea8107a08670f32d746f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct  3 14:30:19 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct  3 14:30:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5b0443

dev-libs/libgpiod: version bump to 1.4.1, bug #671370

Author: gabemarcano  yahoo.com
Closes: https://bugs.gentoo.org/671370
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Anthony G. Basile  gentoo.org>

 dev-libs/libgpiod/Manifest  |  1 +
 dev-libs/libgpiod/libgpiod-1.4.1.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/libgpiod/Manifest b/dev-libs/libgpiod/Manifest
index 24dedcf0330..96b415fe240 100644
--- a/dev-libs/libgpiod/Manifest
+++ b/dev-libs/libgpiod/Manifest
@@ -1 +1,2 @@
 DIST libgpiod-1.1.1.tar.xz 302672 BLAKE2B 
71c624f923118b7c50970beb737f2c813d1470a34f95798f9ce821211e16f15e2a3fd42d0054e25529ddc9846725c0935d915784f22d2509b844a0bac61b66b6
 SHA512 
a1d902ce8e1c94d5550ade2fb4889ebe28b86523505b92ab907f58c8e6903eaf07ce16278126989462956b879f591b42ddd50fbc4537c1b5af459f23a4dfc12f
+DIST libgpiod-1.4.1.tar.xz 314936 BLAKE2B 
8949c4a96f69a83a479f5951e6f1eb8fee56db700e72320131c365a5d736a48700fb42b7ecc2b676cec54887eaa650075f45ec1f0b803de914958cefd3863db8
 SHA512 
2a9c58a46fb3c2e2dd15cc4ba52f589b44e5ae4547226eeb68a8e5bea6292d38aaf0889cc639e0979e12e129bb944bb42d9258f10292f59d074660e7c2d56d04

diff --git a/dev-libs/libgpiod/libgpiod-1.4.1.ebuild 
b/dev-libs/libgpiod/libgpiod-1.4.1.ebuild
new file mode 100644
index 000..50141fbb261
--- /dev/null
+++ b/dev-libs/libgpiod/libgpiod-1.4.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils multilib multilib-minimal
+
+DESCRIPTION="C library and tools for interacting with the linux GPIO character 
device"
+HOMEPAGE="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/;
+SRC_URI="https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/${P}.tar.xz;
+
+LICENSE="LGPL-2.1"
+# Reflects the ABI of libgpiod.so
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="static-libs +tools cxx python test"
+
+#  --enable-tests  enable libgpiod tests [default=no]
+#  --enable-bindings-cxx   enable C++ bindings [default=no]
+#  --enable-bindings-python
+
+multilib_src_configure() {
+   local myconf=(
+   $(use_enable tools)
+   $(use_enable cxx bindings-cxx)
+   $(use_enable test tests)
+   $(multilib_native_use_enable python bindings-python)
+   )
+
+   if ! multilib_is_native_abi; then
+   myconf+=(
+   --disable-tools
+   )
+   fi
+
+   ECONF_SOURCE="${S}" econf "${myconf[@]}"
+}
+
+multilib_src_install() {
+   default
+
+   find "${D}" -name '*.la' -type f -delete || die
+
+   if ! use static-libs; then
+   find "${D}" -name "*.a" -delete || die
+   fi
+}



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

2019-10-03 Thread Anthony G. Basile
commit: 2b134ba23299a635f3ff4056aa75bebdaaca93f3
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct  3 13:57:24 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct  3 13:57:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b134ba2

net-proxy/torsocks: version bump to 2.3.0, bug #680502

Closes: https://bugs.gentoo.org/680502
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-proxy/torsocks/Manifest|  1 +
 .../files/torsocks-2.3.0-fix-syscall.patch | 94 ++
 net-proxy/torsocks/torsocks-2.3.0.ebuild   | 48 +++
 3 files changed, 143 insertions(+)

diff --git a/net-proxy/torsocks/Manifest b/net-proxy/torsocks/Manifest
index e91855d4925..8c6d485bcea 100644
--- a/net-proxy/torsocks/Manifest
+++ b/net-proxy/torsocks/Manifest
@@ -1 +1,2 @@
 DIST torsocks-2.2.0.tar.gz 115269 BLAKE2B 
e6e376dbe9b248bcb51fb0c3c16346f4888310abd6e84942acca69f67ae15afe5dfeba9a6b3a8d1fa562f87548450af93cea3bea4d899980ca6acb651658cfaa
 SHA512 
903d11d58ece76eaf75ff8fc11a27e4a29f94be530f2d77d1a6f0982d556a4b9c78677a43eed88f2451054d0e985672900ecf73b360fa09e80195c3b9006622b
+DIST torsocks-2.3.0.tar.gz 118033 BLAKE2B 
a4329ffa5e20204024c4f7dda8619ba2d3e2a5f370727acdc720527688bdb3f8735b0386dfa07758fe59e1890f9ce88bb148a1b0c401bbb5966d2fe17934ca61
 SHA512 
139f4cf60191632add8bc845b2d68d25a0285e9746988167d832e50cedb8083f2765571429d3a11350fa2d327a1ff0a0ead9b464dac90d897b13ab948f609114

diff --git a/net-proxy/torsocks/files/torsocks-2.3.0-fix-syscall.patch 
b/net-proxy/torsocks/files/torsocks-2.3.0-fix-syscall.patch
new file mode 100644
index 000..93eb7ad4537
--- /dev/null
+++ b/net-proxy/torsocks/files/torsocks-2.3.0-fix-syscall.patch
@@ -0,0 +1,94 @@
+From 4c00ec8773fd63fa48ef49e1ccf2adac598427be Mon Sep 17 00:00:00 2001
+From: Alejandro Alvarado <44826516+seisve...@users.noreply.github.com>
+Date: Mon, 17 Dec 2018 19:25:18 -0600
+Subject: Add getdents / getdents64 support re ticket 28861
+
+---
+ src/common/compat.h |  8 
+ src/lib/syscall.c   | 37 +
+ 2 files changed, 45 insertions(+)
+
+diff --git a/src/common/compat.h b/src/common/compat.h
+index a9b73c2..d79301f 100644
+--- a/src/common/compat.h
 b/src/common/compat.h
+@@ -129,6 +129,12 @@ void tsocks_once(tsocks_once_t *o, void 
(*init_routine)(void));
+ #ifndef __NR_memfd_create
+ #define __NR_memfd_create -19
+ #endif
++#ifndef __NR_getdents
++#define __NR_getdents -20
++#endif
++#ifndef __NR_getdents64
++#define __NR_getdents64 -21
++#endif
+ 
+ #define TSOCKS_NR_SOCKET__NR_socket
+ #define TSOCKS_NR_CONNECT   __NR_connect
+@@ -149,6 +155,8 @@ void tsocks_once(tsocks_once_t *o, void 
(*init_routine)(void));
+ #define TSOCKS_NR_CLOCK_GETTIME __NR_clock_gettime
+ #define TSOCKS_NR_FORK  __NR_fork
+ #define TSOCKS_NR_MEMFD_CREATE __NR_memfd_create
++#define TSOCKS_NR_GETDENTS __NR_getdents
++#define TSOCKS_NR_GETDENTS64 __NR_getdents64
+ 
+ /*
+  * Despite glibc providing wrappers for these calls for a long time
+diff --git a/src/lib/syscall.c b/src/lib/syscall.c
+index 7fba580..f793da7 100644
+--- a/src/lib/syscall.c
 b/src/lib/syscall.c
+@@ -437,6 +437,37 @@ static LIBC_SYSCALL_RET_TYPE handle_memfd_create(va_list 
args)
+ 
+   return tsocks_libc_syscall(TSOCKS_NR_MEMFD_CREATE, name, flags);
+ }
++/*
++ * Handle getdents(2) syscall.
++ */
++static LIBC_SYSCALL_RET_TYPE handle_getdents(va_list args)
++{
++  unsigned int fd;
++  struct linux_dirent *dirp;
++  unsigned int count;
++
++  fd = va_arg(args, __typeof__(fd));
++  dirp = va_arg(args, __typeof__(dirp));
++  count = va_arg(args, __typeof__(count));
++
++  return tsocks_libc_syscall(TSOCKS_NR_GETDENTS, fd, dirp, count);
++}
++/*
++ * Handle getdents64(2) syscall.
++ */
++static LIBC_SYSCALL_RET_TYPE handle_getdents64(va_list args)
++{
++  unsigned int fd;
++  struct linux_dirent64 *dirp;
++  unsigned int count;
++
++  fd = va_arg(args, __typeof__(fd));
++  dirp = va_arg(args, __typeof__(dirp));
++  count = va_arg(args, __typeof__(count));
++
++  return tsocks_libc_syscall(TSOCKS_NR_GETDENTS64, fd, dirp, count);
++}
++
+ #endif /* __linux__ */
+ 
+ /*
+@@ -558,6 +589,12 @@ LIBC_SYSCALL_RET_TYPE tsocks_syscall(long int number, 
va_list args)
+   case TSOCKS_NR_MEMFD_CREATE:
+   ret = handle_memfd_create(args);
+   break;
++  case TSOCKS_NR_GETDENTS:
++  ret = handle_getdents(args);
++  break;
++  case TSOCKS_NR_GETDENTS64:
++  ret = handle_getdents64(args);
++  break;
+ #endif /* __linux__ */
+   default:
+   /*
+-- 
+cgit v1.1
+

diff --git a/net-proxy/torsocks/torsocks-2.3.0.ebuild 
b/net-proxy/torsocks/torsocks-2.3.0.ebuild
new file mode 100644
index 000..185229c5cf7
--- /dev/null
+++ 

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

2019-10-03 Thread Anthony G. Basile
commit: 3997cbf25f179f51ebd53495abe54d5becccba17
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct  3 13:28:07 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct  3 13:28:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3997cbf2

net-vpn/tor: remove older unstable version

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

 net-vpn/tor/Manifest   |  1 -
 net-vpn/tor/tor-0.4.1.5.ebuild | 89 --
 2 files changed, 90 deletions(-)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index 87ef8f6431f..67293e0c74b 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -1,4 +1,3 @@
 DIST tor-0.4.0.5.tar.gz 7203877 BLAKE2B 
e03710038615a5b9baf327933917c369bb3fabd4df6dd9f16053a0b72bcf20219e956e74258d0e39ae297d406035a89fab017d2e28c795f5d713c3933ad7cd29
 SHA512 
f6bccc52aaa436a501077b0891ecd3a9779f288b3b15fd76fa2c612e60aba04763b5951f55b2357e6271797b2f924bee9a6d2c1ee20419daa02d9d38ec68510b
-DIST tor-0.4.1.5.tar.gz 7378436 BLAKE2B 
33e4cd5958f4b0e1ece2cc035f87d6ccd255fcc9d0d1d92d05a9d469997f39120cddf700a614b80c83dbc4f57a80e270178ea3c04159b96aec248405654a6a5b
 SHA512 
33d30f5fd2a92dfcb28d97c76c9d396d3eda27036b01c3a678428e878f046e45a87c2d42de0c1b8ba672568d75b08ba4cbf56d1aa50acd34c0d174180faace6e
 DIST tor-0.4.1.6.tar.gz 7390096 BLAKE2B 
b98f06b771953de781f446528096ff3c688599bae4c141f14a6be06373deebf11f6c15faf2168aee672bf75fcd25f42e2142e469046cd0a442b558c7cf41b28b
 SHA512 
9e4625216e25b9498d6054a9920e5a8932ca7b28c5131062eac637b69c80cdf05bc3fd008b833e5359d8849e256f1f405abd56b07f50fd91077b153ba60503da
 DIST tor-0.4.2.1-alpha.tar.gz 7457483 BLAKE2B 
86e19405e4a1c714dd6b532ae49fee823344755619e994eef4a5b678032b26513937f8af5053f7c765186d93e43d6549cb20b4614c4c2dbcf65e7a8031ca02ad
 SHA512 
5d3642c4298a7c49647c4958456a97de0970c0242238437c1c79c82073e8b77213472569ffce663b949c5c8e3dce0fa544d6f2b4e299a80758a42fce67ffc6ee

diff --git a/net-vpn/tor/tor-0.4.1.5.ebuild b/net-vpn/tor/tor-0.4.1.5.ebuild
deleted file mode 100644
index 5260bac68c8..000
--- a/net-vpn/tor/tor-0.4.1.5.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic readme.gentoo-r1 systemd user
-
-MY_PV="$(ver_rs 4 -)"
-MY_PF="${PN}-${MY_PV}"
-DESCRIPTION="Anonymizing overlay network for TCP"
-HOMEPAGE="http://www.torproject.org/;
-SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
-   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz;
-S="${WORKDIR}/${MY_PF}"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
-IUSE="caps doc libressl lzma +man scrypt seccomp selinux systemd tor-hardening 
test zstd"
-
-DEPEND="
-   dev-libs/libevent[ssl]
-   sys-libs/zlib
-   caps? ( sys-libs/libcap )
-   man? ( app-text/asciidoc )
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   libressl? ( dev-libs/libressl:0= )
-   lzma? ( app-arch/xz-utils )
-   scrypt? ( app-crypt/libscrypt )
-   seccomp? ( sys-libs/libseccomp )
-   systemd? ( sys-apps/systemd )
-   zstd? ( app-arch/zstd )"
-RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-tor )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
-   "${FILESDIR}"/${PN}-0.3.3.2-alpha-tor.service.in.patch
-)
-
-DOCS=()
-
-pkg_setup() {
-   enewgroup tor
-   enewuser tor -1 -1 /var/lib/tor tor
-}
-
-src_configure() {
-   use doc && DOCS+=( README ChangeLog ReleaseNotes doc/HACKING )
-   export ac_cv_lib_cap_cap_init=$(usex caps)
-   econf \
-   --localstatedir="${EPREFIX}/var" \
-   --enable-system-torrc \
-   --disable-android \
-   --disable-libfuzzer \
-   --disable-module-dirauth \
-   --enable-pic \
-   --disable-rust \
-   --disable-restart-debugging \
-   --disable-zstd-advanced-apis  \
-   $(use_enable man asciidoc) \
-   $(use_enable lzma) \
-   $(use_enable scrypt libscrypt) \
-   $(use_enable seccomp) \
-   $(use_enable systemd) \
-   $(use_enable tor-hardening gcc-hardening) \
-   $(use_enable tor-hardening linker-hardening) \
-   $(use_enable test unittests) \
-   $(use_enable test coverage) \
-   $(use_enable zstd)
-}
-
-src_install() {
-   default
-   readme.gentoo_create_doc
-
-   newconfd "${FILESDIR}"/tor.confd tor
-   newinitd "${FILESDIR}"/tor.initd-r8 tor
-   systemd_dounit contrib/dist/tor.service
-
-   keepdir /var/lib/tor
-
-   fperms 750 /var/lib/tor
-   fowners tor:tor /var/lib/tor
-
-   insinto /etc/tor/
-   newins "${FILESDIR}"/torrc-r1 torrc
-
-}



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

2019-10-03 Thread Anthony G. Basile
commit: b82705cf3906ad435c6cc2c3600c10022096c733
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct  3 13:27:12 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct  3 13:28:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82705cf

net-vpn/tor: add 0.4.2.1_alpha and add subslot for libevent

Closes: https://bugs.gentoo.org/695594
Closes: https://bugs.gentoo.org/692278
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-vpn/tor/Manifest | 1 +
 net-vpn/tor/tor-0.4.1.6.ebuild   | 2 +-
 net-vpn/tor/{tor-0.4.1.6.ebuild => tor-0.4.2.1_alpha.ebuild} | 4 +++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index 0d14e1cff82..87ef8f6431f 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -1,3 +1,4 @@
 DIST tor-0.4.0.5.tar.gz 7203877 BLAKE2B 
e03710038615a5b9baf327933917c369bb3fabd4df6dd9f16053a0b72bcf20219e956e74258d0e39ae297d406035a89fab017d2e28c795f5d713c3933ad7cd29
 SHA512 
f6bccc52aaa436a501077b0891ecd3a9779f288b3b15fd76fa2c612e60aba04763b5951f55b2357e6271797b2f924bee9a6d2c1ee20419daa02d9d38ec68510b
 DIST tor-0.4.1.5.tar.gz 7378436 BLAKE2B 
33e4cd5958f4b0e1ece2cc035f87d6ccd255fcc9d0d1d92d05a9d469997f39120cddf700a614b80c83dbc4f57a80e270178ea3c04159b96aec248405654a6a5b
 SHA512 
33d30f5fd2a92dfcb28d97c76c9d396d3eda27036b01c3a678428e878f046e45a87c2d42de0c1b8ba672568d75b08ba4cbf56d1aa50acd34c0d174180faace6e
 DIST tor-0.4.1.6.tar.gz 7390096 BLAKE2B 
b98f06b771953de781f446528096ff3c688599bae4c141f14a6be06373deebf11f6c15faf2168aee672bf75fcd25f42e2142e469046cd0a442b558c7cf41b28b
 SHA512 
9e4625216e25b9498d6054a9920e5a8932ca7b28c5131062eac637b69c80cdf05bc3fd008b833e5359d8849e256f1f405abd56b07f50fd91077b153ba60503da
+DIST tor-0.4.2.1-alpha.tar.gz 7457483 BLAKE2B 
86e19405e4a1c714dd6b532ae49fee823344755619e994eef4a5b678032b26513937f8af5053f7c765186d93e43d6549cb20b4614c4c2dbcf65e7a8031ca02ad
 SHA512 
5d3642c4298a7c49647c4958456a97de0970c0242238437c1c79c82073e8b77213472569ffce663b949c5c8e3dce0fa544d6f2b4e299a80758a42fce67ffc6ee

diff --git a/net-vpn/tor/tor-0.4.1.6.ebuild b/net-vpn/tor/tor-0.4.1.6.ebuild
index 5260bac68c8..e7de4099e1b 100644
--- a/net-vpn/tor/tor-0.4.1.6.ebuild
+++ b/net-vpn/tor/tor-0.4.1.6.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 
~ppc-macos"
 IUSE="caps doc libressl lzma +man scrypt seccomp selinux systemd tor-hardening 
test zstd"
 
 DEPEND="
-   dev-libs/libevent[ssl]
+   dev-libs/libevent:=[ssl]
sys-libs/zlib
caps? ( sys-libs/libcap )
man? ( app-text/asciidoc )

diff --git a/net-vpn/tor/tor-0.4.1.6.ebuild 
b/net-vpn/tor/tor-0.4.2.1_alpha.ebuild
similarity index 96%
copy from net-vpn/tor/tor-0.4.1.6.ebuild
copy to net-vpn/tor/tor-0.4.2.1_alpha.ebuild
index 5260bac68c8..6d81ed7168e 100644
--- a/net-vpn/tor/tor-0.4.1.6.ebuild
+++ b/net-vpn/tor/tor-0.4.2.1_alpha.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 
~ppc-macos"
 IUSE="caps doc libressl lzma +man scrypt seccomp selinux systemd tor-hardening 
test zstd"
 
 DEPEND="
-   dev-libs/libevent[ssl]
+   dev-libs/libevent:=[ssl]
sys-libs/zlib
caps? ( sys-libs/libcap )
man? ( app-text/asciidoc )
@@ -52,6 +52,7 @@ src_configure() {
--localstatedir="${EPREFIX}/var" \
--enable-system-torrc \
--disable-android \
+   --disable-html-manual \
--disable-libfuzzer \
--disable-module-dirauth \
--enable-pic \
@@ -59,6 +60,7 @@ src_configure() {
--disable-restart-debugging \
--disable-zstd-advanced-apis  \
$(use_enable man asciidoc) \
+   $(use_enable man manpage) \
$(use_enable lzma) \
$(use_enable scrypt libscrypt) \
$(use_enable seccomp) \



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

2019-10-03 Thread Alexis Ballier
commit: 9d685b91037be6853ae348bea8c92afce87da8ee
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct  3 13:16:01 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct  3 13:22:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d685b91

app-text/lcdf-typetools: bump to 2.108.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alexis Ballier  gentoo.org>

 app-text/lcdf-typetools/Manifest   |  1 +
 .../lcdf-typetools/lcdf-typetools-2.108.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest
index c6e5dc8d88d..f2f17c7c48a 100644
--- a/app-text/lcdf-typetools/Manifest
+++ b/app-text/lcdf-typetools/Manifest
@@ -1,2 +1,3 @@
 DIST lcdf-typetools-2.106.tar.gz 643503 BLAKE2B 
cb016da74dfbad92808292842de653badec4dd3b703fee5e177016856a795e1383ceeed68de668846cce167b7b9c74bd7e0b17ea3a60b2f9b9caa0b73444e02d
 SHA512 
039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf
 DIST lcdf-typetools-2.107.tar.gz 652445 BLAKE2B 
bbbc428673c8e036f8d3be8ec80dbcf8892f60976fee7f11d622af8442c4d3eda0e118d47b364f55fe0dc8b53062ece0926be1d67e6627500a787bce810c074c
 SHA512 
be54d4346d567c640b260dc513854085901af96b82701fccb8f0feae4b373ac69962c568a648515eb9ebfcabc828359ab2d742947ccdf9422643b0d889961ff3
+DIST lcdf-typetools-2.108.tar.gz 651350 BLAKE2B 
c60986672a31bcf47b876fa75d04a976be761442b04b1541f7f9082521d716708542b8708fd3da558f9df6b459cca1043a7e1ee2eb006f94054611dd4ef348d5
 SHA512 
2c7afe1c6838f432ddd5bbd5fa86a58743242d5a2203220d3cd0153c0c69f23ca734e8d4352ed3c8a6bffc1c61bb93c19d00c6483545a09d6f8363f870bf2fd0

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
new file mode 100644
index 000..65192f6e24b
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Font utilities for eg manipulating OTF"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
+HOMEPAGE="http://www.lcdf.org/type/#typetools;
+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 ~x64-solaris ~x86-solaris"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="+kpathsea"
+
+RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && 
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+   econf $(use_with kpathsea)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc NEWS.md README.md ONEWS
+}



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

2019-10-03 Thread Akinori Hattori
commit: 4cbe0f8a41a8544e525a638d33d239b31481cd17
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu Oct  3 12:49:56 2019 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu Oct  3 12:49:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbe0f8a

app-i18n/skkfep: amd64 stable

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/skkfep/skkfep-0.87-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild 
b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
index 09854d0d202..3a217647e69 100644
--- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild
+++ b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://aitoweb.world.coocan.jp/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="sys-apps/sed



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

2019-10-03 Thread Akinori Hattori
commit: 4e839cb3a2a09d9700f2db8c79fb7ec56a55cc50
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu Oct  3 12:48:39 2019 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu Oct  3 12:48:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e839cb3

app-i18n/skkfep: fix build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/689992
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/skkfep/skkfep-0.87-r1.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-i18n/skkfep/skkfep-0.87-r1.ebuild 
b/app-i18n/skkfep/skkfep-0.87-r1.ebuild
index a74c53e6af3..09854d0d202 100644
--- a/app-i18n/skkfep/skkfep-0.87-r1.ebuild
+++ b/app-i18n/skkfep/skkfep-0.87-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="6"
@@ -16,7 +16,8 @@ IUSE=""
 
 DEPEND="sys-apps/sed
sys-libs/ncurses:=
-   virtual/awk"
+   virtual/awk
+   virtual/pkgconfig"
 RDEPEND="sys-libs/ncurses:=
app-i18n/skk-jisyo"
 
@@ -36,7 +37,8 @@ src_prepare() {
 src_compile() {
emake \
CC="$(tc-getCC)" \
-   OPTIMIZE="${CFLAGS}"
+   OPTIMIZE="${CFLAGS}" \
+   EXTRALIBS="$($(tc-getPKG_CONFIG) --libs ncurses)"
 }
 
 src_install() {



[gentoo-commits] repo/user/ssnb:master commit in: dev-util/eclipse-sdk-bin/

2019-10-03 Thread Samuel Bernardo
commit: 357b0922cf4088f59db3e30f0b33392a3eaada61
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Oct  3 12:48:56 2019 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Oct  3 12:48:56 2019 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=357b0922

Correct eclipse ebuild slot

Signed-off-by: Samuel Bernardo  gmail.com>

 dev-util/eclipse-sdk-bin/Manifest  | 2 +-
 dev-util/eclipse-sdk-bin/eclipse-sdk-bin-4.13.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/eclipse-sdk-bin/Manifest 
b/dev-util/eclipse-sdk-bin/Manifest
index 325b176..ab8dea9 100644
--- a/dev-util/eclipse-sdk-bin/Manifest
+++ b/dev-util/eclipse-sdk-bin/Manifest
@@ -29,7 +29,7 @@ DIST eclipse-java-oxygen-3-linux-gtk-x86_64-4.7.3.tar.gz 
187218250 BLAKE2B 82951
 DIST eclipse-java-photon-R-linux-gtk-4.8.0.tar.gz 201370116 BLAKE2B 
5699db5384a0bbe9260fd66b0cd2b345afad7b393e5249ab2ccd7fb21c2b982e16f859cece03fc82a92ab684e2ee2d10b9fe20e98863c69ac8ac2655038bfb35
 SHA512 
526b6814808937ce54fc67699f373ce83c1d4781be44a2a4d3e96c59e0d11beb4b58dbda6060e9f1202628f12cde795936b52c83c5846922935dc82dfd16a5c6
 DIST eclipse-java-photon-R-linux-gtk-x86_64-4.8.0.tar.gz 201489834 BLAKE2B 
01928c812a6dd89653ad938afc661856e32f7c2ecd4728abee4cde3eb14a9471d18de7479d98e03926fdab8e256ee1d2bb9c210a57732eed20ab81eaa67870fc
 SHA512 
1fa541e3bb7b1dac01ba01a9a54445f7acc718edfbb00a8edb5af9b0ece46367e8841b8f0d0cc59cf2a0948465d10ae6420c0dcebc46582248514cc2026287c3
 EBUILD eclipse-sdk-bin-4.10.1.ebuild 1216 BLAKE2B 
ddbe9ab2eb9936b9235687533b8e1122c428a30e56c7d39110037d5a285f550df64cd083c477e2a877ba966373de1fda61cdf58fb6b02c2fae83b84068ef320b
 SHA512 
5de6b30515f05d60f48a022579e3b223a2a9cb24917970b881fd029ddbb84f1e9f2478e4e7bf577cafc5927ae0d922e210facc3a23bca006499fa42d1900d539
-EBUILD eclipse-sdk-bin-4.13.0.ebuild 1231 BLAKE2B 
7ac740322612152b7b4f3abeb517aa9043a58575b441699f6dd6af49e80d380c207b2cfaa789059cfe18c90abad05118c86eaeeaeffc24af4a0ef7263667b9b4
 SHA512 
0a57f75d1bfc3a1180198c02b7c8928600266efae5375f65e9e59255895e2bec36e016843fb989ac8a7ba337447ca6c42adcb933434f31f0a7ef57ec1f73472b
+EBUILD eclipse-sdk-bin-4.13.0.ebuild 1232 BLAKE2B 
a1255e87fb5f30b2b0e16793b962bd12fd39602cfd1ec9969f7d5a9797e766732214d5424f769e0736ccd26119bb9e99126b56188620e6e21f78c83a5b2e05a9
 SHA512 
e63df4130e2b849769e293eb855e6b651de6782334fb5adab7e4eda921a4baf832ae47e38bede7b6cbead7b4a3260d8c210afbec94adc8985ec8198d6371fdb6
 EBUILD eclipse-sdk-bin-4.5.2.ebuild 1312 BLAKE2B 
08bbce2a2059f5842fab89287377c28e94adb296001d981dd00cdfbbeaf6c1cc6e3f27da6b293de0096dd3a3da34832d3fbf30fb6f39e95c2c05662ad80a0442
 SHA512 
693c17828f5265cfb0c780f626f67949a75f7200d625eb7fdc6e477b4030320a95abc08ec43a24df753a28b3f68a2e4939e0d0a860a6f45c7b271635a05987cf
 EBUILD eclipse-sdk-bin-4.6.3.ebuild 1315 BLAKE2B 
70032ecbb67f2f672c32ab6f83757d45b6ee2b06884a2aa7cedb1546c569a4a16847e61871c4fe92c537043a458be1133d2c38fc0ebe2841ce6bcb3b7d3caf24
 SHA512 
cf3c2815513355deeeb947b3dc5fa98c5a23e7414925d0a1dd3491cc935bb3c4005b775fc22ad2713abbf2a550baea5f51841aa83e41ed711f063da4d1e42c8d
 EBUILD eclipse-sdk-bin-4.7.2.ebuild 1319 BLAKE2B 
843fab9b3492f7c2a484b78c625a74543a65b24fab346b97fa4bebf62bc39c3751762ac062a37451cfb0cb45725333f395498df142d2c66f02650efe8c41e811
 SHA512 
207fc38d73fbaca8f0f4dc750150528d56a45f6a49f4e34d485690709c7bb01d2d65ca4ce7f0c64c5a9c5df4f8293f94b27111e20489e362b8db8326f4ae20a4

diff --git a/dev-util/eclipse-sdk-bin/eclipse-sdk-bin-4.13.0.ebuild 
b/dev-util/eclipse-sdk-bin/eclipse-sdk-bin-4.13.0.ebuild
index 4c0ef44..7097ad6 100644
--- a/dev-util/eclipse-sdk-bin/eclipse-sdk-bin-4.13.0.ebuild
+++ b/dev-util/eclipse-sdk-bin/eclipse-sdk-bin-4.13.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.eclipse.org;
 SRC_URI="amd64? ( ${SRC_BASE}-x86_64.tar.gz=1 -> 
eclipse-java-${RNAME}-${SR}-linux-gtk-x86_64-${PV}.tar.gz )"
 
 LICENSE="EPL-1.0"
-SLOT="4.9"
+SLOT="4.13"
 KEYWORDS="~x86 ~amd64"
 IUSE=""
 



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

2019-10-03 Thread Akinori Hattori
commit: e6049c34ad6f0070f6a6dade1e8cd434a2bfa9cf
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu Oct  3 12:45:03 2019 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu Oct  3 12:45:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6049c34

app-i18n/yaskkserv: new upstream release

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/yaskkserv/Manifest   |  1 +
 app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/app-i18n/yaskkserv/Manifest b/app-i18n/yaskkserv/Manifest
index b2813f8272d..a6b2e7359fe 100644
--- a/app-i18n/yaskkserv/Manifest
+++ b/app-i18n/yaskkserv/Manifest
@@ -1 +1,2 @@
 DIST yaskkserv-1.1.0.tar.xz 75108 BLAKE2B 
ac567d4715d1767f0690462de934768335eafe4a61010534c16b430876f81ce43ac175dcc0a2546af996dd0bef8fd4c744b475985365abe3d571a4ed3f1c3a4c
 SHA512 
9956a9b2fe587491b7c5f76482f13f91d1c87d445f2ff7effa5ffb68efe076f54f1c63e95b980d889963ac507ed49fa37f76f9deb239da7b7409da5be025c000
+DIST yaskkserv-1.1.1.tar.xz 75136 BLAKE2B 
b5a26e7d12951d9256e050d543338a48a61e9b6883a0866e4f7a2d367783a5757a5a12cdd810a87e84ade5bfebdc9c24eb093c09081e1d9099ce848d435eb45e
 SHA512 
5f421ef684011aed716e929b90ab98fb1703abe707928847d79a34815750d59df59f4dec8bef6e8ce399340aedb32688d6dd8a5d02ba9372a935ec8f1adffc29

diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild 
b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
new file mode 100644
index 000..8faf1afe865
--- /dev/null
+++ b/app-i18n/yaskkserv/yaskkserv-1.1.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs systemd
+
+DESCRIPTION="Yet Another SKK server"
+HOMEPAGE="http://umiushi.org/~wac/yaskkserv/;
+SRC_URI="http://umiushi.org/~wac/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnutls libressl systemd"
+
+RDEPEND="app-i18n/skk-jisyo
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   systemd? ( virtual/udev[systemd] )"
+DEPEND="${RDEPEND}
+   dev-lang/perl"
+
+PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
+HTML_DOCS=( documentation/. )
+
+src_configure() {
+   econf \
+   $(use_enable gnutls) \
+   $(use_enable systemd) \
+   --compiler="${tc_getCXX}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install_all
+   einstalldocs
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   systemd_dounit examples/${PN}.socket
+   systemd_dounit "${FILESDIR}"/${PN}.service
+}
+
+yaskkserv_update() {
+   local f
+   for f in "${ROOT}"/usr/share/skk/SKK-JISYO.*; do
+   case ${f} in
+   *.cdb)
+   ;;
+   *.${PN})
+   [[ -f ${f%.*} ]] || rm -f "${f}"
+   ;;
+   *)
+   [[ ${f} -nt ${f}.${PN} ]] && ${PN}_make_dictionary 
"${f}" "${f}.${PN}"
+   ;;
+   esac
+   done
+}
+
+pkg_postinst() {
+   yaskkserv_update
+
+   elog "You need to run:"
+   elog "  emerge --config =${CATEGORY}/${PF}"
+   elog "after updating app-i18n/skk-jisyo from next time."
+}
+
+pkg_postrm() {
+   rm -f "${ROOT}"/usr/share/skk/SKK-JISYO.*.${PN}
+   rmdir "${ROOT}"/usr/share/skk 2>/dev/null
+}
+
+pkg_config() {
+   yaskkserv_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnat-suite-bin/

2019-10-03 Thread Alfredo Tupone
commit: 10b21a9f0be402a67a16dedd4c0474681effd4f0
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Oct  3 12:34:29 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Oct  3 12:34:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b21a9f

dev-ada/gnat-suite-bin: Add gps suite binary and compiler

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

 dev-ada/gnat-suite-bin/Manifest   |   5 +
 dev-ada/gnat-suite-bin/gnat-suite-bin-2014.ebuild | 111 ++
 dev-ada/gnat-suite-bin/gnat-suite-bin-2016.ebuild | 106 +
 dev-ada/gnat-suite-bin/gnat-suite-bin-2017.ebuild | 106 +
 dev-ada/gnat-suite-bin/gnat-suite-bin-2018.ebuild |  86 +
 dev-ada/gnat-suite-bin/metadata.xml   |  10 ++
 6 files changed, 424 insertions(+)

diff --git a/dev-ada/gnat-suite-bin/Manifest b/dev-ada/gnat-suite-bin/Manifest
new file mode 100644
index 000..596defa1e82
--- /dev/null
+++ b/dev-ada/gnat-suite-bin/Manifest
@@ -0,0 +1,5 @@
+DIST gnat-gpl-2014-x86-linux-bin.tar.gz 233049287 BLAKE2B 
2e8bab113f6a319533ec12fdf71c481f72aee227c22bd0cc42a53bd727b323caba1e7b6298053db8b4d3016236b31649b0b255f4ebcbb81a08a69f29f78f13fc
 SHA512 
ac7f53fb4bd71b0e8fbd62abc45de76f7f8f2f405b80e9b60b4b65a6cef6ee98e3b06848e4b752af3c8268237e5a0529cf6145ebc5b33cd6e5cf4928d85f5be2
+DIST gnat-gpl-2014-x86_64-linux-bin.tar.gz 236253400 BLAKE2B 
c1db70db9442ba24688b8e323d5a02e2e9707ba1f02835ea551038d0a09aafede93a224091e5186f2f2a9d0f96144027af2184ee05ca1c19cc997a6cf3902df7
 SHA512 
5e40a251baac3d0ace78352956ca21a7d294d902d344a9ed7a8d376e900468c283721ebfb773adfedbf4d623ace02536505c0147815a0c1908933ad611ea085e
+DIST gnat-gpl-2016-x86_64-linux-bin.tar.gz 372813330 BLAKE2B 
a0374ad730ae275aaedcf5663c30f8e0221af32f14391fe87a3ce0630d4498a1e90671c02830d62f78857571a5a521af91f6db409a7b3c367c7b0f059571eefd
 SHA512 
5115ac3be0badc5125ee048a98230f18363d72107da3325ce602c0e618cee2e3646a0decc00a2388f14bc61bfed51dd0622f365f5f7ee8b0cec2187ebcf8e075
+DIST gnat-gpl-2017-x86_64-linux-bin.tar.gz 496338280 BLAKE2B 
b3eee6d311fb9c20bc8fa7217c0731ca1e91ced38700df1d63d91a16c3fa28dfd44c7c8e867c3a857b88e4f0c8b2a7200fb6a8a630b8403538c4784f8914d1a5
 SHA512 
01a8f3be9b7b7e83cc5bd4a45137b1d35c6448bc22a88bcaf5d312cd63e11081b6b2fe9f09ad2a27d8f0b6471fc5c1a99573bf3bcee1589329054074eaeef04f
+DIST gnat-suite-bin-2018.txz 337235688 BLAKE2B 
cf1b8f0253907b8fc97b9c7218b23dcda8f1557be5e12293eab59e09427418a8814c1bafbcb3f89c1e5dd755a161c5dfa8a852631d137f17acb3167bf51dadbb
 SHA512 
9b57709c05a121b0a0adabe3232128e3f27659d1928857fbd6883b73a7487c3d457317e8f236df3d16ced635514af8afbafc584cc74d865e11288820ac9c4f77

diff --git a/dev-ada/gnat-suite-bin/gnat-suite-bin-2014.ebuild 
b/dev-ada/gnat-suite-bin/gnat-suite-bin-2014.ebuild
new file mode 100644
index 000..2a371943671
--- /dev/null
+++ b/dev-ada/gnat-suite-bin/gnat-suite-bin-2014.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MYP=gnat-gpl-${PV}
+DESCRIPTION="GNAT Ada suite"
+HOMEPAGE="http://libre.adacore.com/;
+SRC_URI="
+   x86? ( http://mirrors.cdn.adacore.com/art/564b3e9dc8e196b040fbe248
+   -> ${MYP}-x86-linux-bin.tar.gz )
+   amd64? ( http://mirrors.cdn.adacore.com/art/564b3ebec8e196b040fbe66c
+   -> ${MYP}-x86_64-linux-bin.tar.gz )"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   sys-devel/binutils
+   sys-devel/gdb"
+
+S="${WORKDIR}"
+
+PREFIX=/opt/${P}
+
+src_prepare() {
+   default
+   cd ${MYP}-$(usex amd64 x86_64 x86)-linux-bin
+   cd share/examples/gnat
+   cat header.xml \
+   full_project/full.xml \
+   options/options.xml \
+   other_languages/cpp_main/cpp_main.xml \
+   other_languages/cpp_pragmas/cpp_pragmas.xml \
+   other_languages/import_from_c/import_from_c.xml \
+   plugins/plugins.xml \
+   stream_io/stream_io.xml \
+   simple_project/simple.xml \
+   starter/starter.xml \
+   xml_stream/xml_stream.xml \
+   containers/anagram/anagram.xml \
+   containers/genealogy/genealogy.xml \
+   containers/hash/hash.xml \
+   containers/library/library.xml \
+   containers/shapes/shapes.xml \
+   containers/spellcheck/spellcheck.xml \
+   containers/wordcount/wordcount.xml \
+   containers/wordfreq/wordfreq.xml \
+   oo_interfaces/oo_interfaces.xml \
+   oo_airline/oo_airline.xml \
+   altivec/altivec.xml \
+   footer.xml \
+   > gnat-examples.xml \
+   || die
+   sed -i \
+   -e "s:PREFIX:${PREFIX}:" \
+   gnat-examples.xml 

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

2019-10-03 Thread Akinori Hattori
commit: 2328c14946981b8308dd28f28bc77c4b27fb052c
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu Oct  3 12:29:33 2019 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu Oct  3 12:29:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2328c149

app-i18n/skk-jisyo: install docs

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/skk-jisyo/skk-jisyo-201805.ebuild | 8 ++--
 app-i18n/skk-jisyo/skk-jisyo-99.ebuild | 6 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-i18n/skk-jisyo/skk-jisyo-201805.ebuild 
b/app-i18n/skk-jisyo/skk-jisyo-201805.ebuild
index 097ef29ed4c..a6c9d9d97c1 100644
--- a/app-i18n/skk-jisyo/skk-jisyo-201805.ebuild
+++ b/app-i18n/skk-jisyo/skk-jisyo-201805.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -24,7 +24,7 @@ DEPEND="virtual/awk
)"
 RDEPEND=""
 
-DOCS=( ChangeLog{,.{1..3}} READMEs/committers.txt edict_doc.txt 
zipcode/README.ja )
+DOCS=( ChangeLog{,.{1..3}} READMEs/committers.txt edict_doc.txt )
 
 src_prepare() {
rm -f 
${MY_PN}.{wrong*,noregist,not_wrong,hukugougo,notes,requested,pubdic+}
@@ -63,4 +63,8 @@ src_compile() {
 src_install() {
insinto /usr/share/skk
doins {,zipcode/}${MY_PN}.*
+
+   einstalldocs
+   docinto zipcode
+   dodoc zipcode/README.ja
 }

diff --git a/app-i18n/skk-jisyo/skk-jisyo-99.ebuild 
b/app-i18n/skk-jisyo/skk-jisyo-99.ebuild
index 5954af57aa5..ff740ab2888 100644
--- a/app-i18n/skk-jisyo/skk-jisyo-99.ebuild
+++ b/app-i18n/skk-jisyo/skk-jisyo-99.ebuild
@@ -28,7 +28,7 @@ DEPEND="${RUBY_DEPS}
)"
 RDEPEND=""
 
-DOCS=( ChangeLog{,.{1..3}} committers.txt edict_doc.txt zipcode/README.ja )
+DOCS=( ChangeLog{,.{1..3}} committers.txt edict_doc.txt )
 
 SKKTOOLS_DIR="${EPREFIX}/usr/share/skktools/convert2skk"
 
@@ -78,4 +78,8 @@ src_compile() {
 src_install() {
insinto /usr/share/skk
doins {,zipcode/}${MY_PN}.*
+
+   einstalldocs
+   docinto zipcode
+   dodoc zipcode/README.md
 }



[gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/

2019-10-03 Thread Akinori Hattori
commit: bc673827475cbd91f15b5700e1c7f16a86fdd9b1
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu Oct  3 12:12:37 2019 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu Oct  3 12:12:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc673827

www-servers/h2o: new upstream release

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori  gentoo.org>

 www-servers/h2o/Manifest |   1 +
 www-servers/h2o/h2o-2.2.6.ebuild | 103 +++
 2 files changed, 104 insertions(+)

diff --git a/www-servers/h2o/Manifest b/www-servers/h2o/Manifest
index ddfd2ff20f2..b6f7c241492 100644
--- a/www-servers/h2o/Manifest
+++ b/www-servers/h2o/Manifest
@@ -1 +1,2 @@
 DIST h2o-2.2.5.tar.gz 16257295 BLAKE2B 
3c13796eaf9a0aca29bbff7c35fb36d0b5ef47da91f39f71614a89f2d4fea5b1ebbc8f4e3e50bf37a02a84c0fcd96d5ac0be20c83add274157af966134b2d185
 SHA512 
24b07140d24fbb7796038aab44f44be5ffabc6f2841954273e2ad9f1a864e5482051dd7abfa6446297a46b6868763114695fa4f123ee3175bdac53b4c1868bc2
+DIST h2o-2.2.6.tar.gz 16257760 BLAKE2B 
8474751ca9832ddae2022710654ca58a93ebf9ca01afe934950209b04357b7548b05c598c49fe92684b2910fd6309d6fc3923a0b01cdeeb4b0dc65b08842255f
 SHA512 
f2f28905c01782a0432c9dfdb2f21054e0a4741ac4c5f26802d4b439d0172840aa215aba5dc7c9af62275dcc24de105674a3819384dc38246e43ce3e8263eb20

diff --git a/www-servers/h2o/h2o-2.2.6.ebuild b/www-servers/h2o/h2o-2.2.6.ebuild
new file mode 100644
index 000..58660077497
--- /dev/null
+++ b/www-servers/h2o/h2o-2.2.6.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+CMAKE_MAKEFILE_GENERATOR="emake"
+SSL_DEPS_SKIP=1
+USE_RUBY="ruby24 ruby25 ruby26"
+
+inherit cmake-utils ruby-single ssl-cert systemd toolchain-funcs user
+
+DESCRIPTION="H2O - the optimized HTTP/1, HTTP/2 server"
+HOMEPAGE="https://h2o.examp1e.net/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl +mruby"
+
+RDEPEND="dev-lang/perl
+   sys-libs/zlib
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
+DEPEND="${RDEPEND}
+   mruby? (
+   ${RUBY_DEPS}
+   || (
+   dev-libs/onigmo
+   dev-libs/oniguruma
+   )
+   sys-devel/bison
+   virtual/pkgconfig
+   )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.2-libressl-2.7.patch
+   "${FILESDIR}"/${PN}-2.2-mruby.patch
+)
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   local ruby="ruby"
+   if use mruby; then
+   for ruby in ${RUBY_TARGETS_PREFERENCE}; do
+   if has_version dev-lang/ruby:${ruby:4:1}.${ruby:5}; then
+   break
+   fi
+   ruby=
+   done
+   [[ -z ${ruby} ]] && die "no suitable ruby version found"
+   fi
+
+   sed -i \
+   -e "/INSTALL/s:\(/doc/${PN}\) :\1/html :" \
+   -e "/INSTALL/s:\(/doc\)/${PN}:\1/${PF}:" \
+   -e "s: ruby: ${ruby}:" \
+   CMakeLists.txt
+
+   sed -i "s:pkg-config:$(tc-getPKG_CONFIG):g" deps/mruby/lib/mruby/gem.rb
+   tc-export CC
+   export LD="$(tc-getCC)"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc/${PN}
+   -DWITH_MRUBY=$(usex mruby)
+   -DWITHOUT_LIBS=ON
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   keepdir /var/www/localhost/htdocs
+
+   insinto /etc/${PN}
+   doins "${FILESDIR}"/${PN}.conf
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   systemd_dounit "${FILESDIR}"/${PN}.service
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotate ${PN}
+
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   fperms 0750 /var/log/${PN}
+}
+
+pkg_postinst() {
+   if [[ ! -f "${EROOT}"etc/ssl/${PN}/server.key ]]; then
+   install_cert /etc/ssl/${PN}/server
+   chown ${PN}:${PN} "${EROOT}"etc/ssl/${PN}/server.*
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/

2019-10-03 Thread Akinori Hattori
commit: df25e2f009880085df4e2e61f91b5c2a4e2fd803
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu Oct  3 12:15:16 2019 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu Oct  3 12:15:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df25e2f0

www-servers/h2o: update USE_RUBY

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori  gentoo.org>

 www-servers/h2o/h2o-2.2.5.ebuild | 2 +-
 www-servers/h2o/h2o-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-servers/h2o/h2o-2.2.5.ebuild b/www-servers/h2o/h2o-2.2.5.ebuild
index de3a311b755..58660077497 100644
--- a/www-servers/h2o/h2o-2.2.5.ebuild
+++ b/www-servers/h2o/h2o-2.2.5.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 CMAKE_MAKEFILE_GENERATOR="emake"
 SSL_DEPS_SKIP=1
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 inherit cmake-utils ruby-single ssl-cert systemd toolchain-funcs user
 

diff --git a/www-servers/h2o/h2o-.ebuild b/www-servers/h2o/h2o-.ebuild
index b43017863ba..54be51dba8f 100644
--- a/www-servers/h2o/h2o-.ebuild
+++ b/www-servers/h2o/h2o-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 CMAKE_MAKEFILE_GENERATOR="emake"
 SSL_DEPS_SKIP=1
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 inherit cmake-utils git-r3 ruby-single ssl-cert systemd toolchain-funcs user
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/

2019-10-03 Thread Akinori Hattori
commit: eb59cf7388afc61db52947ccf091a565e46d2608
Author: Akinori Hattori  gentoo  org>
AuthorDate: Thu Oct  3 12:18:39 2019 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Thu Oct  3 12:18:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb59cf73

www-servers/h2o: amd64/x86 stable

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori  gentoo.org>

 www-servers/h2o/h2o-2.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/h2o/h2o-2.2.5.ebuild b/www-servers/h2o/h2o-2.2.5.ebuild
index 58660077497..afa121fe12a 100644
--- a/www-servers/h2o/h2o-2.2.5.ebuild
+++ b/www-servers/h2o/h2o-2.2.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="libressl +mruby"
 
 RDEPEND="dev-lang/perl



[gentoo-commits] proj/portage-utils:master commit in: /

2019-10-03 Thread Fabian Groffen
commit: 3d88c2912ee04e9bb9d2359e3a62ee9f22056447
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Oct  3 11:49:48 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Oct  3 11:49:48 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3d88c291

qgrep: fix matching revisioned ebuilds

Bug: https://bugs.gentoo.org/696078
Signed-off-by: Fabian Groffen  gentoo.org>

 TODO.md | 1 +
 qgrep.c | 7 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/TODO.md b/TODO.md
index 299cf17..3db00f7 100644
--- a/TODO.md
+++ b/TODO.md
@@ -32,6 +32,7 @@
   foo-(1234)\_alpha(56789)
 - these limits should not be an issue for all practical purposes
 - remove zalloc from atom explode (just initialise what needs to)
+- make PVR match PMS https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-10800011
 
 # qmerge
 

diff --git a/qgrep.c b/qgrep.c
index 1f6d0de..2a64d1b 100644
--- a/qgrep.c
+++ b/qgrep.c
@@ -416,14 +416,15 @@ qgrep_cache_cb(tree_pkg_ctx *pkg_ctx, void *priv)
}
 
/* cat/pkg/pkg-ver.ebuild */
-   snprintf(buf, sizeof(buf), "%s/%s/%s.ebuild",
-   patom->CATEGORY, patom->PN, patom->P);
+   snprintf(buf, sizeof(buf), "%s/%s/%s-%s.ebuild",
+   patom->CATEGORY, patom->PN, patom->PN,
+   patom->PR_int > 0 ? patom->PVR : patom->PV);
 
label = NULL;
if (data->show_name) {
if (data->show_repo)
patom = tree_get_atom(pkg_ctx, true);
-   atom_format_r(name, sizeof(name), "%[CATEGORY]%[P]%[REPO]", 
patom);
+   atom_format_r(name, sizeof(name), "%[CATEGORY]%[PF]%[REPO]", 
patom);
label = name;
} else if (data->show_filename) {
label = buf;



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

2019-10-03 Thread Stefan Strogin
commit: 8c5dcb269f1e1a1ccbff89eff5c5c8a7c062e475
Author: Dennis Gaebler  uni-ulm  de>
AuthorDate: Thu Oct  3 10:08:08 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Thu Oct  3 11:36:40 2019 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=8c5dcb26

net-libs/nodejs: bump to 12.11.1

Reported-by: Dennis Gaebler  uni-ulm.de>
Closes: https://github.com/gentoo/libressl/pull/308
Signed-off-by: Stefan Strogin  gentoo.org>

 net-libs/nodejs/Manifest  |   1 +
 net-libs/nodejs/nodejs-12.11.1.ebuild | 212 ++
 2 files changed, 213 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 58f541f..916ad96 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -1,6 +1,7 @@
 DIST node-v10.15.3.tar.xz 20262632 BLAKE2B 
d65d4e274fa829be5cda1970b0ebe7081e8476334cb825e5727324c3202bc015f4ba39589608284d0f8c0b722079c06d1587de5299a3c81ccb7b0eacbdaccf84
 SHA512 
cf741f733af7a7e1fbd37b0f98110078494b4771dbdfccacfda95a5ea4cda6cdcea4f8d31dddcf27477213614e4ab6cf7d1a1f900cb92936333730737ac4f9e8
 DIST node-v12.10.0.tar.xz 22726116 BLAKE2B 
deb6ecaec54233050eaeb335d58020b8a82009bbab51c41c00784cab3003e57dbc96f3c25715deefbb5b3aee704b3db920cbb650af33cbcb1a62c1bb654f48f8
 SHA512 
7eb57b40effa9627b93c74ddc01ce1c044e878c669969c506ed40f72a7946c7c6951931c4fe4fbef456386ad459f7f4f1d0f04177e38343375aa463974ca1dba
 DIST node-v12.11.0.tar.xz 22817256 BLAKE2B 
4e568a50002c436bd76fc851b231ddc52ef25703f13b633eb3e6634b20d78d3462802274a9df777d93ee05b49dc4771012ef1a466012d0de90ca34327d42f4ae
 SHA512 
4d94f1c9a4fd0cc2ea21aea8ea41c595d18fa44e53d0ed35693c3d547a31bee3bcb7842dd5011cbd9c610919c1ac03d98c38ca85b608268f2b47b1f4
+DIST node-v12.11.1.tar.xz 22852156 BLAKE2B 
38205c3ad52ccac2656c72b31c5714268e4771375b13d7c113e4a5fe7e9530d2826c43aeaa3ed3e30210f504d37221f90f3fb2a15f4c5fbca8878d0f2639b9fa
 SHA512 
9567ee592ea8a05f899755d5e1c934413532676c78a663a1a861a6fa882c7eecae411c05c4b034191b7266776341609c098fbccfcd93c93eba7b84d138eeffb9
 DIST node-v12.9.1.tar.xz 22714668 BLAKE2B 
c2ab1d67d1f9cf9dee4a1fcb0f1f8f23e2536f526290baf9d5dd05867695f763d8cd8e501b044cb42b383a897f5e016c7a57aecc2d5a4ca58ab3d50020db1f07
 SHA512 
efe5fbf0545a3e9c37c7598abd89841073cfafefc04a9b5f9f95c8c51357bf3d5384701fd5524ff8fcaef833bca87c72cbf1f8755ee406e9437ad8ad875af18e
 DIST node-v6.11.5.tar.xz 15699404 BLAKE2B 
ba2df91bf5ef38cedb60b42919cf56f16807e619a81876fc92a5741e49da7ec91c4239d00f549c5e80d0bb8282bb9b396dd984507916cd18d61b403a3a7cef94
 SHA512 
62490725ef7957294c1bddf21ef0626c7472876791210168116501255ecee58457e9de9b044e10033706243299bbfd1495efeca169596fbf26f5eeba6d8fa4c9
 DIST node-v8.12.0.tar.xz 18310452 BLAKE2B 
79634fc57cd76a97e72bab4be37da91d5eff4d13cdaa2b48e83f013885fa3590ba4a28378baf036ed26b7304bf234753d1d4014f72571496f5bb6cd5b221e5f0
 SHA512 
665d2dba287d78bcd723d7b4d00a6897fb996f4aa69a541e010a3dfeb2614257892117fcce7123966b1ecaddc9269a6667e0e262df693baea1f476c96de55c42

diff --git a/net-libs/nodejs/nodejs-12.11.1.ebuild 
b/net-libs/nodejs/nodejs-12.11.1.ebuild
new file mode 100644
index 000..fa33e90
--- /dev/null
+++ b/net-libs/nodejs/nodejs-12.11.1.ebuild
@@ -0,0 +1,212 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 toolchain-funcs
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+SRC_URI="
+   https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz
+"
+
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="bundled-ssl cpu_flags_x86_sse2 debug doc icu inspector libressl +npm 
+snapshot +ssl systemtap test"
+REQUIRED_USE="
+   bundled-ssl? ( ssl )
+   inspector? ( icu ssl )
+   libressl? ( bundled-ssl )
+   npm? ( ssl )
+"
+
+RDEPEND="
+   >=dev-libs/libuv-1.31.0:=
+   >=net-dns/c-ares-1.15.0
+   >=net-libs/http-parser-2.8.0:=
+   >=net-libs/nghttp2-1.39.2
+   sys-libs/zlib
+   icu? ( >=dev-libs/icu-64.2:= )
+   ssl? (
+   !bundled-ssl? ( >=dev-libs/openssl-1.1.1:0= )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   ${PYTHON_DEPS}
+   systemtap? ( dev-util/systemtap )
+   test? ( net-misc/curl )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch
+   "${FILESDIR}"/${PN}--llhttp.patch
+)
+S="${WORKDIR}/node-v${PV}"
+
+pkg_pretend() {
+   (use x86 && ! use cpu_flags_x86_sse2) && \
+   die "Your CPU doesn't support the required SSE2 instruction."
+
+   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
+   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
+}
+
+src_prepare() {
+   tc-export CC CXX PKG_CONFIG
+   export V=1
+ 

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

2019-10-03 Thread Agostino Sarubbo
commit: e3745f1203d159d82dcd0d09bc6eb7bc8da09473
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 11:38:16 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 11:38:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3745f12

virtual/rust: amd64 stable wrt bug #695696

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

 virtual/rust/rust-1.37.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.37.0.ebuild b/virtual/rust/rust-1.37.0.ebuild
index b7118288dcb..a7199a6cd00 100644
--- a/virtual/rust/rust-1.37.0.ebuild
+++ b/virtual/rust/rust-1.37.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"



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

2019-10-03 Thread Agostino Sarubbo
commit: 4b728913102e4985e7d0c6507c51264fc4733587
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 11:38:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 11:38:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b728913

dev-lang/rust: amd64 stable wrt bug #695696

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

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

diff --git a/dev-lang/rust/rust-1.37.0.ebuild b/dev-lang/rust/rust-1.37.0.ebuild
index c9bc8c7236f..a68507a0c4d 100644
--- a/dev-lang/rust/rust-1.37.0.ebuild
+++ b/dev-lang/rust/rust-1.37.0.ebuild
@@ -18,7 +18,7 @@ else
SLOT="stable/${ABI_VER}"
MY_P="rustc-${PV}"
SRC="${MY_P}-src.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
+   KEYWORDS="amd64 ~arm64 ppc64 ~x86"
 fi
 
 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"



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

2019-10-03 Thread Agostino Sarubbo
commit: 6186bfcb6d7c66e6616c31638a3c4098e2096551
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 11:38:11 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 11:38:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6186bfcb

virtual/cargo: amd64 stable wrt bug #695696

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

 virtual/cargo/cargo-1.37.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/cargo/cargo-1.37.0.ebuild 
b/virtual/cargo/cargo-1.37.0.ebuild
index 92fa0dd10a2..2fcec8d319f 100644
--- a/virtual/cargo/cargo-1.37.0.ebuild
+++ b/virtual/cargo/cargo-1.37.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 ~x86"
 
 RDEPEND="|| (
=dev-lang/rust-${PV}*



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

2019-10-03 Thread Agostino Sarubbo
commit: 04cead581f244fa6921bafe4c3361ca570eaf0e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 11:38:06 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 11:38:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cead58

dev-lang/rust-bin: amd64 stable wrt bug #695696

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

 dev-lang/rust-bin/rust-bin-1.37.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.37.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.37.0.ebuild
index 135850e2b05..42533b3bab0 100644
--- a/dev-lang/rust-bin/rust-bin-1.37.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.37.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})"
 
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
-KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 ~x86"
 IUSE="clippy cpu_flags_x86_sse2 doc libressl rustfmt"
 
 DEPEND=""



[gentoo-commits] repo/user/ssnb:master commit in: dev-util/rubymine/, dev-util/idea-ultimate/, dev-util/eclipse-sdk-bin/, ...

2019-10-03 Thread Samuel Bernardo
commit: becc20f341152cd7e52d712ac56795050972c064
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Oct  3 11:02:08 2019 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Oct  3 11:02:08 2019 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=becc20f3

Update idea ultimate, rubymine, clion and eclipse

Signed-off-by: Samuel Bernardo  gmail.com>

 dev-util/clion/Manifest|  2 +
 dev-util/clion/clion-2019.2.3.ebuild   | 80 ++
 dev-util/eclipse-sdk-bin/Manifest  |  4 ++
 .../eclipse-sdk-bin/eclipse-sdk-bin-4.13.0.ebuild  | 49 +
 dev-util/eclipse-sdk-bin/files/eclipse-bin-4.13| 46 +
 dev-util/eclipse-sdk-bin/files/eclipserc-bin-4.13  | 20 ++
 dev-util/idea-ultimate/Manifest|  2 +
 .../idea-ultimate-2019.2.3.192.6817.14.ebuild  | 67 ++
 dev-util/rubymine/Manifest |  2 +
 dev-util/rubymine/rubymine-2019.2.3.ebuild | 35 ++
 10 files changed, 307 insertions(+)

diff --git a/dev-util/clion/Manifest b/dev-util/clion/Manifest
index ccd6b9b..95ae2a8 100644
--- a/dev-util/clion/Manifest
+++ b/dev-util/clion/Manifest
@@ -1,4 +1,6 @@
 AUX config 27 BLAKE2B 
941572f9d90f92818dab895e632915d071f0da6752ab4e0138377206b788543c676b1ff47802c548856b0e7068d7a943d52dd89e76cf8365c755b4c452098096
 SHA512 
83fcceb9c13ddd698752f5f1ed3a82a6aa792a0c86dcfa56a6e498b04cc9d7b55d7ccf93e9db46e91a719788cfbf1eeead50e1ad824e09e4b64a9896dc8e37bc
 DIST clion-2019.1.4.tar.gz 431747416 BLAKE2B 
46757b269c9effbbb170c9eeacfe236499c0f4a6a907a2c39b91db6e3db639d500ef167e61aaa7a9b928e50c5c01b3d41bb68a3d7b406b9da01bc5c6af5e87a3
 SHA512 
2be1bcaac0317d0dc6020a73405fc7300ca508220c3474c607f558bc9df17498bb25c9403ed614e044c2296b23f5fe9bafe125864c65e0bb83aafa9213352f6a
+DIST clion-2019.2.3.tar.gz 495323742 BLAKE2B 
b4747a4805ec7d8776e3c52c4f94a2d12c1156eff9c0a65e5e275bed269f472d3e8d410e2ef41b2e1504408cf7dfe3f2b8ccee06c5cdba4c8664ad5e7a1873fd
 SHA512 
34599a92b9522cbc6bee6505a26d24b9d4ac727100b2b30414199ac3ec03f73d81c5811f66b35ad51e846eb6fcf66651c522207bb5f471adbf5c5e25d5e7d7d5
 EBUILD clion-2019.1.4.ebuild 1991 BLAKE2B 
fe36412d01be6e8fddda6c98dbee6e10e5a85eda0b1204bfce6e5d2018a4c7ebaeed40d57b9263bb27ee241f36e29342a17b3be57b77bcec9b2ab25512a189cf
 SHA512 
41a730e5466f0125fd85efdd32f897958649033adbb23109b08692bc3908eb613da322194feecb54325f98734fa4ec27c42adc5c6a7289e3503e851d4b11cece
+EBUILD clion-2019.2.3.ebuild 2203 BLAKE2B 
279893c2e510655704089a220241d03445e09f58625e8a2650aa80a210fbe3d5902806d12ed75c58b65b078b22a51388abf66761e7779cae93372de3f569b49a
 SHA512 
67786d2f16055693e41b80d48cad734b19f852bd9b68690d923c1a26384fefa9b92873769fd6881bc4f5e13a6b90271423213c54cb37fa3d35a1c5bcebff64de
 MISC metadata.xml 246 BLAKE2B 
fc8d6245f577ed3dc445e459694a18f1d950a722dbb72bfd7508f1ba7c52f264fce2c4eda4b52e238a80f6765243a27d396a749dadbdf6a4b6931c25f8404bfa
 SHA512 
cd6648a75839e6059cf877aa79a84600be0a63de66f59efd217ad91bac55a7ed4afd5ce88c90a262b4dd044734403fb90a049b8f19a42289ec3ef1d827b66d77

diff --git a/dev-util/clion/clion-2019.2.3.ebuild 
b/dev-util/clion/clion-2019.2.3.ebuild
new file mode 100644
index 000..fbe93d3
--- /dev/null
+++ b/dev-util/clion/clion-2019.2.3.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils
+
+DESCRIPTION="A complete toolset for C and C++ development"
+HOMEPAGE="https://www.jetbrains.com/clion;
+SRC_URI="https://download.jetbrains.com/cpp/CLion-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )
+   Apache-1.1 Apache-2.0 BSD BSD-2 CC0-1.0 CDDL-1.1 CPL-0.5 CPL-1.0
+   EPL-1.0 EPL-2.0 GPL-2 GPL-2-with-classpath-exception GPL-3 ISC JDOM
+   LGPL-2.1+ LGPL-3 MIT MPL-1.0 MPL-1.1 OFL public-domain PSF-2 UoI-NCSA 
ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="bindist mirror splitdebug"
+IUSE="custom-jdk"
+
+# RDEPENDS may cause false positives in repoman.
+# clion requires cmake and gdb at runtime to build and debug C/C++ projects
+RDEPEND="
+   dev-util/cmake
+   sys-devel/gdb
+   !custom-jdk? ( virtual/jdk )"
+
+QA_PREBUILT="opt/${P}/*"
+
+src_prepare() {
+   default
+
+   local remove_me=(
+   bin/gdb/linux
+   bin/lldb/linux
+   bin/cmake
+   license/CMake*
+   lib/pty4j-native/linux/ppc64le
+   )
+
+   use amd64 || remove_me+=( bin/fsnotifier64 
lib/pty4j-native/linux/x86_64)
+   use arm || remove_me+=( bin/fsnotifier-arm )
+   use x86 || remove_me+=( bin/fsnotifier lib/pty4j-native/linux/x86)
+
+   use custom-jdk || remove_me+=( jbr )
+
+   rm -rv "${remove_me[@]}" || die
+}
+
+src_install() {
+   local dir="/opt/${P}"
+
+   insinto "${dir}"
+   doins -r *
+   fperms 755 

[gentoo-commits] repo/user/ssnb:master commit in: app-editors/visual-studio-code/

2019-10-03 Thread Samuel Bernardo
commit: a25281603911f73336b75dda3d122fda2f7be79d
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Oct  3 10:34:25 2019 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Oct  3 10:34:25 2019 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=a2528160

Update visual studio code

Signed-off-by: Samuel Bernardo  gmail.com>

 app-editors/visual-studio-code/Manifest|  2 +
 .../visual-studio-code-1.38.1.ebuild   | 76 ++
 2 files changed, 78 insertions(+)

diff --git a/app-editors/visual-studio-code/Manifest 
b/app-editors/visual-studio-code/Manifest
index 7de4b01..594ed0f 100644
--- a/app-editors/visual-studio-code/Manifest
+++ b/app-editors/visual-studio-code/Manifest
@@ -4,7 +4,9 @@ DIST visual-studio-code-1.35.1-amd64.tar.gz 68383648 BLAKE2B 
27f6df0b5326999b10f
 DIST visual-studio-code-1.35.1-x86.tar.gz 69348209 BLAKE2B 
40ae0b6ca47056b95c407e633df348aa1042b200b51b4287c9bf445a1f760a997ca060ce81e69f86ee9a17dad16f7f3d6ce2cc25d38d25913160557eb4f6964e
 SHA512 
49920c90cdaedb8319efee655d353e9286e1d656860accf60f7e7753a69673aeac13f0c6b0e80632963c641f5be4d830612b5f81813e5aed0a4d0fc8159ca80b
 DIST visual-studio-code-1.36.0-amd64.tar.gz 77632421 BLAKE2B 
14ed5b2a042d8b41375575203dfe97f460da0ea9c84d1fbdb3255aae8fab67d9d8c3416b423de31b5f3d32dff085953956c4522d4ec3dc8438a6d93185875391
 SHA512 
2a6e066311345ec000dbe51da1ac662fb4e04f73e907fe433d7e55b3b33a470d8363c1260f0b4b75f20a359a281e850e2136b28bae7eb2c2ce82d41f93b708e0
 DIST visual-studio-code-1.38.0-amd64.tar.gz 80879094 BLAKE2B 
efd6ce4e61b424d0581f14d25fb93fd87ac43c492fb956f9fa8708cca188a732b6fb16136b05c609c196f9cd8a6a4a5f159bea1c289a4097e1a56e76d2499aed
 SHA512 
9f13490bca4e8b4bfba75a0c69afdcda3b188f8bd88c33018a77537df01bf4ea8b97035a229300298b440f6b1d68e0543c43ef4e353c2be4b0edd2450c45a4dc
+DIST visual-studio-code-1.38.1-amd64.tar.gz 80879447 BLAKE2B 
db3016636f352867fe62c3c9c0c393e9007a0262a8307e270c1ad5190c58750fd45191f40aa391d54cf4ee92a8fb4b13eed81b5c6a7305811caa817e44ac5b71
 SHA512 
4c7546b077cbde23ddf22a229f14247d86d210bb4c5496cfa5385ff98d83c5215f8b1dabd370b0645ca6e9b81d463486bb80cc662bb34747d194ae3cdf429086
 EBUILD visual-studio-code-1.35.1.ebuild 1875 BLAKE2B 
4dca47917b252db3b4cc98479c6177674cc9bdae00433babd9343f5360dc37ada490bd64822eeba86580be72fe1e57ecdcf6e9a1c3512697265126bc09c363ec
 SHA512 
c971cdc405251d366dd18bca6ddd3471e8ea538eca5ec1f10d282b8be74068479f6e6151e33781bd33ad24ce5aa964c89ee61e158181b6ab601ea29e46a2dadb
 EBUILD visual-studio-code-1.36.0.ebuild 1811 BLAKE2B 
2edf730fe4549c82414d1bfef20eae7c00063bd5c246a3d0b50224f3b2dd70a5ebda0d0c8c32a41e78695d87be9456cd58d5367184fd0fa5c816be17589391d3
 SHA512 
0bdd055c117a219f9d3721938c90fbd9dd7449fa582f457328fee42a86bb5f1256b08b3c4cfeb3396389f8f1e53b2ca3f13b8ef7b29e6b1c95606c954cd37f6f
 EBUILD visual-studio-code-1.38.0.ebuild 1811 BLAKE2B 
2edf730fe4549c82414d1bfef20eae7c00063bd5c246a3d0b50224f3b2dd70a5ebda0d0c8c32a41e78695d87be9456cd58d5367184fd0fa5c816be17589391d3
 SHA512 
0bdd055c117a219f9d3721938c90fbd9dd7449fa582f457328fee42a86bb5f1256b08b3c4cfeb3396389f8f1e53b2ca3f13b8ef7b29e6b1c95606c954cd37f6f
+EBUILD visual-studio-code-1.38.1.ebuild 1811 BLAKE2B 
2edf730fe4549c82414d1bfef20eae7c00063bd5c246a3d0b50224f3b2dd70a5ebda0d0c8c32a41e78695d87be9456cd58d5367184fd0fa5c816be17589391d3
 SHA512 
0bdd055c117a219f9d3721938c90fbd9dd7449fa582f457328fee42a86bb5f1256b08b3c4cfeb3396389f8f1e53b2ca3f13b8ef7b29e6b1c95606c954cd37f6f
 MISC metadata.xml 309 BLAKE2B 
73c83a727af6c58aaac4474203ae062f7b93feade63573a5f6fe77b1d048069647dff9537a85a2d1b068ff224d8e189e34ae7a13971034075fad61e1269b3658
 SHA512 
7550b26c1e56caadc801d76a1069e23a05e9392c512599aaf34dae7267f3103611bcf8e4a4400b1ffca4afc7104feefba164a64559317e8637bcc636492671e3

diff --git a/app-editors/visual-studio-code/visual-studio-code-1.38.1.ebuild 
b/app-editors/visual-studio-code/visual-studio-code-1.38.1.ebuild
new file mode 100644
index 000..d98249a
--- /dev/null
+++ b/app-editors/visual-studio-code/visual-studio-code-1.38.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils
+
+MY_PN="vscode"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Multiplatform Visual Studio Code from Microsoft (binary version)"
+HOMEPAGE="https://code.visualstudio.com;
+BASE_URI="https://update.code.visualstudio.com/${PV};
+SRC_URI="
+   amd64? ( ${BASE_URI}/linux-x64/stable -> ${P}-amd64.tar.gz )
+   "
+RESTRICT="mirror strip bindist"
+
+LICENSE="MS-vscode-EULA"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="global-menu libsecret qt5"
+
+DEPEND="
+   >=media-libs/libpng-1.2.46
+   >=x11-libs/gtk+-2.24.8-r1:2
+   x11-libs/cairo
+   gnome-base/gconf
+   x11-libs/libXtst
+   !app-editors/vscode
+"
+
+RDEPEND="
+   ${DEPEND}
+   >=net-print/cups-2.0.0
+   x11-libs/libnotify
+   x11-libs/libXScrnSaver
+   dev-libs/nss
+   libsecret? ( 

[gentoo-commits] repo/gentoo:master commit in: app-editors/e3/

2019-10-03 Thread Ulrich Müller
commit: 9154bedcce055fc502eafde3cccddcac8449efcf
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Oct  3 10:11:59 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Oct  3 10:15:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9154bedc

Revert "app-editors/e3: Remove old."

This reverts commit 2b922ff9f5f4a642d28fc040bbe8c1b1cfd0bfd5.

Signed-off-by: Ulrich Müller  gentoo.org>

 app-editors/e3/Manifest|  1 +
 app-editors/e3/e3-2.8.2.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-editors/e3/Manifest b/app-editors/e3/Manifest
index 1d01bc2c47a..67e30520cf1 100644
--- a/app-editors/e3/Manifest
+++ b/app-editors/e3/Manifest
@@ -1 +1,2 @@
 DIST e3-2.8.tgz 119939 BLAKE2B 
b0882a359126d392a3e24971b1f2e39572bbbe0d95f388a4b75e8cc3e4424e798ddc381c9489ca65452668884abbacc2c27c33b6c7f230a6eb4d44986313a42c
 SHA512 
f3443ac558203b6921458761174ebc060936ae9f8a834670044152b9af52e0919075ac8110ba47b4b6f4e8261afa917e9fe49492b8d40d38d69987353ddd5189
+DIST e3-2.82.tgz 115504 BLAKE2B 
09edea9063657373cf6d7d9d8290dddf17b8fb516538d89b83462176127b8b43832bd81f326eec5504116f05ab780023832b8b5d41d72e3ab8e726d89e364a36
 SHA512 
07c7e40d26879871b60d7e89839805d779383dbaabe42a6a3a7047fa8a4c501c4cd0cdc828a9d29d4ac1c5b949bda07946d8e71e1320c6c303ffce88a3038547

diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild
new file mode 100644
index 000..4d675fa1428
--- /dev/null
+++ b/app-editors/e3/e3-2.8.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-$(ver_rs 2 '')"
+DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi 
keybindings"
+HOMEPAGE="https://sites.google.com/site/e3editor/;
+SRC_URI="https://sites.google.com/site/e3editor/Home/${MY_P}.tgz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+RESTRICT="strip"
+
+BDEPEND=">=dev-lang/nasm-2.09.04"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   sed -i 's/-D$(EXMODE)//' Makefile || die
+   eapply_user
+}
+
+src_compile() {
+   emake -- $(usex amd64 64 32)
+}
+
+src_install() {
+   dobin e3
+   dosym e3 /usr/bin/e3em
+   dosym e3 /usr/bin/e3ne
+   dosym e3 /usr/bin/e3pi
+   dosym e3 /usr/bin/e3vi
+   dosym e3 /usr/bin/e3ws
+
+   newman e3.man e3.1
+   dodoc ChangeLog README README.v2.7.1
+   docinto html
+   dodoc e3.html
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/e3/

2019-10-03 Thread Ulrich Müller
commit: 8890b7c0527f8e61dba67c2a245c12e256bf111f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Oct  3 10:13:20 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Oct  3 10:15:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8890b7c0

app-editors/e3: Remove old.

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

 app-editors/e3/Manifest  |  1 -
 app-editors/e3/e3-2.8.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/app-editors/e3/Manifest b/app-editors/e3/Manifest
index 67e30520cf1..a66a91fd1ab 100644
--- a/app-editors/e3/Manifest
+++ b/app-editors/e3/Manifest
@@ -1,2 +1 @@
-DIST e3-2.8.tgz 119939 BLAKE2B 
b0882a359126d392a3e24971b1f2e39572bbbe0d95f388a4b75e8cc3e4424e798ddc381c9489ca65452668884abbacc2c27c33b6c7f230a6eb4d44986313a42c
 SHA512 
f3443ac558203b6921458761174ebc060936ae9f8a834670044152b9af52e0919075ac8110ba47b4b6f4e8261afa917e9fe49492b8d40d38d69987353ddd5189
 DIST e3-2.82.tgz 115504 BLAKE2B 
09edea9063657373cf6d7d9d8290dddf17b8fb516538d89b83462176127b8b43832bd81f326eec5504116f05ab780023832b8b5d41d72e3ab8e726d89e364a36
 SHA512 
07c7e40d26879871b60d7e89839805d779383dbaabe42a6a3a7047fa8a4c501c4cd0cdc828a9d29d4ac1c5b949bda07946d8e71e1320c6c303ffce88a3038547

diff --git a/app-editors/e3/e3-2.8.ebuild b/app-editors/e3/e3-2.8.ebuild
deleted file mode 100644
index 3cb12476d34..000
--- a/app-editors/e3/e3-2.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi 
keybindings"
-HOMEPAGE="https://sites.google.com/site/e3editor/;
-SRC_URI="https://sites.google.com/site/e3editor/Home/${P}.tgz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-RESTRICT="strip"
-
-DEPEND=">=dev-lang/nasm-2.09.04"
-RDEPEND=""
-
-src_prepare() {
-   sed -i 's/-D$(EXMODE)//' Makefile || die
-}
-
-src_compile() {
-   emake -- $(usex amd64 64 32)
-}
-
-src_install() {
-   dobin e3
-   dosym e3 /usr/bin/e3em
-   dosym e3 /usr/bin/e3ne
-   dosym e3 /usr/bin/e3pi
-   dosym e3 /usr/bin/e3vi
-   dosym e3 /usr/bin/e3ws
-
-   newman e3.man e3.1
-   dohtml e3.html
-   dodoc ChangeLog README README_OLD
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/wikipedia-mode/, app-emacs/wikipedia-mode/files/

2019-10-03 Thread Ulrich Müller
commit: b81d40831c043d33ef51c4f277c44d3646c03e7f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Oct  3 10:06:48 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Oct  3 10:07:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81d4083

app-emacs/wikipedia-mode: Bump EAPI to 7.

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

 .../files/wikipedia-mode-0.5-require-outline-magic.patch|  4 ++--
 ...edia-mode-0.5-r1.ebuild => wikipedia-mode-0.5-r2.ebuild} | 13 +++--
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git 
a/app-emacs/wikipedia-mode/files/wikipedia-mode-0.5-require-outline-magic.patch 
b/app-emacs/wikipedia-mode/files/wikipedia-mode-0.5-require-outline-magic.patch
index caefca75763..9ec17844508 100644
--- 
a/app-emacs/wikipedia-mode/files/wikipedia-mode-0.5-require-outline-magic.patch
+++ 
b/app-emacs/wikipedia-mode/files/wikipedia-mode-0.5-require-outline-magic.patch
@@ -1,5 +1,5 @@
 wikipedia-mode.el~
-+++ wikipedia-mode.el
+--- a/wikipedia-mode.el
 b/wikipedia-mode.el
 @@ -386,2 +386,3 @@
  (require 'font-lock)
 +(require 'outline-magic)

diff --git a/app-emacs/wikipedia-mode/wikipedia-mode-0.5-r1.ebuild 
b/app-emacs/wikipedia-mode/wikipedia-mode-0.5-r2.ebuild
similarity index 60%
rename from app-emacs/wikipedia-mode/wikipedia-mode-0.5-r1.ebuild
rename to app-emacs/wikipedia-mode/wikipedia-mode-0.5-r2.ebuild
index 89c4f20828b..c70b2cb4fe4 100644
--- a/app-emacs/wikipedia-mode/wikipedia-mode-0.5-r1.ebuild
+++ b/app-emacs/wikipedia-mode/wikipedia-mode-0.5-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit elisp eutils
+inherit elisp
 
 DESCRIPTION="Mode for editing Wikipedia articles off-line"
 HOMEPAGE="https://www.emacswiki.org/emacs/WikipediaMode;
@@ -14,11 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="outline-magic"
 
-DEPEND="outline-magic? ( app-emacs/outline-magic )"
-RDEPEND="${DEPEND}"
+RDEPEND="outline-magic? ( app-emacs/outline-magic )"
+BDEPEND="${RDEPEND}"
 
 SITEFILE="50${PN}-gentoo.el"
 
 src_prepare() {
-   use outline-magic && epatch 
"${FILESDIR}/${P}-require-outline-magic.patch"
+   use outline-magic && eapply 
"${FILESDIR}"/${P}-require-outline-magic.patch
+   eapply_user
 }



[gentoo-commits] repo/user/ssnb:master commit in: net-im/zoom-bin/, app-misc/autenticacao-gov-pt/, app-misc/cartao-cidadao-svn/, ...

2019-10-03 Thread Samuel Bernardo
commit: e837bfe1d90cde5672c3492e9837288789a292a7
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Oct  3 09:59:20 2019 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Oct  3 09:59:20 2019 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=e837bfe1

multiple ebuild updates

Signed-off-by: Samuel Bernardo  gmail.com>

 app-editors/visual-studio-code/Manifest|   2 +
 .../visual-studio-code-1.38.0.ebuild   |  76 
 app-misc/autenticacao-gov-pt/Manifest  |   2 +-
 ...36.ebuild => autenticacao-gov-pt-2.0.43.ebuild} |   0
 app-misc/cartao-cidadao-svn/Manifest   |   3 +
 .../cartao-cidadao-svn-3.0.16.ebuild   |  80 +
 .../files/XadesSignature.cpp.3.0.16.patch  |  30 
 .../cartao-cidadao-svn/files/extras-3.0.16.tar.gz  | Bin 0 -> 93414 bytes
 dev-util/idea-ultimate/Manifest|   2 +
 .../idea-ultimate-2019.1.4.191.8026.42.ebuild  |  67 +
 dev-util/rubymine/Manifest |   4 ++
 dev-util/rubymine/rubymine-2019.1.4.ebuild |  35 +
 dev-util/rubymine/rubymine-2019.2.2.ebuild |  35 +
 net-im/zoom-bin/Manifest   |   2 +
 net-im/zoom-bin/zoom-bin-3.0.301026.0930.ebuild|  75 +++
 15 files changed, 412 insertions(+), 1 deletion(-)

diff --git a/app-editors/visual-studio-code/Manifest 
b/app-editors/visual-studio-code/Manifest
index 6717762..7de4b01 100644
--- a/app-editors/visual-studio-code/Manifest
+++ b/app-editors/visual-studio-code/Manifest
@@ -3,6 +3,8 @@ AUX visual-studio-code.png 30538 BLAKE2B 
16cf4c0e8f6c59451e38049b2531b08cfac9c0e
 DIST visual-studio-code-1.35.1-amd64.tar.gz 68383648 BLAKE2B 
27f6df0b5326999b10f5d601dc31a342c7a6b14dd338b7e4f5ecaa9a3b7dc26c2db1b1faba9a62357a6540f3400c7d43687af88ad07e6faa720fe0c2e201c6b9
 SHA512 
84959245e0adfec04fe31ff0f30862313dbc89291bf47772f784e29e17a6e955ec21f9a1d23f8f1b6717c747517063db2563650bb42a5094ee17dad131606b92
 DIST visual-studio-code-1.35.1-x86.tar.gz 69348209 BLAKE2B 
40ae0b6ca47056b95c407e633df348aa1042b200b51b4287c9bf445a1f760a997ca060ce81e69f86ee9a17dad16f7f3d6ce2cc25d38d25913160557eb4f6964e
 SHA512 
49920c90cdaedb8319efee655d353e9286e1d656860accf60f7e7753a69673aeac13f0c6b0e80632963c641f5be4d830612b5f81813e5aed0a4d0fc8159ca80b
 DIST visual-studio-code-1.36.0-amd64.tar.gz 77632421 BLAKE2B 
14ed5b2a042d8b41375575203dfe97f460da0ea9c84d1fbdb3255aae8fab67d9d8c3416b423de31b5f3d32dff085953956c4522d4ec3dc8438a6d93185875391
 SHA512 
2a6e066311345ec000dbe51da1ac662fb4e04f73e907fe433d7e55b3b33a470d8363c1260f0b4b75f20a359a281e850e2136b28bae7eb2c2ce82d41f93b708e0
+DIST visual-studio-code-1.38.0-amd64.tar.gz 80879094 BLAKE2B 
efd6ce4e61b424d0581f14d25fb93fd87ac43c492fb956f9fa8708cca188a732b6fb16136b05c609c196f9cd8a6a4a5f159bea1c289a4097e1a56e76d2499aed
 SHA512 
9f13490bca4e8b4bfba75a0c69afdcda3b188f8bd88c33018a77537df01bf4ea8b97035a229300298b440f6b1d68e0543c43ef4e353c2be4b0edd2450c45a4dc
 EBUILD visual-studio-code-1.35.1.ebuild 1875 BLAKE2B 
4dca47917b252db3b4cc98479c6177674cc9bdae00433babd9343f5360dc37ada490bd64822eeba86580be72fe1e57ecdcf6e9a1c3512697265126bc09c363ec
 SHA512 
c971cdc405251d366dd18bca6ddd3471e8ea538eca5ec1f10d282b8be74068479f6e6151e33781bd33ad24ce5aa964c89ee61e158181b6ab601ea29e46a2dadb
 EBUILD visual-studio-code-1.36.0.ebuild 1811 BLAKE2B 
2edf730fe4549c82414d1bfef20eae7c00063bd5c246a3d0b50224f3b2dd70a5ebda0d0c8c32a41e78695d87be9456cd58d5367184fd0fa5c816be17589391d3
 SHA512 
0bdd055c117a219f9d3721938c90fbd9dd7449fa582f457328fee42a86bb5f1256b08b3c4cfeb3396389f8f1e53b2ca3f13b8ef7b29e6b1c95606c954cd37f6f
+EBUILD visual-studio-code-1.38.0.ebuild 1811 BLAKE2B 
2edf730fe4549c82414d1bfef20eae7c00063bd5c246a3d0b50224f3b2dd70a5ebda0d0c8c32a41e78695d87be9456cd58d5367184fd0fa5c816be17589391d3
 SHA512 
0bdd055c117a219f9d3721938c90fbd9dd7449fa582f457328fee42a86bb5f1256b08b3c4cfeb3396389f8f1e53b2ca3f13b8ef7b29e6b1c95606c954cd37f6f
 MISC metadata.xml 309 BLAKE2B 
73c83a727af6c58aaac4474203ae062f7b93feade63573a5f6fe77b1d048069647dff9537a85a2d1b068ff224d8e189e34ae7a13971034075fad61e1269b3658
 SHA512 
7550b26c1e56caadc801d76a1069e23a05e9392c512599aaf34dae7267f3103611bcf8e4a4400b1ffca4afc7104feefba164a64559317e8637bcc636492671e3

diff --git a/app-editors/visual-studio-code/visual-studio-code-1.38.0.ebuild 
b/app-editors/visual-studio-code/visual-studio-code-1.38.0.ebuild
new file mode 100644
index 000..d98249a
--- /dev/null
+++ b/app-editors/visual-studio-code/visual-studio-code-1.38.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils
+
+MY_PN="vscode"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Multiplatform Visual Studio Code from Microsoft (binary version)"
+HOMEPAGE="https://code.visualstudio.com;
+BASE_URI="https://update.code.visualstudio.com/${PV};
+SRC_URI="

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

2019-10-03 Thread Agostino Sarubbo
commit: 8785e6b3769e56880c2afd8f1708d8c23108eb5b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 09:41:17 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 09:41:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8785e6b3

dev-lang/ruby: sparc stable wrt bug #696004

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-lang/ruby/ruby-2.4.9.ebuild | 2 +-
 dev-lang/ruby/ruby-2.5.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/ruby/ruby-2.4.9.ebuild b/dev-lang/ruby/ruby-2.4.9.ebuild
index b9a5c5e695c..b98fa639b5d 100644
--- a/dev-lang/ruby/ruby-2.4.9.ebuild
+++ b/dev-lang/ruby/ruby-2.4.9.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.ruby-lang.org/;
 SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz"
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 +ssl static-libs tk xemacs"
 
 RDEPEND="

diff --git a/dev-lang/ruby/ruby-2.5.7.ebuild b/dev-lang/ruby/ruby-2.5.7.ebuild
index c977407405f..7129243ec1f 100644
--- a/dev-lang/ruby/ruby-2.5.7.ebuild
+++ b/dev-lang/ruby/ruby-2.5.7.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.ruby-lang.org/;
 SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz"
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 +ssl static-libs tk xemacs"
 
 RDEPEND="



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

2019-10-03 Thread Agostino Sarubbo
commit: 4bff32d9d15e0d977b128c6164ade8213060a34a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 09:40:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 09:40:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bff32d9

dev-python/dissononce: x86 stable wrt bug #695338

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild 
b/dev-python/dissononce/dissononce-0.34.3.ebuild
index cbb23b357a9..fbb9a755907 100644
--- a/dev-python/dissononce/dissononce-0.34.3.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples test"
 
 # Currently no tests are available,



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

2019-10-03 Thread Agostino Sarubbo
commit: 33c4fb1404c29e96409e88def88ee0a333ff1560
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 09:40:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 09:40:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c4fb14

dev-python/consonance: x86 stable wrt bug #695338

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/consonance/consonance-0.1.3.ebuild 
b/dev-python/consonance/consonance-0.1.3.ebuild
index 4e1763062cb..d8e2b3f3706 100644
--- a/dev-python/consonance/consonance-0.1.3.ebuild
+++ b/dev-python/consonance/consonance-0.1.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 # Tests require an active internet connection



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

2019-10-03 Thread Agostino Sarubbo
commit: ec5b0d7a5162a34d15d2e7f06c65505ac6965ce7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 09:40:38 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 09:40:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5b0d7a

dev-python/transitions: x86 stable wrt bug #695338

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/transitions/transitions-0.7.1.ebuild 
b/dev-python/transitions/transitions-0.7.1.ebuild
index dc6a65dd56d..956ab1cc062 100644
--- a/dev-python/transitions/transitions-0.7.1.ebuild
+++ b/dev-python/transitions/transitions-0.7.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/tbb/

2019-10-03 Thread Guilherme Amadio
commit: a1ddeefb53647830f2c1b781c51487eecd290d4a
Author: Peter Levine  gmail  com>
AuthorDate: Thu Oct  3 01:43:17 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu Oct  3 09:31:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ddeefb

dev-cpp/tbb: Fix building with clang

Prevent "clang++" from being inadvertently matched to "*g++*" in a case
statement.

Closes: https://bugs.gentoo.org/662990
Closes: https://github.com/gentoo/gentoo/pull/13129
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Peter Levine  gmail.com>
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-cpp/tbb/tbb-2019.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2019.8.ebuild b/dev-cpp/tbb/tbb-2019.8.ebuild
index fd77782aba4..b0174501177 100644
--- a/dev-cpp/tbb/tbb-2019.8.ebuild
+++ b/dev-cpp/tbb/tbb-2019.8.ebuild
@@ -80,9 +80,9 @@ local_src_compile() {
esac
 
case "$(tc-getCXX)" in
+   *clang*) comp="clang" ;;
*g++*) comp="gcc" ;;
*ic*c) comp="icc" ;;
-   *clang*) comp="clang" ;;
*) die "compiler $(tc-getCXX) not supported by build system" ;;
esac
 



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

2019-10-03 Thread Agostino Sarubbo
commit: ad19e8bd4936590fddab6163792a1a901102b074
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:40:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:40:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad19e8bd

dev-lang/ruby: ppc64 stable wrt bug #696004

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-lang/ruby/ruby-2.4.9.ebuild b/dev-lang/ruby/ruby-2.4.9.ebuild
index 00fe3185018..b9a5c5e695c 100644
--- a/dev-lang/ruby/ruby-2.4.9.ebuild
+++ b/dev-lang/ruby/ruby-2.4.9.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.ruby-lang.org/;
 SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz"
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 +ssl static-libs tk xemacs"
 
 RDEPEND="



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

2019-10-03 Thread Agostino Sarubbo
commit: aa5ce2520d633b7c4b0243fc5acad15fdd892a6c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:39:52 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:39:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5ce252

dev-lang/ruby: ppc stable wrt bug #696004

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-lang/ruby/ruby-2.4.9.ebuild b/dev-lang/ruby/ruby-2.4.9.ebuild
index f38372e822b..00fe3185018 100644
--- a/dev-lang/ruby/ruby-2.4.9.ebuild
+++ b/dev-lang/ruby/ruby-2.4.9.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.ruby-lang.org/;
 SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz"
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 +ssl static-libs tk xemacs"
 
 RDEPEND="



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

2019-10-03 Thread Agostino Sarubbo
commit: 69f892b0e02f2bf8492bec838419930e3af77c58
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:23:48 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:23:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f892b0

dev-python/consonance: amd64 stable wrt bug #695338

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

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

diff --git a/dev-python/consonance/consonance-0.1.3.ebuild 
b/dev-python/consonance/consonance-0.1.3.ebuild
index fa72b7ed54a..4e1763062cb 100644
--- a/dev-python/consonance/consonance-0.1.3.ebuild
+++ b/dev-python/consonance/consonance-0.1.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples"
 
 # Tests require an active internet connection



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

2019-10-03 Thread Agostino Sarubbo
commit: 088e7532dbe387bcd7804e8451443a1c16d9cd1c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:24:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:24:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088e7532

dev-python/transitions: amd64 stable wrt bug #695338

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

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

diff --git a/dev-python/transitions/transitions-0.7.1.ebuild 
b/dev-python/transitions/transitions-0.7.1.ebuild
index 711e91d6ab3..dc6a65dd56d 100644
--- a/dev-python/transitions/transitions-0.7.1.ebuild
+++ b/dev-python/transitions/transitions-0.7.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples test"
 
 RESTRICT="!test? ( test )"



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

2019-10-03 Thread Agostino Sarubbo
commit: 76fbb0a45d04904a972425c4fdfed14035f1bc19
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:23:55 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:23:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fbb0a4

dev-python/dissononce: amd64 stable wrt bug #695338

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

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

diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild 
b/dev-python/dissononce/dissononce-0.34.3.ebuild
index c5583d3590b..cbb23b357a9 100644
--- a/dev-python/dissononce/dissononce-0.34.3.ebuild
+++ b/dev-python/dissononce/dissononce-0.34.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples test"
 
 # Currently no tests are available,



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

2019-10-03 Thread Jeroen Roovers
commit: b9594d110e7dd5f091baef88c0ab21b2231b3c38
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct  3 06:42:50 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct  3 08:18:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9594d11

net-misc/youtube-dl: Stable

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

 net-misc/youtube-dl/youtube-dl-2019.09.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/youtube-dl/youtube-dl-2019.09.28.ebuild 
b/net-misc/youtube-dl/youtube-dl-2019.09.28.ebuild
index 89ac8f636ee..8b7913f66a7 100644
--- a/net-misc/youtube-dl/youtube-dl-2019.09.28.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2019.09.28.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/ytdl-org/youtube-dl/;
 SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
 LICENSE="public-domain"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 RESTRICT="test"
 SLOT="0"
 DEPEND="



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

2019-10-03 Thread Jeroen Roovers
commit: b481e1bdfae5146bab8c040f1bce908499ae357d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct  3 06:43:51 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct  3 08:18:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b481e1bd

net-misc/youtube-dl: Old

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

 net-misc/youtube-dl/Manifest   |  1 -
 net-misc/youtube-dl/youtube-dl-2019.09.12.1.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 6af3e314202..18d58e52932 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,2 +1 @@
-DIST youtube-dl-2019.09.12.1.tar.gz 3180312 BLAKE2B 
0fb4f6fdba490407c655645823ebdabff443e8bc0490a0c54865cc4e0d2da0fe27a9eb297e521084a412b1dacd6afb988f5c167f3643a6783bf9d4f52a49b980
 SHA512 
8177165cab21e83d1e1012c3d56e5182816f2367322eeea526c6d18aa74d35271a4625c6663204c0a5206976dbe32c97cdcd22b000e4e8e23a1073b474345eb3
 DIST youtube-dl-2019.09.28.tar.gz 3181163 BLAKE2B 
e3e7b166f07cbbbe8f77c7116254000d5c864efcc2701533a7f7aa296450323a27072509acabd5a1be27c5aab208037e5545aa21e152b14ea0374e1c629c3ef5
 SHA512 
b5d5034f9ace17ee18b550b825431797b49d1f916963d483c95a737a3f2842c4c916f6d24f2056efbb786ed3c2ddf269f28f736a650a47b7ff0f94256aba4e94

diff --git a/net-misc/youtube-dl/youtube-dl-2019.09.12.1.ebuild 
b/net-misc/youtube-dl/youtube-dl-2019.09.12.1.ebuild
deleted file mode 100644
index 8b7913f66a7..000
--- a/net-misc/youtube-dl/youtube-dl-2019.09.12.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
-inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://github.com/ytdl-org/youtube-dl/;
-SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-LICENSE="public-domain"
-
-KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-RESTRICT="test"
-SLOT="0"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   ${DEPEND}
-   || (
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
-   dev-python/pycrypto[${PYTHON_USEDEP}]
-   )
-"
-S="${WORKDIR}/${PN}"
-
-src_compile() {
-   distutils-r1_src_compile
-}
-
-python_install_all() {
-   dodoc README.txt
-   doman ${PN}.1
-
-   newbashcomp ${PN}.bash-completion ${PN}
-
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-
-   insinto /usr/share/fish/vendor_completions.d
-   doins ${PN}.fish
-
-   distutils-r1_python_install_all
-
-   rm -r "${ED}"/usr/etc || die
-   rm -r "${ED}"/usr/share/doc/youtube_dl || die
-}
-
-pkg_postinst() {
-   elog "${PN}(1) / https://bugs.gentoo.org/355661 /"
-   elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :"
-   elog
-   elog "${PN} works fine on its own on most sites. However, if you want"
-   elog "to convert video/audio, you'll need avconf (media-video/libav) or"
-   elog "ffmpeg (media-video/ffmpeg). On some sites - most notably YouTube 
-"
-   elog "videos can be retrieved in a higher quality format without sound."
-   elog "${PN} will detect whether avconv/ffmpeg is present and"
-   elog "automatically pick the best option."
-   elog
-   elog "Videos or video formats streamed via RTMP protocol can only be"
-   elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
-   elog
-   elog "Downloading MMS and RTSP videos requires either mplayer"
-   elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
-   elog
-   elog "If you want ${PN} to embed thumbnails from the metadata into the"
-   elog "resulting MP4 files, consider installing 
media-video/atomicparsley"
-}



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

2019-10-03 Thread Agostino Sarubbo
commit: 67e4fa2c168f03fc5055222bed393783fa7a16c1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:16:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:16:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e4fa2c

dev-lang/python: sparc stable wrt bug #695826

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-lang/python/python-2.7.16.ebuild | 2 +-
 dev-lang/python/python-3.5.7.ebuild  | 2 +-
 dev-lang/python/python-3.6.9.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/python/python-2.7.16.ebuild 
b/dev-lang/python/python-2.7.16.ebuild
index 09245341679..33c2d0864c8 100644
--- a/dev-lang/python/python-2.7.16.ebuild
+++ b/dev-lang/python/python-2.7.16.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="2.7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="-berkdb bluetooth build doc elibc_uclibc examples gdbm hardened ipv6 
libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.

diff --git a/dev-lang/python/python-3.5.7.ebuild 
b/dev-lang/python/python-3.5.7.ebuild
index a529be1c1a1..453f1914ad9 100644
--- a/dev-lang/python/python-3.5.7.ebuild
+++ b/dev-lang/python/python-3.5.7.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="3.5/3.5m"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="bluetooth build elibc_uclibc examples gdbm hardened ipv6 libressl 
+ncurses +readline sqlite +ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-lang/python/python-3.6.9.ebuild 
b/dev-lang/python/python-3.6.9.ebuild
index 9e2ba75c304..aa9a69fbb17 100644
--- a/dev-lang/python/python-3.6.9.ebuild
+++ b/dev-lang/python/python-3.6.9.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="3.6/3.6m"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
sqlite +ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2019-10-03 Thread Agostino Sarubbo
commit: 9385ba2d5646190355f3967de6ffe3fff7c40c2c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:16:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:16:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9385ba2d

net-dns/dnsmasq: sparc stable wrt bug #695254

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

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



  1   2   >