diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-12-19 21:59:29 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-12-19 21:59:29 +0000 |
commit | 6941a9cce6665ad943cbf928117be8ae5a8789e7 (patch) | |
tree | 4ac913b3f94890b0c50253e9a5c3300ccc57fde7 /x11-wm/beryl/beryl-0.1.3.ebuild | |
parent | fix for changing a src_uri accidentially (diff) | |
download | gentoo-2-6941a9cce6665ad943cbf928117be8ae5a8789e7.tar.gz gentoo-2-6941a9cce6665ad943cbf928117be8ae5a8789e7.tar.bz2 gentoo-2-6941a9cce6665ad943cbf928117be8ae5a8789e7.zip |
Catching up with upstream yay
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-wm/beryl/beryl-0.1.3.ebuild')
-rw-r--r-- | x11-wm/beryl/beryl-0.1.3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-wm/beryl/beryl-0.1.3.ebuild b/x11-wm/beryl/beryl-0.1.3.ebuild new file mode 100644 index 000000000000..eebd640a7c08 --- /dev/null +++ b/x11-wm/beryl/beryl-0.1.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/beryl/beryl-0.1.3.ebuild,v 1.1 2006/12/19 21:59:29 tsunam Exp $ + +inherit autotools + +DESCRIPTION="Beryl window manager for AiGLX and XGL (meta)" +HOMEPAGE="http://beryl-project.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" + +RDEPEND="=x11-plugins/beryl-plugins-${PV} + =x11-wm/emerald-${PV} + =x11-misc/beryl-settings-${PV} + =x11-misc/beryl-manager-${PV}" + +pkg_setup() { + if has_version ">=x11-libs/cairo-1.2.2" && ! built_with_use x11-libs/cairo X; then + einfo "Please re-emerge >=x11-libs/cairo-1.2.2 with the X USE flag set" + die "Please emerge >=x11-libs/cairo-1.2.2 with the X flag set" + fi +} + |