public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/
Date: Wed, 24 Aug 2016 17:52:36 +0000 (UTC)	[thread overview]
Message-ID: <1472061033.68ed48fdf71aae256cd7d244a1317d098564e640.wizardedit@gentoo> (raw)

commit:     68ed48fdf71aae256cd7d244a1317d098564e640
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 17:50:33 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 17:50:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ed48fd

app-admin/github-backup-utils: also install bm.sh in 2.7.0

It's a new file that didn't match their previous naming scheme. Without it,
running ghe-backup/restore fails:
$ ghe-backup
/usr/bin/../share/github-backup-utils/ghe-backup-config: line 26: /usr/share/github-backup-utils/bm.sh: No such file or directory

Package-Manager: portage-2.3.0

 .../github-backup-utils-2.7.0-r1.ebuild            | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/app-admin/github-backup-utils/github-backup-utils-2.7.0-r1.ebuild b/app-admin/github-backup-utils/github-backup-utils-2.7.0-r1.ebuild
new file mode 100644
index 00000000..24304bc
--- /dev/null
+++ b/app-admin/github-backup-utils/github-backup-utils-2.7.0-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+	${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}/bm.sh
+	doexe share/${PN}/ghe-*
+
+	insinto etc/${PN}
+	newins backup.config-example backup.config
+}
+
+src_test() {
+	emake test
+}


             reply	other threads:[~2016-08-24 17:52 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24 17:52 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-18 15:43 [gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/ William Hubbs
2024-06-18 15:41 William Hubbs
2024-06-18 15:31 William Hubbs
2024-06-18 15:17 William Hubbs
2024-06-18 15:11 William Hubbs
2023-05-04 16:53 Arthur Zamarin
2022-11-15 18:17 Michał Górny
2022-06-08 22:50 Sam James
2022-06-05  2:07 Matt Turner
2022-06-04 23:31 William Hubbs
2021-05-11 17:47 William Hubbs
2020-09-24  3:41 Michał Górny
2020-07-22 21:30 William Hubbs
2020-04-23 21:42 William Hubbs
2019-12-13 21:33 William Hubbs
2019-09-19 20:18 William Hubbs
2019-09-19 20:08 William Hubbs
2019-07-12 16:39 William Hubbs
2019-04-09  3:14 Austin English
2019-02-28 23:17 William Hubbs
2018-12-07 18:23 William Hubbs
2018-11-09 17:54 William Hubbs
2018-09-07 21:05 William Hubbs
2018-06-27 21:51 William Hubbs
2018-05-06 20:58 William Hubbs
2017-11-15 22:19 William Hubbs
2017-10-20 20:48 William Hubbs
2017-09-14 22:24 Austin English
2017-03-14 16:29 William Hubbs
2017-03-14 16:29 William Hubbs
2016-11-28 23:17 Austin English
2016-09-22 23:44 Austin English
2016-08-24 16:37 Austin English
2016-07-28 19:14 Austin English
2016-05-11 22:18 Austin English
2016-04-06  6:15 Austin English
2016-04-06  5:57 Austin English

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1472061033.68ed48fdf71aae256cd7d244a1317d098564e640.wizardedit@gentoo \
    --to=wizardedit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox