diff options
author | 2004-12-16 22:24:39 +0000 | |
---|---|---|
committer | 2004-12-16 22:24:39 +0000 | |
commit | 025f5728ef8b2b276bed20e9d57aa43181d3557c (patch) | |
tree | 5bbcc5ed803f204b691cb4295d41d5bc95e8f7eb /sys-fs/copyfs | |
parent | Initial import (diff) | |
download | historical-025f5728ef8b2b276bed20e9d57aa43181d3557c.tar.gz historical-025f5728ef8b2b276bed20e9d57aa43181d3557c.tar.bz2 historical-025f5728ef8b2b276bed20e9d57aa43181d3557c.zip |
Fix for style issues
Diffstat (limited to 'sys-fs/copyfs')
-rw-r--r-- | sys-fs/copyfs/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/copyfs/copyfs-1.0.ebuild | 9 |
2 files changed, 2 insertions, 9 deletions
diff --git a/sys-fs/copyfs/Manifest b/sys-fs/copyfs/Manifest index 0453aa13c3e7..0c81769a6224 100644 --- a/sys-fs/copyfs/Manifest +++ b/sys-fs/copyfs/Manifest @@ -1,5 +1,5 @@ MD5 a6cf703e3aaf237dae6065a4c68e40a2 ChangeLog 397 -MD5 a95943ad704dca8b5420d97a521c181a copyfs-1.0.ebuild 1045 +MD5 cc8fdbc927e570d3cf2b4c60f6a099b1 copyfs-1.0.ebuild 949 MD5 71da003bb2109fed15aff6635287c6a6 metadata.xml 222 MD5 c05721e998e3acccd0813319c8e08dfd files/digest-copyfs-1.0 62 MD5 5ec647183c280e2dbed2a9f03d5d5776 files/copyfs-1.0-gentoo.patch 1330 diff --git a/sys-fs/copyfs/copyfs-1.0.ebuild b/sys-fs/copyfs/copyfs-1.0.ebuild index 1593e8784bfa..29391c413db7 100644 --- a/sys-fs/copyfs/copyfs-1.0.ebuild +++ b/sys-fs/copyfs/copyfs-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/copyfs/copyfs-1.0.ebuild,v 1.1 2004/12/16 22:21:34 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/copyfs/copyfs-1.0.ebuild,v 1.2 2004/12/16 22:24:39 stuart Exp $ inherit eutils DESCRIPTION="fuse-based filesystem for maintaining configuration files" @@ -15,8 +15,6 @@ DEPEND=">=sys-fs/fuse-2.0 sys-apps/attr" #RDEPEND="" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} cd ${S} || die @@ -32,11 +30,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-unlink.patch } -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - src_install() { make DESTDIR=${D} install || die } |