Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/hub/
Date: Sat, 07 Dec 2013 18:01:11
Message-Id: 1386439254.b762d49e112c1ce997265c72e1f975b11953fbdf.jlec@gentoo
1 commit: b762d49e112c1ce997265c72e1f975b11953fbdf
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 7 18:00:54 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 7 18:00:54 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=b762d49e
7
8 dev-vcs/hub: Add live ebuild
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 dev-vcs/hub/ChangeLog | 23 +++++++++++++++++++++++
14 dev-vcs/hub/hub-9999.ebuild | 37 +++++++++++++++++++++++++++++++++++++
15 dev-vcs/hub/metadata.xml | 11 +++++++++++
16 3 files changed, 71 insertions(+)
17
18 diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog
19 new file mode 100644
20 index 0000000..4029631
21 --- /dev/null
22 +++ b/dev-vcs/hub/ChangeLog
23 @@ -0,0 +1,23 @@
24 +# ChangeLog for dev-vcs/hub
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.3 2013/05/31 23:14:44 ottxor Exp $
27 +
28 +*hub-9999 (07 Dec 2013)
29 +
30 + 07 Dec 2013; Justin Lecher <jlec@g.o> +hub-9999.ebuild, +metadata.xml:
31 + Add live ebuild
32 +
33 +*hub-1.10.6 (31 May 2013)
34 +
35 + 31 May 2013; Christoph Junghans <ottxor@g.o> +hub-1.10.6.ebuild,
36 + -hub-1.10.4.ebuild:
37 + version bump (bug #471786, thx to Ewoud)
38 +
39 + 11 Jan 2013; Christoph Junghans <ottxor@g.o> hub-1.10.4.ebuild:
40 + updated SRC_URI
41 +
42 +*hub-1.10.4 (10 Jan 2013)
43 +
44 + 10 Jan 2013; Christoph Junghans <ottxor@g.o> +hub-1.10.4.ebuild,
45 + +metadata.xml:
46 + initial commit
47
48 diff --git a/dev-vcs/hub/hub-9999.ebuild b/dev-vcs/hub/hub-9999.ebuild
49 new file mode 100644
50 index 0000000..ed012b5
51 --- /dev/null
52 +++ b/dev-vcs/hub/hub-9999.ebuild
53 @@ -0,0 +1,37 @@
54 +# Copyright 1999-2013 Gentoo Foundation
55 +# Distributed under the terms of the GNU General Public License v2
56 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.10.6.ebuild,v 1.1 2013/05/31 23:14:44 ottxor Exp $
57 +
58 +EAPI="5"
59 +
60 +USE_RUBY="ruby18 ruby19"
61 +RUBY_FAKEGEM_TASK_DOC=
62 +RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
63 +
64 +inherit git-r3 readme.gentoo ruby-fakegem
65 +
66 +ruby_add_bdepend "test? ( dev-ruby/webmock dev-util/cucumber )"
67 +
68 +DESCRIPTION="command-line wrapper for git that makes you better at GitHub"
69 +HOMEPAGE="http://defunkt.io/hub/"
70 +SRC_URI=""
71 +EGIT_REPO_URI="https://github.com/github/hub.git"
72 +
73 +LICENSE="MIT"
74 +SLOT="0"
75 +KEYWORDS=""
76 +RDEPEND=">=dev-vcs/git-1.7.3"
77 +
78 +DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
79 +
80 +src_unpack() {
81 + local EGIT_CHECKOUT_DIR="${WORKDIR}/all/${P}"
82 +
83 + ruby-ng_src_unpack
84 + git-r3_src_unpack
85 +}
86 +
87 +src_install() {
88 + ruby-ng_src_install
89 + readme.gentoo_create_doc
90 +}
91
92 diff --git a/dev-vcs/hub/metadata.xml b/dev-vcs/hub/metadata.xml
93 new file mode 100644
94 index 0000000..28f0eb2
95 --- /dev/null
96 +++ b/dev-vcs/hub/metadata.xml
97 @@ -0,0 +1,11 @@
98 +<?xml version="1.0" encoding="UTF-8"?>
99 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
100 +<pkgmetadata>
101 + <maintainer>
102 + <email>ottxor@g.o</email>
103 + <name>Christoph Junghans</name>
104 + </maintainer>
105 + <upstream>
106 + <remote-id type="github">defunkt/hub</remote-id>
107 + </upstream>
108 +</pkgmetadata>