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