diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-11-20 15:32:09 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-11-20 15:32:09 +0000 |
commit | c135e11315a8469cc173f8f6b959d1975b8ade70 (patch) | |
tree | 14feef6a53fa3493a8d287f0ea7c5bcf6ebedeae /eclass/git-2.eclass | |
parent | Remove the experimental git-r3 testing support. It is not needed anymore, git... (diff) | |
download | gentoo-2-c135e11315a8469cc173f8f6b959d1975b8ade70.tar.gz gentoo-2-c135e11315a8469cc173f8f6b959d1975b8ade70.tar.bz2 gentoo-2-c135e11315a8469cc173f8f6b959d1975b8ade70.zip |
Deprecate the few eclasses.
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r-- | eclass/git-2.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index 674ab562d770..7f72447d7288 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.34 2014/11/20 15:25:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.35 2014/11/20 15:32:09 mgorny Exp $ # @ECLASS: git-2.eclass # @MAINTAINER: @@ -10,6 +10,8 @@ # @DESCRIPTION: # Eclass for easing maitenance of live ebuilds using git as remote repository. # Eclass support working with git submodules and branching. +# +# This eclass is DEPRECATED. Please use git-r3 instead. # This eclass support all EAPIs EXPORT_FUNCTIONS src_unpack |