public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/
@ 2013-12-07 18:01 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-12-07 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b762d49e112c1ce997265c72e1f975b11953fbdf
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 18:00:54 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 18:00:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=b762d49e

dev-vcs/hub: Add live ebuild

Package-Manager: portage-2.2.7

---
 dev-vcs/hub/ChangeLog       | 23 +++++++++++++++++++++++
 dev-vcs/hub/hub-9999.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 dev-vcs/hub/metadata.xml    | 11 +++++++++++
 3 files changed, 71 insertions(+)

diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog
new file mode 100644
index 0000000..4029631
--- /dev/null
+++ b/dev-vcs/hub/ChangeLog
@@ -0,0 +1,23 @@
+# ChangeLog for dev-vcs/hub
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.3 2013/05/31 23:14:44 ottxor Exp $
+
+*hub-9999 (07 Dec 2013)
+
+  07 Dec 2013; Justin Lecher <jlec@gentoo.org> +hub-9999.ebuild, +metadata.xml:
+  Add live ebuild
+
+*hub-1.10.6 (31 May 2013)
+
+  31 May 2013; Christoph Junghans <ottxor@gentoo.org> +hub-1.10.6.ebuild,
+  -hub-1.10.4.ebuild:
+  version bump (bug #471786, thx to Ewoud)
+
+  11 Jan 2013; Christoph Junghans <ottxor@gentoo.org> hub-1.10.4.ebuild:
+  updated SRC_URI
+
+*hub-1.10.4 (10 Jan 2013)
+
+  10 Jan 2013; Christoph Junghans <ottxor@gentoo.org> +hub-1.10.4.ebuild,
+  +metadata.xml:
+  initial commit

diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild
new file mode 100644
index 0000000..ed012b5
--- /dev/null
+++ b/dev-vcs/hub/hub-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.10.6.ebuild,v 1.1 2013/05/31 23:14:44 ottxor Exp $
+
+EAPI="5"
+
+USE_RUBY="ruby18 ruby19"
+RUBY_FAKEGEM_TASK_DOC=
+RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
+
+inherit git-r3 readme.gentoo ruby-fakegem
+
+ruby_add_bdepend "test? ( dev-ruby/webmock dev-util/cucumber )"
+
+DESCRIPTION="command-line wrapper for git that makes you better at GitHub"
+HOMEPAGE="http://defunkt.io/hub/"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/github/hub.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+RDEPEND=">=dev-vcs/git-1.7.3"
+
+DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
+
+src_unpack() {
+	local EGIT_CHECKOUT_DIR="${WORKDIR}/all/${P}"
+
+	ruby-ng_src_unpack
+	git-r3_src_unpack
+}
+
+src_install() {
+	ruby-ng_src_install
+	readme.gentoo_create_doc
+}

diff --git a/dev-vcs/hub/metadata.xml b/dev-vcs/hub/metadata.xml
new file mode 100644
index 0000000..28f0eb2
--- /dev/null
+++ b/dev-vcs/hub/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>ottxor@gentoo.org</email>
+    <name>Christoph Junghans</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">defunkt/hub</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/
@ 2013-12-25 15:45 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-12-25 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     70935237ce4dd81549f7e184ff76b267b21ddd6a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 15:45:30 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 15:45:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=70935237

dev-vcs/hub: Update to current HEAD

Package-Manager: portage-2.2.7

---
 dev-vcs/hub/ChangeLog       | 3 +++
 dev-vcs/hub/hub-9999.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog
index 4029631..2914a87 100644
--- a/dev-vcs/hub/ChangeLog
+++ b/dev-vcs/hub/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.3 2013/05/31 23:14:44 ottxor Exp $
 
+  25 Dec 2013; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild:
+  Update to current HEAD
+
 *hub-9999 (07 Dec 2013)
 
   07 Dec 2013; Justin Lecher <jlec@gentoo.org> +hub-9999.ebuild, +metadata.xml:

diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild
index ed012b5..f9d8a75 100644
--- a/dev-vcs/hub/hub-9999.ebuild
+++ b/dev-vcs/hub/hub-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 
 USE_RUBY="ruby18 ruby19"
 RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
+RUBY_FAKEGEM_EXTRADOC="README.md"
 
 inherit git-r3 readme.gentoo ruby-fakegem
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/
@ 2014-11-18 15:07 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-11-18 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     be7599ebca00e6a4c3ad611ef63166ca18978248
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  7 07:04:41 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 07:05:32 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=be7599eb

dev-vcs/hub: Install additional files

Package-Manager: portage-2.2.14_rc1

---
 dev-vcs/hub/ChangeLog       |  5 ++++-
 dev-vcs/hub/hub-9999.ebuild | 33 ++++++++++++++++++++++++++++-----
 2 files changed, 32 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog
index 2914a87..3b5f320 100644
--- a/dev-vcs/hub/ChangeLog
+++ b/dev-vcs/hub/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-vcs/hub
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.3 2013/05/31 23:14:44 ottxor Exp $
 
+  07 Oct 2014; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild:
+  Install additional files
+
   25 Dec 2013; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild:
   Update to current HEAD
 

diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild
index f9d8a75..c0c8614 100644
--- a/dev-vcs/hub/hub-9999.ebuild
+++ b/dev-vcs/hub/hub-9999.ebuild
@@ -1,16 +1,21 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.10.6.ebuild,v 1.1 2013/05/31 23:14:44 ottxor Exp $
 
 EAPI="5"
 
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby19"
 RUBY_FAKEGEM_TASK_DOC=
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
-inherit git-r3 readme.gentoo ruby-fakegem
+inherit bash-completion-r1 git-r3 readme.gentoo ruby-fakegem
 
-ruby_add_bdepend "test? ( dev-ruby/webmock dev-util/cucumber )"
+ruby_add_bdepend "
+	test? (
+		dev-ruby/webmock
+		dev-util/cucumber
+		virtual/ruby-minitest
+	)"
 
 DESCRIPTION="command-line wrapper for git that makes you better at GitHub"
 HOMEPAGE="http://defunkt.io/hub/"
@@ -20,7 +25,7 @@ EGIT_REPO_URI="https://github.com/github/hub.git"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
-RDEPEND=">=dev-vcs/git-1.7.3"
+RDEPEND="dev-vcs/git"
 
 DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
 
@@ -31,7 +36,25 @@ src_unpack() {
 	git-r3_src_unpack
 }
 
+all_ruby_prepare() {
+	sed -i -e 's/Minitest/MiniTest/g' test/*.rb || die
+}
+
 src_install() {
 	ruby-ng_src_install
 	readme.gentoo_create_doc
+
+	cd "${S}"/all/${P} || die
+
+	doman man/${PN}.1
+
+	insinto /usr/share/${PN}/
+	doins -r git-hooks
+
+	# Broken with autoloader
+	# https://github.com/github/hub/issues/592
+	#newbashcomp etc/hub.bash_completion.sh ${PN}
+
+	insinto /usr/share/zsh/site-functions
+	newins etc/hub.zsh_completion ${PN}
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/
@ 2014-11-19  8:15 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-11-19  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     e175c1d7d855a508ee4cca013e000af637f1fefd
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 19 08:15:16 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 19 08:15:16 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=e175c1d7

dev-vcs/hub: Adopt to current HEAD

Package-Manager: portage-2.2.14

---
 dev-vcs/hub/ChangeLog       | 3 +++
 dev-vcs/hub/hub-9999.ebuild | 4 ----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog
index 3b5f320..4a03c6e 100644
--- a/dev-vcs/hub/ChangeLog
+++ b/dev-vcs/hub/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.3 2013/05/31 23:14:44 ottxor Exp $
 
+  19 Nov 2014; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild:
+  Adopt to current HEAD
+
   07 Oct 2014; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild:
   Install additional files
 

diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild
index c0c8614..5a6cf3b 100644
--- a/dev-vcs/hub/hub-9999.ebuild
+++ b/dev-vcs/hub/hub-9999.ebuild
@@ -36,10 +36,6 @@ src_unpack() {
 	git-r3_src_unpack
 }
 
-all_ruby_prepare() {
-	sed -i -e 's/Minitest/MiniTest/g' test/*.rb || die
-}
-
 src_install() {
 	ruby-ng_src_install
 	readme.gentoo_create_doc


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/
@ 2014-11-22 15:01 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-11-22 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6f2cf76dcc736af09407f371b3db53a15584f419
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 22 15:01:01 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 22 15:01:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=6f2cf76d

dev-vcs/hub: Update to latest HEAD

Package-Manager: portage-2.2.14

---
 dev-vcs/hub/ChangeLog       |  3 +++
 dev-vcs/hub/hub-9999.ebuild | 29 ++++++++---------------------
 2 files changed, 11 insertions(+), 21 deletions(-)

diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog
index 4a03c6e..6ab1fe5 100644
--- a/dev-vcs/hub/ChangeLog
+++ b/dev-vcs/hub/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.3 2013/05/31 23:14:44 ottxor Exp $
 
+  22 Nov 2014; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild:
+  Update to latest HEAD
+
   19 Nov 2014; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild:
   Adopt to current HEAD
 

diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild
index 5a6cf3b..6c74230 100644
--- a/dev-vcs/hub/hub-9999.ebuild
+++ b/dev-vcs/hub/hub-9999.ebuild
@@ -2,20 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.10.6.ebuild,v 1.1 2013/05/31 23:14:44 ottxor Exp $
 
-EAPI="5"
+EAPI=5
 
-USE_RUBY="ruby19"
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit bash-completion-r1 git-r3 readme.gentoo ruby-fakegem
-
-ruby_add_bdepend "
-	test? (
-		dev-ruby/webmock
-		dev-util/cucumber
-		virtual/ruby-minitest
-	)"
+inherit bash-completion-r1 git-r3 readme.gentoo
 
 DESCRIPTION="command-line wrapper for git that makes you better at GitHub"
 HOMEPAGE="http://defunkt.io/hub/"
@@ -25,22 +14,20 @@ EGIT_REPO_URI="https://github.com/github/hub.git"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
+
 RDEPEND="dev-vcs/git"
+DEPEND="dev-lang/go"
 
 DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
 
-src_unpack() {
-	local EGIT_CHECKOUT_DIR="${WORKDIR}/all/${P}"
-
-	ruby-ng_src_unpack
-	git-r3_src_unpack
+src_compile() {
+	bash ./script/build || die
 }
 
 src_install() {
-	ruby-ng_src_install
-	readme.gentoo_create_doc
+	dobin ${PN}
 
-	cd "${S}"/all/${P} || die
+	readme.gentoo_create_doc
 
 	doman man/${PN}.1
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/
@ 2014-12-21 13:26 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2014-12-21 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     e30278cf2272c4a4e75f874bd4d5140bc2a0523b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 13:26:13 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 13:26:40 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=e30278cf

dev-vcs/hub: Add test phase

Package-Manager: portage-2.2.15
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

---
 dev-vcs/hub/ChangeLog       |  3 +++
 dev-vcs/hub/hub-9999.ebuild | 13 ++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog
index 6ab1fe5..ee268b0 100644
--- a/dev-vcs/hub/ChangeLog
+++ b/dev-vcs/hub/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.3 2013/05/31 23:14:44 ottxor Exp $
 
+  21 Dec 2014; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild:
+  Add test phase
+
   22 Nov 2014; Justin Lecher <jlec@gentoo.org> hub-9999.ebuild:
   Update to latest HEAD
 

diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild
index 6c74230..fa0520b 100644
--- a/dev-vcs/hub/hub-9999.ebuild
+++ b/dev-vcs/hub/hub-9999.ebuild
@@ -14,9 +14,16 @@ EGIT_REPO_URI="https://github.com/github/hub.git"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
+IUSE="test"
 
 RDEPEND="dev-vcs/git"
-DEPEND="dev-lang/go"
+DEPEND="
+	dev-lang/go
+	test? (
+		app-misc/tmux
+		dev-util/cucumber
+		dev-ruby/bundler
+		)"
 
 DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
 
@@ -24,6 +31,10 @@ src_compile() {
 	bash ./script/build || die
 }
 
+src_test() {
+	bash ./script/test || die
+}
+
 src_install() {
 	dobin ${PN}
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/
@ 2016-02-11  8:33 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2016-02-11  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2dafcb1dad30ffed38fab8f06b12fb9761ff245b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 08:26:22 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 08:26:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=2dafcb1d

dev-vcs/hub: Move to nextgen readme.gentoo eclass

* Bump EAPI to 6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-vcs/hub/hub-9999.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild
index f92a51c..0e6a05c 100644
--- a/dev-vcs/hub/hub-9999.ebuild
+++ b/dev-vcs/hub/hub-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit bash-completion-r1 git-r3 readme.gentoo
+inherit bash-completion-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="command-line wrapper for git that makes you better at GitHub"
 HOMEPAGE="http://defunkt.io/hub/"
@@ -52,3 +52,7 @@ src_install() {
 	insinto /usr/share/zsh/site-functions
 	newins etc/hub.zsh_completion ${PN}
 }
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/
@ 2016-02-11  8:33 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2016-02-11  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     5a0d3de75ff5f18f8325d1aad326b36946feb3b1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 08:30:27 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 08:30:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=5a0d3de7

dev-vcs/hub: Import latest tree changes

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-vcs/hub/hub-9999.ebuild | 34 +++++++++++++---------------------
 1 file changed, 13 insertions(+), 21 deletions(-)

diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild
index 0e6a05c..7d28df1 100644
--- a/dev-vcs/hub/hub-9999.ebuild
+++ b/dev-vcs/hub/hub-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 
 inherit bash-completion-r1 git-r3 readme.gentoo-r1
 
-DESCRIPTION="command-line wrapper for git that makes you better at GitHub"
+DESCRIPTION="Command-line wrapper for git that makes you better at GitHub"
 HOMEPAGE="http://defunkt.io/hub/"
 SRC_URI=""
 EGIT_REPO_URI="https://github.com/github/hub.git"
@@ -14,43 +14,35 @@ EGIT_REPO_URI="https://github.com/github/hub.git"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
-IUSE="test"
+IUSE=""
 
-RDEPEND="dev-vcs/git"
-DEPEND="
-	dev-lang/go
-	test? (
-		app-misc/tmux
-		dev-util/cucumber
-		dev-ruby/bundler
-		)"
+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() {
-	bash ./script/build || die
+	./script/build || die
 }
 
-src_test() {
-	bash ./script/test || die
-}
+#src_test() {
+#	./script/test || die
+#}
 
 src_install() {
-	dobin ${PN}
-
 	readme.gentoo_create_doc
 
-	doman man/${PN}.1
+	dobin hub
 
-	insinto /usr/share/${PN}/
-	doins -r git-hooks
+	doman man/${PN}.1
+	dodoc README.md
 
 	# Broken with autoloader
 	# https://github.com/github/hub/issues/592
-	#newbashcomp etc/hub.bash_completion.sh ${PN}
+	#newbashcomp etc/${PN}.bash_completion.sh ${PN}
 
 	insinto /usr/share/zsh/site-functions
-	newins etc/hub.zsh_completion ${PN}
+	newins etc/hub.zsh_completion _${PN}
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-02-11  8:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-25 15:45 [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2016-02-11  8:33 Justin Lecher
2016-02-11  8:33 Justin Lecher
2014-12-21 13:26 Justin Lecher
2014-11-22 15:01 Justin Lecher
2014-11-19  8:15 Justin Lecher
2014-11-18 15:07 Justin Lecher
2013-12-07 18:01 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox