summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-21 11:54:00 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-21 11:55:28 +0200
commitde6a9716c35fb3dd485538aba82b0208bbc69c1e (patch)
tree1df42332e3e042a5c6ced1fbd0571771cffae0f4 /sci-electronics
parentsci-electronics/Stage: Port to EAPI 8 (diff)
downloadgentoo-de6a9716c35fb3dd485538aba82b0208bbc69c1e.tar.gz
gentoo-de6a9716c35fb3dd485538aba82b0208bbc69c1e.tar.bz2
gentoo-de6a9716c35fb3dd485538aba82b0208bbc69c1e.zip
sci-electronics/Stage: Remove unmaintained 9999 ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/Stage/Stage-9999.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/sci-electronics/Stage/Stage-9999.ebuild b/sci-electronics/Stage/Stage-9999.ebuild
deleted file mode 100644
index 3d04f4d9c630..000000000000
--- a/sci-electronics/Stage/Stage-9999.ebuild
+++ /dev/null
@@ -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"