Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/socket++: socket++-1.12.12-r1.ebuild
Date: Thu, 28 Oct 2010 14:38:14
Message-Id: 20101028143810.3C43D20051@flycatcher.gentoo.org
1 ssuominen 10/10/28 14:38:10
2
3 Modified: socket++-1.12.12-r1.ebuild
4 Log:
5 quoting etc
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 net-libs/socket++/socket++-1.12.12-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/socket++-1.12.12-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/socket++-1.12.12-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/socket++/socket++-1.12.12-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: socket++-1.12.12-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/socket++/socket++-1.12.12-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- socket++-1.12.12-r1.ebuild 7 Mar 2009 04:32:06 -0000 1.7
23 +++ socket++-1.12.12-r1.ebuild 28 Oct 2010 14:38:10 -0000 1.8
24 @@ -1,9 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/socket++-1.12.12-r1.ebuild,v 1.7 2009/03/07 04:32:06 darkside Exp $
29 -
30 -WANT_AUTOMAKE="latest"
31 -WANT_AUTOCONF="latest"
32 +# $Header: /var/cvsroot/gentoo-x86/net-libs/socket++/socket++-1.12.12-r1.ebuild,v 1.8 2010/10/28 14:38:10 ssuominen Exp $
33
34 inherit autotools
35
36 @@ -31,7 +28,7 @@
37 emake || die "emake failed"
38
39 if use doc ; then
40 - cd ${S}/doc
41 + cd "${S}"/doc
42 einfo "Building HTML documentation"
43 # the 'html' target in both ${S}/Makefile and ${S}/doc/Makefile
44 # do indeed exist (and succeed when run manually), but fail when
45 @@ -41,7 +38,7 @@
46 }
47
48 src_test() {
49 - cd ${S}/test
50 + cd "${S}"/test
51 make check || die "make check failed"
52 }
53
54 @@ -50,7 +47,7 @@
55 dodoc AUTHORS ChangeLog NEWS README* THANKS || die "dodoc failed"
56
57 insinto /usr/lib/pkgconfig
58 - doins ${FILESDIR}/${PN}.pc || die "failed to install pkgconfig script"
59 + doins "${FILESDIR}"/${PN}.pc || die "failed to install pkgconfig script"
60 dosed "s/PV/${PV}/" /usr/lib/pkgconfig/${PN}.pc || die "sed failed"
61
62 if use doc ; then