summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-03-10 19:53:03 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-03-10 19:53:03 +0000
commit02eed62804ef87b8f8c0d4cff86cd30d6f891bc1 (patch)
tree6f46a70d17cb6528a409983591d285a16d93fa29 /dev-db
parentStable on ppc64; bug #125725 (diff)
downloadgentoo-2-02eed62804ef87b8f8c0d4cff86cd30d6f891bc1.tar.gz
gentoo-2-02eed62804ef87b8f8c0d4cff86cd30d6f891bc1.tar.bz2
gentoo-2-02eed62804ef87b8f8c0d4cff86cd30d6f891bc1.zip
bug #125506 revdep-rebuild --soname --> --library
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql/ChangeLog7
-rw-r--r--dev-db/mysql/mysql-4.1.14.ebuild4
-rw-r--r--dev-db/mysql/mysql-5.0.18.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index 09d7f30bb4b7..c900a421841d 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/mysql
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.307 2006/03/10 18:39:57 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.308 2006/03/10 19:53:03 vivo Exp $
+
+ 10 Mar 2006; Francesco Riosa <vivo@gentoo.org> mysql-4.1.14.ebuild,
+ mysql-5.0.18.ebuild:
+ revdep-rebuild --soname --> revdep-rebuild --library
+ part of bug #125506, affect mysql eclasses too
10 Mar 2006; Francesco Riosa <vivo@gentoo.org> mysql-4.1.16.ebuild,
mysql-5.0.18.ebuild:
diff --git a/dev-db/mysql/mysql-4.1.14.ebuild b/dev-db/mysql/mysql-4.1.14.ebuild
index 9d7cb4a8183b..af9c37d4bf82 100644
--- a/dev-db/mysql/mysql-4.1.14.ebuild
+++ b/dev-db/mysql/mysql-4.1.14.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.14.ebuild,v 1.32 2006/02/18 11:35:44 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.14.ebuild,v 1.33 2006/03/10 19:53:03 vivo Exp $
inherit eutils gnuconfig flag-o-matic versionator
@@ -61,7 +61,7 @@ mysql_upgrade_warning() {
ewarn "must recompile the other packages on your system that link with"
ewarn "libmysqlclient after the upgrade completes. To obtain such a list"
ewarn "of packages for your system, you may use:"
- ewarn "revdep-rebuild --soname=libmysqlclient.so.12"
+ ewarn "revdep-rebuild --library=libmysqlclient.so.12"
ewarn "from app-portage/gentoolkit."
ewarn ""
ewarn "the value of \"innodb_log_file_size\" into /etc/mysql/my.cnf file "
diff --git a/dev-db/mysql/mysql-5.0.18.ebuild b/dev-db/mysql/mysql-5.0.18.ebuild
index 432369992981..db66cf2c1325 100644
--- a/dev-db/mysql/mysql-5.0.18.ebuild
+++ b/dev-db/mysql/mysql-5.0.18.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-5.0.18.ebuild,v 1.6 2006/03/10 18:39:57 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.18.ebuild,v 1.7 2006/03/10 19:53:03 vivo Exp $
# helper function, version (integer) may have section separated by dots
# for readbility
@@ -677,7 +677,7 @@ pkg_postinst() {
# then
# # gah this is not totally correct
# einfo "found previous library, please run"
- # einfo "revdep-rebuild --soname=${mylibtmpver}"
+ # einfo "revdep-rebuild --library=${mylibtmpver}"
# fi
# rm -f "../${mylibtmpver}"
# fi