sys-fs/clamfs: use #!/sbin/openrc-run instead of #!/sbin/runscript
authorAustin English <wizardedit@gentoo.org>
Fri, 29 Apr 2016 19:31:09 +0000 (14:31 -0500)
committerAustin English <wizardedit@gentoo.org>
Fri, 29 Apr 2016 19:32:13 +0000 (14:32 -0500)
Gentoo-Bug: https://bugs.gentoo.org/573846

Also bump to EAPI=6

Package-Manager: portage-2.2.26

sys-fs/clamfs/clamfs-1.0.1-r2.ebuild [new file with mode: 0644]
sys-fs/clamfs/files/clamfs.initd

diff --git a/sys-fs/clamfs/clamfs-1.0.1-r2.ebuild b/sys-fs/clamfs/clamfs-1.0.1-r2.ebuild
new file mode 100644 (file)
index 0000000..dcab6b1
--- /dev/null
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+inherit eutils linux-info
+
+DESCRIPTION="A FUSE-based user-space file system with on-access anti-virus file scanning"
+HOMEPAGE="http://clamfs.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/boost-1.33
+       sys-fs/fuse
+       dev-cpp/commoncpp2
+       dev-libs/rlog
+       dev-libs/poco"
+RDEPEND="${DEPEND}
+       app-antivirus/clamav"
+
+CONFIG_CHECK="~FUSE_FS"
+
+src_prepare() {
+       eapply "${FILESDIR}/${P}-gentoo.patch"
+       eapply -p0 "${FILESDIR}/${P}-gcc45.patch"
+       eapply_user
+}
+
+src_install() {
+       emake install DESTDIR="${D}"
+
+       insinto /etc/clamfs
+       doins doc/clamfs.xml
+
+       newinitd "${FILESDIR}/${PN}.initd" ${PN}
+       newconfd "${FILESDIR}/${PN}.confd" ${PN}
+
+       dodoc AUTHORS ChangeLog NEWS README TODO
+}
index d7f911ee2b627a7096f20c9b34c3773642c42426..1f2440a8f36d8e50412630ca97d409b18e999362 100644 (file)
@@ -1,5 +1,5 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$