diff options
author | Austin English <wizardedit@gentoo.org> | 2016-04-06 01:14:22 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-04-06 01:14:22 -0500 |
commit | 35ae1cc88a79754c7de5e024c3b4440415b314fb (patch) | |
tree | ff9457fd8649ed52409d91bae90b68983dad7826 /app-admin/github-backup-utils | |
parent | app-admin/github-backup-utils: add initial package, github-backup-utils-2.5.0 (diff) | |
download | gentoo-35ae1cc88a79754c7de5e024c3b4440415b314fb.tar.gz gentoo-35ae1cc88a79754c7de5e024c3b4440415b314fb.tar.bz2 gentoo-35ae1cc88a79754c7de5e024c3b4440415b314fb.zip |
app-admin/github-backup-utils: formatting fixes
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-admin/github-backup-utils')
-rw-r--r-- | app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild b/app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild index 8a2477ab01d2..61582d743030 100644 --- a/app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild +++ b/app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 # See https://github.com/github/backup-utils/issues/135 PYTHON_COMPAT=(python2_7) @@ -27,13 +27,11 @@ RDEPEND="net-misc/rsync" MY_PN="${PN/#github-/}" S="${WORKDIR}/${MY_PN}-${PV}" -src_compile() -{ +src_compile() { :; } -src_install() -{ +src_install() { dobin bin/* insinto usr/share/${PN} doins share/${PN}/version @@ -45,7 +43,6 @@ src_install() newins backup.config-example backup.config } -src_test() -{ - make test +src_test() { + emake test } |