From 5c76df4da98b776eed29df06db74effbcfb2c1be Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 19 May 2017 08:52:32 +0100 Subject: x11-libs/liboglappth: Bump to EAPI=6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher --- x11-libs/liboglappth/liboglappth-1.0.0.ebuild | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'x11-libs/liboglappth/liboglappth-1.0.0.ebuild') 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 ) -- cgit v1.2.3-65-gdbad