Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: jpeg-7.ebuild
Date: Sun, 23 Aug 2009 14:33:11
Message-Id: E1MfE83-0005kJ-VR@stork.gentoo.org
1 ssuominen 09/08/23 14:33:07
2
3 Modified: jpeg-7.ebuild
4 Log:
5 Don't install config.log...
6 (Portage version: 2.2_rc39/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 media-libs/jpeg/jpeg-7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-7.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-7.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-7.ebuild?r1=1.6&r2=1.7
14
15 Index: jpeg-7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-7.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- jpeg-7.ebuild 23 Aug 2009 05:17:28 -0000 1.6
22 +++ jpeg-7.ebuild 23 Aug 2009 14:33:07 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-7.ebuild,v 1.6 2009/08/23 05:17:28 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-7.ebuild,v 1.7 2009/08/23 14:33:07 ssuominen Exp $
28
29 EAPI="2"
30
31 @@ -45,5 +45,5 @@
32
33 src_install() {
34 emake DESTDIR="${D}" install || die
35 - dodoc example.c README *.{log,txt}
36 + dodoc change.log example.c README *.txt
37 }