app-backup/backupchecker/backupchecker-1.7.ebuild
author Da Risk <da_risk@geekorum.com>
Thu, 13 Apr 2017 16:24:38 -0700
changeset 211 214da3e8fd8e
parent 168 42cd66d1a176
permissions -rw-r--r--
app-emulation/genymotion:add latest 2.9.0 version (Portage version: 2.3.5/hg/Linux x86_64, unsigned Manifest commit)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
166
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
# Copyright 1999-2015 Gentoo Foundation
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
# Distributed under the terms of the GNU General Public License v2
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
# $Header: $
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
EAPI=5
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
DESCRIPTION="A fully automated backup checker"
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
HOMEPAGE="http://backupchecker.com/"
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz"
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
LICENSE="GPL-3"
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
SLOT="0"
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
KEYWORDS="~amd64"
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
IUSE=""
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
PYTHON_COMPAT=( python3_4 )
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
inherit distutils-r1
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    20
DEPEND=""
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    21
RDEPEND="${DEPEND}"
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    22
168
42cd66d1a176 Correct of docs of app-backup/backupchecker
Da Risk <da_risk@geekorum.com>
parents: 166
diff changeset
    23
DOCS=( README.md )
166
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    24
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    25
python_test() {
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    26
	${EPYTHON} tests.py
7ae2df12462b Add app-backup/backupchecker the successor of app-backup/brebis
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    27
}