diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2014-07-06 14:20:21 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2014-07-06 14:20:21 +0000 |
commit | f03590772f87bea230817c820601eb96bfa435b9 (patch) | |
tree | 7db295197ef3e94ad9024521714acc283a6db227 /dev-db/xtrabackup-bin | |
parent | Move latest entry to correct quarter file. (diff) | |
download | gentoo-2-f03590772f87bea230817c820601eb96bfa435b9.tar.gz gentoo-2-f03590772f87bea230817c820601eb96bfa435b9.tar.bz2 gentoo-2-f03590772f87bea230817c820601eb96bfa435b9.zip |
Version bump, bug 514496
(Portage version: 2.2.10/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.2.3.ebuild (renamed from dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild) | 18 |
2 files changed, 16 insertions, 10 deletions
diff --git a/dev-db/xtrabackup-bin/ChangeLog b/dev-db/xtrabackup-bin/ChangeLog index fdea6fb3419b..58aa33106853 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog,v 1.8 2014/05/30 19:09:56 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog,v 1.9 2014/07/06 14:20:21 idl0r Exp $ + +*xtrabackup-bin-2.2.3 (06 Jul 2014) + + 06 Jul 2014; Christian Ruppert <idl0r@gentoo.org> + -xtrabackup-bin-2.1.7.ebuild, +xtrabackup-bin-2.2.3.ebuild: + Version bump, bug 514496 30 May 2014; Christian Ruppert <idl0r@gentoo.org> xtrabackup-bin-2.1.7.ebuild, xtrabackup-bin-2.1.9.ebuild: diff --git a/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild b/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.3.ebuild index 64db50f04354..b58cc0f1e28d 100644 --- a/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild +++ b/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 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.1.7.ebuild,v 1.3 2014/05/30 19:09:56 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.3.ebuild,v 1.1 2014/07/06 14:20:21 idl0r Exp $ EAPI=5 MY_PN="percona-${PN/-bin}" -MY_PVR="${PV}-721" +MY_PVR="${PV}-4982" MY_P="${MY_PN}-${PV}" MY_PF="${MY_PN}-${MY_PVR}" @@ -16,10 +16,10 @@ InnoDB and XtraDB databases" HOMEPAGE="http://www.percona.com/software/percona-xtrabackup" SRC_URI=" amd64? ( - http://www.percona.com/downloads/XtraBackup/XtraBackup-${PV}/binary/Linux/x86_64/${MY_PF}-Linux-x86_64.tar.gz -> ${MY_P}-x86_64.tar.gz + http://www.percona.com/downloads/XtraBackup/XtraBackup-${PV}/binary/tarball/${MY_PF}-Linux-x86_64.tar.gz ) x86? ( - http://www.percona.com/downloads/XtraBackup/XtraBackup-${PV}/binary/Linux/i686/${MY_PF}-Linux-i686.tar.gz -> ${MY_P}-x86_32.tar.gz + http://www.percona.com/downloads/XtraBackup/XtraBackup-${PV}/binary/tarball/${MY_PF}-Linux-i686.tar.gz )" LICENSE="GPL-2" @@ -30,7 +30,8 @@ IUSE="" DEPEND="" RDEPEND="dev-libs/libaio || ( dev-libs/libgcrypt:0/11 dev-libs/libgcrypt:11/11 ) - dev-libs/libgpg-error" + dev-libs/libgpg-error + dev-perl/DBD-mysql" if use amd64; then S="${WORKDIR}/${MY_P}-Linux-x86_64" @@ -40,16 +41,15 @@ fi src_prepare() { # bug 501904 - CVE-2014-2029 - epatch "${FILESDIR}/${P}-no-versioncheck.patch" + epatch "${FILESDIR}/${PN}-2.1.7-no-versioncheck.patch" } src_install() { - for bin in innobackupex xbcrypt xbstream xtrabackup xtrabackup_55 xtrabackup_56; do + for bin in innobackupex xbcrypt xbstream xtrabackup; do dobin bin/${bin} done - dosym /usr/bin/innobackupex /usr/bin/innobackupex-1.5.1 } pkg_postinst() { - einfo "xtrabackup 2.1.x is for MySQL/MariaDB 5.5 and 5.6 only" + einfo "xtrabackup 2.2.x is for MySQL/MariaDB 5.6 only" } |