Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/github-backup-utils/
Date: Wed, 24 Aug 2016 16:37:11
Message-Id: 1472056614.9c5506b49e01cf53425309434a5582efa3eeed7d.wizardedit@gentoo
1 commit: 9c5506b49e01cf53425309434a5582efa3eeed7d
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 16:17:58 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 16:36:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5506b4
7
8 app-admin/github-backup-utils: version bump
9
10 Package-Manager: portage-2.3.0
11
12 app-admin/github-backup-utils/Manifest | 2 +
13 .../github-backup-utils-2.6.4.ebuild | 48 ++++++++++++++++++++++
14 .../github-backup-utils-2.7.0.ebuild | 48 ++++++++++++++++++++++
15 3 files changed, 98 insertions(+)
16
17 diff --git a/app-admin/github-backup-utils/Manifest b/app-admin/github-backup-utils/Manifest
18 index 852dca6..1420e7a 100644
19 --- a/app-admin/github-backup-utils/Manifest
20 +++ b/app-admin/github-backup-utils/Manifest
21 @@ -1,3 +1,5 @@
22 DIST github-backup-utils-2.5.0.tar.gz 40850 SHA256 9cc7cd40f41e6071c36527ec7983b877e461452cd08d04439efd5fa9352900a0 SHA512 ecd5b85e0e2e300a9f40ecb8f545868554c7b48bdf800a21cf111ead80c185c96d475c67487c9b9e8af676f8c71a001730084abde79e05860b3e24004888292d WHIRLPOOL 15be1d603c9b61a4cff47e319ee1a66b64684dfd19f06c696bffb41b77dc756a895e25074d5a6dd19aeebaa3106fe12842cb22a639ed4abd3a6c2922e8cdbc1f
23 DIST github-backup-utils-2.6.0.tar.gz 45970 SHA256 7273cebcb23bc597432a2b66ab7e9367a4fb09a750cf2438f8957dc83dcf27c3 SHA512 a795e439f9d28e27b457c5b6eb42f35d6aea1527c2a01a26b81d6e86829db14a0b27a366d9358214bbe1c16540fe524fb0010d5f509c78ba5398c6bdbf04182e WHIRLPOOL fd1aeec46946190657e61e611a089b4a7cef53beb7b3f9a500b7117fcdbd89c5ef09681aff98ed5d559cc243f76180eb6eec0cc6f2fcfeed0789c159f5a09afe
24 DIST github-backup-utils-2.6.3.tar.gz 50884 SHA256 3a5e48ff250b64a9bcec69a269b0e93efda078b8b77afc992c12aa40ee7bb3d9 SHA512 dff092325ad6f3502c8c0afbea90a53469af0ab4b98eaa39a950022c5b4e199cd3b48b5ec0585e3ea39b9bbd707dd037e8e0ed00ed8c6858276ba1a8e1075290 WHIRLPOOL aa19640ee5583d5e64aaab7b5a9d5572c47a09dd11fd0bed30ffc6aad0a10ddfc4e258f4680180547f8327fbedc5866bde4b20bd5e962dfa8162cd8ecf5e6db3
25 +DIST github-backup-utils-2.6.4.tar.gz 51270 SHA256 caf34b54a3961562d545ad2fb68ec18a319e6fcc1a1e65e5daa00e04e7f7fb32 SHA512 be2ef9811e20fd9be03d1b57e75151089817bbdd87fa487462a8fe6186195581ad6b1c62b1b930bd64689e89dcf33c2228df7d77a12790404f09b679b1ecf377 WHIRLPOOL a313f94eea953648a3dfbacba5eb3b90e68ca12df034c723133d3d80e60e4be38ef30046b8bbc1bdb827095d75cb239a4152a77dedfed52f188d80b57143fcb0
26 +DIST github-backup-utils-2.7.0.tar.gz 51409 SHA256 9556dbd438ea3525692705844c20b5bedc9a942c5415dd3c0fd9e383323dc11f SHA512 16112e8d05001146a182e225c1bb5bdfbe210ddb3993d989a9fe88b88bbf222196a66f1f48b262b198675af8e4b3e3a10120e7dafa7b244137bf29cd879efaaf WHIRLPOOL 9600d45f69f16cb95b0bb0b3cc5620d7bb6c2e65c2ac6b6942287c85487e83bb2b74d0869b411d0b4829cc9dd2da20972a7635780f00facadc28ca9787028a3b
27
28 diff --git a/app-admin/github-backup-utils/github-backup-utils-2.6.4.ebuild b/app-admin/github-backup-utils/github-backup-utils-2.6.4.ebuild
29 new file mode 100644
30 index 00000000..9aa0179
31 --- /dev/null
32 +++ b/app-admin/github-backup-utils/github-backup-utils-2.6.4.ebuild
33 @@ -0,0 +1,48 @@
34 +# Copyright 1999-2016 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +# $Id$
37 +
38 +EAPI=6
39 +
40 +# See https://github.com/github/backup-utils/issues/135
41 +PYTHON_COMPAT=(python2_7)
42 +inherit python-any-r1
43 +
44 +DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"
45 +HOMEPAGE="https://github.com/github/backup-utils"
46 +SRC_URI="https://github.com/github/backup-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 +
48 +LICENSE="MIT"
49 +SLOT="0"
50 +KEYWORDS="~amd64"
51 +IUSE="test"
52 +
53 +DEPEND="test? (
54 + dev-util/checkbashisms
55 + ${PYTHON_DEPS}
56 +)"
57 +
58 +RDEPEND="net-misc/rsync"
59 +
60 +MY_PN="${PN/#github-/}"
61 +S="${WORKDIR}/${MY_PN}-${PV}"
62 +
63 +src_compile() {
64 + :;
65 +}
66 +
67 +src_install() {
68 + dobin bin/*
69 + insinto usr/share/${PN}
70 + doins share/${PN}/version
71 +
72 + exeinto usr/share/${PN}
73 + doexe share/${PN}/ghe-*
74 +
75 + insinto etc/${PN}
76 + newins backup.config-example backup.config
77 +}
78 +
79 +src_test() {
80 + emake test
81 +}
82
83 diff --git a/app-admin/github-backup-utils/github-backup-utils-2.7.0.ebuild b/app-admin/github-backup-utils/github-backup-utils-2.7.0.ebuild
84 new file mode 100644
85 index 00000000..9aa0179
86 --- /dev/null
87 +++ b/app-admin/github-backup-utils/github-backup-utils-2.7.0.ebuild
88 @@ -0,0 +1,48 @@
89 +# Copyright 1999-2016 Gentoo Foundation
90 +# Distributed under the terms of the GNU General Public License v2
91 +# $Id$
92 +
93 +EAPI=6
94 +
95 +# See https://github.com/github/backup-utils/issues/135
96 +PYTHON_COMPAT=(python2_7)
97 +inherit python-any-r1
98 +
99 +DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"
100 +HOMEPAGE="https://github.com/github/backup-utils"
101 +SRC_URI="https://github.com/github/backup-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz"
102 +
103 +LICENSE="MIT"
104 +SLOT="0"
105 +KEYWORDS="~amd64"
106 +IUSE="test"
107 +
108 +DEPEND="test? (
109 + dev-util/checkbashisms
110 + ${PYTHON_DEPS}
111 +)"
112 +
113 +RDEPEND="net-misc/rsync"
114 +
115 +MY_PN="${PN/#github-/}"
116 +S="${WORKDIR}/${MY_PN}-${PV}"
117 +
118 +src_compile() {
119 + :;
120 +}
121 +
122 +src_install() {
123 + dobin bin/*
124 + insinto usr/share/${PN}
125 + doins share/${PN}/version
126 +
127 + exeinto usr/share/${PN}
128 + doexe share/${PN}/ghe-*
129 +
130 + insinto etc/${PN}
131 + newins backup.config-example backup.config
132 +}
133 +
134 +src_test() {
135 + emake test
136 +}