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: dev-vcs/hub/
Date: Mon, 25 Nov 2019 16:17:37 +0000 (UTC)	[thread overview]
Message-ID: <1574698600.b1855cc091ac0f854f2ded10fbc17ebdacc1b034.williamh@gentoo> (raw)

commit:     b1855cc091ac0f854f2ded10fbc17ebdacc1b034
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 16:16:19 2019 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 16:16:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1855cc0

dev-vcs/hub: 2.13.0 bump

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

 dev-vcs/hub/Manifest          |  1 +
 dev-vcs/hub/hub-2.13.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-vcs/hub/Manifest b/dev-vcs/hub/Manifest
index 3ac45cc6b60..46d61d5b8f6 100644
--- a/dev-vcs/hub/Manifest
+++ b/dev-vcs/hub/Manifest
@@ -1,5 +1,6 @@
 DIST hub-2.10.0.tar.gz 1042511 BLAKE2B 8e95a6ce24ec9ed5c6d163346ab89a3a587d9f1700eed0773ae14473b06a1cbdba16ff5d75d3f64faa6b13382085a1cf8fb826e09cfd0ba3a0f0589f0abdc615 SHA512 6ded3a57f73fec226234e9b727d676a61a3312825c98cfb5d908ca45c163326352859a126e8b6c7f2e2302badc25a60c9c04c9184e4afab81c9f23d4555a045e
 DIST hub-2.11.1.tar.gz 1043499 BLAKE2B af3ac833c874f15ce183a41a4b6920ba77b9d882b343e12fddeba58453c2c03cd45fa1ec3e7a488dc2d916d0e12f2cf14d7e4d749848d3a10e44b039e7efae49 SHA512 ee5a42713e7810d0e825c6bc1ca2313c5679693197ca6845e189cc18fbbce04e32e1a5f0e9d2735e5a127b2aeadc33446011fb747b96b3eb6e906cb0e87f5f27
 DIST hub-2.12.3.tar.gz 1623944 BLAKE2B 16e857fbd62fa79ba10a61f214a2c2fa0d08b71330e522d617209699318d501681049eaf05bfff3d2a143f20226fe240f76733be3296b305ae8ff8a2256a7187 SHA512 8bb433d4a0079cb6f30014650bb5e2dafc1ba7b8c65340886f157ae9b6785f170b13c6db1b11f6334835fc312470f5b0f57b563d665af4bbe44f116fd7af75cf
+DIST hub-2.13.0.tar.gz 2074748 BLAKE2B e790c13cfab9070699b3995c91c3adfad89b438d70b4f0683dcf2f487349c785d97f1aa845620cf0ccabf93f6738a3a1d45410bd1155c861d55f3d2568312235 SHA512 77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342
 DIST hub-linux-amd64-2.10.0.tgz 4295227 BLAKE2B 889dca0f5d750201d97d9eb1ab23cb781c2b12eb1cd7958c7816ee6c69dd344dc02b824754293071566b80ed7de24310d0ff78d690efb574de302910f16d6784 SHA512 5828977a14324a315a28dab1e25f7adf1671b14d24073cde550781eaaebee3f5f7c683a99329688dd86ac2e59252aa25f30c030d1a2f4bb8a7d135ec7bb88702
 DIST hub-linux-amd64-2.11.1.tgz 4294575 BLAKE2B b82c768100ba0959b9f7a8e61f0896cc1b0f516215f9c406cb2c2b1e19240a9bab7728129ad956ac1bc8380fc3395fc6430436bfc824be19443dbc2e270ba062 SHA512 e8f1053924eaec23784fb7a829e59d25fbb271165b576cc76060e66755a485b8cd91b48869bf2e4b87790907aa0c22857ca6981a798f19f55d638944b3275c6b

diff --git a/dev-vcs/hub/hub-2.13.0.ebuild b/dev-vcs/hub/hub-2.13.0.ebuild
new file mode 100644
index 00000000000..652cf977598
--- /dev/null
+++ b/dev-vcs/hub/hub-2.13.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 go-module
+
+DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
+HOMEPAGE="https://github.com/github/hub"
+SRC_URI="https://github.com/github/hub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=">=dev-vcs/git-1.7.3"
+
+src_compile() {
+	emake bin/hub man-pages
+}
+
+#src_test() {
+#	./script/test || die
+#}
+
+src_install() {
+	dobin bin/${PN}
+	dodoc README.md
+	doman share/man/man1/*.1
+
+	newbashcomp etc/${PN}.bash_completion.sh ${PN}
+
+	insinto /usr/share/vim/vimfiles
+doins -r share/vim/vimfiles/*
+	insinto /usr/share/zsh/site-functions
+	newins etc/hub.zsh_completion _${PN}
+}


             reply	other threads:[~2019-11-25 16:17 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-25 16:17 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-28 20:14 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hub/ Sam James
2021-05-28 20:14 Sam James
2021-05-28 20:14 Sam James
2021-02-15 21:02 William Hubbs
2020-06-14 17:43 William Hubbs
2020-05-26  6:07 Georgy Yakovlev
2020-03-18  0:44 William Hubbs
2020-02-17  2:39 William Hubbs
2020-01-01 15:09 William Hubbs
2019-11-25 17:26 William Hubbs
2019-07-25 14:22 William Hubbs
2019-07-25 14:12 William Hubbs
2019-04-13 20:52 William Hubbs
2019-03-16  1:37 William Hubbs
2019-02-28  0:14 William Hubbs
2019-01-21 22:46 William Hubbs
2019-01-15 18:07 William Hubbs
2019-01-01 17:35 William Hubbs
2018-12-26 22:18 William Hubbs
2018-12-26 18:56 William Hubbs
2016-11-16  2:17 Christoph Junghans
2016-08-06 16:51 Michał Górny
2016-03-13  0:09 Christoph Junghans
2016-01-22 18:48 Justin Lecher
2015-10-31  9:00 Justin Lecher

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=1574698600.b1855cc091ac0f854f2ded10fbc17ebdacc1b034.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