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-9a.ebuild ChangeLog
Date: Fri, 24 Jan 2014 14:02:44
Message-Id: 20140124140240.4759C2004C@flycatcher.gentoo.org
1 ssuominen 14/01/24 14:02:40
2
3 Modified: jpeg-9a.ebuild ChangeLog
4 Log:
5 Drop unrequired patch since upstream solved it differently (using ifndef instead of undef)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.2 media-libs/jpeg/jpeg-9a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild?r1=1.1&r2=1.2
15
16 Index: jpeg-9a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- jpeg-9a.ebuild 24 Jan 2014 13:58:20 -0000 1.1
23 +++ jpeg-9a.ebuild 24 Jan 2014 14:02:40 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild,v 1.1 2014/01/24 13:58:20 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild,v 1.2 2014/01/24 14:02:40 ssuominen Exp $
29
30 EAPI=5
31 inherit eutils libtool toolchain-funcs multilib-minimal
32 @@ -21,9 +21,7 @@
33 DEPEND="${RDEPEND}"
34
35 src_prepare() {
36 - epatch \
37 - "${FILESDIR}"/${PN}-7-maxmem_sysconf.patch \
38 - "${FILESDIR}"/${PN}-9-fix-jmorecfg-boolean-enum.patch
39 + epatch "${FILESDIR}"/${PN}-7-maxmem_sysconf.patch
40 elibtoolize
41 }
42
43
44
45
46 1.153 media-libs/jpeg/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.153&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.153&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.152&r2=1.153
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
55 retrieving revision 1.152
56 retrieving revision 1.153
57 diff -u -r1.152 -r1.153
58 --- ChangeLog 24 Jan 2014 13:59:22 -0000 1.152
59 +++ ChangeLog 24 Jan 2014 14:02:40 -0000 1.153
60 @@ -1,6 +1,11 @@
61 # ChangeLog for media-libs/jpeg
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.152 2014/01/24 13:59:22 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.153 2014/01/24 14:02:40 ssuominen Exp $
65 +
66 + 24 Jan 2014; Samuli Suominen <ssuominen@g.o>
67 + -files/jpeg-9-fix-jmorecfg-boolean-enum.patch, jpeg-9a.ebuild:
68 + Drop unrequired patch since upstream solved it differently (using ifndef
69 + instead of undef)
70
71 24 Jan 2014; Samuli Suominen <ssuominen@g.o> -jpeg-9-r1.ebuild:
72 old