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 / +8 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 167-172 Link Here
167
	# Where to put our files
168
	# Where to put our files
168
	myconf="${myconf} --localstatedir=${AMANDA_USER_HOMEDIR}"
169
	myconf="${myconf} --localstatedir=${AMANDA_USER_HOMEDIR}"
169
170
171
	# AFS Gnu tar wrapper
172
	use afs && myconf="${myconf} --with-gnutar=/usr/sbin/gtar-wrapper.pl"
173
170
	# Samba support
174
	# Samba support
171
	use samba && myconf="${myconf} --with-smbclient=/usr/bin/smbclient" || myconf="${myconf} --without-smbclient"
175
	use samba && myconf="${myconf} --with-smbclient=/usr/bin/smbclient" || myconf="${myconf} --without-smbclient"
172
176
Lines 261-266 Link Here
261
	docinto example2
265
	docinto example2
262
	newdoc ${S}/example/amanda.conf amanda.conf
266
	newdoc ${S}/example/amanda.conf amanda.conf
263
	newdoc ${S}/example/disklist disklist
267
	newdoc ${S}/example/disklist disklist
268
	# AFS volume example disklist
269
	use afs && docinto afs_example && newdoc ${FILESDIR}/example_afs_disklist disklist
264
	# Compress it all
270
	# Compress it all
265
	prepalldocs
271
	prepalldocs
266
272

Return to bug 65711