summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2014-09-30 03:39:07 +0000
committerBrian Evans <grknight@gentoo.org>2014-09-30 03:39:07 +0000
commit9baca2a1b9c4720538e07aeb17f313308ad4fc0c (patch)
tree014b6644be41eea2899d2083409ae065a2e1eb7b /dev-db/mydumper
parentbump; clean old python impls, update deps, upgrade test phase, based on patch... (diff)
downloadgentoo-2-9baca2a1b9c4720538e07aeb17f313308ad4fc0c.tar.gz
gentoo-2-9baca2a1b9c4720538e07aeb17f313308ad4fc0c.tar.bz2
gentoo-2-9baca2a1b9c4720538e07aeb17f313308ad4fc0c.zip
Non-maintainer commit; version bump needed for infra wrt bug 519454; drop old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-db/mydumper')
-rw-r--r--dev-db/mydumper/ChangeLog10
-rw-r--r--dev-db/mydumper/mydumper-0.6.2.ebuild (renamed from dev-db/mydumper/mydumper-0.5.1.ebuild)12
2 files changed, 12 insertions, 10 deletions
diff --git a/dev-db/mydumper/ChangeLog b/dev-db/mydumper/ChangeLog
index 9b4059c8612b..55a714995fb7 100644
--- a/dev-db/mydumper/ChangeLog
+++ b/dev-db/mydumper/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/mydumper
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mydumper/ChangeLog,v 1.6 2013/12/24 11:26:26 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mydumper/ChangeLog,v 1.7 2014/09/30 03:39:07 grknight Exp $
+
+*mydumper-0.6.2 (30 Sep 2014)
+
+ 30 Sep 2014; Brian Evans <grknight@gentoo.org> +mydumper-0.6.2.ebuild,
+ -mydumper-0.5.1.ebuild:
+ Non-maintainer commit; version bump needed for infra wrt bug 519454; drop old
24 Dec 2013; Sergey Popov <pinkbyte@gentoo.org> mydumper-0.5.1.ebuild,
mydumper-0.5.2.ebuild:
diff --git a/dev-db/mydumper/mydumper-0.5.1.ebuild b/dev-db/mydumper/mydumper-0.6.2.ebuild
index 3aec1de2c44c..a268559625e5 100644
--- a/dev-db/mydumper/mydumper-0.5.1.ebuild
+++ b/dev-db/mydumper/mydumper-0.6.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mydumper/mydumper-0.5.1.ebuild,v 1.4 2013/12/24 11:26:26 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mydumper/mydumper-0.6.2.ebuild,v 1.1 2014/09/30 03:39:07 grknight Exp $
-EAPI=2
+EAPI=5
inherit cmake-utils versionator
DESCRIPTION="A high-performance multi-threaded backup (and restore) toolset for MySQL and Drizzle"
@@ -24,15 +24,11 @@ DOCS=( README )
src_prepare() {
# respect user cflags; do not expand ${CMAKE_C_FLAGS} (!)
- sed -i -e 's:-W.*-g:${CMAKE_C_FLAGS}:' CMakeLists.txt
+ sed -i -e 's:-Werror -O3 -g:${CMAKE_C_FLAGS}:' CMakeLists.txt
# fix doc install path
sed -i -e "s:share/doc/mydumper:share/doc/${PF}:" docs/CMakeLists.txt
}
-src_compile() {
- cp "${CMAKE_BUILD_DIR}/config.h" "${CMAKE_USE_DIR}" || die
-}
-
src_configure() {
mycmakeargs=( $(cmake-utils_use doc BUILD_DOCS) )