From: Harri Nieminen Date: Thu, 9 Feb 2017 06:47:39 +0000 (+0200) Subject: x11-misc/3dfm: EAPI bump 0 -> 6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cda78da7bb953d17e0283e0eccef48b0767ed95d;p=gentoo.git x11-misc/3dfm: EAPI bump 0 -> 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/x11-misc/3dfm/3dfm-1.0-r1.ebuild b/x11-misc/3dfm/3dfm-1.0-r1.ebuild new file mode 100644 index 000000000000..74ff0ce6be72 --- /dev/null +++ b/x11-misc/3dfm/3dfm-1.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="OpenGL-based 3D File Manager" +HOMEPAGE="https://sourceforge.net/projects/innolab/" +SRC_URI="mirror://sourceforge/innolab/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="virtual/glu + virtual/opengl + media-libs/freeglut" +RDEPEND="${DEPEND}" + +src_install() { + default + mv "${ED%/}"/usr/bin/{interface,3dfm} || die +}