Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/tiff: tiff-3.9.7-r1.ebuild ChangeLog
Date: Sat, 26 Oct 2013 08:19:29
Message-Id: 20131026081923.1C7F420047@flycatcher.gentoo.org
1 mgorny 13/10/26 08:19:23
2
3 Modified: tiff-3.9.7-r1.ebuild ChangeLog
4 Log:
5 Override multilib_src_install_all() not to install docs rather than removing them post-install.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.4 media-libs/tiff/tiff-3.9.7-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-3.9.7-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-3.9.7-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-3.9.7-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: tiff-3.9.7-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.7-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- tiff-3.9.7-r1.ebuild 19 Aug 2013 13:57:44 -0000 1.3
23 +++ tiff-3.9.7-r1.ebuild 26 Oct 2013 08:19:22 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.7-r1.ebuild,v 1.3 2013/08/19 13:57:44 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.7-r1.ebuild,v 1.4 2013/10/26 08:19:22 mgorny Exp $
29
30 EAPI=5
31
32 @@ -66,8 +66,7 @@
33 rm -rf "${ED}"/tmp
34 }
35
36 -src_install() {
37 - multilib-minimal_src_install
38 - # Setting DOCS="" is broken wrt bug #481642
39 - rm -rf "${ED}"/usr/share
40 +multilib_src_install_all() {
41 + # (avoid installing docs)
42 + :
43 }
44
45
46
47 1.255 media-libs/tiff/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.255&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.255&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.254&r2=1.255
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
56 retrieving revision 1.254
57 retrieving revision 1.255
58 diff -u -r1.254 -r1.255
59 --- ChangeLog 29 Sep 2013 06:51:39 -0000 1.254
60 +++ ChangeLog 26 Oct 2013 08:19:22 -0000 1.255
61 @@ -1,6 +1,10 @@
62 # ChangeLog for media-libs/tiff
63 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.254 2013/09/29 06:51:39 ssuominen Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.255 2013/10/26 08:19:22 mgorny Exp $
66 +
67 + 26 Oct 2013; Michał Górny <mgorny@g.o> tiff-3.9.7-r1.ebuild:
68 + Override multilib_src_install_all() not to install docs rather than removing
69 + them post-install.
70
71 29 Sep 2013; Samuli Suominen <ssuominen@g.o>
72 -files/tiff-4.0.2-CVE-2012-3401.patch, -files/tiff-4.0.2-bigendian.patch,