Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/fakechroot: fakechroot-2.17.2.ebuild ChangeLog
Date: Fri, 30 May 2014 13:36:00
Message-Id: 20140530133556.DCABA2004E@flycatcher.gentoo.org
1 swift 14/05/30 13:35:56
2
3 Modified: ChangeLog
4 Added: fakechroot-2.17.2.ebuild
5 Log:
6 Bump fakechroot to 2.17.2, thanks to Anthoine Bourgeois (bug #506118)
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
9
10 Revision Changes Path
11 1.22 sys-apps/fakechroot/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakechroot/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakechroot/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakechroot/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 2 Jun 2013 11:01:31 -0000 1.21
24 +++ ChangeLog 30 May 2014 13:35:56 -0000 1.22
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-apps/fakechroot
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/ChangeLog,v 1.21 2013/06/02 11:01:31 pacho Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/ChangeLog,v 1.22 2014/05/30 13:35:56 swift Exp $
31 +
32 +*fakechroot-2.17.2 (30 May 2014)
33 +
34 + 30 May 2014; Sven Vermeulen <swift@g.o> +fakechroot-2.17.2.ebuild:
35 + Bump fakechroot to 2.17.2, thanks to Anthoine Bourgeois (bug #506118)
36
37 02 Jun 2013; Pacho Ramos <pacho@g.o> metadata.xml:
38 Cleanup due bug #328951
39
40
41
42 1.1 sys-apps/fakechroot/fakechroot-2.17.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakechroot/fakechroot-2.17.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakechroot/fakechroot-2.17.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: fakechroot-2.17.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-apps/fakechroot/fakechroot-2.17.2.ebuild,v 1.1 2014/05/30 13:35:56 swift Exp $
52
53 EAPI=5
54 inherit eutils
55
56 DESCRIPTION="Provide a faked chroot environment without requiring root privileges"
57 HOMEPAGE="http://fakechroot.alioth.debian.org/"
58 SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz"
59
60 LICENSE="LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RESTRICT="test"
66
67 src_configure() {
68 econf --disable-static
69 }
70
71 src_install() {
72 emake DESTDIR="${D}" install
73 dodoc NEWS.md README.md THANKS
74 find "${D}" -name '*.la' -exec rm -f '{}' +
75 }