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, 15 Feb 2021 21:02:02 +0000 (UTC) [thread overview]
Message-ID: <1613422915.6fc68b75da22d2fbfda9ee2c0ec00da65f832aef.williamh@gentoo> (raw)
commit: 6fc68b75da22d2fbfda9ee2c0ec00da65f832aef
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 21:00:41 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 21:01:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc68b75
dev-vcs/hub: remove old versions
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-vcs/hub/Manifest | 2 --
dev-vcs/hub/hub-2.13.0.ebuild | 37 -------------------------------------
dev-vcs/hub/hub-2.14.1.ebuild | 37 -------------------------------------
3 files changed, 76 deletions(-)
diff --git a/dev-vcs/hub/Manifest b/dev-vcs/hub/Manifest
index 78024a8eaf4..7c96a3f89a2 100644
--- a/dev-vcs/hub/Manifest
+++ b/dev-vcs/hub/Manifest
@@ -1,3 +1 @@
-DIST hub-2.13.0.tar.gz 2074748 BLAKE2B e790c13cfab9070699b3995c91c3adfad89b438d70b4f0683dcf2f487349c785d97f1aa845620cf0ccabf93f6738a3a1d45410bd1155c861d55f3d2568312235 SHA512 77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342
-DIST hub-2.14.1.tar.gz 2077137 BLAKE2B 35e209766e73979c6629c4542d405d0a724b2ec77d89ef14c50b7630118e55b8d4afc96d1dd7daadf6d790b55dae45b33a855ec49ac9ff87d347849874078ef0 SHA512 dc4fc1ea27c4338ace1233089eea45fe4b636d6b000ef49b2ae44481d508b76c4c2035573acb0654efb2a3986ebdeb7b57dee9e77bbbdedc319c6dbba4ea6f8c
DIST hub-2.14.2.tar.gz 2080107 BLAKE2B b0ff7bcebca7f4b515acf412b756da8512dad7c89f1976cc749c68d70303ff7172b6817e92c839c1864b55ac137e67cf1c99fa07e09b01fd76ad3d40be8d2163 SHA512 4809d12966cc983f42c8aef482e07bc4226e25fc4deba838e418664ce14ac9d2ac42842d0721a46466a80c0e492392542ecfaaccc2cea0efdd60df8b60a3ca02
diff --git a/dev-vcs/hub/hub-2.13.0.ebuild b/dev-vcs/hub/hub-2.13.0.ebuild
deleted file mode 100644
index 02a51219754..00000000000
--- a/dev-vcs/hub/hub-2.13.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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() {
- emake test
-}
-
-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}
-}
diff --git a/dev-vcs/hub/hub-2.14.1.ebuild b/dev-vcs/hub/hub-2.14.1.ebuild
deleted file mode 100644
index 6f811000511..00000000000
--- a/dev-vcs/hub/hub-2.14.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 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 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND=">=dev-vcs/git-1.7.3"
-
-src_compile() {
- emake bin/hub man-pages
-}
-
-src_test() {
- emake test
-}
-
-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}
-}
next reply other threads:[~2021-02-15 21:02 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-15 21:02 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
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-11-25 16:17 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=1613422915.6fc68b75da22d2fbfda9ee2c0ec00da65f832aef.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