Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/tiff-compat: tiff-compat-3.9.5.ebuild ChangeLog
Date: Fri, 02 Sep 2011 08:40:07
Message-Id: 20110902083956.6B95B2004C@flycatcher.gentoo.org
1 alexxy 11/09/02 08:39:56
2
3 Modified: tiff-compat-3.9.5.ebuild ChangeLog
4 Log:
5 [media-libs/tiff-compat] Drop unneded patches
6
7 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-libs/tiff-compat/tiff-compat-3.9.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff-compat/tiff-compat-3.9.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff-compat/tiff-compat-3.9.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff-compat/tiff-compat-3.9.5.ebuild?r1=1.1&r2=1.2
15
16 Index: tiff-compat-3.9.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff-compat/tiff-compat-3.9.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- tiff-compat-3.9.5.ebuild 31 Aug 2011 15:14:06 -0000 1.1
23 +++ tiff-compat-3.9.5.ebuild 2 Sep 2011 08:39:56 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff-compat/tiff-compat-3.9.5.ebuild,v 1.1 2011/08/31 15:14:06 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff-compat/tiff-compat-3.9.5.ebuild,v 1.2 2011/09/02 08:39:56 alexxy Exp $
29
30 EAPI=3
31 inherit eutils libtool
32 @@ -25,12 +25,6 @@
33
34 S="${WORKDIR}"/${P/-compat}
35
36 -src_prepare() {
37 - epatch "${FILESDIR}"/${P/-compat}-CVE-2011-0192.patch
38 - epatch "${FILESDIR}"/${P/-compat}-CVE-2011-1167.patch
39 - elibtoolize
40 -}
41 -
42 src_configure() {
43 econf \
44 --disable-dependency-tracking \
45
46
47
48 1.3 media-libs/tiff-compat/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff-compat/ChangeLog?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff-compat/ChangeLog?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff-compat/ChangeLog?r1=1.2&r2=1.3
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff-compat/ChangeLog,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- ChangeLog 31 Aug 2011 15:14:06 -0000 1.2
61 +++ ChangeLog 2 Sep 2011 08:39:56 -0000 1.3
62 @@ -1,6 +1,11 @@
63 # ChangeLog for media-libs/tiff-compat
64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff-compat/ChangeLog,v 1.2 2011/08/31 15:14:06 alexxy Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff-compat/ChangeLog,v 1.3 2011/09/02 08:39:56 alexxy Exp $
67 +
68 + 02 Sep 2011; Alexey Shvetsov <alexxy@g.o>
69 + -files/tiff-3.9.4-CVE-2011-0192.patch, -files/tiff-3.9.4-CVE-2011-1167.patch,
70 + tiff-compat-3.9.5.ebuild:
71 + Drop already included patches
72
73 *tiff-compat-3.9.5 (31 Aug 2011)