Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 283321 Details for
Bug 375673
dev-db/mydumper - a high-performance multi-threaded backup/restore toolset for MySQL and Drizzle
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mydumper-0.5.1.ebuild
mydumper-0.5.1.ebuild (text/plain), 822 bytes, created by
babykart
on 2011-08-14 18:25:24 UTC
(
hide
)
Description:
mydumper-0.5.1.ebuild
Filename:
MIME Type:
Creator:
babykart
Created:
2011-08-14 18:25:24 UTC
Size:
822 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit cmake-utils > >DESCRIPTION="Parallel dump/import from/to MySQL" >HOMEPAGE="http://www.mydumper.org" >SRC_URI="http://launchpad.net/mydumper/0.5/${PV}/+download/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64" >IUSE="doc" > >DEPEND=">=virtual/mysql-5.1 > >=dev-libs/glib-2.28.6 > >=sys-libs/zlib-1.2.5-r2 > >=dev-libs/libpcre-8.12" >RDEPEND="${DEPEND} > doc? ( dev-python/sphinx )" > >CMAKE_IN_SOURCE_BUILD=1 > >DOCS="README" > >src_configure() { > local mycmakeargs=( > $(cmake-utils_use_build doc DOCS) > ) > cmake-utils_src_configure >} > >pkg_postinst() { > einfo > einfo "You might want to have a look at" > einfo "http://devdocs.mydumper.org/" > einfo "on how to get started with Mydumper." > einfo >}
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 375673
:
280395
|
280397
| 283321 |
283323