diff options
author | Francesco Riosa <vivo@gentoo.org> | 2005-10-22 16:51:04 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2005-10-22 16:51:04 +0000 |
commit | 1c59a9d030222fab98ef6f90286097f1cc39859e (patch) | |
tree | b6d86c4905cb2fb68df63b69d3c6177a835add1f /dev-db/mysql/mysql-4.0.26.ebuild | |
parent | Initial import. Ebuild by me. This is for splitting up doom3 into an initia... (diff) | |
download | gentoo-2-1c59a9d030222fab98ef6f90286097f1cc39859e.tar.gz gentoo-2-1c59a9d030222fab98ef6f90286097f1cc39859e.tar.bz2 gentoo-2-1c59a9d030222fab98ef6f90286097f1cc39859e.zip |
less destructive zlib removal, still enforcing usage of the system zlib
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-db/mysql/mysql-4.0.26.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.26.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/dev-db/mysql/mysql-4.0.26.ebuild b/dev-db/mysql/mysql-4.0.26.ebuild index e4ee326df451..705b7683e5a0 100644 --- a/dev-db/mysql/mysql-4.0.26.ebuild +++ b/dev-db/mysql/mysql-4.0.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.26.ebuild,v 1.12 2005/10/22 14:29:44 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.26.ebuild,v 1.13 2005/10/22 16:51:04 vivo Exp $ inherit eutils gnuconfig flag-o-matic versionator @@ -40,14 +40,6 @@ PDEPEND="perl? ( dev-perl/DBD-mysql )" mysql_upgrade_error() { ewarn "Sorry, plain up/downgrade between different version of MySQL is (still)" ewarn "un-supported." - ewarn "Some gentoo documentation on how to do it:" - ewarn "http://www.gentoo.org/doc/en/mysql-upgrading.xml" - ewarn "Also on the MySQL website:" - ewarn "http://dev.mysql.com/doc/mysql/en/upgrading-from-4-0.html" - ewarn "" - ewarn "You can also choose to preview some new MySQL 4.1 behaviour" - ewarn "adding a section \"[mysqld-4.0]\" followed by the word \"new\"" - ewarn "into /etc/mysql/my.cnf (you need a recent MySQL version)" } mysql_upgrade_warning() { |