From ed3e36ac18b9bbe0944c666393153dbf4dd0c715 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 23 Oct 2020 19:52:35 +0200 Subject: dev-games/openscenegraph-qt: Drop 3.5.7 (r0) Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner --- .../openscenegraph-qt-3.5.7.ebuild | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild (limited to 'dev-games/openscenegraph-qt') diff --git a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild deleted file mode 100644 index 96ab9bcba0b6..000000000000 --- a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="osgQt" -MY_P=${MY_PN}-${PV} -inherit cmake - -DESCRIPTION="Qt support for OpenSceneGraph" -HOMEPAGE="http://www.openscenegraph.org/" -SRC_URI="https://github.com/openscenegraph/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="wxWinLL-3 LGPL-2.1" -SLOT="0/145" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION -KEYWORDS="amd64 ~ppc64 x86" -IUSE="examples webkit" - -RDEPEND=" - >=dev-games/openscenegraph-3.6.3:= - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtopengl:5 - dev-qt/qtwidgets:5 - webkit? ( dev-qt/qtwebkit:5 ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig -" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-3.5.5-cmake.patch - "${FILESDIR}"/${PN}-3.5.5-qt-5.11b3.patch -) - -src_configure() { - local mycmakeargs=( - -DDYNAMIC_OPENSCENEGRAPH=ON - -DDESIRED_QT_VERSION=5 - -DBUILD_OSG_EXAMPLES=$(usex examples) - $(cmake_use_find_package webkit Qt5WebKitWidgets) - ) - - cmake_src_configure -} -- cgit v1.2.3-65-gdbad