30e538ef12014b1b8e5381232721f39a6046621c
Hanno Böck RC-Version von duplicity

Hanno Böck authored 16 years ago

1) # Copyright 1999-2007 Gentoo Foundation
2) # Distributed under the terms of the GNU General Public License v2
3) # $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.3.ebuild,v 1.3 2007/09/25 23:33:12 ticho Exp $
4) 
5) inherit distutils
6) 
7) MY_P=${PN}-${PV/_rc/.RC}
8) DESCRIPTION="duplicity is a secure backup system using gnupg to encrypt data"
9) HOMEPAGE="http://www.nongnu.org/duplicity/"
10) SRC_URI="http://savannah.nongnu.org/download/${PN}/${MY_P}.tar.gz"
11) 
12) LICENSE="GPL-2"
13) SLOT="0"
14) KEYWORDS="~amd64 ~ppc ~x86"
15) IUSE=""
16) S=${WORKDIR}/${MY_P}
17) 
18) DEPEND="virtual/libc
19) 	>=dev-lang/python-2.3
Hanno Böck ncftp-dep

Hanno Böck authored 16 years ago

20) 	>=net-libs/librsync-0.9.6
21) 	net-ftp/ncftp"