summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2016-11-15 19:04:13 -0700
committerChristoph Junghans <junghans@gentoo.org>2016-11-15 19:04:32 -0700
commit0e274b80e29f403d17e2339e6adcbd50f2a8e5ca (patch)
tree165d3dcf67ea7bc701b67045076af2b1d174d9fd /dev-vcs/hub
parentdev-vcs/hub: version bump (diff)
downloadgentoo-0e274b80e29f403d17e2339e6adcbd50f2a8e5ca.tar.gz
gentoo-0e274b80e29f403d17e2339e6adcbd50f2a8e5ca.tar.bz2
gentoo-0e274b80e29f403d17e2339e6adcbd50f2a8e5ca.zip
dev-vcs/hub: remove old
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-vcs/hub')
-rw-r--r--dev-vcs/hub/Manifest3
-rw-r--r--dev-vcs/hub/files/hub-2.2.3-bashcomp.patch28
-rw-r--r--dev-vcs/hub/hub-2.2.0-r1.ebuild41
-rw-r--r--dev-vcs/hub/hub-2.2.2.ebuild45
-rw-r--r--dev-vcs/hub/hub-2.2.3-r1.ebuild51
-rw-r--r--dev-vcs/hub/hub-2.2.3.ebuild49
6 files changed, 0 insertions, 217 deletions
diff --git a/dev-vcs/hub/Manifest b/dev-vcs/hub/Manifest
index eafe39798a37..1107d3a69e4c 100644
--- a/dev-vcs/hub/Manifest
+++ b/dev-vcs/hub/Manifest
@@ -1,4 +1 @@
-DIST hub-2.2.0.tar.gz 301460 SHA256 2da1351197eb5696c207f22c69a5422af052d74277b73d0b8661efb9ec1d0eb1 SHA512 ad65cfd2a81ab92ab69d31ff7a068cf2da1557ca1d2f6e1b97b7f939249e9955bb2cace42b8900ec2d5b98970fbca27435edcd503af7ee3c05a79462e7734d8a WHIRLPOOL 83ea1d3b1086d7cdcebed6cb604027763cd41dd3f101dd56827c469ec61034a9e3a7b4cbd1111b5b7820707a13679a558704d80d58fed125f07573fb983dff9a
-DIST hub-2.2.2.tar.gz 311726 SHA256 610572ee903aea1fa8622c16ab7ddef2bd1bfec9f4854447ab8e0fbdbe6a0cae SHA512 27eb8d3b973b30ab16fa59649af55934a2543d74d5160337be881b9d6038efaac4d19e3b2d3295191e65daedafa93d36773f05b3e3a48eae312b711db34762c0 WHIRLPOOL e4274515eac18938c42b4bf71a5ed7ec0e1c66a4ea65db68559172c039bd2b7b252d0c0ffc7209545f966d4d8b0d7b89c6e075f589ac677e16340ba5c641f778
-DIST hub-2.2.3.tar.gz 314438 SHA256 f8a43df60b2efd95c70054324e73f27c3b253ec1c4969de8ea6c514669c688ed SHA512 6f05b697ea4aa4962ac2977e2060e418a7332756c713828ec987aad6c06b6cfb9f39c2ed79797f6c2243f841cd009344482a341d11c14fd4728ba4b8cc0318d5 WHIRLPOOL 105edccf4841eafd7718b071efffbd42ce2974c646940f1ea3a6130a96a2bb0ffaf772f44f1f64666bd9d4ceae631dfc8de1c1343bd68e84fe59ccefe518214b
DIST hub-2.2.9.tar.gz 318275 SHA256 b3cf227e38a34a56e37b7705a60bec258cea52174d8e030b559f74af647a70d6 SHA512 69d69683eb5f1c881b15c9b3294878c35edc51f9b7d568a3e0609c3d77cebf5c1be5c7c018b0356bdd68cf3f56691a860381a53f3e016b28b9f95ab0b852d9f9 WHIRLPOOL 4c7a6f6a5057c3a60514f79fb1964c343f57e2f1e146c033edf67c9568741d781dff7c002601ef383d23eff3b85077bfba1601d81201dfc7536ac12a8c5e3ed1
diff --git a/dev-vcs/hub/files/hub-2.2.3-bashcomp.patch b/dev-vcs/hub/files/hub-2.2.3-bashcomp.patch
deleted file mode 100644
index 10dee203989c..000000000000
--- a/dev-vcs/hub/files/hub-2.2.3-bashcomp.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 57f1ff3981e2c1f9297f35a90e74dd12025a6fe9 Mon Sep 17 00:00:00 2001
-From: Christoph Junghans <ottxor@gentoo.org>
-Date: Fri, 4 Mar 2016 19:18:16 -0700
-Subject: [PATCH] bashcomp: try to load git comp first (fix #592)
-
----
- etc/hub.bash_completion.sh | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/etc/hub.bash_completion.sh b/etc/hub.bash_completion.sh
-index f0b4f76..bd84d32 100755
---- a/etc/hub.bash_completion.sh
-+++ b/etc/hub.bash_completion.sh
-@@ -1,6 +1,11 @@
- # hub tab-completion script for bash.
- # This script complements the completion script that ships with git.
-
-+# If there is no git tab completion, but we have the _completion loader try to load it
-+if ! declare -F _git > /dev/null && declare -F _completion_loader > /dev/null; then
-+ _completion_loader git
-+fi
-+
- # Check that git tab completion is available
- if declare -F _git > /dev/null; then
- # Duplicate and rename the 'list_all_commands' function
---
-2.4.10
-
diff --git a/dev-vcs/hub/hub-2.2.0-r1.ebuild b/dev-vcs/hub/hub-2.2.0-r1.ebuild
deleted file mode 100644
index f5240aec72dd..000000000000
--- a/dev-vcs/hub/hub-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit bash-completion-r1 readme.gentoo
-
-DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
-HOMEPAGE="https://github.com/github/hub"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=">=dev-lang/go-1.4:="
-RDEPEND=">=dev-vcs/git-1.7.3"
-
-DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
-
-src_compile() {
- ./script/build || die
-}
-
-src_install() {
- readme.gentoo_create_doc
-
- dobin hub
-
- doman man/${PN}.1
- dodoc README.md
-
- # Broken with autoloader
- # https://github.com/github/hub/issues/592
- # newbashcomp etc/${PN}.bash_completion.sh ${PN}
-
- insinto /usr/share/zsh/site-functions
- newins etc/hub.zsh_completion _${PN}
-}
diff --git a/dev-vcs/hub/hub-2.2.2.ebuild b/dev-vcs/hub/hub-2.2.2.ebuild
deleted file mode 100644
index 253f5b6ed670..000000000000
--- a/dev-vcs/hub/hub-2.2.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit bash-completion-r1 readme.gentoo
-
-DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
-HOMEPAGE="https://github.com/github/hub"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=">=dev-lang/go-1.5.1:="
-RDEPEND=">=dev-vcs/git-1.7.3"
-
-DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
-
-src_compile() {
- ./script/build || die
-}
-
-#src_test() {
-# ./script/test || die
-#}
-
-src_install() {
- readme.gentoo_create_doc
-
- dobin hub
-
- doman man/${PN}.1
- dodoc README.md
-
- # Broken with autoloader
- # https://github.com/github/hub/issues/592
- #newbashcomp etc/${PN}.bash_completion.sh ${PN}
-
- insinto /usr/share/zsh/site-functions
- newins etc/hub.zsh_completion _${PN}
-}
diff --git a/dev-vcs/hub/hub-2.2.3-r1.ebuild b/dev-vcs/hub/hub-2.2.3-r1.ebuild
deleted file mode 100644
index 58977d1a57be..000000000000
--- a/dev-vcs/hub/hub-2.2.3-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit bash-completion-r1 readme.gentoo-r1
-
-DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
-HOMEPAGE="https://github.com/github/hub"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=">=dev-lang/go-1.5.1:="
-RDEPEND=">=dev-vcs/git-1.7.3"
-
-DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
-
-# https://github.com/github/hub/issues/592
-# https://github.com/github/hub/pull/1136
-PATCHES=( "${FILESDIR}"/"${P}"-bashcomp.patch )
-
-src_compile() {
- ./script/build || die
-}
-
-#src_test() {
-# ./script/test || die
-#}
-
-src_install() {
- readme.gentoo_create_doc
-
- dobin hub
-
- doman man/${PN}.1
- dodoc README.md
-
- newbashcomp etc/${PN}.bash_completion.sh ${PN}
-
- insinto /usr/share/zsh/site-functions
- newins etc/hub.zsh_completion _${PN}
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}
diff --git a/dev-vcs/hub/hub-2.2.3.ebuild b/dev-vcs/hub/hub-2.2.3.ebuild
deleted file mode 100644
index 72d06eccb2ff..000000000000
--- a/dev-vcs/hub/hub-2.2.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit bash-completion-r1 readme.gentoo-r1
-
-DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
-HOMEPAGE="https://github.com/github/hub"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=">=dev-lang/go-1.5.1:="
-RDEPEND=">=dev-vcs/git-1.7.3"
-
-DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
-
-src_compile() {
- ./script/build || die
-}
-
-#src_test() {
-# ./script/test || die
-#}
-
-src_install() {
- readme.gentoo_create_doc
-
- dobin hub
-
- doman man/${PN}.1
- dodoc README.md
-
- # Broken with autoloader
- # https://github.com/github/hub/issues/592
- #newbashcomp etc/${PN}.bash_completion.sh ${PN}
-
- insinto /usr/share/zsh/site-functions
- newins etc/hub.zsh_completion _${PN}
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}