Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/c-client: c-client-2004g.ebuild ChangeLog
Date: Thu, 21 Feb 2008 23:32:09
Message-Id: E1JSKta-00052m-GV@stork.gentoo.org
1 robbat2 08/02/21 23:32:06
2
3 Modified: c-client-2004g.ebuild ChangeLog
4 Log:
5 Clean up all repoman warnings.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.13 net-libs/c-client/c-client-2004g.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild?r1=1.12&r2=1.13
14
15 Index: c-client-2004g.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -p -w -b -B -u -u -r1.12 -r1.13
21 --- c-client-2004g.ebuild 21 Feb 2008 23:28:53 -0000 1.12
22 +++ c-client-2004g.ebuild 21 Feb 2008 23:32:05 -0000 1.13
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild,v 1.12 2008/02/21 23:28:53 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2004g.ebuild,v 1.13 2008/02/21 23:32:05 robbat2 Exp $
28
29 inherit flag-o-matic eutils libtool
30
31 @@ -27,13 +27,13 @@ src_unpack() {
32 unpack ${A}
33
34 # Tarball packed with bad file perms
35 - chmod -R ug+w ${S}
36 + chmod -R ug+w "${S}"
37
38 # lots of things need -fPIC, including various platforms, and this library
39 # generally should be built with it anyway.
40 append-flags -fPIC
41
42 - cd ${S}
43 + cd "${S}"
44
45 # Modifications so we can build it optimally and correctly
46 sed \
47 @@ -47,11 +47,11 @@ src_unpack() {
48 -i src/osdep/unix/Makefile || die "Makefile sex fixing failed for FreeBSD"
49
50 # Apply a patch to only build the stuff we need for c-client
51 - epatch ${FILESDIR}/2002d-Makefile.patch || die "epatch failed"
52 + epatch "${FILESDIR}"/2002d-Makefile.patch || die "epatch failed"
53
54 # Apply patch to add the compilation of a .so for PHP
55 # This was previously conditional, but is more widely useful.
56 - epatch ${FILESDIR}/${PN}-2004a-amd64-so-fix.patch
57 + epatch "${FILESDIR}"/${PN}-2004a-amd64-so-fix.patch
58
59 # Remove the pesky checks about SSL stuff
60 sed -e '/read.*exit/d' -i Makefile
61 @@ -67,7 +67,7 @@ src_compile() {
62 target=bsf
63 fi
64 # no parallel builds supported!
65 - make $target SSLTYPE=${ssltype} EXTRACFLAGS="${CFLAGS}" || die "make failed"
66 + emake -j1 $target SSLTYPE=${ssltype} EXTRACFLAGS="${CFLAGS}" || die "make failed"
67 }
68
69 src_install() {
70
71
72
73 1.43 net-libs/c-client/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/c-client/ChangeLog?rev=1.43&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/c-client/ChangeLog?rev=1.43&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/c-client/ChangeLog?r1=1.42&r2=1.43
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v
82 retrieving revision 1.42
83 retrieving revision 1.43
84 diff -p -w -b -B -u -u -r1.42 -r1.43
85 --- ChangeLog 21 Feb 2008 23:30:17 -0000 1.42
86 +++ ChangeLog 21 Feb 2008 23:32:05 -0000 1.43
87 @@ -1,6 +1,9 @@
88 # ChangeLog for net-libs/c-client
89 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v 1.42 2008/02/21 23:30:17 robbat2 Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/ChangeLog,v 1.43 2008/02/21 23:32:05 robbat2 Exp $
92 +
93 + 21 Feb 2008; Robin H. Johnson <robbat2@g.o> c-client-2004g.ebuild:
94 + Clean up all repoman warnings.
95
96 21 Feb 2008; Robin H. Johnson <robbat2@g.o> -c-client-2002d.ebuild,
97 -c-client-2002d-r1.ebuild, -c-client-2002e.ebuild,
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list