diff options
author | 2006-11-23 13:40:04 +0000 | |
---|---|---|
committer | 2006-11-23 13:40:04 +0000 | |
commit | 501e8335c62af10a69878e5bb7ebb6e1771be2e4 (patch) | |
tree | ac5bd94f5b344196b1e97632b117b098876158e4 /virtual/mysql/mysql-4.0.ebuild | |
parent | stable x86, bug #155622 (diff) | |
download | gentoo-2-501e8335c62af10a69878e5bb7ebb6e1771be2e4.tar.gz gentoo-2-501e8335c62af10a69878e5bb7ebb6e1771be2e4.tar.bz2 gentoo-2-501e8335c62af10a69878e5bb7ebb6e1771be2e4.zip |
init
Diffstat (limited to 'virtual/mysql/mysql-4.0.ebuild')
-rw-r--r-- | virtual/mysql/mysql-4.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/virtual/mysql/mysql-4.0.ebuild b/virtual/mysql/mysql-4.0.ebuild new file mode 100644 index 000000000000..b86451fadabd --- /dev/null +++ b/virtual/mysql/mysql-4.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-4.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 mips ppc ppc64 s390 sh sparc x86" +IUSE="" + +DEPEND="" +RDEPEND="|| ( + =dev-db/mysql-${PV}* +)" + |