Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274119 | Differences between
and this patch

Collapse All | Expand All

(-)archfs-0.5.1.ebuild (-1 / +8 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/archfs/archfs-0.5.1.ebuild,v 1.2 2007/10/14 09:39:26 jokey Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/archfs/archfs-0.5.1.ebuild,v 1.2 2007/10/14 09:39:26 jokey Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="Filesystem for rdiff-backup'ed folders"
7
DESCRIPTION="Filesystem for rdiff-backup'ed folders"
6
HOMEPAGE="http://code.google.com/p/archfs"
8
HOMEPAGE="http://code.google.com/p/archfs"
7
SRC_URI="http://archfs.googlecode.com/files/${P}.tar.gz"
9
SRC_URI="http://archfs.googlecode.com/files/${P}.tar.gz"
Lines 15-21 Link Here
15
RDEPEND="${DEPEND}
17
RDEPEND="${DEPEND}
16
    app-backup/rdiff-backup"
18
    app-backup/rdiff-backup"
17
19
18
S=${WORKDIR}/${PN}
20
src_unpack() {
21
	unpack ${A}
22
        cd "${S}"
23
        epatch "${FILESDIR}/fix_compile.patch"
24
        epatch "${FILESDIR}/archfs_tmpdir.patch"
25
}
19
26
20
src_install() {
27
src_install() {
21
	emake DESTDIR=${D} install || die "emake install failed"
28
	emake DESTDIR=${D} install || die "emake install failed"

Return to bug 274119