Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
Date: Sun, 14 Apr 2019 14:17:40
Message-Id: 1555251445.0fdfd5370ec02d8cbef141854f21cf418804201a.chewi@gentoo
1 commit: 0fdfd5370ec02d8cbef141854f21cf418804201a
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 14:16:53 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 14:17:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdfd537
7
8 dev-libs/weston: Drop old 5.0.0
9
10 Closes: https://bugs.gentoo.org/678528
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-libs/weston/Manifest | 1 -
15 dev-libs/weston/weston-5.0.0.ebuild | 150 ------------------------------------
16 2 files changed, 151 deletions(-)
17
18 diff --git a/dev-libs/weston/Manifest b/dev-libs/weston/Manifest
19 index b383b67e848..4bf9e5840dc 100644
20 --- a/dev-libs/weston/Manifest
21 +++ b/dev-libs/weston/Manifest
22 @@ -1,3 +1,2 @@
23 DIST weston-3.0.0.tar.xz 1300340 BLAKE2B 38b46ecca03ffee7832a561348cb1d6604db7e0add8b5629141ce61593ae250625d71c6716f02296157ea5a61764ff10561fa7ffc8f3c1426a4c86589b13b5c3 SHA512 b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58
24 -DIST weston-5.0.0.tar.xz 1467496 BLAKE2B 514bc4c4f09dc8bc5b068c66cf14b86687bee1e691f7dfcb251a5ae7fe02389b48626ed02c97eff9334b43e227ea8b83beef48c53a83b4691f59a65af53ad61d SHA512 b6f97eca014ea47f3de0c5ddd89712f896cd66423d0eb499e1d88d35aab616cef1e735ebb8e0cefd8b60085314b6ec3d56b39d7c4776188bb56d58efc84a52cf
25 DIST weston-6.0.0.tar.xz 1517032 BLAKE2B 598c525598f877715320d8b468618595d1f7b10ed56aa82c3535b05c369216d1a938d32354e3a8cc9077a0d910d0dbfdcf504fb687c73942d8ad92b13a124bd2 SHA512 127ab64b689f202acca4d9461e4decfd42357e4bbb63493af257b3b20b693a8ab4207b3c6b97663cefeed200505aad5f32b6a064db2e53fa1e201877613b394f
26
27 diff --git a/dev-libs/weston/weston-5.0.0.ebuild b/dev-libs/weston/weston-5.0.0.ebuild
28 deleted file mode 100644
29 index 221535a3bed..00000000000
30 --- a/dev-libs/weston/weston-5.0.0.ebuild
31 +++ /dev/null
32 @@ -1,150 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -if [[ ${PV} = 9999* ]]; then
39 - EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git"
40 - GIT_ECLASS="git-r3"
41 - EXPERIMENTAL="true"
42 -fi
43 -
44 -inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS
45 -
46 -DESCRIPTION="Wayland reference compositor"
47 -HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
48 -
49 -if [[ $PV = 9999* ]]; then
50 - SRC_URI="${SRC_PATCHES}"
51 - KEYWORDS=""
52 -else
53 - SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
54 - KEYWORDS="~amd64 ~arm ~x86"
55 -fi
56 -
57 -LICENSE="MIT CC-BY-SA-3.0"
58 -SLOT="0"
59 -
60 -IUSE="colord dbus +drm editor examples fbdev +gles2 headless ivi jpeg +launch lcms rdp +resize-optimization screen-sharing static-libs +suid systemd test wayland-compositor webp +X xwayland"
61 -
62 -REQUIRED_USE="
63 - drm? ( gles2 )
64 - screen-sharing? ( rdp )
65 - systemd? ( dbus )
66 - test? ( headless xwayland )
67 - wayland-compositor? ( gles2 )
68 -"
69 -
70 -RDEPEND="
71 - >=dev-libs/libinput-0.8.0
72 - >=dev-libs/wayland-1.12.0
73 - >=dev-libs/wayland-protocols-1.13
74 - lcms? ( media-libs/lcms:2 )
75 - media-libs/libpng:0=
76 - webp? ( media-libs/libwebp:0= )
77 - jpeg? ( virtual/jpeg:0= )
78 - >=x11-libs/cairo-1.11.3
79 - >=x11-libs/libdrm-2.4.68
80 - >=x11-libs/libxkbcommon-0.5.0
81 - >=x11-libs/pixman-0.25.2
82 - x11-misc/xkeyboard-config
83 - fbdev? (
84 - >=sys-libs/mtdev-1.1.0
85 - >=virtual/udev-136
86 - )
87 - colord? ( >=x11-misc/colord-0.1.27 )
88 - dbus? ( >=sys-apps/dbus-1.6 )
89 - drm? (
90 - >=media-libs/mesa-17.1[gbm]
91 - >=sys-libs/mtdev-1.1.0
92 - >=virtual/udev-136
93 - )
94 - editor? ( x11-libs/pango )
95 - gles2? (
96 - media-libs/mesa[gles2,wayland]
97 - )
98 - rdp? ( >=net-misc/freerdp-1.1.0:= )
99 - systemd? (
100 - sys-auth/pambase[systemd]
101 - >=sys-apps/systemd-209[pam]
102 - )
103 - launch? ( sys-auth/pambase )
104 - X? (
105 - >=x11-libs/libxcb-1.9
106 - x11-libs/libX11
107 - )
108 - xwayland? (
109 - x11-base/xorg-server[wayland]
110 - x11-libs/cairo[xcb]
111 - >=x11-libs/libxcb-1.9
112 - x11-libs/libXcursor
113 - )
114 -"
115 -DEPEND="${RDEPEND}
116 - virtual/pkgconfig
117 -"
118 -
119 -src_prepare() {
120 - default
121 - if [[ ${PV} = 9999* ]]; then
122 - eautoreconf
123 - else
124 - elibtoolize
125 - fi
126 -}
127 -
128 -src_configure() {
129 - local myconf=()
130 -
131 - if use examples || use test; then
132 - myconf+=( --enable-simple-clients )
133 - else
134 - myconf+=( --disable-simple-clients )
135 - fi
136 -
137 - econf \
138 - $(use_enable examples demo-clients-install) \
139 - $(use_enable fbdev fbdev-compositor) \
140 - $(use_enable dbus) \
141 - $(use_enable drm drm-compositor) \
142 - $(use_enable headless headless-compositor) \
143 - $(use_enable ivi ivi-shell) \
144 - $(use_enable lcms) \
145 - $(use_enable rdp rdp-compositor) \
146 - $(use_enable wayland-compositor) \
147 - $(use_enable X x11-compositor) \
148 - $(use_enable launch weston-launch) \
149 - $(use_enable colord) \
150 - $(use_enable gles2 egl) \
151 - $(use_enable resize-optimization) \
152 - $(use_enable screen-sharing) \
153 - $(use_enable suid setuid-install) \
154 - $(use_enable systemd systemd-login) \
155 - $(use_enable systemd systemd-notify) \
156 - $(use_enable xwayland) \
157 - $(use_enable xwayland xwayland-test) \
158 - $(use_with jpeg) \
159 - $(use_with webp) \
160 - --with-cairo=image \
161 - --disable-junit-xml \
162 - --disable-simple-dmabuf-drm-client \
163 - --disable-simple-dmabuf-v4l-client \
164 - --disable-simple-egl-clients \
165 - --disable-vaapi-recorder \
166 - "${myconf[@]}"
167 -}
168 -
169 -src_test() {
170 - export XDG_RUNTIME_DIR="${T}/runtime-dir"
171 - mkdir "${XDG_RUNTIME_DIR}" || die
172 - chmod 0700 "${XDG_RUNTIME_DIR}" || die
173 -
174 - cd "${BUILD_DIR}" || die
175 - emake check
176 -}
177 -
178 -src_install() {
179 - default
180 -
181 - readme.gentoo_create_doc
182 -}