app-backup/brebis/brebis-0.8.ebuild
changeset 121 0f3da1aaeea1
parent 118 ad2ccb2d58fc
equal deleted inserted replaced
120:c5e64d076826 121:0f3da1aaeea1
       
     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 )