diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-04-02 00:42:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-04-02 00:42:50 +0000 |
commit | ffaa311e5465ab170f75e456809f71d19a5fa3d0 (patch) | |
tree | 40fd055f22924cc0a047a054544e8abd6c17f200 /dev-db/mysql | |
parent | Version bump to all series, 5.0, 5.1, 5.5. Please note that 5.0.x is hard-mas... (diff) | |
download | gentoo-2-ffaa311e5465ab170f75e456809f71d19a5fa3d0.tar.gz gentoo-2-ffaa311e5465ab170f75e456809f71d19a5fa3d0.tar.bz2 gentoo-2-ffaa311e5465ab170f75e456809f71d19a5fa3d0.zip |
Cleanup whitespace.
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.96.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 5c09e31c980d..9a24d588c3cd 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.608 2012/04/02 00:39:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.609 2012/04/02 00:42:50 robbat2 Exp $ + + 02 Apr 2012; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.96.ebuild: + Cleanup whitespace. *mysql-5.1.62 (02 Apr 2012) *mysql-5.0.96 (02 Apr 2012) diff --git a/dev-db/mysql/mysql-5.0.96.ebuild b/dev-db/mysql/mysql-5.0.96.ebuild index 3c97dcac9988..9bc19508ea88 100644 --- a/dev-db/mysql/mysql-5.0.96.ebuild +++ b/dev-db/mysql/mysql-5.0.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.96.ebuild,v 1.1 2012/04/02 00:39:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.96.ebuild,v 1.2 2012/04/02 00:42:50 robbat2 Exp $ MY_EXTRAS_VER="20120401-2131Z" EAPI="4" @@ -184,8 +184,6 @@ src_test() { ;; esac - - # create directories because mysqladmin might make out of order mkdir -p "${S}"/mysql-test/var-{ps,ns}{,/log} |