diff options
author | 2011-04-20 10:57:42 +0000 | |
---|---|---|
committer | 2011-04-20 10:57:42 +0000 | |
commit | 3bd5a4acffe4f1e1884957a64e53292f0d5eaecc (patch) | |
tree | e53ea1c1f2b8e744c0f097c7e7d27984f82fa9dd /eclass/git.eclass | |
parent | Introduce git-2 eclass (diff) | |
download | historical-3bd5a4acffe4f1e1884957a64e53292f0d5eaecc.tar.gz historical-3bd5a4acffe4f1e1884957a64e53292f0d5eaecc.tar.bz2 historical-3bd5a4acffe4f1e1884957a64e53292f0d5eaecc.zip |
Mark git.eclass as deprecated in favor of git-2 one.
Diffstat (limited to 'eclass/git.eclass')
-rw-r--r-- | eclass/git.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass index a70d822b3123..238f06ff65a1 100644 --- a/eclass/git.eclass +++ b/eclass/git.eclass @@ -1,6 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.53 2011/04/15 08:57:04 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.54 2011/04/20 10:57:42 scarabeus Exp $ + +# @DEPRECATED +# This eclass has been superseded by git-2 eclass. +# Please modify your ebuilds to use that one instead. # @ECLASS: git.eclass # @MAINTAINER: |