131
|
1 |
# Copyright 1999-2013 Gentoo Foundation |
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
|
3 |
# $Header: $ |
|
4 |
|
|
5 |
EAPI=5 |
|
6 |
|
|
7 |
DESCRIPTION="A fully automated backup checker" |
|
8 |
HOMEPAGE="http://brebisproject.org" |
|
9 |
SRC_URI="http://brebisproject.org/attachments/download/18/${P}.tar.gz" |
|
10 |
|
|
11 |
LICENSE="GPL-3" |
|
12 |
SLOT="0" |
|
13 |
KEYWORDS="~amd64" |
|
14 |
IUSE="" |
|
15 |
|
|
16 |
PYTHON_COMPAT=( python3_3 ) |
|
17 |
|
|
18 |
inherit distutils-r1 |
|
19 |
|
|
20 |
DEPEND="" |
|
21 |
RDEPEND="${DEPEND}" |
|
22 |
|
|
23 |
DOCS=( README ) |
|
24 |
|
|
25 |
python_test() { |
|
26 |
${EPYTHON} tests.py |
|
27 |
} |