summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-06-17 19:23:34 +0000
committerBrian Evans <grknight@gentoo.org>2015-06-17 19:23:34 +0000
commit14946b8fbfab53fd13cbf1edd775d1e0b167b6f0 (patch)
treec1428521acec65b41ffd3e22962868f1030946d5 /eclass
parentarm stable wrt bug #547966 (diff)
downloadgentoo-2-14946b8fbfab53fd13cbf1edd775d1e0b167b6f0.tar.gz
gentoo-2-14946b8fbfab53fd13cbf1edd775d1e0b167b6f0.tar.bz2
gentoo-2-14946b8fbfab53fd13cbf1edd775d1e0b167b6f0.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')
-rw-r--r--eclass/ChangeLog9
-rw-r--r--eclass/php-common-r1.eclass7
-rw-r--r--eclass/php-ext-base-r1.eclass6
-rw-r--r--eclass/php-ezc.eclass6
4 files changed, 20 insertions, 8 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index a9a006c43514..c352c762129c 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1671 2015/06/17 15:48:58 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1672 2015/06/17 19:23:34 grknight Exp $
+
+ 17 Jun 2015; <grknight@gentoo.org> php-common-r1.eclass,
+ php-ext-base-r1.eclass, php-ezc.eclass:
+ Mark 3 eclasses as deprecated for removal on 2015-07-17 wrt bug 551910
+
+ 17 Jun 2015; <grknight@gentoo.org> depend.php.eclass
+ Deprecate unused functions in depend.php.eclass
17 Jun 2015; Davide Pesavento <pesa@gentoo.org> qt5-build.eclass:
Update from qt overlay: allow configuring debug/release on a per-package
diff --git a/eclass/php-common-r1.eclass b/eclass/php-common-r1.eclass
index c26cbdc5c14d..f8781ecbfb70 100644
--- a/eclass/php-common-r1.eclass
+++ b/eclass/php-common-r1.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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-common-r1.eclass,v 1.19 2013/04/28 16:15:33 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-common-r1.eclass,v 1.20 2015/06/17 19:23:34 grknight Exp $
# Based on robbat2's work on the php4 sapi eclass
# Based on stuart's work on the php5 sapi eclass
@@ -13,7 +13,8 @@
# This eclass provides common functions which are shared between the PHP4 and PHP5 packages.
# It is only used by php*-sapi eclasses currently and the functions are not intended
# for direct use in ebuilds.
-
+# This eclass is no longer in use and scheduled to be removed on 2015-07-17
+# @DEAD
# ========================================================================
# CFLAG SANITY
diff --git a/eclass/php-ext-base-r1.eclass b/eclass/php-ext-base-r1.eclass
index 23559ba8e625..9e111c7b543a 100644
--- a/eclass/php-ext-base-r1.eclass
+++ b/eclass/php-ext-base-r1.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-ext-base-r1.eclass,v 1.17 2011/08/22 04:46:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.18 2015/06/17 19:23:34 grknight Exp $
# @ECLASS: php-ext-base-r1.eclass
# @MAINTAINER:
@@ -17,6 +17,8 @@
#
# Combined with php-ext-source-r1, we have a standardised solution for supporting
# PHP extensions.
+# This eclass is no longer in use and scheduled to be removed on 2015-07-17
+# @DEAD
# Block ebuilds with minor version slotting. Quite temporary fix
DEPEND="!=dev-lang/php-5.3.3-r2
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