x11-misc/3dfm: EAPI bump 0 -> 6
authorHarri Nieminen <moikkis@gmail.com>
Thu, 9 Feb 2017 06:47:39 +0000 (08:47 +0200)
committerSergey Popov <pinkbyte@gentoo.org>
Thu, 9 Feb 2017 09:14:14 +0000 (12:14 +0300)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

x11-misc/3dfm/3dfm-1.0-r1.ebuild [new file with mode: 0644]

diff --git a/x11-misc/3dfm/3dfm-1.0-r1.ebuild b/x11-misc/3dfm/3dfm-1.0-r1.ebuild
new file mode 100644 (file)
index 0000000..74ff0ce
--- /dev/null
@@ -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
+}