Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/lprof: ChangeLog lprof-1.11.4.1.ebuild
Date: Wed, 10 Oct 2007 18:54:41
Message-Id: E1IfgY8-0001LI-OQ@stork.gentoo.org
1 genstef 07/10/10 18:44:52
2
3 Modified: ChangeLog lprof-1.11.4.1.ebuild
4 Log:
5 Fix building with lcms-1.17 thanks to Hal Engel <hvengel@×××××××.net> in bug 190925
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.12 media-gfx/lprof/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/lprof/ChangeLog?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/lprof/ChangeLog?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/lprof/ChangeLog?r1=1.11&r2=1.12
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/lprof/ChangeLog,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- ChangeLog 22 Feb 2007 01:35:31 -0000 1.11
22 +++ ChangeLog 10 Oct 2007 18:44:52 -0000 1.12
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-gfx/lprof
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/ChangeLog,v 1.11 2007/02/22 01:35:31 peper Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/ChangeLog,v 1.12 2007/10/10 18:44:52 genstef Exp $
28 +
29 + 10 Oct 2007; Stefan Schweizer <genstef@g.o> +files/lcms-1.17.patch,
30 + lprof-1.11.4.1.ebuild:
31 + Fix building with lcms-1.17 thanks to Hal Engel <hvengel@×××××××.net> in bug
32 + 190925
33
34 22 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
35 Transition to Manifest2.
36
37
38
39 1.2 media-gfx/lprof/lprof-1.11.4.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/lprof/lprof-1.11.4.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/lprof/lprof-1.11.4.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/lprof/lprof-1.11.4.1.ebuild?r1=1.1&r2=1.2
44
45 Index: lprof-1.11.4.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/lprof/lprof-1.11.4.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- lprof-1.11.4.1.ebuild 12 Aug 2006 19:57:04 -0000 1.1
52 +++ lprof-1.11.4.1.ebuild 10 Oct 2007 18:44:52 -0000 1.2
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/lprof-1.11.4.1.ebuild,v 1.1 2006/08/12 19:57:04 genstef Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/lprof-1.11.4.1.ebuild,v 1.2 2007/10/10 18:44:52 genstef Exp $
59 +
60 +inherit eutils
61
62 DESCRIPTION="Little CMS ICC profile construction set"
63 HOMEPAGE="http://lprof.sourceforge.net/"
64 @@ -16,11 +18,17 @@
65 DEPEND="${RDEPEND}
66 dev-lang/python"
67
68 +src_unpack() {
69 + unpack ${A}
70 + cd "${S}"
71 + epatch "${FILESDIR}"/lcms-1.17.patch
72 +}
73 +
74 src_compile() {
75 ./scons.py ${MAKEOPTS} PREFIX=/usr || die "scons failed"
76 }
77
78 src_install() {
79 dodoc README KNOWN_BUGS
80 - ./scons.py PREFIX=${D}/usr install || die "scons install failed"
81 + ./scons.py PREFIX="${D}"/usr install || die "scons install failed"
82 }
83
84
85
86 --
87 gentoo-commits@g.o mailing list