commit:     cda78da7bb953d17e0283e0eccef48b0767ed95d
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Thu Feb  9 06:47:39 2017 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 09:14:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda78da7

x11-misc/3dfm: EAPI bump 0 -> 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/3dfm/3dfm-1.0-r1.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

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 0000000000..74ff0ce6be
--- /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
+}

Reply via email to