diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2013-05-28 20:11:43 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2013-05-28 23:30:08 +0200 |
commit | 1c0c432d27e48a0a8c2b2d7304e318c6549e2a18 (patch) | |
tree | 7ea7b00e6401333c7eb8a27d30eb5d1d95bc56f5 /virtual | |
parent | delete unused stuff (diff) | |
download | portage-1c0c432d27e48a0a8c2b2d7304e318c6549e2a18.tar.xz |
delete mysql minimal
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/mysql/Manifest | 1 | ||||
-rw-r--r-- | virtual/mysql/mysql-5.0.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/virtual/mysql/Manifest b/virtual/mysql/Manifest deleted file mode 100644 index 0e5e314b..00000000 --- a/virtual/mysql/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD mysql-5.0.ebuild 540 RMD160 1d6b6bb406f32f25b04cfff65e51c952c920611b SHA1 ebf4a21842cec70caca109785461505bdb3f2c34 SHA256 6f027d4a916c59a4211042ba8d68502ff766b61febe80b0191a50e5893ba8ce0 diff --git a/virtual/mysql/mysql-5.0.ebuild b/virtual/mysql/mysql-5.0.ebuild deleted file mode 100644 index 74ea636f..00000000 --- a/virtual/mysql/mysql-5.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 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.5 2007/05/17 08:39:40 kloeri 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-${PV}* - =dev-db/mysql-community-${PV}* - =dev-db/mysql-minimal-${PV}* -)" |