summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-11-14 09:43:04 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-11-14 09:43:04 +0000
commit653aa6104037b9c211cc2f1f23bd2d9fe594fa79 (patch)
tree92394511fc57c5451e7909b7b68e6be34b8a0522 /dev-db
parentRepoman cleanups. (diff)
downloadhistorical-653aa6104037b9c211cc2f1f23bd2d9fe594fa79.tar.gz
historical-653aa6104037b9c211cc2f1f23bd2d9fe594fa79.tar.bz2
historical-653aa6104037b9c211cc2f1f23bd2d9fe594fa79.zip
Repoman cleanups.
Package-Manager: portage-2.2_rc13/cvs/Linux 2.6.28-rc2-00338-g65fc716 x86_64
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql-community/ChangeLog9
-rw-r--r--dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild6
-rw-r--r--dev-db/mysql-community/mysql-community-5.0.45.ebuild6
-rw-r--r--dev-db/mysql-community/mysql-community-5.0.51a.ebuild4
-rw-r--r--dev-db/mysql-community/mysql-community-5.0.67.ebuild4
-rw-r--r--dev-db/mysql-community/mysql-community-5.1.14_beta-r1.ebuild8
-rw-r--r--dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild8
-rw-r--r--dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild8
8 files changed, 37 insertions, 16 deletions
diff --git a/dev-db/mysql-community/ChangeLog b/dev-db/mysql-community/ChangeLog
index a9fc9f20ea8e..99f2fabb3c8a 100644
--- a/dev-db/mysql-community/ChangeLog
+++ b/dev-db/mysql-community/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-db/mysql-community
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/ChangeLog,v 1.21 2008/11/14 09:38:47 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/ChangeLog,v 1.22 2008/11/14 09:43:04 robbat2 Exp $
+
+ 14 Nov 2008; Robin H. Johnson <robbat2@gentoo.org>
+ mysql-community-5.0.27-r1.ebuild, mysql-community-5.0.45.ebuild,
+ mysql-community-5.0.51a.ebuild, mysql-community-5.0.67.ebuild,
+ mysql-community-5.1.14_beta-r1.ebuild, mysql-community-5.1.15_beta.ebuild,
+ mysql-community-5.1.21_beta.ebuild:
+ Repoman cleanups.
14 Nov 2008; Robin H. Johnson <robbat2@gentoo.org>
mysql-community-5.0.67.ebuild:
diff --git a/dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild b/dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild
index 7306d4ccb00f..bb2421d24514 100644
--- a/dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild
+++ b/dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.0.27-r1.ebuild,v 1.3 2007/07/14 21:39:02 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild,v 1.4 2008/11/14 09:43:04 robbat2 Exp $
MY_EXTRAS_VER="20070105"
SERVER_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz"
inherit mysql
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
diff --git a/dev-db/mysql-community/mysql-community-5.0.45.ebuild b/dev-db/mysql-community/mysql-community-5.0.45.ebuild
index 4227c8db93b1..7baf5b4b372e 100644
--- a/dev-db/mysql-community/mysql-community-5.0.45.ebuild
+++ b/dev-db/mysql-community/mysql-community-5.0.45.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.0.45.ebuild,v 1.1 2007/07/15 00:32:00 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.45.ebuild,v 1.2 2008/11/14 09:43:04 robbat2 Exp $
MY_EXTRAS_VER="20070710"
inherit toolchain-funcs mysql
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
diff --git a/dev-db/mysql-community/mysql-community-5.0.51a.ebuild b/dev-db/mysql-community/mysql-community-5.0.51a.ebuild
index 70a04fda4185..25cc2b7edb5c 100644
--- a/dev-db/mysql-community/mysql-community-5.0.51a.ebuild
+++ b/dev-db/mysql-community/mysql-community-5.0.51a.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2008 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.0.51a.ebuild,v 1.1 2008/03/10 04:32:33 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.51a.ebuild,v 1.2 2008/11/14 09:43:04 robbat2 Exp $
MY_EXTRAS_VER="20080310"
inherit toolchain-funcs mysql
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
diff --git a/dev-db/mysql-community/mysql-community-5.0.67.ebuild b/dev-db/mysql-community/mysql-community-5.0.67.ebuild
index f6ff69da1d5d..e0ab1ae5456e 100644
--- a/dev-db/mysql-community/mysql-community-5.0.67.ebuild
+++ b/dev-db/mysql-community/mysql-community-5.0.67.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2008 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.0.67.ebuild,v 1.2 2008/11/14 09:38:47 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.67.ebuild,v 1.3 2008/11/14 09:43:04 robbat2 Exp $
MY_EXTRAS_VER="20080601"
inherit toolchain-funcs mysql
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
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 2cc27701b25b..f8d89d288ed9 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,12 +1,14 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.2 2007/01/12 18:10:16 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.14_beta-r1.ebuild,v 1.3 2008/11/14 09:43:04 robbat2 Exp $
MY_EXTRAS_VER="20070105"
SERVER_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz"
PBXT_VERSION="0.9.73-beta"
inherit mysql
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
@@ -26,7 +28,7 @@ src_test() {
addpredict /this-dir-does-not-exist/t9.MYI
# mysqladmin start before dir creation
- mkdir ${S}/mysql-test/var{,/log}
+ mkdir "${S}"/mysql-test/var{,/log}
if [[ ${UID} -eq 0 ]] ; then
mysql_disable_test "im_cmd_line" "fail as root"
diff --git a/dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild b/dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild
index d3f3745a50c5..9f619ba98efa 100644
--- a/dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild
+++ b/dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.15_beta.ebuild,v 1.3 2007/03/06 16:24:50 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild,v 1.4 2008/11/14 09:43:04 robbat2 Exp $
MY_EXTRAS_VER="20070217"
SERVER_URI="mirror://gentoo/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz"
PBXT_VERSION="0.9.8-beta"
inherit mysql
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
@@ -26,7 +28,7 @@ src_test() {
addpredict /this-dir-does-not-exist/t9.MYI
# mysqladmin start before dir creation
- mkdir ${S}/mysql-test/var{,/log}
+ mkdir "${S}"/mysql-test/var{,/log}
if [[ ${UID} -eq 0 ]] ; then
mysql_disable_test "im_cmd_line" "fail as root"
diff --git a/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild b/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild
index d062e4dd7956..d215c9099eb7 100644
--- a/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild
+++ b/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.21_beta.ebuild,v 1.2 2007/10/03 18:22:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild,v 1.3 2008/11/14 09:43:04 robbat2 Exp $
MY_EXTRAS_VER="20070916"
#SERVER_URI="mirror://gentoo/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz"
PBXT_VERSION="0.9.8-beta"
inherit mysql
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
@@ -23,7 +25,7 @@ src_test() {
addpredict /this-dir-does-not-exist/t9.MYI
# mysqladmin start before dir creation
- mkdir ${S}/mysql-test/var{,/log}
+ mkdir "${S}"/mysql-test/var{,/log}
# Ensure that parallel runs don't die
export MTR_BUILD_THREAD="$((${RANDOM} % 100))"