diff --git a/www-client/servo/servo-9999.ebuild b/www-client/servo/servo-9999.ebuild deleted file mode 100644 index fc363ad..0000000 --- a/www-client/servo/servo-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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}" - -