diff -r 145d435208f4 -r 457001ca36fc app-backup/brebis/brebis-0.10.ebuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app-backup/brebis/brebis-0.10.ebuild Sat Aug 01 14:08:46 2015 +0200 @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="A fully automated backup checker" +HOMEPAGE="http://brebisproject.org" +SRC_URI="http://brebisproject.org/attachments/download/19/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +PYTHON_COMPAT=( python3_3 python3_4 ) + +inherit distutils-r1 + +DEPEND="" +RDEPEND="${DEPEND}" + +DOCS=( README ) + +python_test() { + ${EPYTHON} tests.py +}