Gentoo Archives: gentoo-commits

From: "Michael Hanselmann (hansmi)" <hansmi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xcalib: ChangeLog xcalib-0.8.ebuild
Date: Thu, 01 Nov 2007 10:58:27
Message-Id: E1InXki-0002aY-2Y@stork.gentoo.org
1 hansmi 07/11/01 10:58:20
2
3 Modified: ChangeLog
4 Added: xcalib-0.8.ebuild
5 Log:
6 Version bump, bug 196655.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.8 x11-misc/xcalib/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcalib/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcalib/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcalib/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xcalib/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 18 Oct 2007 21:47:45 -0000 1.7
23 +++ ChangeLog 1 Nov 2007 10:58:19 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/xcalib
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalib/ChangeLog,v 1.7 2007/10/18 21:47:45 hansmi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalib/ChangeLog,v 1.8 2007/11/01 10:58:19 hansmi Exp $
29 +
30 +*xcalib-0.8 (01 Nov 2007)
31 +
32 + 01 Nov 2007; Michael Hanselmann <hansmi@g.o> +xcalib-0.8.ebuild:
33 + Version bump, bug 196655.
34
35 18 Oct 2007; Michael Hanselmann <hansmi@g.o> -xcalib-0.6.ebuild:
36 Remove old ebuild.
37
38
39
40 1.1 x11-misc/xcalib/xcalib-0.8.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcalib/xcalib-0.8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xcalib/xcalib-0.8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xcalib-0.8.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalib/xcalib-0.8.ebuild,v 1.1 2007/11/01 10:58:19 hansmi Exp $
50
51 inherit eutils toolchain-funcs
52
53 DESCRIPTION="xcalib is a tiny monitor calibration loader for X.org"
54 HOMEPAGE="http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/"
55 SRC_URI="http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/xcalib-source-${PV}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 DEPEND="
63 x11-libs/libX11
64 x11-libs/libXext
65 x11-libs/libXxf86vm
66 x11-proto/xf86vidmodeproto
67 "
68 RDEPEND=""
69
70 src_compile() {
71 emake \
72 CC="$(tc-getCC)" \
73 CFLAGS="${CFLAGS}" \
74 || die 'make failed'
75 }
76
77 src_install() {
78 dobin xcalib
79 dodoc README
80
81 docinto profiles
82 dodoc *.icm *.icc
83 }
84
85
86
87 --
88 gentoo-commits@g.o mailing list