From 5292df0507ced0b6e453ca668bc586e95af7cfa7 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 10 Oct 2019 08:50:42 +0100 Subject: [PATCH] net-fs/smbnetfs: modernize to EAPI=7, fix docdir Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich --- net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch | 7 +++++++ net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild | 11 +++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch diff --git a/net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch b/net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch new file mode 100644 index 000000000000..4eabb95b2b6d --- /dev/null +++ b/net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch @@ -0,0 +1,7 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,4 +1,3 @@ +-docdir = $(datadir)/doc/$(distdir) + doc_DATA = \ + conf/smbnetfs.conf \ + doc/ENGLISH.FAQ \ diff --git a/net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild index 91ae91c3900f..a3eace2ad0c1 100644 --- a/net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild +++ b/net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils readme.gentoo-r1 +EAPI=7 +inherit readme.gentoo-r1 DESCRIPTION="FUSE filesystem for SMB shares" HOMEPAGE="https://sourceforge.net/projects/smbnetfs" @@ -21,7 +21,10 @@ RDEPEND=">=sys-fs/fuse-2.3:0= DEPEND="${RDEPEND} virtual/pkgconfig" -PATCHES=("${FILESDIR}"/${P}-use-proper-xattr.patch) +PATCHES=( + "${FILESDIR}"/${P}-use-proper-xattr.patch + "${FILESDIR}"/${P}-docdir.patch +) DISABLE_AUTOFORMATTING=yes DOC_CONTENTS=" -- 2.26.2