diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-03 12:43:36 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-03 12:43:36 +0000 |
commit | 124c3ec0c1d29391850cb7851019e5ac75f9c04e (patch) | |
tree | 92b6c7a794b2776ee394bd99d6a76471c2dab54a /sys-fs/clamfs | |
parent | update to eapi5 (diff) | |
download | gentoo-2-124c3ec0c1d29391850cb7851019e5ac75f9c04e.tar.gz gentoo-2-124c3ec0c1d29391850cb7851019e5ac75f9c04e.tar.bz2 gentoo-2-124c3ec0c1d29391850cb7851019e5ac75f9c04e.zip |
Cleanup due #22900
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-fs/clamfs')
-rw-r--r-- | sys-fs/clamfs/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/clamfs/clamfs-1.0.1.ebuild | 41 | ||||
-rw-r--r-- | sys-fs/clamfs/metadata.xml | 2 |
3 files changed, 7 insertions, 45 deletions
diff --git a/sys-fs/clamfs/ChangeLog b/sys-fs/clamfs/ChangeLog index dc317ecd51cf..d5efa9ba2251 100644 --- a/sys-fs/clamfs/ChangeLog +++ b/sys-fs/clamfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/clamfs -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/clamfs/ChangeLog,v 1.2 2010/06/17 17:29:26 matsuu Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/clamfs/ChangeLog,v 1.3 2013/02/03 12:43:36 pacho Exp $ + + 03 Feb 2013; Pacho Ramos <pacho@gentoo.org> -clamfs-1.0.1.ebuild, + metadata.xml: + Cleanup due #22900 *clamfs-1.0.1-r1 (17 Jun 2010) @@ -14,4 +18,3 @@ +files/clamfs-1.0.1-gentoo.patch, +files/clamfs.confd, +files/clamfs.initd, +metadata.xml: Initial import, bug #259863. - diff --git a/sys-fs/clamfs/clamfs-1.0.1.ebuild b/sys-fs/clamfs/clamfs-1.0.1.ebuild deleted file mode 100644 index 80fd6566e603..000000000000 --- a/sys-fs/clamfs/clamfs-1.0.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/clamfs/clamfs-1.0.1.ebuild,v 1.1 2010/01/08 16:29:26 matsuu Exp $ - -EAPI="2" -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() { - epatch "${FILESDIR}/${P}-gentoo.patch" -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - - insinto /etc/clamfs - doins doc/clamfs.xml || die - - newinitd "${FILESDIR}/${PN}.initd" ${PN} || die - newconfd "${FILESDIR}/${PN}.confd" ${PN} || die - - dodoc AUTHORS ChangeLog NEWS README TODO || die -} diff --git a/sys-fs/clamfs/metadata.xml b/sys-fs/clamfs/metadata.xml index bd1364d7cfd9..e399e69cae23 100644 --- a/sys-fs/clamfs/metadata.xml +++ b/sys-fs/clamfs/metadata.xml @@ -2,7 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> -<email>matsuu@gentoo.org</email> +<email>maintainer-needed@gentoo.org</email> </maintainer> <longdescription lang="en"> ClamFS is a FUSE-based user-space file system for Linux with on-access |