public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/
Date: Tue, 11 May 2021 17:47:44 +0000 (UTC)	[thread overview]
Message-ID: <1620755217.c928a9e1e28a7e63a471218c846fa4f269395a16.williamh@gentoo> (raw)

commit:     c928a9e1e28a7e63a471218c846fa4f269395a16
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 17:46:36 2021 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue May 11 17:46:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c928a9e1

app-admin/github-backup-utils: 3.0.0 bump

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 app-admin/github-backup-utils/Manifest             |  1 +
 .../github-backup-utils-3.0.0.ebuild               | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/app-admin/github-backup-utils/Manifest b/app-admin/github-backup-utils/Manifest
index 1451a343fdf..0d3f9532f64 100644
--- a/app-admin/github-backup-utils/Manifest
+++ b/app-admin/github-backup-utils/Manifest
@@ -1 +1,2 @@
 DIST github-backup-utils-2.22.0.tar.gz 102576 BLAKE2B ce9007c8a5d2843ccc2b3d11b03c13840b89d6ae7906d63420cc0e18191766c92c91e1072723439610ae8bdfdd0174601d1e3b7211cd6a1c9a748f9f793ff760 SHA512 e77b4afc6f90b16caf61dc4313787dab0751590b4819dca2d7e21acd0ca774d19ea359171b76f2892ca0fb4f86fd4240e77b00e107de79d496fea429fb12cee8
+DIST github-backup-utils-3.0.0.tar.gz 104088 BLAKE2B f01229e6b152231eb832dec8bef41bb158cc200bbdd3c59c1abab299c572902efe6d27d093491bd8b0bf8f3e834d2938eb0127d5f28700ba75dcbdbcc8a21bb8 SHA512 e86420ef9d86d44560e27e00361ff1bb8ba7c15fb116ad9981e3196bc4c7c25bcff9a9f7dc8dae9bbbb9b2f3380b434199dbbe1ef7db5b1ba04ec1233aec320d

diff --git a/app-admin/github-backup-utils/github-backup-utils-3.0.0.ebuild b/app-admin/github-backup-utils/github-backup-utils-3.0.0.ebuild
new file mode 100644
index 00000000000..d50a44c1f6f
--- /dev/null
+++ b/app-admin/github-backup-utils/github-backup-utils-3.0.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Python3 support: https://github.com/github/backup-utils/pull/627
+PYTHON_COMPAT=(python3_{7,8,9})
+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"
+RESTRICT="!test? ( test )"
+
+# moreutils parallel is now used for speedups in main code:
+# https://github.com/github/backup-utils/pull/635
+RDEPEND="net-misc/rsync
+	sys-apps/moreutils"
+
+# tests invoke parallel & rsync
+DEPEND="test? (
+	${RDEPEND}
+	dev-util/checkbashisms
+	${PYTHON_DEPS}
+)"
+
+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
+
+	dodoc -r docs/*
+}
+
+src_test() {
+	emake test
+}


             reply	other threads:[~2021-05-11 20:15 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-11 17:47 William Hubbs [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
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 17:52 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=1620755217.c928a9e1e28a7e63a471218c846fa4f269395a16.williamh@gentoo \
    --to=williamh@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