summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-28 20:57:52 +0300
committerDavid Seifert <soap@gentoo.org>2017-04-01 12:21:22 +0200
commit3e931c987dea75a1f7f90718b2438e9ef22e1870 (patch)
tree4a957fbbaa59ef26763e25fdf1a5bda2710f2b83 /x11-misc
parentx11-misc/trayer: Dont include libXmu (diff)
downloadgentoo-3e931c987dea75a1f7f90718b2438e9ef22e1870.tar.gz
gentoo-3e931c987dea75a1f7f90718b2438e9ef22e1870.tar.bz2
gentoo-3e931c987dea75a1f7f90718b2438e9ef22e1870.zip
x11-misc/3dfm: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/3dfm/3dfm-1.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-misc/3dfm/3dfm-1.0.ebuild b/x11-misc/3dfm/3dfm-1.0.ebuild
deleted file mode 100644
index 87ac73504927..000000000000
--- a/x11-misc/3dfm/3dfm-1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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() {
- emake DESTDIR="${D}" install || die
- mv "${D}"/usr/bin/interface "${D}"/usr/bin/3dfm || die
-
- dodoc AUTHORS ChangeLog README
-}