[gentoo-commits] proj/musl:master commit in: dev-libs/weston/files/, dev-libs/weston/

2021-03-13 Thread Sam James
commit: be9810442e7370dad6d992f17519683df423e96a
Author: Dave Hughes  gmail  com>
AuthorDate: Sat Mar 13 13:29:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 13 21:02:39 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=be981044

dev-libs/weston: remove from overlay

Package-Manager: Portage-3.0.17, Repoman-3.0.2
RepoMan-Options: --force
Manifest-Sign-Key: 0xA1919C830E9498E0
Signed-off-by: Dave Hughes  gmail.com>
Closes: https://github.com/gentoo/musl/pull/409
Signed-off-by: Sam James  gentoo.org>

 dev-libs/weston/Manifest   |   1 -
 dev-libs/weston/files/3.0.0-musl.patch |  11 ---
 dev-libs/weston/files/README.gentoo|   9 --
 dev-libs/weston/metadata.xml   |  25 --
 dev-libs/weston/weston-3.0.0.ebuild| 154 -
 5 files changed, 200 deletions(-)

diff --git a/dev-libs/weston/Manifest b/dev-libs/weston/Manifest
deleted file mode 100644
index e4a6d59..000
--- a/dev-libs/weston/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST weston-3.0.0.tar.xz 1300340 BLAKE2B 
38b46ecca03ffee7832a561348cb1d6604db7e0add8b5629141ce61593ae250625d71c6716f02296157ea5a61764ff10561fa7ffc8f3c1426a4c86589b13b5c3
 SHA512 
b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58

diff --git a/dev-libs/weston/files/3.0.0-musl.patch 
b/dev-libs/weston/files/3.0.0-musl.patch
deleted file mode 100644
index a7d9f7c..000
--- a/dev-libs/weston/files/3.0.0-musl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur weston-3.0.0.orig/shared/timespec-util.h 
weston-3.0.0/shared/timespec-util.h
 weston-3.0.0.orig/shared/timespec-util.h   2017-09-14 21:48:11.637801876 
-0700
-+++ weston-3.0.0/shared/timespec-util.h2017-09-14 21:48:47.289800862 
-0700
-@@ -28,6 +28,7 @@
- 
- #include 
- #include 
-+#include 
- 
- #define NSEC_PER_SEC 10
- 

diff --git a/dev-libs/weston/files/README.gentoo 
b/dev-libs/weston/files/README.gentoo
deleted file mode 100644
index ed8c5c3..000
--- a/dev-libs/weston/files/README.gentoo
+++ /dev/null
@@ -1,9 +0,0 @@
-For running Weston you need to have $XDG_RUNTIME_DIR in your environment,
-directory must exist and have correct permissions. If you are not using 
systemd,
-it will not be created automatically, you can create it using your shell,
-add these lines to ~/.bash_profile:
-
-# wayland
-export XDG_RUNTIME_DIR=/tmp/.runtime-${USER}
-mkdir -p "${XDG_RUNTIME_DIR}"
-chmod 0700 "${XDG_RUNTIME_DIR}"

diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml
deleted file mode 100644
index 661f699..000
--- a/dev-libs/weston/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   x...@gentoo.org
-   X11
-
-
-   Allow setting color managment
-   Enable drm compositor support
-   Install wayland-editor example application
-   Enable fbdev compositor support
-   Use GLESv2 cairo instead of full GL
-   Headless backend and a noop renderer, mainly for 
testing purposes
-   Enable the IVI shell
-   Install weston-launch utility
-   Enable Remote Desktop Protocol compositor 
support
-   Increase performance, allocate more 
RAM. Recommended to disable on Raspberry Pi
-   Enable screen-sharing through RDP
-   Enable libunwind usage for backtraces
-   Enable Wayland compositor support
-   Add support for the WebP image format
-   Enable ability support native X11 
applications
-
-

diff --git a/dev-libs/weston/weston-3.0.0.ebuild 
b/dev-libs/weston/weston-3.0.0.ebuild
deleted file mode 100644
index e3e97de..000
--- a/dev-libs/weston/weston-3.0.0.ebuild
+++ /dev/null
@@ -1,154 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git;
-   GIT_ECLASS="git-r3"
-   EXPERIMENTAL="true"
-fi
-
-inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS
-
-DESCRIPTION="Wayland reference compositor"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ $PV = * ]]; then
-   SRC_URI="${SRC_PATCHES}"
-   KEYWORDS=""
-else
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="MIT CC-BY-SA-3.0"
-SLOT="0"
-
-IUSE="colord dbus +drm editor examples fbdev +gles2 headless ivi jpeg +launch 
lcms rdp +resize-optimization screen-sharing static-libs +suid systemd test 
unwind wayland-compositor webp +X xwayland"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   drm? ( gles2 )
-   screen-sharing? ( rdp )
-   systemd? ( dbus )
-   test? ( headless xwayland )
-   wayland-compositor? ( gles2 )
-"
-
-RDEPEND="
-   >=dev-libs/libinput-0.8.0
-   >=dev-libs/wayland-1.12.0
-   >=dev-libs/wayland-protocols-1.8
-   lcms? ( 

[gentoo-commits] proj/musl:master commit in: dev-libs/weston/files/, dev-libs/weston/

2017-03-05 Thread Aric Belsito
commit: 3af42813666a5a5a9a9dfb4368bcb93c6cc1314c
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Mar  6 00:42:39 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Mar  6 00:42:39 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=3af42813

dev-libs/weston: sync with upstream

update patch.

 dev-libs/weston/Manifest|   4 +-
 dev-libs/weston/files/1.11.0-musl.patch | 289 
 dev-libs/weston/weston-1.11.0.ebuild|  10 +-
 3 files changed, 39 insertions(+), 264 deletions(-)

diff --git a/dev-libs/weston/Manifest b/dev-libs/weston/Manifest
index 08a2abf..4c33fa3 100644
--- a/dev-libs/weston/Manifest
+++ b/dev-libs/weston/Manifest
@@ -1,5 +1,5 @@
-AUX 1.11.0-musl.patch 6945 SHA256 
c328fffeeb5e5c8ad1b5198c62ba0da415fb0c0ac003070d83c11cde5057b5dc SHA512 
6c798b7dad8f81c1cd550b9aa30e11729881dff09141cd811d90e2ad06da7f756542d8844b1a2a2948b247935cd4261d46aa9b991aaaeada226c418512734b2f
 WHIRLPOOL 
719cf3a43ee54c4ab2fd3f3500560a3c10bb974d897cd07c501afe85ee37ab1235ffc5583bbfd3015ecfbe7d9745e6350f9ef9cf78913346bb9f8e4659a0108c
+AUX 1.11.0-musl.patch 1127 SHA256 
51e3abf15fbeaf908febecfd5ede898760c2ae5325db60a2b11c4bca3b56503d SHA512 
29866a9b22ddc7050467738b98b956df3906299a547edd74d2a861ba3367ca159d3747ffa3df5e9fbdba4e17966f47f33b56b7697418cf9f7f1f2bea62dd9f2f
 WHIRLPOOL 
0eed5a00eb4495b3c3667d0019b99adf60fa9f54d2cc3436628e696729e9195dd4b1545112161edd0bd4f069734c687ae3da23d79fb07c79b3ba84fca1d23779
 AUX README.gentoo 383 SHA256 
ded85eb05b14162aceb7ba67e49be207bbe15591fa519743478618def88cee85 SHA512 
e4d8f8e0edeb6773dd7ef6329074d1e40b694b9e7e10b6a429d8c5dd4fe1170594f447a42eb41446ec2355829a1da1606bf6c544434551c5c931b0794422e786
 WHIRLPOOL 
8bc2485d91a399eb9d283ec3363546852be9a1a3e69214b3c7cc9a6427c4e10355dc8732de0d8b688f9df8a4bc03df25c3ce7b33c19773b7a47616c93f82bd81
 DIST weston-1.11.0.tar.xz 1242244 SHA256 
05e086e9f186a06843b9f7a5e1abf19347b1a6e4be26d7e74927abc17b6b7125 SHA512 
30c43058aeca2d90d8c57ee3beb824aa42474eb2d0fa942622949b49c7771eb5d8d9c452d496a13950baabffef3c343d7386821778ae931939039fab2f782ad5
 WHIRLPOOL 
5e76484c1413ddc14c426c80845790e6b636bb2d827188563ca9b41f23ca4afd6cf20c8a743c0ff1b6c09d371c3e6988d0e9765333660aeb8723ddf62208b876
-EBUILD weston-1.11.0.ebuild 3671 SHA256 
1961ced3c29cdae326f21323f8404ca56ac4880c791bfc35bb781a239bd21a13 SHA512 
88de8968e3ca286cbea8df932225619cb000cbfadf591174b8f687fe67831b8e17ca2c4a1c9a0b3d200ebd6b18fdb08789115a914e1df284ce534a4139c24be0
 WHIRLPOOL 
a7a68946e418bbfe6e32a65512e5b5a9fcaecb6ea1b5abe0072767f736b3c77f6be33f4ea681612e081681ba636041fafb694d6ae95939571dd2f72eccfea624
+EBUILD weston-1.11.0.ebuild 3549 SHA256 
b77d4422dd25616e2ff0a4f3ab71a8f6625e5e2b21c9d87afb41697932de2594 SHA512 
69d14b889daff658079e0a187cac5ba3059d583a4ea572bb725ec8df0386e45f7e6fffeb8d6b80579260828e838821ec6ef1e872383325ba20b73f739dd83817
 WHIRLPOOL 
01a31df9ed78a148508e48f6a7727e7c5b72199616c72dec529197409a6075f04a8d87dc6afccd0f969da7e7e93f83cd8a598f78c8de96d0d8d024cec4a3ab8b
 MISC metadata.xml 1346 SHA256 
2710b274618784eb36f2c67fa8778b95c49ff2eeb3b52757bca963a363f455e4 SHA512 
27e5e3fde5db5d9e04138b1abdeb77a09a3a0c726c28b1ba63db4aec44c1be8804cfc171893573ac2b4365dc94c725129843267cb0ab938bc5599aa186f26094
 WHIRLPOOL 
70f1a3c35da4948698ab39fc95d3b433d50b9170090050a0b8f4f1c2669011f2bd0d0f177414ae4744fcebdf7728174339578666b26d1508c56720cdb530fbfe

diff --git a/dev-libs/weston/files/1.11.0-musl.patch 
b/dev-libs/weston/files/1.11.0-musl.patch
index b568b47..05123ad 100644
--- a/dev-libs/weston/files/1.11.0-musl.patch
+++ b/dev-libs/weston/files/1.11.0-musl.patch
@@ -1,6 +1,6 @@
 diff -Naur weston-1.11.0.orig/shared/xalloc.h weston-1.11.0/shared/xalloc.h
 weston-1.11.0.orig/shared/xalloc.h 2016-06-21 10:44:19.589264446 -0700
-+++ weston-1.11.0/shared/xalloc.h  2016-06-21 10:44:32.790394210 -0700
+--- weston-1.11.0.orig/shared/xalloc.h 2017-03-05 16:35:25.816193000 -0800
 weston-1.11.0/shared/xalloc.h  2017-03-05 16:38:16.043363715 -0800
 @@ -30,6 +30,7 @@
  extern "C" {
  #endif
@@ -9,257 +9,34 @@ diff -Naur weston-1.11.0.orig/shared/xalloc.h 
weston-1.11.0/shared/xalloc.h
  #include 
  #include 
  
-diff -Naur weston-1.11.0.orig/src/weston-launch.c 
weston-1.11.0/src/weston-launch.c
 weston-1.11.0.orig/src/weston-launch.c 2016-06-21 10:44:19.613264682 
-0700
-+++ weston-1.11.0/src/weston-launch.c  2016-06-21 10:54:33.890366803 -0700
-@@ -33,7 +33,7 @@
- #include 
- #include 
- 
--#include 
-+#include 
- #include 
- 
- #include 
-@@ -225,11 +225,15 @@
- static int
- setup_launcher_socket(struct weston_launch *wl)
- {
--  if (socketpair(AF_LOCAL, SOCK_SEQPACKET, 0, wl->sock) < 0)
--  error(1, errno, "socketpair failed");
-+  if (socketpair(AF_LOCAL, SOCK_SEQPACKET, 0, wl->sock) < 0) {
-+  err(errno, "socketpair failed");
-+  exit(1);
-+  }
- 
--  if (fcntl(wl->sock[0], F_SETFD, FD_CLOEXEC) < 0)
--  error(1, errno, "fcntl