Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/3dfm/
Date: Thu, 09 Feb 2017 09:14:37
Message-Id: 1486631654.cda78da7bb953d17e0283e0eccef48b0767ed95d.pinkbyte@gentoo
1 commit: cda78da7bb953d17e0283e0eccef48b0767ed95d
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 9 06:47:39 2017 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 09:14:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda78da7
7
8 x11-misc/3dfm: EAPI bump 0 -> 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-misc/3dfm/3dfm-1.0-r1.ebuild | 24 ++++++++++++++++++++++++
13 1 file changed, 24 insertions(+)
14
15 diff --git a/x11-misc/3dfm/3dfm-1.0-r1.ebuild b/x11-misc/3dfm/3dfm-1.0-r1.ebuild
16 new file mode 100644
17 index 0000000000..74ff0ce6be
18 --- /dev/null
19 +++ b/x11-misc/3dfm/3dfm-1.0-r1.ebuild
20 @@ -0,0 +1,24 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="OpenGL-based 3D File Manager"
28 +HOMEPAGE="https://sourceforge.net/projects/innolab/"
29 +SRC_URI="mirror://sourceforge/innolab/${P}.tar.gz"
30 +
31 +LICENSE="GPL-2"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~ppc ~x86"
34 +IUSE=""
35 +
36 +DEPEND="virtual/glu
37 + virtual/opengl
38 + media-libs/freeglut"
39 +RDEPEND="${DEPEND}"
40 +
41 +src_install() {
42 + default
43 + mv "${ED%/}"/usr/bin/{interface,3dfm} || die
44 +}