Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mysql++: mysql++-2.3.2.ebuild ChangeLog
Date: Mon, 21 Apr 2008 03:00:53
Message-Id: E1JnmGw-0003Tr-8r@stork.gentoo.org
1 dirtyepic 08/04/21 03:00:50
2
3 Modified: mysql++-2.3.2.ebuild ChangeLog
4 Log:
5 Add patch for GCC 4.3. Fix quoting issues.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.3 dev-db/mysql++/mysql++-2.3.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild?r1=1.2&r2=1.3
14
15 Index: mysql++-2.3.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mysql++-2.3.2.ebuild 16 Jan 2008 05:36:20 -0000 1.2
22 +++ mysql++-2.3.2.ebuild 21 Apr 2008 03:00:49 -0000 1.3
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/dev-db/mysql++/mysql++-2.3.2.ebuild,v 1.2 2008/01/16 05:36:20 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/mysql++-2.3.2.ebuild,v 1.3 2008/04/21 03:00:49 dirtyepic Exp $
28
29 inherit eutils
30
31 @@ -18,9 +18,12 @@
32 >=virtual/mysql-4.0"
33
34 src_unpack() {
35 - unpack "${A}"
36 + unpack ${A}
37 cd "${S}"
38 - for i in ${S}/lib/*.h ; do
39 +
40 + epatch "${FILESDIR}"/${P}-gcc-4.3.patch
41 +
42 + for i in "${S}"/lib/*.h ; do
43 sed -i \
44 -e '/#include </s,mysql.h,mysql/mysql.h,g' \
45 -e '/#include </s,mysql_version.h,mysql/mysql_version.h,g' \
46 @@ -46,10 +49,10 @@
47 }
48
49 src_install() {
50 - make DESTDIR="${D}" install || die
51 + emake DESTDIR="${D}" install || die
52 # install the docs and HTML pages
53 dodoc README* CREDITS ChangeLog HACKERS Wishlist
54 dodoc doc/*
55 - cp -ra doc/html ${D}/usr/share/doc/${PF}/html
56 + cp -ra doc/html "${D}"/usr/share/doc/${PF}/html
57 prepalldocs
58 }
59
60
61
62 1.51 dev-db/mysql++/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql++/ChangeLog?rev=1.51&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql++/ChangeLog?rev=1.51&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql++/ChangeLog?r1=1.50&r2=1.51
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v
71 retrieving revision 1.50
72 retrieving revision 1.51
73 diff -u -r1.50 -r1.51
74 --- ChangeLog 16 Jan 2008 05:37:58 -0000 1.50
75 +++ ChangeLog 21 Apr 2008 03:00:49 -0000 1.51
76 @@ -1,6 +1,10 @@
77 # ChangeLog for dev-db/mysql++
78 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.50 2008/01/16 05:37:58 robbat2 Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql++/ChangeLog,v 1.51 2008/04/21 03:00:49 dirtyepic Exp $
81 +
82 + 21 Apr 2008; Ryan Hill <dirtyepic@g.o>
83 + +files/mysql++-2.3.2-gcc-4.3.patch, mysql++-2.3.2.ebuild:
84 + Add patch for GCC 4.3. Fix quoting issues.
85
86 16 Jan 2008; Robin H. Johnson <robbat2@g.o>
87 -files/patch-1.7.34-typo_correction, -mysql++-1.7.26.ebuild,
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list