diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:49:14 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:49:14 +0000 |
commit | d712961f984fe79e8c420deafcc3fb47f5b3331e (patch) | |
tree | 7c5baa4b20933d1d1de3587ddfa2cba4b9c18037 | |
parent | Migrate to git-2. Simplify. (diff) | |
download | gentoo-2-d712961f984fe79e8c420deafcc3fb47f5b3331e.tar.gz gentoo-2-d712961f984fe79e8c420deafcc3fb47f5b3331e.tar.bz2 gentoo-2-d712961f984fe79e8c420deafcc3fb47f5b3331e.zip |
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
-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" |