diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-28 11:32:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-28 11:32:08 +0000 |
commit | a9b70e678f34a69a6921ce0073d0e7df26e294c1 (patch) | |
tree | bc699e9a39c1361f76b699021a2d7b09b0ebc051 /dev-db | |
parent | repoman: Fix leading whitespace (Manifest recommit) (diff) | |
download | gentoo-2-a9b70e678f34a69a6921ce0073d0e7df26e294c1.tar.gz gentoo-2-a9b70e678f34a69a6921ce0073d0e7df26e294c1.tar.bz2 gentoo-2-a9b70e678f34a69a6921ce0073d0e7df26e294c1.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-4.0.22-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-db/mysql/mysql-4.0.23.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-db/mysql/mysql-4.0.22-r1.ebuild b/dev-db/mysql/mysql-4.0.22-r1.ebuild index 2d9db495e51c..f518aecdc62a 100644 --- a/dev-db/mysql/mysql-4.0.22-r1.ebuild +++ b/dev-db/mysql/mysql-4.0.22-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.22-r1.ebuild,v 1.1 2004/12/23 17:36:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.22-r1.ebuild,v 1.2 2004/12/28 11:31:37 mr_bones_ Exp $ inherit eutils gnuconfig #to accomodate -laadeedah releases @@ -64,7 +64,7 @@ mysql_get_datadir() { } pkg_setup() { - mysql_upgrade_warning + mysql_upgrade_warning mysql_get_datadir } @@ -275,5 +275,5 @@ pkg_postinst() { einfo "if this is a new install." einfo - mysql_upgrade_warning + mysql_upgrade_warning } diff --git a/dev-db/mysql/mysql-4.0.23.ebuild b/dev-db/mysql/mysql-4.0.23.ebuild index dd0bb03412b3..762b474914a9 100644 --- a/dev-db/mysql/mysql-4.0.23.ebuild +++ b/dev-db/mysql/mysql-4.0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.23.ebuild,v 1.2 2004/12/26 06:55:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.23.ebuild,v 1.3 2004/12/28 11:31:37 mr_bones_ Exp $ inherit eutils gnuconfig #to accomodate -laadeedah releases @@ -91,7 +91,7 @@ src_unpack() { # Already included upstream in 4.0.21 cd ${S} - autoconf + autoconf libtoolize --copy --force # Saving this for a rainy day, in case we need it again #WANT_AUTOMAKE=1.7 automake |