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-1.0.ebuild
Date: Sat, 12 May 2012 06:31:13
Message-Id: 20120512063055.9439F2004B@flycatcher.gentoo.org
1 radhermit 12/05/12 06:30:55
2
3 Modified: ChangeLog
4 Added: tig-1.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 dev-vcs/tig/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tig/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tig/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tig/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 3 Nov 2011 04:35:17 -0000 1.13
24 +++ ChangeLog 12 May 2012 06:30:55 -0000 1.14
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.13 2011/11/03 04:35:17 radhermit Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/ChangeLog,v 1.14 2012/05/12 06:30:55 radhermit Exp $
31 +
32 +*tig-1.0 (12 May 2012)
33 +
34 + 12 May 2012; Tim Harder <radhermit@g.o> +tig-1.0.ebuild:
35 + Version bump.
36
37 03 Nov 2011; Tim Harder <radhermit@g.o> -tig-0.17.ebuild:
38 Remove old.
39
40
41
42 1.1 dev-vcs/tig/tig-1.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tig/tig-1.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tig/tig-1.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tig-1.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-1.0.ebuild,v 1.1 2012/05/12 06:30:55 radhermit Exp $
52
53 EAPI=4
54
55 inherit bash-completion-r1
56
57 DESCRIPTION="Tig: text mode interface for git"
58 HOMEPAGE="http://jonas.nitro.dk/tig/"
59 SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 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"
64 IUSE=""
65
66 DEPEND="sys-libs/ncurses"
67 RDEPEND="${DEPEND}
68 dev-vcs/git"
69
70 src_install() {
71 emake DESTDIR="${D}" install install-doc-man
72 dodoc BUGS NEWS
73 dohtml manual.html README.html
74 newbashcomp contrib/tig-completion.bash ${PN}
75 }