diff options
author | Brian Evans <grknight@gentoo.org> | 2015-01-07 13:56:23 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-01-07 13:56:23 +0000 |
commit | 5d1fc3861eee277ddcc257310d28d5bd41d480df (patch) | |
tree | d59b63e32c9824f124ffab782b29248882284233 /virtual | |
parent | Reassign as and cleanup discussed at https://www.mail-archive.com/gentoo-dev@... (diff) | |
download | gentoo-2-5d1fc3861eee277ddcc257310d28d5bd41d480df.tar.gz gentoo-2-5d1fc3861eee277ddcc257310d28d5bd41d480df.tar.bz2 gentoo-2-5d1fc3861eee277ddcc257310d28d5bd41d480df.zip |
Drop 5.1 series; Will live on in the mysql overlay
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/mysql/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/mysql/mysql-5.1.ebuild | 21 |
2 files changed, 5 insertions, 23 deletions
diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog index c0e38db27c6b..017e58824313 100644 --- a/virtual/mysql/ChangeLog +++ b/virtual/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/mysql -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.50 2014/10/15 16:38:14 grknight Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.51 2015/01/07 13:56:23 grknight Exp $ + + 07 Jan 2015; Brian Evans <grknight@gentoo.org> -mysql-5.1.ebuild: + Drop 5.1 series; Will live on in the mysql overlay 15 Oct 2014; Brian Evans <grknight@gentoo.org> -mysql-5.6-r1.ebuild: Drop old diff --git a/virtual/mysql/mysql-5.1.ebuild b/virtual/mysql/mysql-5.1.ebuild deleted file mode 100644 index 9d8bf132b343..000000000000 --- a/virtual/mysql/mysql-5.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 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.24 2014/07/30 06:35:52 robbat2 Exp $ - -EAPI="2" - -DESCRIPTION="Virtual for MySQL client or database" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="embedded minimal static" - -DEPEND="" -RDEPEND="|| ( - =dev-db/mysql-${PV}*[embedded=,minimal=,static=] - =dev-db/mariadb-${PV}*[embedded=,minimal=,static=] - =dev-db/mysql-cluster-7.2*[embedded=,minimal=,static=] -)" |