summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStratos Psomadakis <psomas@gentoo.org>2011-08-30 10:42:57 +0000
committerStratos Psomadakis <psomas@gentoo.org>2011-08-30 10:42:57 +0000
commit3f005105937308b056cd826f5d40ccbd1f3eb693 (patch)
treefa50fca534ef6f0010680287ede2ff613d8a78da /dev-util/ketchup
parentChange version scheme (diff)
downloadgentoo-2-3f005105937308b056cd826f5d40ccbd1f3eb693.tar.gz
gentoo-2-3f005105937308b056cd826f5d40ccbd1f3eb693.tar.bz2
gentoo-2-3f005105937308b056cd826f5d40ccbd1f3eb693.zip
Migrate to git-2 eclass for the live ebuild
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'dev-util/ketchup')
-rw-r--r--dev-util/ketchup/ChangeLog5
-rw-r--r--dev-util/ketchup/ketchup-9999.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-util/ketchup/ChangeLog b/dev-util/ketchup/ChangeLog
index 2eb714d7d7f6..7af535885adf 100644
--- a/dev-util/ketchup/ChangeLog
+++ b/dev-util/ketchup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/ketchup
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ChangeLog,v 1.27 2011/08/30 10:32:51 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ChangeLog,v 1.28 2011/08/30 10:42:57 psomas Exp $
+
+ 30 Aug 2011; Stratos Psomadakis <psomas@gentoo.org> ketchup-9999.ebuild:
+ Migrate to git-2 eclass for the live ebuild
*ketchup-9999 (30 Aug 2011)
diff --git a/dev-util/ketchup/ketchup-9999.ebuild b/dev-util/ketchup/ketchup-9999.ebuild
index ff217237d621..81c7c4bcd271 100644
--- a/dev-util/ketchup/ketchup-9999.ebuild
+++ b/dev-util/ketchup/ketchup-9999.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ketchup-9999.ebuild,v 1.1 2011/08/30 10:32:51 psomas Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ketchup/ketchup-9999.ebuild,v 1.2 2011/08/30 10:42:57 psomas Exp $
EAPI="4"
-inherit git eutils
+inherit git-2 eutils
DESCRIPTION="tool for updating or switching between versions of the Linux kernel source"
HOMEPAGE="http://github.com/psomas/ketchup"
SRC_URI=""
EGIT_REPO_URI="git://github.com/psomas/ketchup.git"
-EGIT_TREE="experimental"
-EGIT_BRANCH="experimental"
+EGIT_MASTER="experimental"
LICENSE="GPL-2"
SLOT="0"