From 902745f944af744bed900673b0807eeb2a279982 Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Sat, 24 Jul 2021 13:14:44 +0200 Subject: [PATCH] remove www-client/servo --- www-client/servo/servo-9999.ebuild | 32 ------------------------------ 1 file changed, 32 deletions(-) delete mode 100644 www-client/servo/servo-9999.ebuild 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}" - -