Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/clara: clara-20031214.ebuild ChangeLog
Date: Sun, 05 Oct 2008 22:30:48
Message-Id: E1Kmc7g-0006l2-N3@stork.gentoo.org
1 spock 08/10/05 22:30:44
2
3 Modified: clara-20031214.ebuild ChangeLog
4 Log:
5 Respect user's CFLAGS (bug #240128).
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)
7
8 Revision Changes Path
9 1.17 app-text/clara/clara-20031214.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/clara/clara-20031214.ebuild?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/clara/clara-20031214.ebuild?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/clara/clara-20031214.ebuild?r1=1.16&r2=1.17
14
15 Index: clara-20031214.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/clara/clara-20031214.ebuild,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- clara-20031214.ebuild 22 Jul 2007 10:10:27 -0000 1.16
22 +++ clara-20031214.ebuild 5 Oct 2008 22:30:44 -0000 1.17
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/clara/clara-20031214.ebuild,v 1.16 2007/07/22 10:10:27 omp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/clara/clara-20031214.ebuild,v 1.17 2008/10/05 22:30:44 spock Exp $
29
30 DESCRIPTION="An OCR (Optical Character Recognition) program"
31 SRC_URI="http://www.geocities.com/claraocr/clara-20031214.tar.gz"
32 @@ -13,6 +13,12 @@
33
34 DEPEND="x11-libs/libX11"
35
36 +src_unpack() {
37 + unpack ${A}
38 + cd "${S}"
39 + sed -i -e "s/CFLAGS = \(.*\)/CFLAGS = ${CFLAGS} \1/" Makefile
40 +}
41 +
42 src_compile() {
43 emake || die
44 emake doc || die
45
46
47
48 1.15 app-text/clara/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/clara/ChangeLog?rev=1.15&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/clara/ChangeLog?rev=1.15&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/clara/ChangeLog?r1=1.14&r2=1.15
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-text/clara/ChangeLog,v
57 retrieving revision 1.14
58 retrieving revision 1.15
59 diff -u -r1.14 -r1.15
60 --- ChangeLog 22 Jul 2007 10:10:27 -0000 1.14
61 +++ ChangeLog 5 Oct 2008 22:30:44 -0000 1.15
62 @@ -1,6 +1,9 @@
63 # ChangeLog for app-text/clara
64 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-text/clara/ChangeLog,v 1.14 2007/07/22 10:10:27 omp Exp $
66 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/app-text/clara/ChangeLog,v 1.15 2008/10/05 22:30:44 spock Exp $
68 +
69 + 05 Oct 2008; MichaƂ Januszewski <spock@g.o> clara-20031214.ebuild:
70 + Respect user's CFLAGS (bug #240128).
71
72 22 Jul 2007; David Shakaryan <omp@g.o> clara-20031214.ebuild:
73 Remove virtual/x11 from dependencies.