summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-06-11 15:44:03 +0000
committerStuart Herbert <stuart@gentoo.org>2005-06-11 15:44:03 +0000
commit75cf1b28aa0761eeed9187424ec17ddaf089870e (patch)
tree3ad8ceff52d05496800454034e120a1f2c09d3bd /eclass
parentDisabled libedit for now (diff)
downloadhistorical-75cf1b28aa0761eeed9187424ec17ddaf089870e.tar.gz
historical-75cf1b28aa0761eeed9187424ec17ddaf089870e.tar.bz2
historical-75cf1b28aa0761eeed9187424ec17ddaf089870e.zip
Fix for QA violations in php5.1 beta packages
Diffstat (limited to 'eclass')
-rw-r--r--eclass/confutils.eclass6
-rw-r--r--eclass/php5-sapi-r2.eclass7
-rw-r--r--eclass/php5-sapi-r3.eclass4
3 files changed, 12 insertions, 5 deletions
diff --git a/eclass/confutils.eclass b/eclass/confutils.eclass
index 638bc4b2d65d..af0d5d808c76 100644
--- a/eclass/confutils.eclass
+++ b/eclass/confutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.15 2005/03/19 08:05:56 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.16 2005/06/11 15:44:03 stuart Exp $
#
# eclass/confutils.eclass
# Utility functions to help with configuring a package
@@ -18,8 +18,8 @@ IUSE="$IUSE sharedext"
# list of USE flags that need deps that aren't yet in Portage
# this list was originally added for PHP
-
-CONFUTILS_MISSING_DEPS="adabas birdstep db2 dbmaker empress empress-bcs esoob frontbase hyperwave-api informix ingres mnogosearch msession msql oci8 oracle7 ovrimos pfpro sapdb solid sybase sybase-ct"
+#
+# your eclass must define CONFUTILS_MISSING_DEPS if you need this
# ========================================================================
# confutils_init ()
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass
index 86f60f4d09fe..82ea4fa6ba08 100644
--- a/eclass/php5-sapi-r2.eclass
+++ b/eclass/php5-sapi-r2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.17 2005/06/11 09:09:00 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.18 2005/06/11 15:44:03 stuart Exp $
#
# eclass/php5-sapi-r2.eclass
# Eclass for building different php5 SAPI instances
@@ -12,6 +12,11 @@
#
# ========================================================================
+# a list of the USE flags which PHP supports, but which we don't have
+# required packages in the tree
+
+CONFUTILS_MISSING_DEPS="adabas birdstep db2 dbmaker empress empress-bcs esoob frontbase hyperwave-api informix ingres mnogosearch msession msql oci8 oracle7 ovrimos pfpro sapdb solid sybase sybase-ct"
+
inherit flag-o-matic eutils confutils libtool
ECLASS=php5-sapi-r2
diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass
index e46753f11a1a..a1441c1098b9 100644
--- a/eclass/php5-sapi-r3.eclass
+++ b/eclass/php5-sapi-r3.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.4 2005/06/11 15:29:33 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.5 2005/06/11 15:44:03 stuart Exp $
#
# ########################################################################
#
@@ -17,6 +17,8 @@
#
# ========================================================================
+CONFUTILS_MISSING_DEPS="adabas birdstep db2 dbmaker empress empress-bcs esoob frontbase hyperwave-api informix msession msql oci8 oracle7 ovrimos pfpro sapdb solid sybase sybase-ct"
+
inherit flag-o-matic eutils confutils libtool
ECLASS=php5-sapi-r3