Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/clamfs/
Date: Fri, 29 Apr 2016 19:32:47
Message-Id: 1461958333.d7f4bf7e162a3e457efb132355f9d12e7b0c12a9.wizardedit@gentoo
1 commit: d7f4bf7e162a3e457efb132355f9d12e7b0c12a9
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 19:31:41 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 19:32:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f4bf7e
7
8 sys-fs/clamfs: remove clamfs-1.0.1-r1
9
10 Package-Manager: portage-2.2.26
11
12 sys-fs/clamfs/clamfs-1.0.1-r1.ebuild | 43 ------------------------------------
13 1 file changed, 43 deletions(-)
14
15 diff --git a/sys-fs/clamfs/clamfs-1.0.1-r1.ebuild b/sys-fs/clamfs/clamfs-1.0.1-r1.ebuild
16 deleted file mode 100644
17 index 39286e3..0000000
18 --- a/sys-fs/clamfs/clamfs-1.0.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,43 +0,0 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="2"
26 -inherit eutils linux-info
27 -
28 -DESCRIPTION="A FUSE-based user-space file system with on-access anti-virus file scanning"
29 -HOMEPAGE="http://clamfs.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -DEPEND=">=dev-libs/boost-1.33
38 - sys-fs/fuse
39 - dev-cpp/commoncpp2
40 - dev-libs/rlog
41 - dev-libs/poco"
42 -RDEPEND="${DEPEND}
43 - app-antivirus/clamav"
44 -
45 -CONFIG_CHECK="~FUSE_FS"
46 -
47 -src_prepare() {
48 - epatch \
49 - "${FILESDIR}/${P}-gentoo.patch" \
50 - "${FILESDIR}/${P}-gcc45.patch"
51 -}
52 -
53 -src_install() {
54 - emake install DESTDIR="${D}" || die "emake install failed"
55 -
56 - insinto /etc/clamfs
57 - doins doc/clamfs.xml || die
58 -
59 - newinitd "${FILESDIR}/${PN}.initd" ${PN} || die
60 - newconfd "${FILESDIR}/${PN}.confd" ${PN} || die
61 -
62 - dodoc AUTHORS ChangeLog NEWS README TODO || die
63 -}