summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-09-04 00:18:45 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-09-04 00:18:45 +0000
commit3cc5609d9e77606085408b86bbddaba619ba97a9 (patch)
tree22705a9d0a6c5b3340abfc16c0eda79710bf3a82 /virtual/mysql/mysql-5.1.ebuild
parentBlock the new sharedlib patch since it doesn't work fully yet. (diff)
downloadmysql-3cc5609d9e77606085408b86bbddaba619ba97a9.tar.gz
mysql-3cc5609d9e77606085408b86bbddaba619ba97a9.tar.bz2
mysql-3cc5609d9e77606085408b86bbddaba619ba97a9.zip
Add in virtual in overlay for cluster.
(Portage version: 2.2_rc71/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'virtual/mysql/mysql-5.1.ebuild')
-rw-r--r--virtual/mysql/mysql-5.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/mysql/mysql-5.1.ebuild b/virtual/mysql/mysql-5.1.ebuild
new file mode 100644
index 0000000..c58e456
--- /dev/null
+++ b/virtual/mysql/mysql-5.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v 1.12 2010/09/01 03:45:35 phajdan.jr Exp $
+
+DESCRIPTION="Virtual for MySQL client or database"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris"
+IUSE=""
+
+DEPEND=""
+RDEPEND="|| (
+ =dev-db/mysql-${PV}*
+ =dev-db/mysql-community-${PV}*
+ =dev-db/mariadb-${PV}*
+ =dev-db/mysql-cluster-7*
+)"