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

Collapse All | Expand All

(-)amanda-2.4.4_p3.ebuild.orig (-2 / +5 lines)
Lines 23-29 Link Here
23
		samba? ( net-fs/samba )
23
		samba? ( net-fs/samba )
24
		berkdb? ( sys-libs/db )
24
		berkdb? ( sys-libs/db )
25
		gdbm? ( sys-libs/gdbm )
25
		gdbm? ( sys-libs/gdbm )
26
		!sparc? ( xfs? ( sys-fs/xfsdump ) )"
26
		!sparc? ( xfs? ( sys-fs/xfsdump ) )
27
		afs? ( net-fs/openafs app-admin/amanda-afs )"
27
28
28
DEPEND="${RDEPEND}
29
DEPEND="${RDEPEND}
29
	sys-devel/autoconf
30
	sys-devel/autoconf
Lines 31-37 Link Here
31
#dev-lang/perl sys-apps/gawk?
32
#dev-lang/perl sys-apps/gawk?
32
33
33
34
34
IUSE="pic debug gdbm berkdb samba xfs"
35
IUSE="pic debug gdbm berkdb samba xfs afs"
35
36
36
S=${WORKDIR}/${P/_/}
37
S=${WORKDIR}/${P/_/}
37
MYFILESDIR=${WORKDIR}/files
38
MYFILESDIR=${WORKDIR}/files
Lines 261-266 Link Here
261
	docinto example2
262
	docinto example2
262
	newdoc ${S}/example/amanda.conf amanda.conf
263
	newdoc ${S}/example/amanda.conf amanda.conf
263
	newdoc ${S}/example/disklist disklist
264
	newdoc ${S}/example/disklist disklist
265
	# AFS volume example disklist
266
	use afs && docinto afs_example && newdoc ${FILESDIR}/example_afs_disklist disklist
264
	# Compress it all
267
	# Compress it all
265
	prepalldocs
268
	prepalldocs
266
269

Return to bug 65711