author | Da Risk <da_risk@geekorum.com> |
Mon, 17 Aug 2015 12:04:02 +0200 | |
changeset 172 | ff7ca16f5480 |
parent 118 | ad2ccb2d58fc |
permissions | -rw-r--r-- |
118 | 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/9/${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 ) |