From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 86065138873 for ; Tue, 5 Feb 2013 07:06:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F4B221C005; Tue, 5 Feb 2013 07:06:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E3A121C005 for ; Tue, 5 Feb 2013 07:06:04 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8794A33DEA0 for ; Tue, 5 Feb 2013 07:06:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1BE0FE4073 for ; Tue, 5 Feb 2013 07:06:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1360047941.6df729f73dd098aa7750e44e9a4ef4ac11db0321.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/ X-VCS-Repository: proj/x11 X-VCS-Files: dev-libs/weston/weston-0.85.0.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6df729f73dd098aa7750e44e9a4ef4ac11db0321 X-VCS-Branch: master Date: Tue, 5 Feb 2013 07:06:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2143ac31-a504-4e0a-93c3-4bc2b44da2f7 X-Archives-Hash: c1234010ca2e78c9041ad4d709b2909e commit: 6df729f73dd098aa7750e44e9a4ef4ac11db0321 Author: Matt Turner gmail com> AuthorDate: Tue Feb 5 07:05:41 2013 +0000 Commit: Matt Turner gmail com> CommitDate: Tue Feb 5 07:05:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6df729f7 dev-libs/weston: Drop old 0.85.0 --- dev-libs/weston/weston-0.85.0.ebuild | 55 ---------------------------------- 1 files changed, 0 insertions(+), 55 deletions(-) diff --git a/dev-libs/weston/weston-0.85.0.ebuild b/dev-libs/weston/weston-0.85.0.ebuild deleted file mode 100644 index 532e1af..0000000 --- a/dev-libs/weston/weston-0.85.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" - -if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-2" - EXPERIMENTAL="true" -fi - -inherit autotools toolchain-funcs $GIT_ECLASS - -DESCRIPTION="Wayland reference compositor" -HOMEPAGE="http://wayland.freedesktop.org/" - -if [[ $PV = 9999* ]]; then - SRC_URI="${SRC_PATCHES}" -else - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" -fi - -LICENSE="CCPL-Attribution-ShareAlike-3.0 MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+clients +drm +simple-clients static-libs +tablet +wayland-compositor +x11" - -RDEPEND="dev-libs/wayland - gnome-base/librsvg - media-libs/mesa[egl,gles2] - x11-libs/pixman - x11? ( x11-libs/libxcb x11-libs/libX11 ) - drm? ( >=virtual/udev-136 >=x11-libs/libdrm-2.4.23 media-libs/mesa[gbm] ) - clients? ( >=x11-libs/cairo-1.10.0 x11-libs/gdk-pixbuf dev-libs/glib:2 - x11-libs/libxkbcommon media-libs/libpng app-text/poppler )" -DEPEND="${RDEPEND}" - -src_prepare() { - if [[ ${PV} = 9999* ]]; then - eautoreconf - fi -} - -src_configure() { - econf --disable-setuid-install \ - $(use_enable static-libs static) \ - $(use_enable drm drm-compositor) \ - $(use_enable wayland-compositor) \ - $(use_enable x11 x11-compositor) \ - $(use_enable tablet tablet-shell) \ - $(use_enable clients) \ - $(use_enable simple-clients) -}