diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-05 20:59:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-05 21:47:14 +0200 |
commit | ab7351c27933940bd742882a61e2f2237721d054 (patch) | |
tree | 67ced17afff837708ad0c7a6379174c25385009c /media-gfx/opencsg | |
parent | media-gfx/opencsg: fix build failure with GLES2 (diff) | |
download | gentoo-ab7351c27933940bd742882a61e2f2237721d054.tar.gz gentoo-ab7351c27933940bd742882a61e2f2237721d054.tar.bz2 gentoo-ab7351c27933940bd742882a61e2f2237721d054.zip |
media-gfx/opencsg: Drop 1.4.2 (r0)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/opencsg')
-rw-r--r-- | media-gfx/opencsg/opencsg-1.4.2.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/media-gfx/opencsg/opencsg-1.4.2.ebuild b/media-gfx/opencsg/opencsg-1.4.2.ebuild deleted file mode 100644 index 9f02e2a9c1d1..000000000000 --- a/media-gfx/opencsg/opencsg-1.4.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils - -MY_P="OpenCSG-${PV}" -DESCRIPTION="The Constructive Solid Geometry rendering library" -HOMEPAGE="http://www.opencsg.org" -SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="media-libs/glew:0=" -DEPEND="${RDEPEND} - dev-qt/qtcore:5 -" - -S="${WORKDIR}/${MY_P}/src" - -PATCHES=( - "${FILESDIR}/${P}-includepath.patch" -) - -src_prepare() { - default - - # removes duplicated headers - rm -r ../glew || die "failed to remove bundled glew" -} - -src_configure() { - eqmake5 src.pro INSTALLDIR="/usr" LIBDIR="$(get_libdir)" -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} |