Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hub/
Date: Wed, 01 Jan 2020 15:09:32
Message-Id: 1577891357.64d522b39952258a4480702d0e82134da1dcf3ea.williamh@gentoo
1 commit: 64d522b39952258a4480702d0e82134da1dcf3ea
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 15:06:46 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 15:09:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d522b3
7
8 dev-vcs/hub: remove old versions
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 dev-vcs/hub/Manifest | 5 -----
13 dev-vcs/hub/hub-2.10.0.ebuild | 51 -------------------------------------------
14 dev-vcs/hub/hub-2.11.1.ebuild | 51 -------------------------------------------
15 dev-vcs/hub/hub-2.12.3.ebuild | 41 ----------------------------------
16 4 files changed, 148 deletions(-)
17
18 diff --git a/dev-vcs/hub/Manifest b/dev-vcs/hub/Manifest
19 index 46d61d5b8f6..d16a2148b98 100644
20 --- a/dev-vcs/hub/Manifest
21 +++ b/dev-vcs/hub/Manifest
22 @@ -1,6 +1 @@
23 -DIST hub-2.10.0.tar.gz 1042511 BLAKE2B 8e95a6ce24ec9ed5c6d163346ab89a3a587d9f1700eed0773ae14473b06a1cbdba16ff5d75d3f64faa6b13382085a1cf8fb826e09cfd0ba3a0f0589f0abdc615 SHA512 6ded3a57f73fec226234e9b727d676a61a3312825c98cfb5d908ca45c163326352859a126e8b6c7f2e2302badc25a60c9c04c9184e4afab81c9f23d4555a045e
24 -DIST hub-2.11.1.tar.gz 1043499 BLAKE2B af3ac833c874f15ce183a41a4b6920ba77b9d882b343e12fddeba58453c2c03cd45fa1ec3e7a488dc2d916d0e12f2cf14d7e4d749848d3a10e44b039e7efae49 SHA512 ee5a42713e7810d0e825c6bc1ca2313c5679693197ca6845e189cc18fbbce04e32e1a5f0e9d2735e5a127b2aeadc33446011fb747b96b3eb6e906cb0e87f5f27
25 -DIST hub-2.12.3.tar.gz 1623944 BLAKE2B 16e857fbd62fa79ba10a61f214a2c2fa0d08b71330e522d617209699318d501681049eaf05bfff3d2a143f20226fe240f76733be3296b305ae8ff8a2256a7187 SHA512 8bb433d4a0079cb6f30014650bb5e2dafc1ba7b8c65340886f157ae9b6785f170b13c6db1b11f6334835fc312470f5b0f57b563d665af4bbe44f116fd7af75cf
26 DIST hub-2.13.0.tar.gz 2074748 BLAKE2B e790c13cfab9070699b3995c91c3adfad89b438d70b4f0683dcf2f487349c785d97f1aa845620cf0ccabf93f6738a3a1d45410bd1155c861d55f3d2568312235 SHA512 77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342
27 -DIST hub-linux-amd64-2.10.0.tgz 4295227 BLAKE2B 889dca0f5d750201d97d9eb1ab23cb781c2b12eb1cd7958c7816ee6c69dd344dc02b824754293071566b80ed7de24310d0ff78d690efb574de302910f16d6784 SHA512 5828977a14324a315a28dab1e25f7adf1671b14d24073cde550781eaaebee3f5f7c683a99329688dd86ac2e59252aa25f30c030d1a2f4bb8a7d135ec7bb88702
28 -DIST hub-linux-amd64-2.11.1.tgz 4294575 BLAKE2B b82c768100ba0959b9f7a8e61f0896cc1b0f516215f9c406cb2c2b1e19240a9bab7728129ad956ac1bc8380fc3395fc6430436bfc824be19443dbc2e270ba062 SHA512 e8f1053924eaec23784fb7a829e59d25fbb271165b576cc76060e66755a485b8cd91b48869bf2e4b87790907aa0c22857ca6981a798f19f55d638944b3275c6b
29
30 diff --git a/dev-vcs/hub/hub-2.10.0.ebuild b/dev-vcs/hub/hub-2.10.0.ebuild
31 deleted file mode 100644
32 index 80f38432371..00000000000
33 --- a/dev-vcs/hub/hub-2.10.0.ebuild
34 +++ /dev/null
35 @@ -1,51 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -EGO_PN=github.com/github/hub
42 -inherit bash-completion-r1
43 -
44 -DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
45 -HOMEPAGE="https://github.com/github/hub"
46 -SRC_URI="https://github.com/github/hub/archive/v${PV}.tar.gz -> ${P}.tar.gz
47 - https://${EGO_PN}/releases/download/v${PV}/${PN}-linux-amd64-${PV}.tgz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
52 -IUSE=""
53 -
54 -DEPEND=">=dev-lang/go-1.5.1:="
55 -RDEPEND=">=dev-vcs/git-1.7.3"
56 -
57 -QA_FLAGS_IGNORED=".*"
58 -RESTRICT="strip"
59 -
60 -src_prepare() {
61 - mkdir -p "${HOME}/go/src/${EGO_PN%/*}" || die "mkdir failed"
62 - ln -snf "${S}" "${HOME}/go/src/${EGO_PN}" || die "ln failed"
63 - default
64 -}
65 -
66 -src_compile() {
67 - GOCACHE="${T}"/go-cache \
68 - GOPATH= \
69 - LDFLAGS= \
70 - ./script/build -o bin/${PN} || die
71 -}
72 -
73 -#src_test() {
74 -# ./script/test || die
75 -#}
76 -
77 -src_install() {
78 - dobin bin/${PN}
79 - dodoc README.md
80 - doman ../${PN}-linux-amd64-${PV}/share/man/man1/*.1
81 -
82 - newbashcomp etc/${PN}.bash_completion.sh ${PN}
83 -
84 - insinto /usr/share/zsh/site-functions
85 - newins etc/hub.zsh_completion _${PN}
86 -}
87
88 diff --git a/dev-vcs/hub/hub-2.11.1.ebuild b/dev-vcs/hub/hub-2.11.1.ebuild
89 deleted file mode 100644
90 index c7c9daaf303..00000000000
91 --- a/dev-vcs/hub/hub-2.11.1.ebuild
92 +++ /dev/null
93 @@ -1,51 +0,0 @@
94 -# Copyright 1999-2019 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=7
98 -
99 -EGO_PN=github.com/github/hub
100 -inherit bash-completion-r1
101 -
102 -DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
103 -HOMEPAGE="https://github.com/github/hub"
104 -SRC_URI="https://github.com/github/hub/archive/v${PV}.tar.gz -> ${P}.tar.gz
105 - https://${EGO_PN}/releases/download/v${PV}/${PN}-linux-amd64-${PV}.tgz"
106 -
107 -LICENSE="MIT"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
110 -IUSE=""
111 -
112 -DEPEND=">=dev-lang/go-1.5.1:="
113 -RDEPEND=">=dev-vcs/git-1.7.3"
114 -
115 -QA_FLAGS_IGNORED=".*"
116 -RESTRICT="strip"
117 -
118 -src_prepare() {
119 - mkdir -p "${HOME}/go/src/${EGO_PN%/*}" || die "mkdir failed"
120 - ln -snf "${S}" "${HOME}/go/src/${EGO_PN}" || die "ln failed"
121 - default
122 -}
123 -
124 -src_compile() {
125 - GOCACHE="${T}"/go-cache \
126 - GOPATH= \
127 - LDFLAGS= \
128 - ./script/build -o ${PN} || die
129 -}
130 -
131 -#src_test() {
132 -# ./script/test || die
133 -#}
134 -
135 -src_install() {
136 - dobin ${PN}
137 - dodoc README.md
138 - doman ../${PN}-linux-amd64-${PV}/share/man/man1/*.1
139 -
140 - newbashcomp etc/${PN}.bash_completion.sh ${PN}
141 -
142 - insinto /usr/share/zsh/site-functions
143 - newins etc/hub.zsh_completion _${PN}
144 -}
145
146 diff --git a/dev-vcs/hub/hub-2.12.3.ebuild b/dev-vcs/hub/hub-2.12.3.ebuild
147 deleted file mode 100644
148 index 5191e3388ce..00000000000
149 --- a/dev-vcs/hub/hub-2.12.3.ebuild
150 +++ /dev/null
151 @@ -1,41 +0,0 @@
152 -# Copyright 1999-2019 Gentoo Authors
153 -# Distributed under the terms of the GNU General Public License v2
154 -
155 -EAPI=7
156 -
157 -inherit bash-completion-r1
158 -
159 -DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
160 -HOMEPAGE="https://github.com/github/hub"
161 -SRC_URI="https://github.com/github/hub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
162 -
163 -LICENSE="MIT"
164 -SLOT="0"
165 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
166 -
167 -DEPEND=">=dev-lang/go-1.5.1:="
168 -RDEPEND=">=dev-vcs/git-1.7.3"
169 -
170 -QA_FLAGS_IGNORED=".*"
171 -RESTRICT="strip"
172 -
173 -src_compile() {
174 - emake bin/hub man-pages
175 -}
176 -
177 -#src_test() {
178 -# ./script/test || die
179 -#}
180 -
181 -src_install() {
182 - dobin bin/${PN}
183 - dodoc README.md
184 - doman share/man/man1/*.1
185 -
186 - newbashcomp etc/${PN}.bash_completion.sh ${PN}
187 -
188 - insinto /usr/share/vim/vimfiles
189 -doins -r share/vim/vimfiles/*
190 - insinto /usr/share/zsh/site-functions
191 - newins etc/hub.zsh_completion _${PN}
192 -}