summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2018-12-23 14:53:58 -0600
committerTim Harder <radhermit@gentoo.org>2018-12-23 14:53:58 -0600
commit35b08fdc03d1c6ea78948bc918c92c3ee95531f0 (patch)
tree7e2d94e9ee2cb156c2f312cd76187b0290591695 /sys-fs/fuse-convmvfs
parentsys-fs/ldapfuse: remove old (diff)
downloadgentoo-35b08fdc03d1c6ea78948bc918c92c3ee95531f0.tar.gz
gentoo-35b08fdc03d1c6ea78948bc918c92c3ee95531f0.tar.bz2
gentoo-35b08fdc03d1c6ea78948bc918c92c3ee95531f0.zip
sys-fs/fuse-convmvfs: use slotted sys-fs/fuse dep
And add missing virtual/pkgconfig build dep. 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-r1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6-r1.ebuild b/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6-r1.ebuild
new file mode 100644
index 000000000000..9c7794b8a8ff
--- /dev/null
+++ b/sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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=""
+
+RDEPEND="sys-fs/fuse:0"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_install() {
+ default
+ exeinto /sbin
+ doexe "${FILESDIR}/mount.convmvfs"
+}