Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xcalib: xcalib-0.8.ebuild ChangeLog
Date: Mon, 14 Apr 2008 11:36:58
Message-Id: E1JlMzV-0006Qb-89@stork.gentoo.org
1 flameeyes 08/04/14 11:36:53
2
3 Modified: xcalib-0.8.ebuild ChangeLog
4 Log:
5 Add a patch to respect LDFLAGS; fix broken dependencies; use the correct path for X11 (no more /usr/X11R6).
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.4 x11-misc/xcalib/xcalib-0.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcalib/xcalib-0.8.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcalib/xcalib-0.8.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcalib/xcalib-0.8.ebuild?r1=1.3&r2=1.4
14
15 Index: xcalib-0.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xcalib/xcalib-0.8.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- xcalib-0.8.ebuild 12 Apr 2008 12:03:08 -0000 1.3
22 +++ xcalib-0.8.ebuild 14 Apr 2008 11:36:52 -0000 1.4
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalib/xcalib-0.8.ebuild,v 1.3 2008/04/12 12:03:08 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalib/xcalib-0.8.ebuild,v 1.4 2008/04/14 11:36:52 flameeyes Exp $
28
29 -inherit eutils toolchain-funcs
30 +inherit eutils toolchain-funcs multilib
31
32 DESCRIPTION="xcalib is a tiny monitor calibration loader for X.org"
33 HOMEPAGE="http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/"
34 @@ -13,18 +13,27 @@
35 KEYWORDS="amd64 ppc x86"
36 IUSE=""
37
38 -DEPEND="
39 - x11-libs/libX11
40 +RDEPEND="x11-libs/libX11
41 x11-libs/libXext
42 - x11-libs/libXxf86vm
43 - x11-proto/xf86vidmodeproto
44 -"
45 -RDEPEND=""
46 + x11-libs/libXxf86vm"
47 +
48 +DEPEND="${RDEPEND}
49 + x11-proto/xf86vidmodeproto"
50 +
51 +src_unpack() {
52 + unpack ${A}
53 + cd "${S}"
54 +
55 + epatch "${FILESDIR}/${P}-ldflags.patch"
56 +}
57
58 src_compile() {
59 emake \
60 CC="$(tc-getCC)" \
61 CFLAGS="${CFLAGS}" \
62 + LDFLAGS="${LDFLAGS}" \
63 + XINCLUDEDIR=/usr/include \
64 + XLIBDIR=/usr/$(get_libdir) \
65 || die 'make failed'
66 }
67
68
69
70
71 1.12 x11-misc/xcalib/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcalib/ChangeLog?rev=1.12&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcalib/ChangeLog?rev=1.12&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcalib/ChangeLog?r1=1.11&r2=1.12
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xcalib/ChangeLog,v
80 retrieving revision 1.11
81 retrieving revision 1.12
82 diff -u -r1.11 -r1.12
83 --- ChangeLog 12 Apr 2008 12:03:08 -0000 1.11
84 +++ ChangeLog 14 Apr 2008 11:36:52 -0000 1.12
85 @@ -1,6 +1,11 @@
86 # ChangeLog for x11-misc/xcalib
87 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalib/ChangeLog,v 1.11 2008/04/12 12:03:08 nixnut Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalib/ChangeLog,v 1.12 2008/04/14 11:36:52 flameeyes Exp $
90 +
91 + 14 Apr 2008; Diego Pettenò <flameeyes@g.o>
92 + +files/xcalib-0.8-ldflags.patch, xcalib-0.8.ebuild:
93 + Add a patch to respect LDFLAGS; fix broken dependencies; use the correct
94 + path for X11 (no more /usr/X11R6).
95
96 12 Apr 2008; nixnut <nixnut@g.o> xcalib-0.8.ebuild:
97 Stable on ppc wrt bug 216626
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list