dev-libs/weston: Remove old 1.12.0
authorJames Le Cuirot <chewi@gentoo.org>
Thu, 14 Sep 2017 10:22:00 +0000 (11:22 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Thu, 14 Sep 2017 10:22:00 +0000 (11:22 +0100)
Given that this release is quite old and doesn't build with glibc
2.25, it seems better to make 3.0.0 the next stable target.

Package-Manager: Portage-2.3.8, Repoman-2.3.2

dev-libs/weston/Manifest
dev-libs/weston/weston-1.12.0.ebuild [deleted file]

index c761951f07cb8f43e496cca37219551a60f3e6c5..7d046d9bea8983dd661d491f193a302566959a0d 100644 (file)
@@ -1,4 +1,3 @@
 DIST weston-1.11.0.tar.xz 1242244 SHA256 05e086e9f186a06843b9f7a5e1abf19347b1a6e4be26d7e74927abc17b6b7125 SHA512 30c43058aeca2d90d8c57ee3beb824aa42474eb2d0fa942622949b49c7771eb5d8d9c452d496a13950baabffef3c343d7386821778ae931939039fab2f782ad5 WHIRLPOOL 5e76484c1413ddc14c426c80845790e6b636bb2d827188563ca9b41f23ca4afd6cf20c8a743c0ff1b6c09d371c3e6988d0e9765333660aeb8723ddf62208b876
-DIST weston-1.12.0.tar.xz 1260892 SHA256 ac7ac2a32e3b9f50131fccded5d2326bd36b2226712d90b61999118a09af5033 SHA512 80cf7c01951cc72b32284a5a6960c2ae7a8dfffffb155cb0f94cd3585b0afa3f06bb8e2b87467d18ab95f0fd673ad9319a6e14ee5f3cec1d3b72c7c0146c927e WHIRLPOOL a809994ea312c01548280e1e5b5915fa3f0fae32ae152a0e64edd0b86db4995a97705d4ab5af5b09cfce32633ae9cdaa6f5db2afad3e0f3c5faab583d1109725
 DIST weston-1.9.0.tar.xz 1238240 SHA256 9c1b03f3184fa0b0dfdf67e215048085156e1a2ca344af6613fed36794ac48cf SHA512 9bcbb5971b8a55d9e10aacf0aae868ff03750a98daee5233dcbff5698ed84e41c4b147fa1fdb1e2be916e3b1e13f259e0eec62354517d6e2a7e1d301a8522f66 WHIRLPOOL 3329a1783da2c7509fb93a64343b6b70f6d45de614a15e17d3a2a2439b440298e25c3dd4504042de38e501877cf47d909849fd6263b081c6ccc0bf8e1362287b
 DIST weston-3.0.0.tar.xz 1300340 SHA256 cde1d55e8dd70c3cbb3d1ec72f60e60000041579caa1d6a262bd9c35e93723a5 SHA512 b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58 WHIRLPOOL 8b46b199f40e51530c17f782a12e0a3a5b65bffebc090db0c9296454b0bdcb053c0dfd6de3d0c5150e2404ea87d49280c11a0475382e2350699ae27deb204383
diff --git a/dev-libs/weston/weston-1.12.0.ebuild b/dev-libs/weston/weston-1.12.0.ebuild
deleted file mode 100644 (file)
index c990f2b..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} = 9999* ]]; then
-       EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git"
-       GIT_ECLASS="git-r3"
-       EXPERIMENTAL="true"
-fi
-VIRTUALX_REQUIRED="test"
-RESTRICT="test"
-
-inherit autotools readme.gentoo-r1 toolchain-funcs virtualx $GIT_ECLASS
-
-DESCRIPTION="Wayland reference compositor"
-HOMEPAGE="https://wayland.freedesktop.org/"
-
-if [[ $PV = 9999* ]]; then
-       SRC_URI="${SRC_PATCHES}"
-       KEYWORDS=""
-else
-       SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
-       KEYWORDS="~amd64 ~arm ~x86 ~arm-linux"
-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"
-
-REQUIRED_USE="
-       drm? ( gles2 )
-       screen-sharing? ( rdp )
-       systemd? ( dbus )
-       test? ( X )
-       wayland-compositor? ( gles2 )
-"
-
-RDEPEND="
-       >=dev-libs/libinput-0.8.0
-       >=dev-libs/wayland-1.12.0
-       >=dev-libs/wayland-protocols-1.2
-       lcms? ( media-libs/lcms:2 )
-       media-libs/libpng:0=
-       webp? ( media-libs/libwebp:0= )
-       jpeg? ( virtual/jpeg:0= )
-       >=x11-libs/cairo-1.11.3
-       >=x11-libs/libdrm-2.4.30
-       x11-libs/libxkbcommon
-       x11-libs/pixman
-       x11-misc/xkeyboard-config
-       fbdev? (
-               >=sys-libs/mtdev-1.1.0
-               >=virtual/udev-136
-       )
-       colord? ( >=x11-misc/colord-0.1.27 )
-       dbus? ( sys-apps/dbus )
-       drm? (
-               media-libs/mesa[gbm]
-               >=sys-libs/mtdev-1.1.0
-               >=virtual/udev-136
-       )
-       editor? ( x11-libs/pango )
-       gles2? (
-               media-libs/mesa[gles2,wayland]
-       )
-       rdp? ( >=net-misc/freerdp-1.1.0_beta1_p20130710 )
-       systemd? (
-               sys-auth/pambase[systemd]
-               sys-apps/systemd[pam]
-       )
-       launch? ( sys-auth/pambase )
-       unwind? ( sys-libs/libunwind )
-       X? (
-               x11-libs/libxcb
-               x11-libs/libX11
-       )
-       xwayland? (
-               x11-base/xorg-server[wayland]
-               x11-libs/cairo[xcb]
-               x11-libs/libxcb
-               x11-libs/libXcursor
-       )
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       default
-       if [[ ${PV} = 9999* ]]; then
-               eautoreconf
-       else
-               elibtoolize
-       fi
-}
-
-src_configure() {
-       local myconf
-       if use examples || use test; then
-               myconf="--enable-simple-clients"
-       else
-               myconf="--disable-simple-clients"
-       fi
-
-       myconf+=" --with-cairo=image --disable-simple-egl-clients"
-
-       econf \
-               $(use_enable examples demo-clients-install) \
-               $(use_enable fbdev fbdev-compositor) \
-               $(use_enable dbus) \
-               $(use_enable drm drm-compositor) \
-               $(use_enable headless headless-compositor) \
-               $(use_enable ivi ivi-shell) \
-               $(use_enable lcms) \
-               $(use_enable rdp rdp-compositor) \
-               $(use_enable wayland-compositor) \
-               $(use_enable X x11-compositor) \
-               $(use_enable launch weston-launch) \
-               $(use_enable colord) \
-               $(use_enable gles2 egl) \
-               $(use_enable unwind libunwind) \
-               $(use_enable resize-optimization) \
-               $(use_enable screen-sharing) \
-               $(use_enable suid setuid-install) \
-               $(use_enable systemd systemd-login) \
-               $(use_enable systemd systemd-notify) \
-               $(use_enable xwayland) \
-               $(use_enable xwayland xwayland-test) \
-               $(use_with jpeg) \
-               $(use_with webp) \
-               --disable-simple-dmabuf-intel-client \
-               --disable-simple-dmabuf-v4l-client \
-               ${myconf}
-}
-
-src_test() {
-       export XDG_RUNTIME_DIR="${T}/runtime-dir"
-       mkdir "${XDG_RUNTIME_DIR}" || die
-       chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-       cd "${BUILD_DIR}" || die
-       virtx emake check
-}
-
-src_install() {
-       default
-
-       readme.gentoo_create_doc
-}