commit:     f029757cf432a789b6a29f6eddd775d649b9acf6
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 31 18:14:54 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Dec 31 18:30:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f029757c

dev-db/percona-xtrabackup-bin: treeclean

Closes: https://bugs.gentoo.org/864367
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-db/percona-xtrabackup-bin/Manifest             |  2 -
 dev-db/percona-xtrabackup-bin/metadata.xml         |  5 --
 .../percona-xtrabackup-bin-2.4.13-r1.ebuild        | 69 ----------------------
 profiles/package.mask                              |  6 --
 profiles/updates/2Q-2018                           |  1 -
 5 files changed, 83 deletions(-)

diff --git a/dev-db/percona-xtrabackup-bin/Manifest 
b/dev-db/percona-xtrabackup-bin/Manifest
deleted file mode 100644
index 3f0ae5538c7a..000000000000
--- a/dev-db/percona-xtrabackup-bin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST percona-xtrabackup-2.4.13-Linux-i686.libgcrypt20.tar.gz 85192746 BLAKE2B 
7df4fee162587830a19499cd692d5e81ba67bb445ad0bea7bb93a9857bae5e4671740d01b817b6d04043abfd436ef88e0983dc7ab80d5d20426d9c05b470c79e
 SHA512 
c2fa43aa4654cfcf06aa47ee20ee48e9b725aa3b0514419c5af5872d7ed37a971d5afe5aa4dc9475cf4d0738354a0ec35e6dd97a24ec00b2330465e94bafb365
-DIST percona-xtrabackup-2.4.13-Linux-x86_64.libgcrypt20.tar.gz 87985226 
BLAKE2B 
937518b96d948098f2026397947250fbe4952752cf6f83fee5fdda4031564916bbfa07cd77a5db5db16150d446593b52fd82d6ee919ceb9fb0fb41de2f6ca631
 SHA512 
824ad9e94c38d51291afa1c9f1b9114c88c2b777ac9e5eb41a523463355521233b682920940084f8771820ccad6bd2a9ca280f6397eebd99ca26995712e68007

diff --git a/dev-db/percona-xtrabackup-bin/metadata.xml 
b/dev-db/percona-xtrabackup-bin/metadata.xml
deleted file mode 100644
index 115e9d64a669..000000000000
--- a/dev-db/percona-xtrabackup-bin/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-</pkgmetadata>

diff --git 
a/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.13-r1.ebuild 
b/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.13-r1.ebuild
deleted file mode 100644
index b35555d20dbf..000000000000
--- a/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.13-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-MY_PN="${PN%-bin}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="MySQL hot backup software. non-blocking backups for InnoDB/XtraDB 
databases"
-HOMEPAGE="https://www.percona.com/software/percona-xtrabackup";
-SRC_URI="
-       amd64? (
-               
https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/binary/tarball/${MY_P}-Linux-x86_64.libgcrypt20.tar.gz
-       )
-       x86? (
-               
https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/binary/tarball/${MY_P}-Linux-i686.libgcrypt20.tar.gz
-       )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# NOTE: dev-perl/DBD-mysql still necessary, now for bin/xtrabackup?
-DEPEND=""
-RDEPEND="dev-libs/libaio
-       dev-libs/libgcrypt:0/20
-       dev-libs/libgpg-error
-       dev-perl/DBD-mysql
-       sys-libs/zlib
-       sys-process/numactl
-       || (
-               sys-libs/libxcrypt[compat]
-               sys-libs/glibc[crypt(+)]
-       )
-       !dev-db/percona-xtrabackup"
-
-QA_PREBUILT="usr/bin/*"
-
-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_install() {
-       # Two new tools with an old libcurl.so.3 dep...
-       # TODO: Wait for a new release using libcurl.so.4
-       # net-misc/curl dev-libs/libev
-       # dobin bin/xbcloud{,_osenv}
-
-       for tool in xbcrypt xbstream xtrabackup; do
-               dobin bin/${tool}
-       done
-
-       for man in innobackupex xbcrypt xbstream xtrabackup; do
-               doman man/man1/${man}.1
-       done
-
-       dosym xtrabackup /usr/bin/innobackupex
-}
-
-pkg_postinst() {
-       ewarn "innobackupex got deprecated in 2.3.x series and is just a 
symlink to xtrabackup"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 1730cfc91caf..37c4b79b6e21 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1116,12 +1116,6 @@ x11-misc/vnc2swf
 # Removal in 30 days.
 net-analyzer/snortsam
 
-# John Helmert III <[email protected]> (2022-11-24)
-# Binary package several releases behind the source-based package,
-# multiple vulnerabilities, unmaintained for several years. Removal in
-# 30 days. Bugs #849389, #882783.
-dev-db/percona-xtrabackup-bin
-
 # Matt Turner <[email protected]> (2022-11-16)
 # Packages or their dependencies have not been ported to libsoup:3.0, while
 # other non-slotted dependencies have been.

diff --git a/profiles/updates/2Q-2018 b/profiles/updates/2Q-2018
index b5253a73af32..1e9c38d2ccd6 100644
--- a/profiles/updates/2Q-2018
+++ b/profiles/updates/2Q-2018
@@ -5,7 +5,6 @@ move kde-apps/kstars sci-astronomy/kstars
 move media-video/kamoso kde-apps/kamoso
 move app-backup/kbackup kde-apps/kbackup
 move x11-proto/xcb-proto x11-base/xcb-proto
-move dev-db/xtrabackup-bin dev-db/percona-xtrabackup-bin
 move ros-meta/geometry_experimental ros-meta/geometry2
 slotmove =dev-ruby/websocket-driver-0.7.0 0 0.7
 move kde-plasma/oxygen-fonts media-fonts/oxygen-fonts

Reply via email to