[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-convmvfs/

2018-12-23 Thread Tim Harder
commit: 72aacea070b1e166bc26109ab59ecd6110e4ddcc
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 20:54:37 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:54:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72aacea0

sys-fs/fuse-convmvfs: remove old

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6.ebuild | 24 
 1 file changed, 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 0d66eb3f3fd..000
--- 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"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-convmvfs/

2018-12-23 Thread Tim Harder
commit: 35b08fdc03d1c6ea78948bc918c92c3ee95531f0
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Dec 23 20:53:58 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Dec 23 20:53:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b08fdc

sys-fs/fuse-convmvfs: use slotted sys-fs/fuse dep

And add missing virtual/pkgconfig build dep.

Signed-off-by: Tim Harder  gentoo.org>

 sys-fs/fuse-convmvfs/fuse-convmvfs-0.2.6-r1.ebuild | 23 ++
 1 file changed, 23 insertions(+)

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 000..9c7794b8a8f
--- /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"
+}