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

Collapse All | Expand All

(-)chironfs-1.1.1.ebuild.orig (+9 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/chironfs/chironfs-1.1.1.ebuild,v 1.2 2009/06/24 07:42:53 dragonheart Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/chironfs/chironfs-1.1.1.ebuild,v 1.2 2009/06/24 07:42:53 dragonheart Exp $
4
4
5
inherit eutils autotools
6
5
DESCRIPTION="Chiron FS - A FUSE based replication filesystem"
7
DESCRIPTION="Chiron FS - A FUSE based replication filesystem"
6
SRC_URI="http://chironfs.googlecode.com/files/${P}.tar.gz"
8
SRC_URI="http://chironfs.googlecode.com/files/${P}.tar.gz"
7
HOMEPAGE="http://www.furquim.org/chironfs/"
9
HOMEPAGE="http://www.furquim.org/chironfs/"
Lines 12-17 Link Here
12
IUSE=""
14
IUSE=""
13
DEPEND="sys-fs/fuse"
15
DEPEND="sys-fs/fuse"
14
16
17
src_unpack() {
18
	unpack ${A}
19
	epatch "${FILESDIR}/$P-as-needed.patch"
20
	cd ${S}
21
	eautoreconf
22
}
23
15
src_install() {
24
src_install() {
16
	emake DESTDIR="${D}" install || die 'install failure'
25
	emake DESTDIR="${D}" install || die 'install failure'
17
	mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${P}
26
	mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${P}

Return to bug 277675