summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-21 11:53:41 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-21 11:55:27 +0200
commitaee4f5c5bafd244e3a2eac9a14d1a2ce17db1b55 (patch)
tree157bc7953a2ef4a87987a20f1226e292326150f4 /sci-electronics/Stage/Stage-4.3.0.ebuild
parentpackage.mask: Last rite sci-electronics/quartus-prime-lite (diff)
downloadgentoo-aee4f5c5bafd244e3a2eac9a14d1a2ce17db1b55.tar.gz
gentoo-aee4f5c5bafd244e3a2eac9a14d1a2ce17db1b55.tar.bz2
gentoo-aee4f5c5bafd244e3a2eac9a14d1a2ce17db1b55.zip
sci-electronics/Stage: Port to EAPI 8
Closes: https://bugs.gentoo.org/770613 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-electronics/Stage/Stage-4.3.0.ebuild')
-rw-r--r--sci-electronics/Stage/Stage-4.3.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sci-electronics/Stage/Stage-4.3.0.ebuild b/sci-electronics/Stage/Stage-4.3.0.ebuild
deleted file mode 100644
index 0e4f2e8f98e9..000000000000
--- a/sci-electronics/Stage/Stage-4.3.0.ebuild
+++ /dev/null
@@ -1,38 +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"
-PATCHES=( "${FILESDIR}/libdir.patch" )