diff options
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/git.eclass | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 8fbb6b660bbb..909b38f818fa 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.911 2013/08/02 08:29:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.912 2013/08/02 15:41:17 mgorny Exp $ + + 02 Aug 2013; Michał Górny <mgorny@gentoo.org> git.eclass: + Mark git.eclass @DEAD. 01 Aug 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: Shout QA warnings when _all() phases do not call the default impls. diff --git a/eclass/git.eclass b/eclass/git.eclass index c4abf632f1b2..ed249f329ea6 100644 --- a/eclass/git.eclass +++ b/eclass/git.eclass @@ -1,10 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.61 2013/07/05 17:39:10 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.62 2013/08/02 15:41:17 mgorny Exp $ -# DEPRECATED -# This eclass has been superseded by git-2 eclass. -# Please modify your ebuilds to use that one instead. +# @DEAD +# Michał Górny <mgorny@gentoo.org> (2 Aug 2013) +# This eclass has been superseded by git-2 eclass and will be removed +# on 2013-09-02. Please modify your ebuilds to use git-2 instead. +# Bug #479474. # @ECLASS: git.eclass # @MAINTAINER: |