From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 339AC59CAF for ; Wed, 6 Apr 2016 06:15:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67E6021C001; Wed, 6 Apr 2016 06:15:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F245221C001 for ; Wed, 6 Apr 2016 06:15:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8262B340A22 for ; Wed, 6 Apr 2016 06:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B0DE76 for ; Wed, 6 Apr 2016 06:15:01 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1459923262.35ae1cc88a79754c7de5e024c3b4440415b314fb.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild X-VCS-Directories: app-admin/github-backup-utils/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 35ae1cc88a79754c7de5e024c3b4440415b314fb X-VCS-Branch: master Date: Wed, 6 Apr 2016 06:15:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 30a6dd1f-5500-4b54-ab6e-6e42ff84fb9f X-Archives-Hash: f2df89cf095775795f1ff3f4f8a9d499 commit: 35ae1cc88a79754c7de5e024c3b4440415b314fb Author: Austin English gentoo org> AuthorDate: Wed Apr 6 06:14:22 2016 +0000 Commit: Austin English gentoo 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 }