From 407525b571b48cfd65e1ad7a02d250a927c967c9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Dec 2017 03:04:39 +0000 Subject: gentoo resync : 01.12.2017 --- .../github-backup-utils-2.11.0-r1.ebuild | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 app-admin/github-backup-utils/github-backup-utils-2.11.0-r1.ebuild (limited to 'app-admin/github-backup-utils/github-backup-utils-2.11.0-r1.ebuild') diff --git a/app-admin/github-backup-utils/github-backup-utils-2.11.0-r1.ebuild b/app-admin/github-backup-utils/github-backup-utils-2.11.0-r1.ebuild new file mode 100644 index 000000000000..ffe55dede38c --- /dev/null +++ b/app-admin/github-backup-utils/github-backup-utils-2.11.0-r1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# See https://github.com/github/backup-utils/issues/135 +PYTHON_COMPAT=(python2_7) +inherit python-any-r1 + +DESCRIPTION="Backup and recovery utilities for GitHub Enterprise" +HOMEPAGE="https://github.com/github/backup-utils" +SRC_URI="https://github.com/github/backup-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +DEPEND="test? ( + dev-util/checkbashisms + sys-apps/moreutils + ${PYTHON_DEPS} +)" + +RDEPEND="net-misc/rsync" + +MY_PN="${PN/#github-/}" +S="${WORKDIR}/${MY_PN}-${PV}" + +src_prepare() { + default + + # skip a test that depends on a git checkout: https://bugs.gentoo.org/629628 + eapply "${FILESDIR}/github-backup-utils-tarball-fix.patch" + + # Fix for python3 systems + eapply "${FILESDIR}/github-backup-utils-python27.patch" +} + +src_compile() { + :; +} + +src_install() { + dobin bin/* + insinto usr/share/${PN} + doins share/${PN}/version + + exeinto usr/share/${PN} + doexe share/${PN}/bm.sh + doexe share/${PN}/ghe-* + + insinto etc/${PN} + newins backup.config-example backup.config +} + +src_test() { + emake test +} -- cgit v1.2.3