Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/ytree: ChangeLog ytree-1.92.ebuild
Date: Sat, 30 Aug 2008 20:13:50
Message-Id: E1KZWpP-0007Ss-F0@stork.gentoo.org
1 jokey 08/08/30 20:13:47
2
3 Modified: ChangeLog
4 Added: ytree-1.92.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo i686)
8
9 Revision Changes Path
10 1.6 app-misc/ytree/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/ytree/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 29 Oct 2007 14:15:42 -0000 1.5
23 +++ ChangeLog 30 Aug 2008 20:13:46 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-misc/ytree
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ChangeLog,v 1.5 2007/10/29 14:15:42 jokey Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ChangeLog,v 1.6 2008/08/30 20:13:46 jokey Exp $
30 +
31 +*ytree-1.92 (30 Aug 2008)
32 +
33 + 30 Aug 2008; Markus Ullmann <jokey@g.o> +ytree-1.92.ebuild:
34 + Version bump
35
36 29 Oct 2007; Markus Ullmann <jokey@g.o> -ytree-1.86.ebuild,
37 ytree-1.90.ebuild:
38
39
40
41 1.1 app-misc/ytree/ytree-1.92.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/ytree-1.92.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/ytree-1.92.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ytree-1.92.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ytree-1.92.ebuild,v 1.1 2008/08/30 20:13:46 jokey Exp $
51
52 DESCRIPTION="A (curses-based) file manager"
53 HOMEPAGE="http://www.han.de/~werner/ytree.html"
54 SRC_URI="http://www.han.de/~werner/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~x86"
59 IUSE=""
60
61 DEPEND="sys-libs/readline
62 sys-libs/ncurses"
63 RDEPEND="${DEPEND}"
64
65 src_compile() {
66 emake || die "emake failed"
67 }
68
69 src_install() {
70 dobin ytree
71 doman ytree.1
72 }