Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 437058 Details for
Bug 265407
Ebuild request: dev-db/xtrabackup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
percona-xtrabackup-2.4.3.ebuild
percona-xtrabackup-2.4.3.ebuild (text/plain), 950 bytes, created by
Tomáš Mózes
on 2016-06-10 13:45:15 UTC
(
hide
)
Description:
percona-xtrabackup-2.4.3.ebuild
Filename:
MIME Type:
Creator:
Tomáš Mózes
Created:
2016-06-10 13:45:15 UTC
Size:
950 bytes
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >DESCRIPTION="Hot backup utility for MySQL based servers" >HOMEPAGE="https://www.percona.com/software/mysql-database/percona-xtrabackup" >SRC_URI="https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/source/tarball/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="=dev-libs/boost-1.59.0 > dev-libs/libaio > dev-libs/libev > dev-libs/libgcrypt:0= > dev-libs/libgpg-error > dev-python/sphinx > net-misc/curl > sys-libs/zlib" >RDEPEND="${DEPEND} > !dev-db/xtrabackup-bin" > >src_configure() { > cmake -DBUILD_CONFIG=xtrabackup_release || die >} > >src_compile() { > emake >} > >src_install() { > local p="storage/innobase/xtrabackup" > > for tool in xbcloud xbcrypt xbstream xtrabackup; do > dobin ${p}/src/${tool} > done > > dosym xtrabackup /usr/bin/innobackupex > > doman ${p}/doc/source/build/man/* >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 265407
:
218923
|
234843
|
271995
|
310493
|
319980
|
347120
|
347122
|
350938
|
350940
|
350942
|
436970
|
437056
|
437058
|
437344
|
438678