Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 283757
Collapse All | Expand All

(-)backup-manager-0.7.8.ebuild (+6 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/app-backup/backup-manager/backup-manager-0.7.8.ebuild,v 1.4 2009/03/21 18:49:52 voyageur Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-backup/backup-manager/backup-manager-0.7.8.ebuild,v 1.4 2009/03/21 18:49:52 voyageur Exp $
4
4
5
EAPI=2
6
5
inherit eutils
7
inherit eutils
6
8
7
DESCRIPTION="Backup Manager is a command line backup tool for GNU/Linux."
9
DESCRIPTION="Backup Manager is a command line backup tool for GNU/Linux."
Lines 21-26 Link Here
21
	s3? ( dev-perl/Net-Amazon-S3
23
	s3? ( dev-perl/Net-Amazon-S3
22
		dev-perl/File-Slurp )"
24
		dev-perl/File-Slurp )"
23
25
26
src_prepare() {
27
	sed -i "/^PERL5DIR/s/sitelib/vendorlib/" "${S}"/Makefile || die
28
}
29
24
src_install() {
30
src_install() {
25
	make DESTDIR="${D}" install || die "install failed"
31
	make DESTDIR="${D}" install || die "install failed"
26
	use doc && dodoc doc/user-guide.txt
32
	use doc && dodoc doc/user-guide.txt

Return to bug 283757