Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/csup: csup-20060318.ebuild ChangeLog
Date: Mon, 14 Apr 2008 12:09:06
Message-Id: E1JlNUd-0000dz-PJ@stork.gentoo.org
1 flameeyes 08/04/14 12:09:03
2
3 Modified: csup-20060318.ebuild ChangeLog
4 Log:
5 Respect CFLAGS and LDFLAGS.
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.6 dev-util/csup/csup-20060318.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/csup/csup-20060318.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/csup/csup-20060318.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/csup/csup-20060318.ebuild?r1=1.5&r2=1.6
14
15 Index: csup-20060318.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/csup/csup-20060318.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- csup-20060318.ebuild 3 Nov 2006 08:36:16 -0000 1.5
22 +++ csup-20060318.ebuild 14 Apr 2008 12:09:03 -0000 1.6
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2006 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/dev-util/csup/csup-20060318.ebuild,v 1.5 2006/11/03 08:36:16 drizzt Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/csup/csup-20060318.ebuild,v 1.6 2008/04/14 12:09:03 flameeyes Exp $
29 +
30 +inherit toolchain-funcs eutils
31
32 DESCRIPTION="C-based rewrite of CVSup (software for distributing and updating collections of files accross a network)"
33 HOMEPAGE="http://www.mu.org/~mux/csup.html"
34 @@ -22,9 +24,18 @@
35
36 S="${WORKDIR}/${PN}"
37
38 +src_unpack() {
39 + unpack ${A}
40 + cd "${S}"
41 +
42 + epatch "${FILESDIR}/${P}-respectflags.patch"
43 +}
44 +
45 src_compile() {
46 # unable to work with yacc, but bison is ok.
47 - emake PREFIX=/usr YACC=bison || die "emake failed"
48 + emake \
49 + CC="$(tc-getCC)" \
50 + PREFIX=/usr YACC=bison || die "emake failed"
51 }
52
53 src_install() {
54
55
56
57 1.6 dev-util/csup/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/csup/ChangeLog?rev=1.6&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/csup/ChangeLog?rev=1.6&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/csup/ChangeLog?r1=1.5&r2=1.6
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-util/csup/ChangeLog,v
66 retrieving revision 1.5
67 retrieving revision 1.6
68 diff -u -r1.5 -r1.6
69 --- ChangeLog 3 Nov 2006 08:36:16 -0000 1.5
70 +++ ChangeLog 14 Apr 2008 12:09:03 -0000 1.6
71 @@ -1,6 +1,10 @@
72 # ChangeLog for dev-util/csup
73 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-util/csup/ChangeLog,v 1.5 2006/11/03 08:36:16 drizzt Exp $
75 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/dev-util/csup/ChangeLog,v 1.6 2008/04/14 12:09:03 flameeyes Exp $
77 +
78 + 14 Apr 2008; Diego Pettenò <flameeyes@g.o>
79 + +files/csup-20060318-respectflags.patch, csup-20060318.ebuild:
80 + Respect CFLAGS and LDFLAGS.
81
82 03 Nov 2006; Timothy Redaelli <drizzt@g.o> csup-20060318.ebuild:
83 Added ~ppc keyword.
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list