diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2013-05-11 15:01:26 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2013-05-11 15:01:26 +0000 |
commit | 4103ace8b0328f220afe301b58e74103462746e9 (patch) | |
tree | 1dcf72b0d4744af0e8f9ee07f0523051c6d34407 /dev-db/xtrabackup-bin | |
parent | stable amd64 arm ppc ppc64 x86, similar to rdepen sys-kernel/linux-headers-3.7 (diff) | |
download | gentoo-2-4103ace8b0328f220afe301b58e74103462746e9.tar.gz gentoo-2-4103ace8b0328f220afe301b58e74103462746e9.tar.bz2 gentoo-2-4103ace8b0328f220afe301b58e74103462746e9.zip |
Version bump. Remove old version.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'dev-db/xtrabackup-bin')
-rw-r--r-- | dev-db/xtrabackup-bin/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/xtrabackup-bin/xtrabackup-bin-2.0.7.ebuild (renamed from dev-db/xtrabackup-bin/xtrabackup-bin-2.0.6.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-db/xtrabackup-bin/ChangeLog b/dev-db/xtrabackup-bin/ChangeLog index da0f6ed3ffb2..fcb29c2be4b5 100644 --- a/dev-db/xtrabackup-bin/ChangeLog +++ b/dev-db/xtrabackup-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-db/xtrabackup-bin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog,v 1.1 2013/03/29 15:44:11 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog,v 1.2 2013/05/11 15:01:26 idl0r Exp $ + +*xtrabackup-bin-2.0.7 (11 May 2013) + + 11 May 2013; Christian Ruppert <idl0r@gentoo.org> + -xtrabackup-bin-2.0.6.ebuild, +xtrabackup-bin-2.0.7.ebuild: + Version bump. Remove old version. *xtrabackup-bin-2.0.6 (29 Mar 2013) diff --git a/dev-db/xtrabackup-bin/xtrabackup-bin-2.0.6.ebuild b/dev-db/xtrabackup-bin/xtrabackup-bin-2.0.7.ebuild index ee188db7ba17..99fcf83ad6b7 100644 --- a/dev-db/xtrabackup-bin/xtrabackup-bin-2.0.6.ebuild +++ b/dev-db/xtrabackup-bin/xtrabackup-bin-2.0.7.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.0.6.ebuild,v 1.1 2013/03/29 15:44:11 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.0.7.ebuild,v 1.1 2013/05/11 15:01:26 idl0r Exp $ EAPI=5 MY_PN="percona-${PN/-bin}" -MY_PVR="${PV}-521" +MY_PVR="${PV}-552" MY_P="${MY_PN}-${PV}" MY_PF="${MY_PN}-${MY_PVR}" |