sci-electronics/Stage: Remove unmaintained 9999 ebuild

Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić 2021-10-21 11:54:00 +02:00
parent aee4f5c5ba
commit de6a9716c3
No known key found for this signature in database
GPG Key ID: 82295E1EFAE3208F
1 changed files with 0 additions and 37 deletions

View File

@ -1,37 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/rtv/Stage"
fi
inherit ${SCM} cmake-utils
if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
KEYWORDS="~amd64"
SRC_URI="https://github.com/rtv/Stage/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
DESCRIPTION="The Stage Robot Simulator"
HOMEPAGE="http://rtv.github.io/Stage/"
LICENSE="GPL-2"
SLOT="0/4.3"
IUSE=""
RDEPEND="
dev-libs/libltdl:0
virtual/jpeg:0
media-libs/libpng:0=
sys-libs/zlib:0=
x11-libs/fltk[opengl]
virtual/glu
virtual/opengl
"
DEPEND="${RDEPEND}
virtual/pkgconfig"