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

(-)amanda-3.3.3-r1.ebuild (-4 / +8 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
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/app-backup/amanda/amanda-3.3.3-r1.ebuild,v 1.9 2014/11/10 22:47:35 dilfridge Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
inherit autotools eutils perl-module user systemd
6
inherit autotools eutils perl-module user systemd
Lines 8-16 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"
13
KEYWORDS="amd64 ppc ppc64 ~sparc x86"
14
IUSE="curl gnuplot ipv6 kerberos minimal nls readline s3 samba systemd xfs"
15
16
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
14
RDEPEND="sys-libs/readline
17
RDEPEND="sys-libs/readline
15
	virtual/awk
18
	virtual/awk
16
	app-arch/tar
19
	app-arch/tar
Lines 43-50 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 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 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