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

Collapse All | Expand All

(-)a/app-backup/amanda/amanda-3.3.5.ebuild (-2 / +6 lines)
Lines 8-15 inherit autotools eutils perl-module user systemd Link Here
8
DESCRIPTION="The Advanced Maryland Automatic Network Disk Archiver"
8
DESCRIPTION="The Advanced Maryland Automatic Network Disk Archiver"
9
HOMEPAGE="http://www.amanda.org/"
9
HOMEPAGE="http://www.amanda.org/"
10
SRC_URI="mirror://sourceforge/amanda/${P}.tar.gz"
10
SRC_URI="mirror://sourceforge/amanda/${P}.tar.gz"
11
11
LICENSE="HPND BSD BSD-2 GPL-2+ GPL-3+"
12
LICENSE="HPND BSD BSD-2 GPL-2+ GPL-3+"
12
SLOT="0"
13
SLOT="0"
14
IUSE="curl gnuplot ipv6 kerberos minimal nls readline s3 samba systemd xfs"
15
13
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
16
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
14
RDEPEND="sys-libs/readline
17
RDEPEND="sys-libs/readline
15
	virtual/awk
18
	virtual/awk
Lines 43-50 DEPEND="${RDEPEND} Link Here
43
	dev-libs/libxslt
46
	dev-libs/libxslt
44
	"
47
	"
45
48
46
IUSE="curl gnuplot ipv6 kerberos minimal nls readline s3 samba systemd xfs"
47
48
MYFILESDIR="${T}/files"
49
MYFILESDIR="${T}/files"
49
ENVDIR="/etc/env.d"
50
ENVDIR="/etc/env.d"
50
ENVDFILE="97amanda"
51
ENVDFILE="97amanda"
Lines 135-140 src_unpack() { Link Here
135
}
136
}
136
137
137
src_prepare() {
138
src_prepare() {
139
	# gentoo bug #537248
140
	epatch "${FILESDIR}/local-amanda-perl5.20.patch"
138
141
139
	# gentoo bug #331111
142
	# gentoo bug #331111
140
	sed -i '/^check-local: check-perl$/d' "${S}"/config/automake/scripts.am
143
	sed -i '/^check-local: check-perl$/d' "${S}"/config/automake/scripts.am
Lines 470-472 amanda_permissions_fix() { Link Here
470
		chmod u=srwx,g=rx,o= "${root}"/${i}
473
		chmod u=srwx,g=rx,o= "${root}"/${i}
471
	done
474
	done
472
}
475
}
476

Return to bug 537248