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 D91D4138010 for ; Fri, 7 Sep 2012 11:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 601AE21C01C; Fri, 7 Sep 2012 11:35:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 230A821C01C for ; Fri, 7 Sep 2012 11:35:55 +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 0389833D71E for ; Fri, 7 Sep 2012 11:35:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BE05DE543D for ; Fri, 7 Sep 2012 11:35:53 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1347017683.bea1ab9e07cd9278f971005a6f4bd8d8c1229005.okias@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/ X-VCS-Repository: proj/x11 X-VCS-Files: dev-libs/weston/metadata.xml dev-libs/weston/weston-0.85.0.ebuild dev-libs/weston/weston-0.95.0.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: bea1ab9e07cd9278f971005a6f4bd8d8c1229005 X-VCS-Branch: master Date: Fri, 7 Sep 2012 11:35:53 +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: 1c541ee9-3d3e-4888-8592-7fb7273f0fde X-Archives-Hash: 882bec935896e5ab184e72bda24fd3de commit: bea1ab9e07cd9278f971005a6f4bd8d8c1229005 Author: David Heidelberger gmail com> AuthorDate: Fri Sep 7 11:34:43 2012 +0000 Commit: David Heidelberger gmail com> CommitDate: Fri Sep 7 11:34:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=bea1ab9e [dev-libs/weston] bump to 0.95.0, update dependency on mesa[wayland] and add metadata.xml --- dev-libs/weston/metadata.xml | 13 +++++++++++++ dev-libs/weston/weston-0.85.0.ebuild | 2 +- .../{weston-0.85.0.ebuild => weston-0.95.0.ebuild} | 4 ++-- dev-libs/weston/weston-9999.ebuild | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml new file mode 100644 index 0000000..0a4c2f6 --- /dev/null +++ b/dev-libs/weston/metadata.xml @@ -0,0 +1,13 @@ + + + +x11 + + Enable support for clients. + Enable drm compositor support. + Enable simple-clients?. + Enable interface for tablets. + Enable Wayland compositor support. + Enable X11 compositor support. + + diff --git a/dev-libs/weston/weston-0.85.0.ebuild b/dev-libs/weston/weston-0.85.0.ebuild index e0c0da0..99be6d0 100644 --- a/dev-libs/weston/weston-0.85.0.ebuild +++ b/dev-libs/weston/weston-0.85.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/dev-libs/weston/weston-0.85.0.ebuild b/dev-libs/weston/weston-0.95.0.ebuild similarity index 94% copy from dev-libs/weston/weston-0.85.0.ebuild copy to dev-libs/weston/weston-0.95.0.ebuild index e0c0da0..e25d10a 100644 --- a/dev-libs/weston/weston-0.85.0.ebuild +++ b/dev-libs/weston/weston-0.95.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -29,7 +29,7 @@ IUSE="+clients +drm +simple-clients static-libs +tablet +wayland-compositor +x11 RDEPEND="dev-libs/wayland gnome-base/librsvg - media-libs/mesa[egl,gles2] + media-libs/mesa[egl,gles2,wayland] x11-libs/pixman x11? ( x11-libs/libxcb x11-libs/libX11 ) drm? ( >=sys-fs/udev-136 >=x11-libs/libdrm-2.4.23 media-libs/mesa[gbm] ) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index e0c0da0..e25d10a 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -29,7 +29,7 @@ IUSE="+clients +drm +simple-clients static-libs +tablet +wayland-compositor +x11 RDEPEND="dev-libs/wayland gnome-base/librsvg - media-libs/mesa[egl,gles2] + media-libs/mesa[egl,gles2,wayland] x11-libs/pixman x11? ( x11-libs/libxcb x11-libs/libX11 ) drm? ( >=sys-fs/udev-136 >=x11-libs/libdrm-2.4.23 media-libs/mesa[gbm] )