Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/tar: ChangeLog tar-1.21-r1.ebuild
Date: Mon, 02 Feb 2009 19:00:03
Message-Id: E1LU41Z-0002O1-73@stork.gentoo.org
1 dirtyepic 09/02/02 19:00:01
2
3 Modified: ChangeLog tar-1.21-r1.ebuild
4 Log:
5 Add patch from upstream to fix testsuite failures. (bug #253122)
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.139 app-arch/tar/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/ChangeLog?rev=1.139&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/ChangeLog?rev=1.139&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/ChangeLog?r1=1.138&r2=1.139
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-arch/tar/ChangeLog,v
18 retrieving revision 1.138
19 retrieving revision 1.139
20 diff -u -r1.138 -r1.139
21 --- ChangeLog 29 Dec 2008 10:03:44 -0000 1.138
22 +++ ChangeLog 2 Feb 2009 19:00:01 -0000 1.139
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-arch/tar
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/ChangeLog,v 1.138 2008/12/29 10:03:44 vapier Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/ChangeLog,v 1.139 2009/02/02 19:00:01 dirtyepic Exp $
29 +
30 + 02 Feb 2009; Ryan Hill <dirtyepic@g.o>
31 + +files/tar-1.21-testsuite.patch, tar-1.21-r1.ebuild:
32 + Add patch from upstream to fix testsuite failures. (bug #253122)
33
34 *tar-1.21-r1 (29 Dec 2008)
35
36
37
38
39 1.2 app-arch/tar/tar-1.21-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.21-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.21-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tar/tar-1.21-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: tar-1.21-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.21-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- tar-1.21-r1.ebuild 29 Dec 2008 10:03:44 -0000 1.1
52 +++ tar-1.21-r1.ebuild 2 Feb 2009 19:00:01 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.21-r1.ebuild,v 1.1 2008/12/29 10:03:44 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.21-r1.ebuild,v 1.2 2009/02/02 19:00:01 dirtyepic Exp $
59
60 inherit flag-o-matic eutils
61
62 @@ -24,6 +24,7 @@
63 cd "${S}"
64
65 epatch "${FILESDIR}"/${P}-revert-pipe.patch #252680
66 + epatch "${FILESDIR}"/${P}-testsuite.patch #253122
67
68 if ! use userland_GNU ; then
69 sed -i \