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 59EA81381F3 for ; Sun, 9 Jun 2013 12:22:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0527AE0804; Sun, 9 Jun 2013 12:22:55 +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 7AF0BE0804 for ; Sun, 9 Jun 2013 12:22:54 +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 3B9A933E23C for ; Sun, 9 Jun 2013 12:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D93A5E468F for ; Sun, 9 Jun 2013 12:22:51 +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: <1370780509.7e9a41e928397e0026aa98b0bd08fdd7c392c5cf.okias@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/ X-VCS-Repository: proj/x11 X-VCS-Files: dev-libs/weston/weston-1.1.1.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: 7e9a41e928397e0026aa98b0bd08fdd7c392c5cf X-VCS-Branch: master Date: Sun, 9 Jun 2013 12:22:51 +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: c435c54b-a427-4221-9ec0-09aa73fa6d47 X-Archives-Hash: 04ed10d5b775d686c5068ee438c37604 commit: 7e9a41e928397e0026aa98b0bd08fdd7c392c5cf Author: David Heidelberger ixit cz> AuthorDate: Sun Jun 9 12:21:49 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Sun Jun 9 12:21:49 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=7e9a41e9 dev-libs/weston: bump 1.1.1, small fixies --- .../weston/{weston-9999.ebuild => weston-1.1.1.ebuild} | 14 +++++--------- dev-libs/weston/weston-9999.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-1.1.1.ebuild similarity index 79% copy from dev-libs/weston/weston-9999.ebuild copy to dev-libs/weston/weston-1.1.1.ebuild index b0971e7..b876784 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-1.1.1.ebuild @@ -4,9 +4,8 @@ EAPI=5 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" - if [[ ${PV} = 9999* ]]; then + EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" GIT_ECLASS="git-2" EXPERIMENTAL="true" fi @@ -18,21 +17,22 @@ HOMEPAGE="http://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" + KEYWORDS="" else SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" + KEYWORDS="~arm ~amd64 ~x86 ~arm-linux" fi LICENSE="MIT CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86 ~arm-linux" -IUSE="+clients colord debug +drm +egl headless fbdev gles2 rdp +resize-optimization -rpi +simple-clients static-libs +tablet +wayland-compositor +xwayland +x11" +IUSE="+clients debug +drm +egl headless fbdev gles2 rdp -rpi +simple-clients static-libs +tablet +wayland-compositor +x11" REQUIRED_USE=" rpi? ( !drm !egl gles2 ) " RDEPEND=" - >=dev-libs/wayland-1.1.90 + >=dev-libs/wayland-1.1.0 gnome-base/librsvg media-libs/mesa[gles2,wayland] x11-libs/pixman @@ -42,7 +42,6 @@ RDEPEND=" x11-libs/libxkbcommon media-libs/libpng app-text/poppler ) - colord? ( x11-misc/colord ) debug? ( sys-libs/libunwind ) drm? ( >=virtual/udev-136 >=x11-libs/libdrm-2.4.30 @@ -63,20 +62,17 @@ src_prepare() { src_configure() { econf --disable-setuid-install \ $(use_enable clients) \ - $(use_enable colord) \ $(use_enable debug libunwind) \ $(use_enable drm drm-compositor) \ $(use_enable egl) \ $(use_enable fbdev fbdev-compositor) \ $(use_enable headless headless-compositor) \ $(use_enable rdp rdp-compositor) \ - $(use_enable resize-optimization) \ $(use_enable rpi rpi-compositor) \ $(use_enable simple-clients) \ $(use_enable static-libs static) \ $(use_enable tablet tablet-shell) \ $(use_enable wayland-compositor) \ - $(use_enable xwayland xwayland-compositor) \ $(use_enable x11 x11-compositor) \ $(use_with gles2 cairo-glesv2) } diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index b0971e7..79eb750 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -4,9 +4,8 @@ EAPI=5 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" - if [[ ${PV} = 9999* ]]; then + EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" GIT_ECLASS="git-2" EXPERIMENTAL="true" fi @@ -18,13 +17,14 @@ HOMEPAGE="http://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" + KEYWORDS="" else SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" + KEYWORDS="~arm ~amd64 ~x86 ~arm-linux" fi LICENSE="MIT CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86 ~arm-linux" IUSE="+clients colord debug +drm +egl headless fbdev gles2 rdp +resize-optimization -rpi +simple-clients static-libs +tablet +wayland-compositor +xwayland +x11" REQUIRED_USE="