summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-01-24 19:25:57 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-01-24 19:25:57 +0000
commitf9aa2b9cd290efa74202cc961168cc381dc0355b (patch)
tree1d06fc2e24ebfb4bcc726c3fcd5e6b9609816ef2 /dev-db/mysql/mysql-4.1.16-r30.ebuild
parentmarked stable on amd64 (diff)
downloadhistorical-f9aa2b9cd290efa74202cc961168cc381dc0355b.tar.gz
historical-f9aa2b9cd290efa74202cc961168cc381dc0355b.tar.bz2
historical-f9aa2b9cd290efa74202cc961168cc381dc0355b.zip
All changes refer to slotted versions and eclasses for these.
- removed "utf8" controversial use flag, it was simply replacing utf8 in my.cnf - added "srvdir" use flag, on a system without previous installed MySQL it will > use datadir="/srv/localhost/mysql/datadir" - support for NOCHECK in rc scripts to be used during upgrade - inherit mysql_fx from ebuilds, instead of mysql.eclass to make easyer froze a > "stable" package moving the mysql.eclass into the ebuild itself. - updated "logrotate" and "my.cnf" to support slotting Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-db/mysql/mysql-4.1.16-r30.ebuild')
-rw-r--r--dev-db/mysql/mysql-4.1.16-r30.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.1.16-r30.ebuild b/dev-db/mysql/mysql-4.1.16-r30.ebuild
index bc25a149a43a..b41d99d8e105 100644
--- a/dev-db/mysql/mysql-4.1.16-r30.ebuild
+++ b/dev-db/mysql/mysql-4.1.16-r30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.16-r30.ebuild,v 1.6 2006/01/15 14:18:30 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.16-r30.ebuild,v 1.7 2006/01/24 19:25:57 vivo Exp $
# MYSQL_VERSION_ID will be
# major * 10e6 + minor * 10e4 + micro * 10e2 + gentoo magic number, all [0..99]
@@ -21,7 +21,7 @@ MYSQL_VERSION_ID=${MYSQL_VERSION_ID##"0"}
# for future use ...
NDB_VERSION_ID=$(( ${MYSQL_VERSION_ID} / 100 ))
-inherit mysql
+inherit mysql_fx mysql
KEYWORDS="-*"
DEPEND="${DEPEND}