Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/fakechroot: ChangeLog fakechroot-2.8.ebuild
Date: Sun, 07 Sep 2008 10:59:46
Message-Id: E1KcHzb-0003Nd-0X@stork.gentoo.org
1 spock 08/09/07 10:59:43
2
3 Modified: ChangeLog
4 Added: fakechroot-2.8.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64)
8
9 Revision Changes Path
10 1.2 sys-apps/fakechroot/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/fakechroot/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/fakechroot/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/fakechroot/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 10 Jun 2008 22:42:10 -0000 1.1
23 +++ ChangeLog 7 Sep 2008 10:59:42 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-apps/fakechroot
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/ChangeLog,v 1.1 2008/06/10 22:42:10 spock Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/ChangeLog,v 1.2 2008/09/07 10:59:42 spock Exp $
29 +
30 +*fakechroot-2.8 (07 Sep 2008)
31 +
32 + 07 Sep 2008; MichaƂ Januszewski <spock@g.o>
33 + +fakechroot-2.8.ebuild:
34 + Version bump.
35
36 *fakechroot-2.6 (10 Jun 2008)
37
38
39
40
41 1.1 sys-apps/fakechroot/fakechroot-2.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/fakechroot/fakechroot-2.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/fakechroot/fakechroot-2.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: fakechroot-2.8.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/sys-apps/fakechroot/fakechroot-2.8.ebuild,v 1.1 2008/09/07 10:59:42 spock Exp $
51
52 inherit eutils
53
54 DESCRIPTION="Provide a faked chroot environment without requiring root privileges"
55 HOMEPAGE="http://fakechroot.alioth.debian.org/"
56 SRC_URI="mirror://debian/pool/main/f/fakechroot/${PF/-/_}.orig.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND=""
64 DEPEND=""
65
66 src_install() {
67 emake DESTDIR="${D}" install || die
68 dodoc README THANKS
69 }