diff options
Diffstat (limited to 'dev-db/ctdb')
-rw-r--r-- | dev-db/ctdb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/ctdb/ctdb-9999.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/ctdb/ChangeLog b/dev-db/ctdb/ChangeLog index ca1b21e64496..b28d969a65e2 100644 --- a/dev-db/ctdb/ChangeLog +++ b/dev-db/ctdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/ctdb # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.23 2011/08/27 11:25:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.24 2011/09/21 08:49:14 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> ctdb-9999.ebuild: + Migrate to git-2. 27 Aug 2011; Raúl Porcel <armin76@gentoo.org> ctdb-1.0.114_p1.ebuild: alpha/ia64/s390/sh/sparc stable wrt #377909 diff --git a/dev-db/ctdb/ctdb-9999.ebuild b/dev-db/ctdb/ctdb-9999.ebuild index c1199d01e3bd..88fa0a013679 100644 --- a/dev-db/ctdb/ctdb-9999.ebuild +++ b/dev-db/ctdb/ctdb-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-9999.ebuild,v 1.2 2009/11/14 13:53:58 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-9999.ebuild,v 1.3 2011/09/21 08:49:14 mgorny Exp $ EGIT_REPO_URI="git://git.samba.org/tridge/ctdb.git" -inherit autotools eutils git +inherit autotools eutils git-2 DESCRIPTION="A cluster implementation of the TDB database used by Samba and other projects to store temporary data." HOMEPAGE="http://ctdb.samba.org/" @@ -17,7 +17,7 @@ DEPEND="dev-libs/popt" RDEPEND="${DEPEND}" src_unpack() { - git_src_unpack + git-2_src_unpack epatch "${FILESDIR}/autoconf-2.62-fix.patch" |