Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/hub: hub-1.10.6.ebuild ChangeLog hub-1.10.4.ebuild
Date: Fri, 31 May 2013 23:14:48
Message-Id: 20130531231444.811932171D@flycatcher.gentoo.org
1 ottxor 13/05/31 23:14:44
2
3 Modified: ChangeLog
4 Added: hub-1.10.6.ebuild
5 Removed: hub-1.10.4.ebuild
6 Log:
7 version bump (bug #471786, thx to Ewoud)
8
9 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key C2000586)
10
11 Revision Changes Path
12 1.3 dev-vcs/hub/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 11 Jan 2013 22:35:01 -0000 1.2
25 +++ ChangeLog 31 May 2013 23:14:44 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-vcs/hub
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.2 2013/01/11 22:35:01 ottxor Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.3 2013/05/31 23:14:44 ottxor Exp $
31 +
32 +*hub-1.10.6 (31 May 2013)
33 +
34 + 31 May 2013; Christoph Junghans <ottxor@g.o> +hub-1.10.6.ebuild,
35 + -hub-1.10.4.ebuild:
36 + version bump (bug #471786, thx to Ewoud)
37
38 11 Jan 2013; Christoph Junghans <ottxor@g.o> hub-1.10.4.ebuild:
39 updated SRC_URI
40
41
42
43 1.1 dev-vcs/hub/hub-1.10.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.10.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hub/hub-1.10.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: hub-1.10.6.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.10.6.ebuild,v 1.1 2013/05/31 23:14:44 ottxor Exp $
53
54 EAPI="5"
55
56 USE_RUBY="ruby18 ruby19"
57 RUBY_FAKEGEM_TASK_DOC=
58 RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
59
60 inherit readme.gentoo ruby-fakegem
61
62 ruby_add_bdepend "test? ( dev-ruby/webmock dev-util/cucumber )"
63
64 DESCRIPTION="command-line wrapper for git that makes you better at GitHub"
65 HOMEPAGE="http://defunkt.io/hub/"
66 SRC_URI="https://github.com/defunkt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
67
68 LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="~amd64"
71 RDEPEND=">=dev-vcs/git-1.7.3"
72
73 DOC_CONTENTS="You may want to add 'alias git=hub' to your .{csh,bash}rc"
74
75 src_install() {
76 ruby-ng_src_install
77 readme.gentoo_create_doc
78 }