Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/icc_examin: icc_examin-0.55.ebuild icc_examin-0.54.ebuild ChangeLog icc_examin-0.51.ebuild icc_examin-0.52.ebuild
Date: Thu, 31 Jul 2014 06:39:54
Message-Id: 20140731063946.DE0D72004F@flycatcher.gentoo.org
1 xmw 14/07/31 06:39:45
2
3 Modified: icc_examin-0.54.ebuild ChangeLog
4 Added: icc_examin-0.55.ebuild
5 Removed: icc_examin-0.51.ebuild icc_examin-0.52.ebuild
6 Log:
7 Fix xcm test (bug 492374, thanks Nikoli), version bump, update HOMEPAGE, fix DEPENDS.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
10
11 Revision Changes Path
12 1.2 media-gfx/icc_examin/icc_examin-0.54.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/icc_examin-0.54.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/icc_examin-0.54.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/icc_examin-0.54.ebuild?r1=1.1&r2=1.2
17
18 Index: icc_examin-0.54.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/icc_examin-0.54.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- icc_examin-0.54.ebuild 21 Jan 2013 07:36:49 -0000 1.1
25 +++ icc_examin-0.54.ebuild 31 Jul 2014 06:39:45 -0000 1.2
26 @@ -1,13 +1,13 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/icc_examin-0.54.ebuild,v 1.1 2013/01/21 07:36:49 xmw Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/icc_examin-0.54.ebuild,v 1.2 2014/07/31 06:39:45 xmw Exp $
32
33 EAPI=4
34
35 -inherit toolchain-funcs
36 +inherit eutils toolchain-funcs
37
38 DESCRIPTION="viewer for ICC and CGATS profiles, argylls gamut vrml visualisations and video card gamma tables"
39 -HOMEPAGE="http://www.behrmann.name/index.php?option=com_content&task=view&id=99&Itemid=1&lang=de"
40 +HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=ICC_Examin"
41 SRC_URI="mirror://sourceforge/oyranos/ICC%20Examin/ICC%20Examin%20${PV}/${P}.tar.bz2"
42
43 LICENSE="GPL-2"
44 @@ -15,14 +15,24 @@
45 KEYWORDS="~amd64 ~x86"
46 IUSE=""
47
48 -RDEPEND="media-libs/ftgl
49 - >=media-libs/libXcm-0.5.2
50 - media-libs/oyranos
51 - x11-libs/fltk"
52 +RDEPEND="app-admin/elektra
53 + media-libs/ftgl
54 + media-libs/libXcm
55 + <media-libs/oyranos-0.9.5
56 + media-libs/tiff
57 + x11-libs/fltk
58 + x11-libs/libX11
59 + x11-libs/libXinerama
60 + x11-libs/libXpm
61 + x11-libs/libXrandr
62 + x11-libs/libXxf86vm"
63
64 -DEPEND="${RDEPEND}"
65 +DEPEND="${RDEPEND}
66 + virtual/pkgconfig"
67
68 src_prepare() {
69 + epatch "${FILESDIR}"/${PN}-0.54-fix-xcm-test.patch
70 +
71 sed -e '/xdg-icon-resource\|xdg-desktop-menu/d' \
72 -i makefile.in
73 }
74
75
76
77 1.6 media-gfx/icc_examin/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/ChangeLog?rev=1.6&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/ChangeLog?rev=1.6&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/ChangeLog?r1=1.5&r2=1.6
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/ChangeLog,v
86 retrieving revision 1.5
87 retrieving revision 1.6
88 diff -u -r1.5 -r1.6
89 --- ChangeLog 21 Jan 2013 07:36:49 -0000 1.5
90 +++ ChangeLog 31 Jul 2014 06:39:45 -0000 1.6
91 @@ -1,6 +1,15 @@
92 # ChangeLog for media-gfx/icc_examin
93 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/ChangeLog,v 1.5 2013/01/21 07:36:49 xmw Exp $
95 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/ChangeLog,v 1.6 2014/07/31 06:39:45 xmw Exp $
97 +
98 +*icc_examin-0.55 (31 Jul 2014)
99 +
100 + 31 Jul 2014; Michael Weber <xmw@g.o>
101 + +files/icc_examin-0.54-fix-xcm-test.patch,
102 + +files/icc_examin-0.55-fix-xrandr-test.patch, +icc_examin-0.55.ebuild,
103 + -icc_examin-0.51.ebuild, -icc_examin-0.52.ebuild, icc_examin-0.54.ebuild:
104 + Fix xcm test (bug 492374, thanks Nikoli), version bump, update HOMEPAGE, fix
105 + DEPENDS.
106
107 *icc_examin-0.54 (21 Jan 2013)
108
109 @@ -29,4 +38,3 @@
110 08 Feb 2012; Michael Weber <xmw@g.o> +icc_examin-0.50.ebuild,
111 +metadata.xml:
112 Initial import
113 -
114
115
116
117 1.1 media-gfx/icc_examin/icc_examin-0.55.ebuild
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/icc_examin-0.55.ebuild?rev=1.1&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/icc_examin-0.55.ebuild?rev=1.1&content-type=text/plain
121
122 Index: icc_examin-0.55.ebuild
123 ===================================================================
124 # Copyright 1999-2014 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 # $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/icc_examin-0.55.ebuild,v 1.1 2014/07/31 06:39:45 xmw Exp $
127
128 EAPI=4
129
130 inherit eutils toolchain-funcs
131
132 DESCRIPTION="viewer for ICC and CGATS profiles, argylls gamut vrml visualisations and video card gamma tables"
133 HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=ICC_Examin"
134 SRC_URI="mirror://sourceforge/oyranos/ICC%20Examin/ICC%20Examin%20${PV}/${P}.tar.bz2"
135
136 LICENSE="GPL-2"
137 SLOT="0"
138 KEYWORDS="~amd64 ~x86"
139 IUSE=""
140
141 RDEPEND="app-admin/elektra
142 media-libs/ftgl
143 media-libs/libXcm
144 >=media-libs/oyranos-0.9.5
145 media-libs/tiff
146 x11-libs/fltk
147 x11-libs/libX11
148 x11-libs/libXinerama
149 x11-libs/libXpm
150 x11-libs/libXrandr
151 x11-libs/libXxf86vm"
152
153 DEPEND="${RDEPEND}
154 virtual/pkgconfig"
155
156 src_prepare() {
157 epatch "${FILESDIR}"/${PN}-0.55-fix-xrandr-test.patch
158
159 sed -e '/xdg-icon-resource\|xdg-desktop-menu/d' \
160 -i makefile.in
161 }
162
163 src_configure() {
164 tc-export CC CXX
165 econf --enable-verbose \
166 --disable-static
167 }