summaryrefslogtreecommitdiff
blob: 3f14721e6b27a3e553769b52eeb369fbbf8420e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/snapback2/snapback2-0.11.ebuild,v 1.1 2006/06/07 02:01:35 lisa Exp $

inherit perl-module

MY_P=Snapback2-${PV}
S=${WORKDIR}/${MY_P}

DESCRIPTION="Snapback2 does backup of systems via ssh and rsync. It creates roll
ing ``snapshots'' based on hourly, daily, weekly, and monthly rotations."
SRC_URI="mirror://cpan/authors/id/M/MI/MIKEH/${MY_P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~mikeh"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~x86"
IUSE=""

DEPEND="${DEPEND}
	dev-perl/Config-ApacheFormat"