add local overlay
This commit is contained in:
commit
4883c62e9a
68 changed files with 2719 additions and 0 deletions
32
www-client/servo/servo-9999.ebuild
Normal file
32
www-client/servo/servo-9999.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit git-3
|
||||
|
||||
DESCRIPTION="The Servo Browser Engine"
|
||||
HOMEPAGE="http://servo.org/"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="git://github.com/${PN}/${PN}.git"
|
||||
|
||||
LICENSE="MPL-2.0"
|
||||
KEYWORDS="amd64"
|
||||
SLOT="0"
|
||||
|
||||
IUSE=""
|
||||
DEPEND="net-misc/curl
|
||||
media-libs/freeglut
|
||||
media-libs/freetype
|
||||
media-libs/mesa
|
||||
dev-util/gperf
|
||||
dev-python/virtualenv
|
||||
dev-python/pip
|
||||
dev-libs/openssl
|
||||
x11-libs/libXmu
|
||||
media-libs/glu
|
||||
x11-base/xorg-server"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue