public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-xtrabackup-bin/
Date: Sun,  5 Aug 2018 14:39:35 +0000 (UTC)	[thread overview]
Message-ID: <1533479911.4de471a1a76d718fa5458f17f49b6d64a922db40.whissi@gentoo> (raw)

commit:     4de471a1a76d718fa5458f17f49b6d64a922db40
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  5 14:38:31 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Aug  5 14:38:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de471a1

dev-db/percona-xtrabackup-bin: drop version requiring libgcrypt:11

Closes: https://bugs.gentoo.org/656376
Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-db/percona-xtrabackup-bin/Manifest             |  2 -
 .../percona-xtrabackup-bin-2.4.9.ebuild            | 61 ----------------------
 2 files changed, 63 deletions(-)

diff --git a/dev-db/percona-xtrabackup-bin/Manifest b/dev-db/percona-xtrabackup-bin/Manifest
index b65296bbe64..7174ce280a7 100644
--- a/dev-db/percona-xtrabackup-bin/Manifest
+++ b/dev-db/percona-xtrabackup-bin/Manifest
@@ -4,5 +4,3 @@ DIST percona-xtrabackup-2.4.11-Linux-i686.libgcrypt20.tar.gz 85158090 BLAKE2B 3d
 DIST percona-xtrabackup-2.4.11-Linux-x86_64.libgcrypt20.tar.gz 87975988 BLAKE2B 850b06d3e063b2884f0731ada7ad20e09816e38f60ee5eef2b1150c2b1f0cd59082d26fa026bf7e80ccebdf6b513ab8af6c7d228ade96d532ef41a74490093e9 SHA512 dc412e3ad65a5d3aed6053e107a79094760b868f008171c9aaee190c97e666a38716b0c7d3e7f3db74eecff98b35c114be29114d50630f554a0c2cb0b1b71cfe
 DIST percona-xtrabackup-2.4.12-Linux-i686.libgcrypt20.tar.gz 85181957 BLAKE2B b066ff9efa8c57829a441c2e416ac1eeeff60cb0839ccdab4cd685bff9b2ead552ba9b7105541e0a824ca8aaeeb47d89d66180fe428842470c4743dfd149f31d SHA512 adbaae8ad3347e15b13fe360dd5d4721330d6b17e75696128dfe770d03ad85056abeb861ffcbfe1d08020c8b9d726dd9e5650f63b7199804fe4d3cd9806debe2
 DIST percona-xtrabackup-2.4.12-Linux-x86_64.libgcrypt20.tar.gz 87975175 BLAKE2B b21ab8dd4fac27ae8c731b5fbd816dfc39572bc52a9273255a4c89ddf99ee490cc66ed4f92945b18f4ec58e731ae036a16e08674cb9837544ca5150cb6b91c7b SHA512 355b9f7f052a1242e502ddcbdc26cb931d16366be4db405730a2bb04de3030e0d0e6d4d15eb87f68fe232648dd435c85505a6d895b7c27b3baea0cb851214766
-DIST percona-xtrabackup-2.4.9-Linux-i686.tar.gz 79816483 BLAKE2B 0fd97ee14c97f66edf629fa0300bfa2d6b333ac5942f5cee46dd9d0ad04ef2fe12750209971ff8f6a8ca225a85deaa42ca64c484e12e60c85789153689e55c42 SHA512 014921b0ea9fec783adbdd4556301e8df77f801729faae5b2b7245c349df069fc3af33ebef5ec65ef0e020c7b0ec8ebf4aa7a7acc0e9936c6f4a90b721a5de19
-DIST percona-xtrabackup-2.4.9-Linux-x86_64.tar.gz 90282874 BLAKE2B 2c4cdb8c6da443baf01857fbe4b27be002df370b67687f417a9fde6b08a5e72482552b165a9f27fda305787b42089fb138a4fca2f1d683afbd42efa23746b13c SHA512 24138c098d8e674de291dc494c38f2fce52f4d6a5a2552a62b34ea801b867431917449656f990043c7bbbc1e18a8806c4343eadbe1fea17e36ff1b10109e5047

diff --git a/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.9.ebuild b/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.9.ebuild
deleted file mode 100644
index 061d2fc6a0c..00000000000
--- a/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.9.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-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.tar.gz
-	)
-	x86? (
-		https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/binary/tarball/${MY_P}-Linux-i686.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: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_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"
-}


             reply	other threads:[~2018-08-05 14:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-05 14:39 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-19 17:45 [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-xtrabackup-bin/ Sam James
2021-07-10 18:54 Sam James
2019-02-14 14:45 Thomas Deutschmann
2019-02-14 14:45 Thomas Deutschmann
2019-02-14 14:45 Thomas Deutschmann
2018-08-05 14:39 Thomas Deutschmann
2018-08-05 14:36 Thomas Deutschmann
2018-07-23  8:15 Christian Ruppert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1533479911.4de471a1a76d718fa5458f17f49b6d64a922db40.whissi@gentoo \
    --to=whissi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox