diff options
author | 2015-06-17 19:23:34 +0000 | |
---|---|---|
committer | 2015-06-17 19:23:34 +0000 | |
commit | ea24b3f641e8e1ca4062056eba355b6812a380f2 (patch) | |
tree | e937504dacd55e32716d29f3579d4dabef83afa3 /eclass/php-ezc.eclass | |
parent | arm stable wrt bug #547966 (diff) | |
download | historical-ea24b3f641e8e1ca4062056eba355b6812a380f2.tar.gz historical-ea24b3f641e8e1ca4062056eba355b6812a380f2.tar.bz2 historical-ea24b3f641e8e1ca4062056eba355b6812a380f2.zip |
Mark 3 eclasses as deprecated for removal on 2015-07-17 wrt bug 551910; Fix missing ChangeLog entry for previous commit
Diffstat (limited to 'eclass/php-ezc.eclass')
-rw-r--r-- | eclass/php-ezc.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/php-ezc.eclass b/eclass/php-ezc.eclass index 3087059d38c1..04c06c1f5ef0 100644 --- a/eclass/php-ezc.eclass +++ b/eclass/php-ezc.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ezc.eclass,v 1.7 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ezc.eclass,v 1.8 2015/06/17 19:23:34 grknight Exp $ # @ECLASS: php-ezc.eclass # @MAINTAINER: @@ -9,6 +9,8 @@ # @DESCRIPTION: # This eclass provides means for an easy installation of the eZ components. # For more information on eZcomponents see http://ez.no/products/ez_components +# This eclass is no longer in use and scheduled to be removed on 2015-07-17 +# @DEAD inherit php-pear-r1 |