Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/tig: ChangeLog tig-0.18.ebuild
Date: Mon, 29 Aug 2011 09:46:08
Message-Id: 20110829094559.22C512004C@flycatcher.gentoo.org
1 radhermit 11/08/29 09:45:59
2
3 Modified: ChangeLog
4 Added: tig-0.18.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 dev-vcs/tig/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tig/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tig/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tig/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 15 Jul 2011 20:25:58 -0000 1.8
24 +++ ChangeLog 29 Aug 2011 09:45:59 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-vcs/tig
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.8 2011/07/15 20:25:58 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.9 2011/08/29 09:45:59 radhermit Exp $
30 +
31 +*tig-0.18 (29 Aug 2011)
32 +
33 + 29 Aug 2011; Tim Harder <radhermit@g.o> +tig-0.18.ebuild:
34 + Version bump.
35
36 15 Jul 2011; Tim Harder <radhermit@g.o> -tig-0.14.1.ebuild,
37 -tig-0.15.ebuild, -tig-0.16.ebuild, -tig-0.16.1.ebuild, -tig-0.16.2.ebuild:
38
39
40
41 1.1 dev-vcs/tig/tig-0.18.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tig/tig-0.18.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tig/tig-0.18.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tig-0.18.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.18.ebuild,v 1.1 2011/08/29 09:45:59 radhermit Exp $
51
52 EAPI=4
53
54 inherit bash-completion
55
56 DESCRIPTION="Tig: text mode interface for git"
57 HOMEPAGE="http://jonas.nitro.dk/tig/"
58 SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
63 IUSE=""
64
65 DEPEND="sys-libs/ncurses"
66 RDEPEND="${DEPEND}
67 dev-vcs/git"
68
69 src_install() {
70 emake DESTDIR="${D}" install install-doc-man
71 dodoc BUGS NEWS TODO
72 dohtml manual.html README.html
73 dobashcompletion contrib/tig-completion.bash
74 }