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 A2FF559CAF for ; Wed, 6 Apr 2016 05:57:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCEC8E07FB; Wed, 6 Apr 2016 05:57:47 +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 64E1CE07FB for ; Wed, 6 Apr 2016 05:57:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AFA62340D92 for ; Wed, 6 Apr 2016 05:57:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8D39C8 for ; Wed, 6 Apr 2016 05:57:41 +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: <1459922029.4cf236a9fe6ee9bc12182ea5ff5267985bf40bb0.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/Manifest app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild app-admin/github-backup-utils/metadata.xml X-VCS-Directories: app-admin/github-backup-utils/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 4cf236a9fe6ee9bc12182ea5ff5267985bf40bb0 X-VCS-Branch: master Date: Wed, 6 Apr 2016 05:57:41 +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: 288c1dbe-a782-4023-8fe2-6f455cddafd0 X-Archives-Hash: 9c05ad6b309d0a7551653423d687754a commit: 4cf236a9fe6ee9bc12182ea5ff5267985bf40bb0 Author: Austin English gentoo org> AuthorDate: Wed Apr 6 05:48:07 2016 +0000 Commit: Austin English gentoo org> CommitDate: Wed Apr 6 05:53:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf236a9 app-admin/github-backup-utils: add initial package, github-backup-utils-2.5.0 Package-Manager: portage-2.2.26 app-admin/github-backup-utils/Manifest | 1 + .../github-backup-utils-2.5.0.ebuild | 51 ++++++++++++++++++++++ app-admin/github-backup-utils/metadata.xml | 14 ++++++ 3 files changed, 66 insertions(+) diff --git a/app-admin/github-backup-utils/Manifest b/app-admin/github-backup-utils/Manifest new file mode 100644 index 0000000..9e9cf29 --- /dev/null +++ b/app-admin/github-backup-utils/Manifest @@ -0,0 +1 @@ +DIST github-backup-utils-2.5.0.tar.gz 40850 SHA256 9cc7cd40f41e6071c36527ec7983b877e461452cd08d04439efd5fa9352900a0 SHA512 ecd5b85e0e2e300a9f40ecb8f545868554c7b48bdf800a21cf111ead80c185c96d475c67487c9b9e8af676f8c71a001730084abde79e05860b3e24004888292d WHIRLPOOL 15be1d603c9b61a4cff47e319ee1a66b64684dfd19f06c696bffb41b77dc756a895e25074d5a6dd19aeebaa3106fe12842cb22a639ed4abd3a6c2922e8cdbc1f 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 new file mode 100644 index 0000000..8a2477a --- /dev/null +++ b/app-admin/github-backup-utils/github-backup-utils-2.5.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# 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="http://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 + ${PYTHON_DEPS} +)" + +RDEPEND="net-misc/rsync" + +MY_PN="${PN/#github-/}" +S="${WORKDIR}/${MY_PN}-${PV}" + +src_compile() +{ + :; +} + +src_install() +{ + dobin bin/* + insinto usr/share/${PN} + doins share/${PN}/version + + exeinto usr/share/${PN} + doexe share/${PN}/ghe-* + + insinto etc/${PN} + newins backup.config-example backup.config +} + +src_test() +{ + make test +} diff --git a/app-admin/github-backup-utils/metadata.xml b/app-admin/github-backup-utils/metadata.xml new file mode 100644 index 0000000..3fa81dc --- /dev/null +++ b/app-admin/github-backup-utils/metadata.xml @@ -0,0 +1,14 @@ + + + + + wizardedit@gentoo.org + Austin English + + + Provides backup utilities for Github Enterprise installations. + + + github/backup-utils + +