summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2011-07-18 21:27:16 +0000
committerPaul Varner <fuzzyray@gentoo.org>2011-07-18 21:27:16 +0000
commit42d03b80e60b1f735c0d4a2640bbe37d1b0fb50e (patch)
treefb118de26b9354effb66bf7bcca9d428461ac5bb /app-portage
parentDrop debug use flag. (diff)
downloadgentoo-2-42d03b80e60b1f735c0d4a2640bbe37d1b0fb50e.tar.gz
gentoo-2-42d03b80e60b1f735c0d4a2640bbe37d1b0fb50e.tar.bz2
gentoo-2-42d03b80e60b1f735c0d4a2640bbe37d1b0fb50e.zip
Migrate live ebuild to the git-2 eclass.
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gentoolkit/ChangeLog5
-rw-r--r--app-portage/gentoolkit/gentoolkit-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/gentoolkit/ChangeLog b/app-portage/gentoolkit/ChangeLog
index 3c45f4fce6a0..494693995a8a 100644
--- a/app-portage/gentoolkit/ChangeLog
+++ b/app-portage/gentoolkit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/gentoolkit
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.225 2011/07/16 03:33:17 fuzzyray Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.226 2011/07/18 21:27:16 fuzzyray Exp $
+
+ 18 Jul 2011; Paul Varner <fuzzyray@gentoo.org> gentoolkit-9999.ebuild:
+ Migrate live ebuild to the git-2 eclass.
16 Jul 2011; Paul Varner <fuzzyray@gentoo.org> gentoolkit-9999.ebuild:
Update live ebuild to remove revdep-rebuild.sh when installed in a prefix
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index 90039caa2fc3..ca2a29d5a86f 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-9999.ebuild,v 1.16 2011/07/16 03:33:17 fuzzyray Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-9999.ebuild,v 1.17 2011/07/18 21:27:16 fuzzyray Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -11,7 +11,7 @@ PYTHON_NONVERSIONED_EXECUTABLES=(".*")
EGIT_MASTER="gentoolkit"
EGIT_BRANCH="gentoolkit"
-inherit distutils python git
+inherit distutils python git-2
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/gentoolkit.git"