Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/vzquota: vzquota-3.0.11.ebuild ChangeLog
Date: Sat, 20 Oct 2007 16:17:36
Message-Id: E1IjGqj-0000Ff-4h@stork.gentoo.org
1 hollow 07/10/20 16:06:53
2
3 Modified: vzquota-3.0.11.ebuild ChangeLog
4 Log:
5 fix #189622
6 (Portage version: 2.1.3.13)
7
8 Revision Changes Path
9 1.2 sys-fs/vzquota/vzquota-3.0.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vzquota/vzquota-3.0.11.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vzquota/vzquota-3.0.11.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vzquota/vzquota-3.0.11.ebuild?r1=1.1&r2=1.2
14
15 Index: vzquota-3.0.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.11.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- vzquota-3.0.11.ebuild 16 Aug 2007 09:40:26 -0000 1.1
22 +++ vzquota-3.0.11.ebuild 20 Oct 2007 16:06:52 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.11.ebuild,v 1.1 2007/08/16 09:40:26 phreak Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.11.ebuild,v 1.2 2007/10/20 16:06:52 hollow Exp $
28
29 DESCRIPTION="OpenVZ VPS disk quota utility"
30 HOMEPAGE="http://openvz.org/download/utils/vzquota/"
31 @@ -25,4 +25,5 @@
32
33 src_install() {
34 make DESTDIR="${D}" install || die "make install failed"
35 + keepdir /var/vzquota
36 }
37
38
39
40 1.21 sys-fs/vzquota/ChangeLog
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vzquota/ChangeLog?rev=1.21&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vzquota/ChangeLog?rev=1.21&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/vzquota/ChangeLog?r1=1.20&r2=1.21
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v
49 retrieving revision 1.20
50 retrieving revision 1.21
51 diff -u -r1.20 -r1.21
52 --- ChangeLog 16 Aug 2007 09:40:26 -0000 1.20
53 +++ ChangeLog 20 Oct 2007 16:06:52 -0000 1.21
54 @@ -1,6 +1,9 @@
55 # ChangeLog for sys-fs/vzquota
56 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.20 2007/08/16 09:40:26 phreak Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/ChangeLog,v 1.21 2007/10/20 16:06:52 hollow Exp $
59 +
60 + 20 Oct 2007; Benedikt Böhm <hollow@g.o> vzquota-3.0.11.ebuild:
61 + fix #189622
62
63 *vzquota-3.0.11 (16 Aug 2007)
64
65
66
67
68 --
69 gentoo-commits@g.o mailing list