commit:     7587849aecd2d54f926ddb17fb773afa0410cada
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  6 19:45:47 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct  6 19:49:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7587849a

x11-wm/page: Add xcb USE flag to cairo dependency. Set a blocker on 
dev-tcltk/tcllib. Fixes bug 560870.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 x11-wm/page/page-1.9.6-r1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/x11-wm/page/page-1.9.6-r1.ebuild b/x11-wm/page/page-1.9.6-r1.ebuild
new file mode 100644
index 0000000..ca5672c
--- /dev/null
+++ b/x11-wm/page/page-1.9.6-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="A mouse friendly tiling window manager"
+HOMEPAGE="http://www.hzog.net/index.php/Main_Page";
+SRC_URI="http://www.hzog.net/pub/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="x11-proto/xcb-proto
+       x11-libs/libxcb
+       x11-libs/xcb-util
+       x11-libs/libXfixes
+       x11-libs/libXdamage
+       x11-proto/damageproto
+       x11-proto/randrproto
+       x11-libs/libXrandr
+       x11-proto/xproto
+       x11-proto/fixesproto
+       x11-proto/compositeproto
+       x11-libs/libXcomposite
+       x11-proto/renderproto
+       x11-libs/libXrender
+       x11-libs/libXext
+       x11-proto/xextproto
+       x11-libs/cairo[xcb]
+       x11-libs/pango
+       dev-libs/glib"
+
+RDEPEND="${DEPEND}
+       !dev-tcltk/tcllib"

Reply via email to