summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-libs/libwebsockets: remove disrupting spaces from a patchJoonas Niilola2020-01-061-5/+5
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libwebsockets: Fix compile issue (#704180)Jaco Kroon2020-01-062-0/+30
| | | | | | | | Closes: https://bugs.gentoo.org/704180 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/14262 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libwebsockets: Switch to cmake.eclassAndreas Sturmlechner2020-01-062-6/+6
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-0527-53/+53
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/quiche: Switch back to cmake-utils.eclassAndreas Sturmlechner2020-01-042-10/+10
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/libktorrent: Drop 2.1-r1Andreas Sturmlechner2020-01-042-60/+0
| | | | | | | | Dropping x86 after stable timeout. Closes: https://bugs.gentoo.org/696858 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/tox: x86 stable wrt bug #704614Agostino Sarubbo2020-01-041-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Switch candrews' packages to cmake.eclassAndreas Sturmlechner2020-01-046-16/+20
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/webkit-gtk: Unconditionally build WebGL with enabled OpenGLMart Raudsepp2020-01-041-14/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building with ENABLE_GL but without WEBGL is unsupported upstream and has no real benefits. The WebGL support can be disabled at runtime, if desired. Therefore tie the choice of WebGL support to having enabled GL support (full opengl or gles2), matching what upstream does if an explicit ENABLE_WEBGL _private_ configuration value isn't given. We keep it as a separately passed arg for now just for the sake of being explicit. WebGL has been fine without gstreamer for a while now - that seems to have been a temporary bug in the ancient 2.10 series - so all this does not mean that gstreamer is required with GL and the REQUIRED_USE that was there is dropped (not only due to IUSE=webgl going away - had it stayed, the restriction was wrong with USE=webgl being there too). It should also be fine without libXcomposite and libXdamage on wayland-only builds, so those deps are simply dropped (they are still there for USE=X). This may have been a reason some may have wanted to disable WebGL for wayland-only builds, but it was probably legacy wrong deps. Update a comment about WebRTC (upstream is using libwebrtc instead of OpenWebRTC right now, but isn't a supported build option out of tarballs, plus it may end up using gstreamer instead before it becomes non-experimental). Also remove outdated comment about FTL_JIT (it doesn't need llvm anymore and we are letting it be handled automatically by upstream cmake per-architecture conditionals). Drop -fno-strict-aliasing build flags forcing - upstream build system is supposed to take care of it these days. As I confirmed I still get it in the compiler calls, this change does not necessitate a revbump either (the rest are --changed-use territory). Closes: https://bugs.gentoo.org/704538 Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-libs/libnet: arm stable wrt bug #704430Agostino Sarubbo2020-01-032-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libnet: x86 stable wrt bug #704430Agostino Sarubbo2020-01-032-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libnet: ia64 stable wrt bug #704430Agostino Sarubbo2020-01-031-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libnet: ppc64 stable wrt bug #704430Agostino Sarubbo2020-01-032-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libnet: ppc stable wrt bug #704430Agostino Sarubbo2020-01-032-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/tox: amd64 stable wrt bug #704614Agostino Sarubbo2020-01-031-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Switch m-n packages to cmake.eclassAndreas Sturmlechner2020-01-021-2/+2
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/webkit-gtk-2.26: fix unsupported no-GL buildMart Raudsepp2020-01-022-1/+33
| | | | | | Closes: https://bugs.gentoo.org/704236 Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-libs/libnet: stable 1.2 for sparc, bug #704430Rolf Eike Beer2020-01-021-1/+1
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/libnet: stable 1.0.2a-r7 for sparc, bug #704430Rolf Eike Beer2020-01-021-1/+1
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/wvstreams: OldJeroen Roovers2020-01-028-383/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* net-libs/socket_wrapper: stable 1.2.3 for hppa, bug #700312Sergei Trofimovich2020-01-021-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/libnet: Stable for HPPAJeroen Roovers2020-01-012-2/+2
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* net-libs/libsoup: remove oldMart Raudsepp2020-01-012-94/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-libs/libsrtp: Drop 1.6.0 (r0)Andreas Sturmlechner2020-01-011-85/+0
| | | | | | | Broken by >=OpenSSL-1.1 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/libnet: amd64 stable wrt bug #704430Agostino Sarubbo2020-01-012-4/+4
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/telepathy-glib: arm stable wrt bug #702260Agostino Sarubbo2020-01-011-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libsoup: arm stable wrt bug #702260Agostino Sarubbo2020-01-011-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/socket_wrapper: arm stable wrt bug #700312Agostino Sarubbo2020-01-011-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Switch proxy-maint to cmake.eclassAndreas Sturmlechner2019-12-313-7/+7
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/telepathy-qt: Move out-of-sync live ebuild from kde/qt overlaysAndreas Sturmlechner2019-12-311-0/+82
| | | | | | | | Synced with kde overlay changes (python3_8), qt overlay EGIT_REPO_URI, cmake.eclass port and re-added tests from last release. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/libtorrent-rasterbar: Version bump (v1.1.14)Mikle Kolyada2019-12-312-0/+107
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-libs/libtorrent-rasterbar: Drop oldMikle Kolyada2019-12-312-113/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-libs/libtorrent-rasterbar: mark stableMikle Kolyada2019-12-311-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-libs/socket_wrapper: ia64 stable wrt bug #700312Agostino Sarubbo2019-12-301-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/socket_wrapper: x86 stable wrt bug #700312Agostino Sarubbo2019-12-301-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libssh: ppc stable wrt bug #701598Agostino Sarubbo2019-12-301-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/socket_wrapper: ppc stable wrt bug #700312Agostino Sarubbo2019-12-301-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/quiche: use virtual/rustCraig Andrews2019-12-302-2/+2
| | | | | | | | Use virtual/rust instead of dev-lang/rust Bug: https://bugs.gentoo.org/show_bug.cgi?id=701362 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-libs/libssh: ppc64 stable wrt bug #701598Agostino Sarubbo2019-12-301-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/socket_wrapper: ppc64 stable wrt bug #700312Agostino Sarubbo2019-12-301-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/webkit-gtk: amd64 stable wrt bug #699156Agostino Sarubbo2019-12-301-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/webkit-gtk: adjust compiler deps and checksMart Raudsepp2019-12-301-5/+1
| | | | | | | | The gcc < 7.3 check will work wrong once gcc10 comes along. Adjust the clang dep to match when initial C++17 support came along. Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-libs/xrootd: do not set -Werror in normal buildsMarek Szuba2019-12-303-2/+30
| | | | | | | | | Backported to 4.8 and 4.9 from 4.10. Should allow these versions to build under gcc-9. Closes: https://bugs.gentoo.org/703412 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-libs/libnet: Update live ebuildJeroen Roovers2019-12-291-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* net-libs/socket_wrapper: stable 1.2.3 for sparc, bug #700312Rolf Eike Beer2019-12-291-1/+1
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/socket_wrapper-1.2.3: amd64 stable (bug 700312)Piotr Karbowski2019-12-291-1/+1
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* net-libs/webkit-gtk: security bump to 2.26.2Mart Raudsepp2019-12-293-0/+304
| | | | | | | | | | | | | | | | | | | | | | | * Add unconditional sandboxing support, if available for the arch. * Switch IUSE=gles2 to IUSE=gles2-only, as it is an alternative to USE=opengl, not a co-existing one. * USE=wayland now requires wpebackend-fdo and co for accelerated compositing under wayland, if opengl is enabled. * Re-enable IUSE=+jumbo-build for unified source builds - it was unconditionally enabled before, but with 2.26 disabling it finally seems to work. Disabling it seems to result in a 2MB larger library and over twice the compile time, but it may be crucial to low RAM systems to be able to even build webkit-gtk at all. * gtk2 plugin process is now dropped upstream - no more adobe-flash support. * geoclue is a runtime-only depend now (dbus interface). * GCC/clang checks updated to the best of my understanding. * Added ruby:2.7 support for the build-time depend on it. Bug: https://bugs.gentoo.org/699156 Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* */*: Switch kde proj packages using cmake-multilib.eclass to cmakeAndreas Sturmlechner2019-12-293-15/+18
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Switch kde proj packages to cmake.eclassAndreas Sturmlechner2019-12-292-5/+5
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/ldns: Remove oldDavid Seifert2019-12-291-113/+0
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>