diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 13:40:04 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 13:40:04 +0000 |
commit | 0191d9fefc49396d9ffc8f7f7b83980d33aa1a14 (patch) | |
tree | 889fe362e29cd9d38a76123d9e88323284cf946d /virtual/mysql/mysql-5.0.ebuild | |
parent | stable x86, bug #155622 (diff) | |
download | historical-0191d9fefc49396d9ffc8f7f7b83980d33aa1a14.tar.gz historical-0191d9fefc49396d9ffc8f7f7b83980d33aa1a14.tar.bz2 historical-0191d9fefc49396d9ffc8f7f7b83980d33aa1a14.zip |
init
Diffstat (limited to 'virtual/mysql/mysql-5.0.ebuild')
-rw-r--r-- | virtual/mysql/mysql-5.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/mysql/mysql-5.0.ebuild b/virtual/mysql/mysql-5.0.ebuild new file mode 100644 index 000000000000..bb4390514960 --- /dev/null +++ b/virtual/mysql/mysql-5.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.0.ebuild,v 1.1 2006/11/23 13:40:04 vivo Exp $ + +DESCRIPTION="Virtual for MySQL client or database" +HOMEPAGE="http://dev.mysql.com" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="|| ( + =dev-db/mysql-community-${PV}* + =dev-db/mysql-${PV}* +)" + |