Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-base/wayland/
Date: Sun, 06 Feb 2011 15:34:30
Message-Id: 59bae303cbf514a656197ec0bb1dfd0db0b66f9a.chithead@gentoo
1 commit: 59bae303cbf514a656197ec0bb1dfd0db0b66f9a
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 15:34:14 2011 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Sun Feb 6 15:34:14 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=59bae303
7
8 x11-base/wayland: tweak description, license, dependencies, installed binary filenames
9
10 ---
11 x11-base/wayland/wayland-9999.ebuild | 16 ++++++++--------
12 1 files changed, 8 insertions(+), 8 deletions(-)
13
14 diff --git a/x11-base/wayland/wayland-9999.ebuild b/x11-base/wayland/wayland-9999.ebuild
15 index db825fd..6aff1af 100644
16 --- a/x11-base/wayland/wayland-9999.ebuild
17 +++ b/x11-base/wayland/wayland-9999.ebuild
18 @@ -6,27 +6,27 @@ EAPI=4
19
20 inherit xorg-2
21
22 -DESCRIPTION="Wayland is compositor standalone display server"
23 +DESCRIPTION="A nano display server, relying on kernel modesetting"
24 HOMEPAGE="http://wayland.freedesktop.org/"
25 EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}"
26
27 -LICENSE="LGPL-2"
28 +LICENSE="CCPL-Attribution-ShareAlike-3.0 MIT"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 -IUSE="expat"
32 +IUSE=""
33
34 # cairo opengl is automagic
35 RDEPEND="app-text/poppler[cairo]
36 + dev-libs/expat
37 dev-libs/glib:2
38 media-libs/mesa[gles,gallium]
39 >=sys-fs/udev-136
40 - x11-libs/cairo[opengl]
41 + >=x11-libs/cairo-1.10[opengl]
42 x11-libs/gtk+:2
43 - >=x11-libs/libdrm-2.4.17
44 + >=x11-libs/libdrm-2.4.23
45 x11-libs/libxcb
46 x11-libs/libxkbcommon
47 - virtual/libffi
48 - expat? ( dev-libs/expat )"
49 + virtual/libffi"
50 DEPEND="${RDEPEND}"
51
52 src_prepare() {
53 @@ -44,6 +44,6 @@ src_install() {
54
55 cd "${ED}/usr/bin"
56 for binary in $(echo *); do
57 - mv "${binary}" "wayland_${binary}" || die
58 + mv "${binary}" "wayland-${binary}" || die
59 done
60 }