Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/ink: ink-0.5.0.ebuild ChangeLog
Date: Sat, 02 Jan 2010 11:49:20
Message-Id: E1NR2Ts-0006L4-Le@stork.gentoo.org
1 bangert 10/01/02 11:49:16
2
3 Modified: ink-0.5.0.ebuild ChangeLog
4 Log:
5 dont mess with CFLAGS - use LDFLAGS (bug #248163 again)
6 (Portage version: 2.2_rc61/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 net-print/ink/ink-0.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/ink/ink-0.5.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/ink/ink-0.5.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/ink/ink-0.5.0.ebuild?r1=1.1&r2=1.2
14
15 Index: ink-0.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-print/ink/ink-0.5.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ink-0.5.0.ebuild 27 Oct 2009 21:09:11 -0000 1.1
22 +++ ink-0.5.0.ebuild 2 Jan 2010 11:49:16 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ink-0.5.0.ebuild,v 1.1 2009/10/27 21:09:11 bangert Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ink-0.5.0.ebuild,v 1.2 2010/01/02 11:49:16 bangert Exp $
29
30 EAPI="2"
31 inherit eutils
32 @@ -17,9 +17,9 @@
33 DEPEND=">net-print/libinklevel-0.8"
34 RDEPEND="${DEPEND}"
35
36 -#src_prepare() {
37 -# epatch "${FILESDIR}"/${P}-asneeded.patch
38 -#}
39 +src_prepare() {
40 + epatch "${FILESDIR}"/${P}-asneeded.patch
41 +}
42
43 src_install () {
44 emake PREFIX="/usr" DESTDIR="${D}" install || die "emake install failed"
45
46
47
48 1.14 net-print/ink/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/ink/ChangeLog?rev=1.14&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/ink/ChangeLog?rev=1.14&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/ink/ChangeLog?r1=1.13&r2=1.14
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v
57 retrieving revision 1.13
58 retrieving revision 1.14
59 diff -u -r1.13 -r1.14
60 --- ChangeLog 27 Oct 2009 21:09:11 -0000 1.13
61 +++ ChangeLog 2 Jan 2010 11:49:16 -0000 1.14
62 @@ -1,6 +1,10 @@
63 # ChangeLog for net-print/ink
64 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.13 2009/10/27 21:09:11 bangert Exp $
66 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/net-print/ink/ChangeLog,v 1.14 2010/01/02 11:49:16 bangert Exp $
68 +
69 + 02 Jan 2010; Thilo Bangert <bangert@g.o> ink-0.5.0.ebuild,
70 + +files/ink-0.5.0-asneeded.patch:
71 + dont mess with CFLAGS - use LDFLAGS (bug #248163 again)
72
73 *ink-0.5.0 (27 Oct 2009)