commit: 35ae1cc88a79754c7de5e024c3b4440415b314fb Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Wed Apr 6 06:14:22 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Wed Apr 6 06:14:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ae1cc8
app-admin/github-backup-utils: formatting fixes Package-Manager: portage-2.2.26 .../github-backup-utils/github-backup-utils-2.5.0.ebuild | 13 +++++-------- 1 file 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 8a2477a..61582d7 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 }
