Migrate to git-2.
authorMichał Górny <mgorny@gentoo.org>
Wed, 21 Sep 2011 08:32:22 +0000 (08:32 +0000)
committerMichał Górny <mgorny@gentoo.org>
Wed, 21 Sep 2011 08:32:22 +0000 (08:32 +0000)
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64

sys-apps/kexec-tools/ChangeLog
sys-apps/kexec-tools/kexec-tools-9999.ebuild
sys-apps/util-linux/ChangeLog
sys-apps/util-linux/util-linux-9999.ebuild

index 17c28e2740d4b809a55882f1cd5dd8fcb7af4fd5..102012bec7361059b320a963398be033c9174723 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/kexec-tools
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/ChangeLog,v 1.41 2011/09/19 11:01:44 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/ChangeLog,v 1.42 2011/09/21 08:31:54 mgorny Exp $
+
+  21 Sep 2011; Michał Górny <mgorny@gentoo.org> kexec-tools-9999.ebuild:
+  Migrate to git-2.
 
   19 Sep 2011; Andreas Schuerch <nativemad@gentoo.org>
   kexec-tools-2.0.2-r1.ebuild:
index f0e1d730ce8bed8161b0711da7ef975d72dd56ff..1bd1daa8205912f7aa0f82e59a66788a4947f5bc 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-9999.ebuild,v 1.6 2010/11/29 20:42:14 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-9999.ebuild,v 1.7 2011/09/21 08:31:54 mgorny Exp $
 
 EAPI=2
 
 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"
-inherit git autotools
+inherit git-2 autotools
 
 DESCRIPTION="Load another kernel from the currently executing Linux kernel"
 HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/"
@@ -19,7 +19,7 @@ DEPEND="zlib? ( sys-libs/zlib )"
 RDEPEND="${DEPEND}"
 
 src_unpack() {
-       git_src_unpack
+       git-2_src_unpack
        cd "${S}"
        eautoreconf
 }
index ec7f082d05ca37b8c716a8fa7c035f657bbb6d54..047e9cd6e254dc0bb0ce32edcefda03363b5434a 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/util-linux
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.350 2011/09/14 05:00:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.351 2011/09/21 08:32:21 mgorny Exp $
+
+  21 Sep 2011; Michał Górny <mgorny@gentoo.org> util-linux-9999.ebuild:
+  Migrate to git-2.
 
   14 Sep 2011; Mike Frysinger <vapier@gentoo.org> util-linux-2.20.ebuild:
   Drop ddate man page when USE=-ddate #381291#5 by Ulrich Müller.
index 3e232859c2c03569a4a7762c6bf0dd6013d74254..77f58a61ce21bcc2bfd269917a5387e1a0bfecf9 100644 (file)
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.23 2011/09/07 04:06:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.24 2011/09/21 08:32:22 mgorny Exp $
 
 EAPI="3"
 
 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
 inherit eutils toolchain-funcs libtool flag-o-matic
-[[ ${PV} == "9999" ]] && inherit git autotools
+[[ ${PV} == "9999" ]] && inherit git-2 autotools
 
 MY_PV=${PV/_/-}
 MY_P=${PN}-${MY_PV}