# ChangeLog for x11-wm/beryl
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/beryl/ChangeLog,v 1.7 2006/12/17 19:41:37 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/beryl/ChangeLog,v 1.8 2006/12/19 21:59:29 tsunam Exp $
+
+*beryl-0.1.3 (19 Dec 2006)
+
+ 19 Dec 2006; Joshua Jackson <tsunam@gentoo.org> -beryl-0.1.1.ebuild,
+ -beryl-0.1.1-r1.ebuild, -beryl-0.1.2.ebuild, +beryl-0.1.3.ebuild:
+ Version bump a week late for bug #157727; also general cleanup of old versions
17 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> beryl-0.1.2.ebuild:
Remove pdf USE check to cairo
--- /dev/null
+# 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
+}
+