summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-02-09 08:47:39 +0200
committerSergey Popov <pinkbyte@gentoo.org>2017-02-09 12:14:14 +0300
commitcda78da7bb953d17e0283e0eccef48b0767ed95d (patch)
treefea2ee1cfd7913bc64c7ecba87c5961684911ea4 /x11-misc/3dfm/3dfm-1.0-r1.ebuild
parentapp-admin/sysstat: Remove unused USE=cron description. (diff)
downloadgentoo-cda78da7bb953d17e0283e0eccef48b0767ed95d.tar.gz
gentoo-cda78da7bb953d17e0283e0eccef48b0767ed95d.tar.bz2
gentoo-cda78da7bb953d17e0283e0eccef48b0767ed95d.zip
x11-misc/3dfm: EAPI bump 0 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-misc/3dfm/3dfm-1.0-r1.ebuild')
-rw-r--r--x11-misc/3dfm/3dfm-1.0-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
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
+}