summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-10-10 08:50:42 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-10-10 08:50:57 +0100
commit5292df0507ced0b6e453ca668bc586e95af7cfa7 (patch)
tree62e0d75183fb4ee6d672a79f35bdaa3fe48d38e2 /net-fs/smbnetfs
parentnet-fs/smbnetfs: revbump, fix sys-fs/fuse SLOT (diff)
downloadgentoo-5292df0507ced0b6e453ca668bc586e95af7cfa7.tar.gz
gentoo-5292df0507ced0b6e453ca668bc586e95af7cfa7.tar.bz2
gentoo-5292df0507ced0b6e453ca668bc586e95af7cfa7.zip
net-fs/smbnetfs: modernize to EAPI=7, fix docdir
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-fs/smbnetfs')
-rw-r--r--net-fs/smbnetfs/files/smbnetfs-0.6.1-docdir.patch7
-rw-r--r--net-fs/smbnetfs/smbnetfs-0.6.1-r1.ebuild11
2 files changed, 14 insertions, 4 deletions
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="