diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-12 18:10:16 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-12 18:10:16 +0000 |
commit | ae832fe5e9192a1dc9f3d2050f5ebf0ba1c121b2 (patch) | |
tree | 7d035a8ff0177444ad1e4cde83989f9d598441f7 /dev-db | |
parent | Start cleaning up. (diff) | |
download | historical-ae832fe5e9192a1dc9f3d2050f5ebf0ba1c121b2.tar.gz historical-ae832fe5e9192a1dc9f3d2050f5ebf0ba1c121b2.tar.bz2 historical-ae832fe5e9192a1dc9f3d2050f5ebf0ba1c121b2.zip |
Cleanup.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'dev-db')
5 files changed, 24 insertions, 22 deletions
diff --git a/dev-db/mysql-community/ChangeLog b/dev-db/mysql-community/ChangeLog index 6f5208dfca18..b4c52aef583b 100644 --- a/dev-db/mysql-community/ChangeLog +++ b/dev-db/mysql-community/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-db/mysql-community # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/ChangeLog,v 1.10 2007/01/05 11:58:49 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/ChangeLog,v 1.11 2007/01/12 18:10:16 chtekk Exp $ + + 12 Jan 2007; Luca Longinotti <chtekk@gentoo.org> -files/logrotate.mysql, + mysql-community-5.0.27-r1.ebuild, mysql-community-5.1.14_beta-r1.ebuild, + mysql-community-5.1.15_alpha-r90.ebuild, + mysql-community-5.1.15_alpha20061231-r61.ebuild: + Start cleanup. *mysql-community-5.1.15_alpha20061231-r61 (05 Jan 2007) *mysql-community-5.1.14_beta-r1 (05 Jan 2007) 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 4325e22c682e..a1a872f97f7f 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,19 +1,18 @@ # 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.0.27-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.0.27-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" 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}" einfo ">>> Test phase [test]: ${CATEGORY}/${PF}" local retstatus @@ -43,7 +42,7 @@ src_test() { mysql_disable_test "${t}" "fail in sandbox" done - useq "extraengine" && mysql_disable_test "federated" "fail with extraengine" + use "extraengine" && mysql_disable_test "federated" "fail with extraengine" make test-force-pl retstatus=$? 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" diff --git a/dev-db/mysql-community/mysql-community-5.1.15_alpha-r90.ebuild b/dev-db/mysql-community/mysql-community-5.1.15_alpha-r90.ebuild index 632b358cf795..00b39c72852e 100644 --- a/dev-db/mysql-community/mysql-community-5.1.15_alpha-r90.ebuild +++ b/dev-db/mysql-community/mysql-community-5.1.15_alpha-r90.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.15_alpha-r90.ebuild,v 1.2 2007/01/05 00:20:07 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.15_alpha-r90.ebuild,v 1.3 2007/01/12 18:10:16 chtekk Exp $ MY_EXTRAS_VER="latest" SERVER_URI="" @@ -8,13 +8,12 @@ PBXT_VERSION="0.9.73-beta" inherit mysql -#REMEMBER!!!: update also eclass/mysql*.eclass prior to commit -KEYWORDS="testing" +# 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" diff --git a/dev-db/mysql-community/mysql-community-5.1.15_alpha20061231-r61.ebuild b/dev-db/mysql-community/mysql-community-5.1.15_alpha20061231-r61.ebuild index fba3f8dda58c..2d0ea465eabf 100644 --- a/dev-db/mysql-community/mysql-community-5.1.15_alpha20061231-r61.ebuild +++ b/dev-db/mysql-community/mysql-community-5.1.15_alpha20061231-r61.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.15_alpha20061231-r61.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.15_alpha20061231-r61.ebuild,v 1.2 2007/01/12 18:10:16 chtekk Exp $ MY_EXTRAS_VER="latest" SERVER_URI="mirror://gentoo/MySQL-${PV%.*}/mysql-${PV//_alpha/-bk-}.tar.bz2" @@ -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" "Already fixed: fail because now we are in year 2007" |