commit:     480871067e25d5c1ae230d93132cc4c33080e081
Author:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 20:54:35 2016 +0000
Commit:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 20:54:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48087106

dev-db/xtrabackup-bin: Remove old version

Package-Manager: portage-2.3.0

 dev-db/xtrabackup-bin/Manifest                     |  2 -
 .../xtrabackup-bin-2.1.7-no-versioncheck.patch     | 13 -----
 dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild  | 60 ----------------------
 3 files changed, 75 deletions(-)

diff --git a/dev-db/xtrabackup-bin/Manifest b/dev-db/xtrabackup-bin/Manifest
index 1f688fd..18d4ea7 100644
--- a/dev-db/xtrabackup-bin/Manifest
+++ b/dev-db/xtrabackup-bin/Manifest
@@ -1,4 +1,2 @@
-DIST percona-xtrabackup-2.2.5-5027-Linux-i686.tar.gz 24942813 SHA256 
b904bb8d7bc48b48aaadf1af8a21df9987198f36c23c576e2a2090c9e06eb55a SHA512 
16ca7739e43b65f22ac5ab9cc9e0e701d4b0ecbe179ebac70719902000a36cb37de87446b9a2830813fe2714ffdfa7bccb938961951c01804d8e2ec98f6d7c10
 WHIRLPOOL 
3d565e29ddaf9f21d3c0e85d49f2ba8379ab1c07961561853abdc197bbf3c4c7aa067e9e0da3d5de96569b41834282e2954a02e4d8169ed0030606c3f4169e6c
-DIST percona-xtrabackup-2.2.5-5027-Linux-x86_64.tar.gz 25313698 SHA256 
90b5ca03e872581e95aa3e24972212940417d3c64879b28bc37a848f89bba7e9 SHA512 
54576cecd24797730ab0b262558424e2716135de88ccc80dfb7716adfcf404fdb2ac2ceec99b436eb1e31392fffdf5eba122e15070cc0f10906aaf5617bada85
 WHIRLPOOL 
655143c2a75db8a38b9f97a657c3c199bf1054552a5b638ff8c27d3ad76b1d67b1504628077577664711010c8085b3185a754507c0f330e5603e94ebccbf25d2
 DIST percona-xtrabackup-2.4.1-Linux-i686.tar.gz 79585648 SHA256 
be80de6c40aa13717566cd4a6c7d8ee26933c0df0656f800e1e88a6d00f8303d SHA512 
8aaa8b3490fc975925e061138c62976c0b64a6578cf725b73786fd9ce71065115cc857fd06ebecf771dbbacaca00428fd342498275ac8af0235a1a27b2cb50e3
 WHIRLPOOL 
51919ec6872687d709d87c2a962c07c76a2fa7f95baa810af473e2869d6d58f79023a944385d0084dda7c51b55949916752672475f4561c0bd8e627395bbf432
 DIST percona-xtrabackup-2.4.1-Linux-x86_64.tar.gz 80754302 SHA256 
ba1423df58da1ca21d9db4ea6c3d29886a52af708bfb85859f89d1aaa4135b21 SHA512 
38c0229674154eb5e17b3300f9d8a413f7ec548f8357a1ad3309f0353f32a479f59767679d364a76b8ffa5b72bb764bb2d4f162ad5a28993f71b69bd95869a7b
 WHIRLPOOL 
ca8994c40d215c9389f8a16f56a5445fc327cc104be56d908dd330b20ff2b8e94ec51ce56b3984771f47d2163b5dd36c62e0e8636a51524c645273a807252401

diff --git 
a/dev-db/xtrabackup-bin/files/xtrabackup-bin-2.1.7-no-versioncheck.patch 
b/dev-db/xtrabackup-bin/files/xtrabackup-bin-2.1.7-no-versioncheck.patch
deleted file mode 100644
index 5460e43..0000000
--- a/dev-db/xtrabackup-bin/files/xtrabackup-bin-2.1.7-no-versioncheck.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/bin/innobackupex b/bin/innobackupex
-index 1df8d91..9729b6c 100755
---- a/bin/innobackupex
-+++ b/bin/innobackupex
-@@ -142,7 +142,7 @@ my $option_rebuild_threads = 0;
- 
- my $option_debug_sleep_before_unlock = '';
- 
--my $option_version_check = '1';
-+my $option_version_check = '0';
- 
- my $option_force_non_empty_dirs = '';
- 

diff --git a/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild 
b/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild
deleted file mode 100644
index 2d55fe0..0000000
--- a/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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:11/11
-       dev-libs/libgpg-error
-       dev-perl/DBD-mysql
-       sys-libs/zlib"
-
-src_unpack() {
-       default
-
-       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