idl0r       14/10/19 09:57:03

  Modified:             ChangeLog
  Added:                xtrabackup-bin-2.2.5.ebuild
  Removed:              xtrabackup-bin-2.0.8.ebuild
  Log:
  Version bump, bug 525502
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
B427ABC8)

Revision  Changes    Path
1.10                 dev-db/xtrabackup-bin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   6 Jul 2014 14:20:21 -0000       1.9
+++ ChangeLog   19 Oct 2014 09:57:03 -0000      1.10
@@ -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.9 
2014/07/06 14:20:21 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog,v 1.10 
2014/10/19 09:57:03 idl0r Exp $
+
+*xtrabackup-bin-2.2.5 (19 Oct 2014)
+
+  19 Oct 2014; Christian Ruppert <id...@gentoo.org>
+  -xtrabackup-bin-2.0.8.ebuild, +xtrabackup-bin-2.2.5.ebuild:
+  Version bump, bug 525502
 
 *xtrabackup-bin-2.2.3 (06 Jul 2014)
 



1.1                  dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild?rev=1.1&content-type=text/plain

Index: xtrabackup-bin-2.2.5.ebuild
===================================================================
# 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.2.5.ebuild,v 1.1 
2014/10/19 09:57:03 idl0r Exp $

EAPI=5

MY_PN="percona-${PN/-bin}"
MY_PVR="${PV}-5027"
MY_P="${MY_PN}-${PV}"
MY_PF="${MY_PN}-${MY_PVR}"

inherit eutils

DESCRIPTION="MySQL hot backup software that performs non-blocking backups for
InnoDB and XtraDB databases"
HOMEPAGE="http://www.percona.com/software/percona-xtrabackup";
SRC_URI="
        amd64? (
                
http://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/binary/tarball/${MY_PF}-Linux-x86_64.tar.gz
        )
        x86? (
                
http://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/binary/tarball/${MY_PF}-Linux-i686.tar.gz
        )"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="dev-libs/libaio
        || ( dev-libs/libgcrypt:0/11 dev-libs/libgcrypt:11/11 )
        dev-libs/libgpg-error
        dev-perl/DBD-mysql
        sys-libs/zlib"

if use amd64; then
        S="${WORKDIR}/${MY_P}-Linux-x86_64"
elif use x86; then
        S="${WORKDIR}/${MY_P}-Linux-i686"
fi

src_prepare() {
        # bug 501904 - CVE-2014-2029
        epatch "${FILESDIR}/${PN}-2.1.7-no-versioncheck.patch"
}

src_install() {
        for bin in innobackupex xbcrypt xbstream xtrabackup; do
                dobin bin/${bin}
        done
}

pkg_postinst() {
        einfo "xtrabackup 2.2.x is for MySQL/MariaDB 5.6 only"
}




Reply via email to