summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2018-12-23 14:54:37 -0600
committerTim Harder <radhermit@gentoo.org>2018-12-23 14:54:37 -0600
commit72aacea070b1e166bc26109ab59ecd6110e4ddcc (patch)
tree95e927bea4f4ba6a659f89c725e1f43de62e8b47 /sys-fs/fuse-convmvfs
parentsys-fs/fuse-convmvfs: use slotted sys-fs/fuse dep (diff)
downloadgentoo-72aacea070b1e166bc26109ab59ecd6110e4ddcc.tar.gz
gentoo-72aacea070b1e166bc26109ab59ecd6110e4ddcc.tar.bz2
gentoo-72aacea070b1e166bc26109ab59ecd6110e4ddcc.zip
sys-fs/fuse-convmvfs: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'sys-fs/fuse-convmvfs')
-rw-r--r--sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6.ebuild b/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6.ebuild
deleted file mode 100644
index 0d66eb3f3fdf..000000000000
--- a/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="FUSE file system to convert filename charset"
-HOMEPAGE="http://fuse-convmvfs.sourceforge.net/"
-SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-fs/fuse"
-RDEPEND="${DEPEND}"
-
-src_install() {
- default
- exeinto /sbin
- doexe "${FILESDIR}/mount.convmvfs"
-}