Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mysql-community: mysql-community-5.1.21_beta.ebuild
Date: Wed, 03 Oct 2007 18:31:31
Message-Id: E1Id8rH-0007sH-2b@stork.gentoo.org
1 mr_bones_ 07/10/03 18:22:07
2
3 Modified: mysql-community-5.1.21_beta.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild?r1=1.1&r2=1.2
14
15 Index: mysql-community-5.1.21_beta.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mysql-community-5.1.21_beta.ebuild 2 Oct 2007 10:02:04 -0000 1.1
22 +++ mysql-community-5.1.21_beta.ebuild 3 Oct 2007 18:22:06 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild,v 1.1 2007/10/02 10:02:04 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild,v 1.2 2007/10/03 18:22:06 mr_bones_ Exp $
28
29 MY_EXTRAS_VER="20070916"
30 #SERVER_URI="mirror://gentoo/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz"
31 @@ -24,10 +24,10 @@
32
33 # mysqladmin start before dir creation
34 mkdir ${S}/mysql-test/var{,/log}
35 -
36 +
37 # Ensure that parallel runs don't die
38 export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
39 -
40 +
41 # sandbox make ndbd zombie
42 #X#hasq "sandbox" ${FEATURES} && testopts="${testopts} --skip-ndb"
43
44
45
46
47 --
48 gentoo-commits@g.o mailing list