app-backup/brebis/brebis-0.10.ebuild
changeset 167 4f161a71038e
parent 166 7ae2df12462b
child 168 42cd66d1a176
--- a/app-backup/brebis/brebis-0.10.ebuild	Sat Aug 01 15:56:46 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-# 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
-}