Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/debianutils: ChangeLog debianutils-2.28.2.ebuild
Date: Mon, 04 Feb 2008 22:12:55
Message-Id: E1JM9Ya-0006om-JA@stork.gentoo.org
1 vapier 08/02/04 22:12:52
2
3 Modified: ChangeLog debianutils-2.28.2.ebuild
4 Log:
5 Send which error output to /dev/null.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.103 sys-apps/debianutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/debianutils/ChangeLog?rev=1.103&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/debianutils/ChangeLog?rev=1.103&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/debianutils/ChangeLog?r1=1.102&r2=1.103
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v
18 retrieving revision 1.102
19 retrieving revision 1.103
20 diff -u -r1.102 -r1.103
21 --- ChangeLog 23 Jan 2008 08:13:27 -0000 1.102
22 +++ ChangeLog 4 Feb 2008 22:12:52 -0000 1.103
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/debianutils
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.102 2008/01/23 08:13:27 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/ChangeLog,v 1.103 2008/02/04 22:12:52 vapier Exp $
28 +
29 + 04 Feb 2008; Mike Frysinger <vapier@g.o>
30 + +files/debianutils-2.28.2-mkboot-quiet.patch, debianutils-2.28.2.ebuild:
31 + Send which error output to /dev/null.
32
33 23 Jan 2008; Mike Frysinger <vapier@g.o> debianutils-2.25.ebuild,
34 debianutils-2.28.2.ebuild:
35
36
37
38 1.5 sys-apps/debianutils/debianutils-2.28.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/debianutils/debianutils-2.28.2.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/debianutils/debianutils-2.28.2.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/debianutils/debianutils-2.28.2.ebuild?r1=1.4&r2=1.5
43
44 Index: debianutils-2.28.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.28.2.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- debianutils-2.28.2.ebuild 23 Jan 2008 08:13:27 -0000 1.4
51 +++ debianutils-2.28.2.ebuild 4 Feb 2008 22:12:52 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.28.2.ebuild,v 1.4 2008/01/23 08:13:27 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-2.28.2.ebuild,v 1.5 2008/02/04 22:12:52 vapier Exp $
57
58 inherit eutils flag-o-matic
59
60 @@ -19,6 +19,7 @@
61 unpack ${A}
62 cd "${S}"
63 epatch "${FILESDIR}"/${PN}-2.28.2-no-bs-namespace.patch
64 + epatch "${FILESDIR}"/${PN}-2.28.2-mkboot-quiet.patch
65 epatch "${FILESDIR}"/${PN}-2.16.2-palo.patch
66 }
67
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list