summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-01-12 18:10:16 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-01-12 18:10:16 +0000
commit09130b6a62941f717c6fd4023f95eda04f382791 (patch)
treef1d649c3a2f03781852d3ce8f477ed765f9990be /dev-db/mysql-community/mysql-community-5.1.14_beta-r1.ebuild
parentStart cleaning up. (diff)
downloadgentoo-2-09130b6a62941f717c6fd4023f95eda04f382791.tar.gz
gentoo-2-09130b6a62941f717c6fd4023f95eda04f382791.tar.bz2
gentoo-2-09130b6a62941f717c6fd4023f95eda04f382791.zip
Cleanup.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'dev-db/mysql-community/mysql-community-5.1.14_beta-r1.ebuild')
-rw-r--r--dev-db/mysql-community/mysql-community-5.1.14_beta-r1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-db/mysql-community/mysql-community-5.1.14_beta-r1.ebuild b/dev-db/mysql-community/mysql-community-5.1.14_beta-r1.ebuild
index 3d65f0e71748..2cc27701b25b 100644
--- a/dev-db/mysql-community/mysql-community-5.1.14_beta-r1.ebuild
+++ b/dev-db/mysql-community/mysql-community-5.1.14_beta-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.14_beta-r1.ebuild,v 1.1 2007/01/05 11:58:49 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.14_beta-r1.ebuild,v 1.2 2007/01/12 18:10:16 chtekk Exp $
MY_EXTRAS_VER="20070105"
SERVER_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz"
@@ -8,13 +8,12 @@ PBXT_VERSION="0.9.73-beta"
inherit mysql
-#REMEMBER!!!: update also eclass/mysql*.eclass prior to commit
+# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
src_test() {
-
make check || die "make check failed"
- if ! useq "minimal" ; then
+ if ! use "minimal" ; then
cd "${S}/mysql-test"
einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
local retstatus
@@ -39,7 +38,7 @@ src_test() {
mysql_disable_test "trigger" "fail as root"
fi
- useq "extraengine" && mysql_disable_test "federated" "fail with extraengine"
+ use "extraengine" && mysql_disable_test "federated" "fail with extraengine"
mysql_disable_test "view" "FIXME: fail because now we are in year 2007"