Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/icm: icm-3.7.3b.ebuild icm-3.7.2e.ebuild ChangeLog
Date: Thu, 01 Aug 2013 20:54:04
Message-Id: 20130801205401.5F3662171C@flycatcher.gentoo.org
1 ssuominen 13/08/01 20:54:01
2
3 Modified: icm-3.7.3b.ebuild icm-3.7.2e.ebuild ChangeLog
4 Log:
5 Fix libjpeg.so.62 dependency.
6
7 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.2 sci-chemistry/icm/icm-3.7.3b.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.3b.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.3b.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.3b.ebuild?r1=1.1&r2=1.2
15
16 Index: icm-3.7.3b.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.3b.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- icm-3.7.3b.ebuild 7 Jul 2013 13:08:48 -0000 1.1
23 +++ icm-3.7.3b.ebuild 1 Aug 2013 20:54:01 -0000 1.2
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/sci-chemistry/icm/icm-3.7.3b.ebuild,v 1.1 2013/07/07 13:08:48 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.3b.ebuild,v 1.2 2013/08/01 20:54:01 ssuominen Exp $
29
30 EAPI="5"
31
32 @@ -36,7 +36,7 @@
33 app-crypt/mit-krb5
34 app-arch/bzip2
35 media-libs/libpng:1.2
36 - media-libs/jpeg:62
37 + || ( virtual/jpeg:62 media-libs/jpeg:62 )
38 x11-libs/libdrm
39 x11-libs/libX11
40 sys-apps/keyutils
41
42
43
44 1.3 sci-chemistry/icm/icm-3.7.2e.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.2e.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.2e.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/icm-3.7.2e.ebuild?r1=1.2&r2=1.3
49
50 Index: icm-3.7.2e.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2e.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- icm-3.7.2e.ebuild 21 Apr 2013 19:58:57 -0000 1.2
57 +++ icm-3.7.2e.ebuild 1 Aug 2013 20:54:01 -0000 1.3
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2e.ebuild,v 1.2 2013/04/21 19:58:57 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/icm-3.7.2e.ebuild,v 1.3 2013/08/01 20:54:01 ssuominen Exp $
63
64 EAPI="5"
65
66 @@ -36,7 +36,7 @@
67 app-crypt/mit-krb5
68 app-arch/bzip2
69 media-libs/libpng:1.2
70 - media-libs/jpeg:62
71 + || ( virtual/jpeg:62 media-libs/jpeg:62 )
72 x11-libs/libdrm
73 x11-libs/libX11
74 sys-apps/keyutils
75
76
77
78 1.14 sci-chemistry/icm/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/ChangeLog?rev=1.14&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/ChangeLog?rev=1.14&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/icm/ChangeLog?r1=1.13&r2=1.14
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v
87 retrieving revision 1.13
88 retrieving revision 1.14
89 diff -u -r1.13 -r1.14
90 --- ChangeLog 7 Jul 2013 13:08:48 -0000 1.13
91 +++ ChangeLog 1 Aug 2013 20:54:01 -0000 1.14
92 @@ -1,6 +1,10 @@
93 # ChangeLog for sci-chemistry/icm
94 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.13 2013/07/07 13:08:48 alexxy Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/icm/ChangeLog,v 1.14 2013/08/01 20:54:01 ssuominen Exp $
97 +
98 + 01 Aug 2013; Samuli Suominen <ssuominen@g.o> icm-3.7.2e.ebuild,
99 + icm-3.7.3b.ebuild:
100 + Fix libjpeg.so.62 dependency.
101
102 *icm-3.7.3b (07 Jul 2013)