diff options
author | 2006-10-21 14:34:16 +0000 | |
---|---|---|
committer | 2006-10-21 14:34:16 +0000 | |
commit | cc54b17c0321b19bc16677e37c7db2376df69af9 (patch) | |
tree | 3fed918d96040e0a1fc7c690214520025a8b03d5 /dev-db | |
parent | stable on amd64, wrt bug #152220. (diff) | |
download | historical-cc54b17c0321b19bc16677e37c7db2376df69af9.tar.gz historical-cc54b17c0321b19bc16677e37c7db2376df69af9.tar.bz2 historical-cc54b17c0321b19bc16677e37c7db2376df69af9.zip |
MySQL 5.1 support, cleanup, thanks to vivo!
Package-Manager: portage-2.1.2_pre3-r4
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/mysql/files/digest-mysql-5.1.13_alpha20061018 | 3 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.13_alpha20061018.ebuild | 21 |
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index e743568c4fac..e1ed5b5c9b52 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,13 @@ # 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.364 2006/10/13 19:51:09 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.365 2006/10/21 14:34:16 chtekk Exp $ + +*mysql-5.1.13_alpha20061018 (21 Oct 2006) + + 21 Oct 2006; Luca Longinotti <chtekk@gentoo.org> -mysql-5.0.24-r1.ebuild, + -mysql-5.1.7_beta.ebuild, +mysql-5.1.13_alpha20061018.ebuild: + Add MySQL 5.1.13 for the 5.1 series, thanks a lot to vivo for working on 5.1 + support! Also remove old 5.0.24-r1 ebuild. *mysql-5.0.26 (13 Oct 2006) diff --git a/dev-db/mysql/files/digest-mysql-5.1.13_alpha20061018 b/dev-db/mysql/files/digest-mysql-5.1.13_alpha20061018 new file mode 100644 index 000000000000..d97390667d15 --- /dev/null +++ b/dev-db/mysql/files/digest-mysql-5.1.13_alpha20061018 @@ -0,0 +1,3 @@ +MD5 d9608acdc725950078e06106ed2e4c29 mysql-5.1.13-bk-20061018.tar.gz 15866253 +RMD160 707f1636d5e58f4c0e34809adfe19d04bf510530 mysql-5.1.13-bk-20061018.tar.gz 15866253 +SHA256 2dd77660688fec0bec3bb812fa85de059c983296d69f0e1e51f3669dca118770 mysql-5.1.13-bk-20061018.tar.gz 15866253 diff --git a/dev-db/mysql/mysql-5.1.13_alpha20061018.ebuild b/dev-db/mysql/mysql-5.1.13_alpha20061018.ebuild new file mode 100644 index 000000000000..e77711256eba --- /dev/null +++ b/dev-db/mysql/mysql-5.1.13_alpha20061018.ebuild @@ -0,0 +1,21 @@ +# 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.1.13_alpha20061018.ebuild,v 1.1 2006/10/21 14:34:16 chtekk Exp $ + +# Leave this empty +MYSQL_VERSION_ID="" +MYSQL_RERELEASE="" +# Set the patchset revision to use, must be either empty or a decimal number +MYSQL_PATCHSET_REV="" + +inherit mysql + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +src_test() { + cd "${S}" + einfo ">>> Test phase [check]: ${CATEGORY}/${PF}" + eerror + eerror "Tests aren't ready yet!" + eerror +} |