summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-06-24 13:36:03 +0000
committerBrian Evans <grknight@gentoo.org>2015-06-24 13:36:03 +0000
commit54671a51600d161254e9d73f59b012d7fe2116a3 (patch)
treee691eeda13f432f14ba268d041474ac385507b83 /eclass
parentRemove depend.php and dodoc-php in favor of just dodoc (diff)
downloadhistorical-54671a51600d161254e9d73f59b012d7fe2116a3.tar.gz
historical-54671a51600d161254e9d73f59b012d7fe2116a3.tar.bz2
historical-54671a51600d161254e9d73f59b012d7fe2116a3.zip
depend.php.eclass is deprecated and is set to be removed 30 days after bug 552836 is resolved
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/depend.php.eclass4
2 files changed, 8 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 8daaf3f62e83..7a1e989cd203 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1681 2015/06/24 13:22:02 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1682 2015/06/24 13:36:03 grknight Exp $
+
+ 24 Jun 2015; <grknight@gentoo.org> depend.php.eclass:
+ depend.php.eclass is deprecated and is set to be removed 30 days after bug
+ 552836 is resolved
24 Jun 2015; <grknight@gentoo.org> php-lib-r1.eclass:
Remove depend.php and dodoc-php in favor of just dodoc
diff --git a/eclass/depend.php.eclass b/eclass/depend.php.eclass
index 19fbf3e77290..5d45c9497e10 100644
--- a/eclass/depend.php.eclass
+++ b/eclass/depend.php.eclass
@@ -1,7 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.35 2015/06/18 14:22:59 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.36 2015/06/24 13:36:03 grknight Exp $
+# @DEAD
# @ECLASS: depend.php.eclass
# @MAINTAINER:
# Gentoo PHP team <php-bugs@gentoo.org>
@@ -14,6 +15,7 @@
# This eclass provides functions that allow ebuilds to depend on php5 and check
# for specific PHP features, SAPIs etc. Also provides dodoc-php wrapper to install
# documentation for PHP packages to php-specific location.
+# This eclass is deprecated and is set to be removed 30 days after bug 552836 is resolved
inherit eutils multilib