# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild,v 1.6 2014/08/10 20:39:11 slyfox Exp $
EAPI=5
EGIT_REPO_URI="git://github.com/mosra/corrade.git"
inherit cmake-utils git-r3
DESCRIPTION="C++11 multiplatform utility library"
HOMEPAGE="http://mosra.cz/blog/corrade.php"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="debug"
RDEPEND="
"
DEPEND="${RDEPEND}"
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild,v 1.6 2014/08/10 20:39:11 slyfox Exp $
EAPI=5
EGIT_REPO_URI="git://github.com/mosra/magnum.git"
inherit cmake-utils git-r3
DESCRIPTION="C++11 and OpenGL 2D/3D graphics engine"
HOMEPAGE="http://mosra.cz/blog/magnum.php"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="debug"
RDEPEND="
dev-games/corrade
"
DEPEND="${RDEPEND}"