summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-05-19 08:52:32 +0100
committerJustin Lecher <jlec@gentoo.org>2017-05-19 09:13:06 +0100
commit5c76df4da98b776eed29df06db74effbcfb2c1be (patch)
treecb59df63654ce432686a7c0fe85a84c2750e8d8a /x11-libs/liboglappth/liboglappth-1.0.0.ebuild
parentsci-libs/scipy: Drop old (diff)
downloadgentoo-5c76df4da98b776eed29df06db74effbcfb2c1be.tar.gz
gentoo-5c76df4da98b776eed29df06db74effbcfb2c1be.tar.bz2
gentoo-5c76df4da98b776eed29df06db74effbcfb2c1be.zip
x11-libs/liboglappth: Bump to EAPI=6
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-libs/liboglappth/liboglappth-1.0.0.ebuild')
-rw-r--r--x11-libs/liboglappth/liboglappth-1.0.0.ebuild17
1 files changed, 6 insertions, 11 deletions
diff --git a/x11-libs/liboglappth/liboglappth-1.0.0.ebuild b/x11-libs/liboglappth/liboglappth-1.0.0.ebuild
index fed4ef03864a..a73b0a57b03f 100644
--- a/x11-libs/liboglappth/liboglappth-1.0.0.ebuild
+++ b/x11-libs/liboglappth/liboglappth-1.0.0.ebuild
@@ -1,26 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-inherit eutils
+EAPI=6
DESCRIPTION="Libary for OpenGL applications with easy-to-code scene setup and selection"
HOMEPAGE="http://www.bioinformatics.org/ghemical/"
SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-RDEPEND="virtual/opengl
+
+RDEPEND="
+ virtual/opengl
media-libs/freeglut"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/gcc-4.3.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
+PATCHES=( "${FILESDIR}"/gcc-4.3.patch )