summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-09-21 08:16:06 +0000
committerMichał Górny <mgorny@gentoo.org>2011-09-21 08:16:06 +0000
commit0f2c4a1bd100f4a1fceecf57eed8f8c681c46919 (patch)
tree8ec0256d32741f1ad9913216be956c380ed6640f
parentMigrate to git-2, simplify a little. (diff)
downloadgentoo-2-0f2c4a1bd100f4a1fceecf57eed8f8c681c46919.tar.gz
gentoo-2-0f2c4a1bd100f4a1fceecf57eed8f8c681c46919.tar.bz2
gentoo-2-0f2c4a1bd100f4a1fceecf57eed8f8c681c46919.zip
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
-rw-r--r--sys-fs/yaffs2-utils/ChangeLog5
-rw-r--r--sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/yaffs2-utils/ChangeLog b/sys-fs/yaffs2-utils/ChangeLog
index 65589ea5c416..f894d34d71f9 100644
--- a/sys-fs/yaffs2-utils/ChangeLog
+++ b/sys-fs/yaffs2-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/yaffs2-utils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog,v 1.2 2011/09/11 19:08:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/ChangeLog,v 1.3 2011/09/21 08:16:06 mgorny Exp $
+
+ 21 Sep 2011; Michał Górny <mgorny@gentoo.org> yaffs2-utils-9999.ebuild:
+ Migrate to git-2.
11 Sep 2011; Mike Frysinger <vapier@gentoo.org> yaffs2-utils-9999.ebuild,
files/yaffs2-utils-9999-build.patch:
diff --git a/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild b/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild
index 832d58107ca5..b144eec94ab9 100644
--- a/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild
+++ b/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild,v 1.3 2011/09/11 19:08:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/yaffs2-utils/yaffs2-utils-9999.ebuild,v 1.4 2011/09/21 08:16:06 mgorny Exp $
EAPI="2"
EGIT_REPO_URI="git://www.aleph1.co.uk/yaffs2"
-EGIT_UNPACK_DIR=${WORKDIR}
+EGIT_SOURCEDIR=${WORKDIR}
-inherit eutils git toolchain-funcs
+inherit eutils git-2 toolchain-funcs
DESCRIPTION="tools for generating YAFFS images"
HOMEPAGE="http://www.aleph1.co.uk/yaffs/"