git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
3b47d60
Branches
Tags
master
keks-overlay.git
app-backup
duplicity
duplicity-0.4.4_rc3.ebuild
RC-Version von duplicity
Hanno Böck
commited
3b47d60
at 2007-10-05 20:11:27
duplicity-0.4.4_rc3.ebuild
Blame
History
Raw
# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.4.3.ebuild,v 1.3 2007/09/25 23:33:12 ticho Exp $ inherit distutils MY_P=${PN}-${PV/_rc/.RC} DESCRIPTION="duplicity is a secure backup system using gnupg to encrypt data" HOMEPAGE="http://www.nongnu.org/duplicity/" SRC_URI="http://savannah.nongnu.org/download/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" S=${WORKDIR}/${MY_P} DEPEND="virtual/libc >=dev-lang/python-2.3 >=net-libs/librsync-0.9.6" RDEPEND="${DEPEND} dev-python/py-gnupg >=dev-python/pexpect-2.1"