summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-01-30 17:51:47 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-01-30 17:51:47 +0000
commit88e5597f42aaed27eb8b1f916687f625e34ff60a (patch)
tree7865963043a2818a4b57dd413b467818f84c9d6a /eclass
parentduplicate symlinking of libraries and include files from mysql eclasses (diff)
downloadhistorical-88e5597f42aaed27eb8b1f916687f625e34ff60a.tar.gz
historical-88e5597f42aaed27eb8b1f916687f625e34ff60a.tar.bz2
historical-88e5597f42aaed27eb8b1f916687f625e34ff60a.zip
add reminder to keep 3 function in sync with eselect-mysql
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mysql_fx.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass
index e69cd7db0a34..28038dd3f026 100644
--- a/eclass/mysql_fx.eclass
+++ b/eclass/mysql_fx.eclass
@@ -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/eclass/mysql_fx.eclass,v 1.5 2006/01/24 20:21:37 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.6 2006/01/30 17:51:47 vivo Exp $
# Author: Francesco Riosa <vivo at gentoo.org>
# Maintainer: Francesco Riosa <vivo at gentoo.org>
@@ -110,6 +110,7 @@ mysql_version_is_at_least() {
}
# another one inherited from versionator.eclass (version_sort)
+# THERE IS A COPY OF THIS ONE IN ESELECT-MYSQL, keep the two synced
mysql_make_file_list() {
local items= left=0
items=( ${1}-[[:digit:]][[:digit:]][[:digit:]] )
@@ -131,6 +132,7 @@ mysql_make_file_list() {
echo ${items[@]}
}
+# THERE IS A COPY OF THIS ONE IN ESELECT-MYSQL, keep the two synced
mysql_choose_better_version() {
local items= better="" i
items="$( ls ${1}-[[:digit:]][[:digit:]][[:digit:]] )"
@@ -148,6 +150,7 @@ mysql_choose_better_version() {
# To be called on the live filesystem, reassign symlinks to each mysql
# library to the best version avaiable
# 2005-12-30 <vivo at gentoo.org>
+# THERE IS A COPY OF THIS ONE IN ESELECT-MYSQL, keep the two synced
mysql_lib_symlinks() {
local d dirlist maxdots soname sonameln other better
pushd "${ROOT}/usr/$(get_libdir)/" &> /dev/null