Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-xtrabackup-bin/
Date: Sun, 05 Aug 2018 14:39:41
Message-Id: 1533479931.0e3fbd9766cdbf7261cb2f60951738c4fd438795.whissi@gentoo
1 commit: 0e3fbd9766cdbf7261cb2f60951738c4fd438795
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 14:38:51 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 14:38:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3fbd97
7
8 dev-db/percona-xtrabackup-bin: drop old
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-db/percona-xtrabackup-bin/Manifest | 2 -
13 .../percona-xtrabackup-bin-2.4.10.ebuild | 64 ----------------------
14 2 files changed, 66 deletions(-)
15
16 diff --git a/dev-db/percona-xtrabackup-bin/Manifest b/dev-db/percona-xtrabackup-bin/Manifest
17 index 7174ce280a7..035bb7c8e3a 100644
18 --- a/dev-db/percona-xtrabackup-bin/Manifest
19 +++ b/dev-db/percona-xtrabackup-bin/Manifest
20 @@ -1,5 +1,3 @@
21 -DIST percona-xtrabackup-2.4.10-Linux-i686.libgcrypt20.tar.gz 84004091 BLAKE2B 0fde32a53aaba54d71e34b729ba4d3dc94c21d8852a4c87da221b6967b6e9c6b59c7fc4966724cbdf3fd474082b3e14717dc34b30b3f235b2271c0f7fdbf52e8 SHA512 07e75c0770736f2566d44395a5ed455b5f90a64244754e621e9c90d8e7a0ad3fe1d7a05037b9f0ecba53b821a8f1ad4d51914ef0b414ae470091ccd489379b19
22 -DIST percona-xtrabackup-2.4.10-Linux-x86_64.libgcrypt20.tar.gz 86736776 BLAKE2B b55915b1ad34bb55668b90de2441502491e98d2a685932848e756ea61562592416a05eba33d0c6df2bcad9f113b867b64eca39813a3683b25c18574535ba2b70 SHA512 1293e9511e09cd8cac2ef2a117282d3f79573974b7b7c3ffe6e80fe1c57edb27f32fe19e14c0ea643084c62ad83f6e5e25b5f01671628735fae940fcfb7795f1
23 DIST percona-xtrabackup-2.4.11-Linux-i686.libgcrypt20.tar.gz 85158090 BLAKE2B 3d6565542208d1a9c74154d0a7e23610a34416f4840bcff240a262958fe4e4b0f489883349760934469619d225dccc7a2d531919e716dfdc3c2f10b1f98263e2 SHA512 bd6419f1b2e79e8e41817c677209a0d08912b247314f611689e0208028d4870e1e2a2b559fe8d60a3a369704aaee57e300643d9d355f083bb89c950f13d724bb
24 DIST percona-xtrabackup-2.4.11-Linux-x86_64.libgcrypt20.tar.gz 87975988 BLAKE2B 850b06d3e063b2884f0731ada7ad20e09816e38f60ee5eef2b1150c2b1f0cd59082d26fa026bf7e80ccebdf6b513ab8af6c7d228ade96d532ef41a74490093e9 SHA512 dc412e3ad65a5d3aed6053e107a79094760b868f008171c9aaee190c97e666a38716b0c7d3e7f3db74eecff98b35c114be29114d50630f554a0c2cb0b1b71cfe
25 DIST percona-xtrabackup-2.4.12-Linux-i686.libgcrypt20.tar.gz 85181957 BLAKE2B b066ff9efa8c57829a441c2e416ac1eeeff60cb0839ccdab4cd685bff9b2ead552ba9b7105541e0a824ca8aaeeb47d89d66180fe428842470c4743dfd149f31d SHA512 adbaae8ad3347e15b13fe360dd5d4721330d6b17e75696128dfe770d03ad85056abeb861ffcbfe1d08020c8b9d726dd9e5650f63b7199804fe4d3cd9806debe2
26
27 diff --git a/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.10.ebuild b/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.10.ebuild
28 deleted file mode 100644
29 index 2e9e7ddc752..00000000000
30 --- a/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.10.ebuild
31 +++ /dev/null
32 @@ -1,64 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="6"
37 -
38 -MY_PN="${PN%-bin}"
39 -MY_P="${MY_PN}-${PV}"
40 -
41 -DESCRIPTION="MySQL hot backup software. non-blocking backups for InnoDB/XtraDB databases"
42 -HOMEPAGE="https://www.percona.com/software/percona-xtrabackup"
43 -SRC_URI="
44 - amd64? (
45 - https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/binary/tarball/${MY_P}-Linux-x86_64.libgcrypt20.tar.gz
46 - )
47 - x86? (
48 - https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/binary/tarball/${MY_P}-Linux-i686.libgcrypt20.tar.gz
49 - )"
50 -
51 -LICENSE="GPL-2"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 -
56 -# NOTE: dev-perl/DBD-mysql still necessary, now for bin/xtrabackup?
57 -DEPEND=""
58 -RDEPEND="dev-libs/libaio
59 - dev-libs/libgcrypt:0/20
60 - dev-libs/libgpg-error
61 - dev-perl/DBD-mysql
62 - sys-libs/zlib
63 - sys-process/numactl"
64 -
65 -QA_PREBUILT="usr/bin/*"
66 -
67 -src_unpack() {
68 - default
69 -
70 - if use amd64; then
71 - S="${WORKDIR}/${MY_P}-Linux-x86_64"
72 - elif use x86; then
73 - S="${WORKDIR}/${MY_P}-Linux-i686"
74 - fi
75 -}
76 -
77 -src_install() {
78 - # Two new tools with an old libcurl.so.3 dep...
79 - # TODO: Wait for a new release using libcurl.so.4
80 - # net-misc/curl dev-libs/libev
81 - # dobin bin/xbcloud{,_osenv}
82 -
83 - for tool in xbcrypt xbstream xtrabackup; do
84 - dobin bin/${tool}
85 - done
86 -
87 - for man in innobackupex xbcrypt xbstream xtrabackup; do
88 - doman man/man1/${man}.1
89 - done
90 -
91 - dosym xtrabackup /usr/bin/innobackupex
92 -}
93 -
94 -pkg_postinst() {
95 - ewarn "innobackupex got deprecated in 2.3.x series and is just a symlink to xtrabackup"
96 -}