summaryrefslogtreecommitdiff
blob: 7a8b8edab6024540a8a0cbdd7b4d7927d812b328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2100 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2
inherit git

DESCRIPTION="It backs things up"
HOMEPAGE="http://github.com/apenwarr/bup"
EGIT_REPO_URI="git://github.com/apenwarr/bup"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS=""

DEPEND="|| (
			dev-lang/python:2.4
			dev-lang/python:2.5
			dev-lang/python:2.6
			dev-lang/python:2.7
		)
		dev-vcs/git"