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/
Date: Tue, 30 Jun 2020 13:31:20
Message-Id: 1593523860.daec6ea0474a2ac7b8d105ecb77a2ac01f3378c4.whissi@gentoo
1 commit: daec6ea0474a2ac7b8d105ecb77a2ac01f3378c4
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 29 06:11:37 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 13:31:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daec6ea0
7
8 dev-db/percona-xtrabackup: adjust src uri
9
10 Closes: https://bugs.gentoo.org/729824
11 Package-Manager: Portage-2.3.102, Repoman-2.3.23
12 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/16482
14 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
15
16 dev-db/percona-xtrabackup/percona-xtrabackup-8.0.13.ebuild | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.13.ebuild b/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.13.ebuild
20 index edbb5af4c04..1ee00910f4e 100644
21 --- a/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.13.ebuild
22 +++ b/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.13.ebuild
23 @@ -8,11 +8,10 @@ CMAKE_MAKEFILE_GENERATOR="emake"
24 inherit cmake flag-o-matic
25
26 BOOST_VER="1_70_0"
27 -MY_PV="$(ver_rs 2 '-')"
28
29 DESCRIPTION="Hot backup utility for MySQL based servers"
30 HOMEPAGE="https://www.percona.com/software/mysql-database/percona-xtrabackup"
31 -SRC_URI="https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${MY_PV}/source/tarball/${P}.tar.gz
32 +SRC_URI="https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${PV}/source/tarball/${P}.tar.gz
33 mirror://sourceforge/boost/boost_${BOOST_VER}.tar.gz"
34
35 LICENSE="GPL-2"