summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-02-28 22:42:10 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-02-28 22:42:10 +0000
commitd666c72cede17117f174094a747564e3d5bedfff (patch)
treea9be557acf5165ecbee486857aad01311482c644 /dev-db/mysql
parenteconf typos thanks to Alon in bug #260668 (diff)
downloadgentoo-2-d666c72cede17117f174094a747564e3d5bedfff.tar.gz
gentoo-2-d666c72cede17117f174094a747564e3d5bedfff.tar.bz2
gentoo-2-d666c72cede17117f174094a747564e3d5bedfff.zip
Bug #259977: apply the automake patch so that older 4.1 still compiles.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysql')
-rw-r--r--dev-db/mysql/ChangeLog6
-rw-r--r--dev-db/mysql/mysql-4.1.22-r1.ebuild6
-rw-r--r--dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index 144aa62728b1..25612ad90f71 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/mysql
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.483 2009/02/11 12:22:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.484 2009/02/28 22:42:10 robbat2 Exp $
+
+ 28 Feb 2009; Robin H. Johnson <robbat2@gentoo.org> mysql-4.1.22-r1.ebuild,
+ mysql-4.1.23_alpha20070101-r61.ebuild:
+ Bug #259977: apply the automake patch so that older 4.1 still compiles.
*mysql-5.0.76 (11 Feb 2009)
diff --git a/dev-db/mysql/mysql-4.1.22-r1.ebuild b/dev-db/mysql/mysql-4.1.22-r1.ebuild
index c79aa79fdb97..0c736557cd08 100644
--- a/dev-db/mysql/mysql-4.1.22-r1.ebuild
+++ b/dev-db/mysql/mysql-4.1.22-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.22-r1.ebuild,v 1.6 2008/12/14 20:17:13 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.22-r1.ebuild,v 1.7 2009/02/28 22:42:10 robbat2 Exp $
-MY_EXTRAS_VER="20070105"
+MY_EXTRAS_VER="20090228-2228Z"
SERVER_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz"
inherit mysql
diff --git a/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild b/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild
index 8df4d05a02d4..2007c930eb6d 100644
--- a/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild
+++ b/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild,v 1.5 2008/12/14 20:17:13 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild,v 1.6 2009/02/28 22:42:10 robbat2 Exp $
-MY_EXTRAS_VER="latest"
+MY_EXTRAS_VER="20090228-2228Z"
SERVER_URI="mirror://gentoo/MySQL-${PV%.*}/mysql-${PV//_alpha/-bk-}.tar.bz2"
inherit mysql