You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
902 B
28 lines
902 B
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-backup/rdiff-backup/rdiff-backup-1.3.3.ebuild,v 1.9 2012/03/18 19:49:18 armin76 Exp $
|
|
|
|
EAPI="3"
|
|
PYTHON_DEPEND="2"
|
|
SUPPORT_PYTHON_ABIS="1"
|
|
RESTRICT_PYTHON_ABIS="3.* *-jython"
|
|
|
|
inherit distutils
|
|
|
|
DESCRIPTION="Remote incremental file backup utility; uses librsync's rdiff utility to create concise, versioned backups."
|
|
HOMEPAGE="http://www.nongnu.org/rdiff-backup/"
|
|
SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm ppc ppc64 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
|
|
IUSE="acl xattr"
|
|
|
|
DEPEND=">=net-libs/librsync-0.9.7
|
|
!arm? ( xattr? ( dev-python/pyxattr )
|
|
acl? ( dev-python/pylibacl ) )"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
DOCS="examples.html"
|
|
PYTHON_MODNAME="rdiff_backup"
|