summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-12-09 18:23:44 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-12-09 18:23:44 +0000
commit9567f766133272572c274d0ec3c5841dfe45dc97 (patch)
tree8cff227c49bf7255b482a150deba39a093b7cbd3 /dev-lang/php/files
parentInitial commit. (diff)
downloadgentoo-2-9567f766133272572c274d0ec3c5841dfe45dc97.tar.gz
gentoo-2-9567f766133272572c274d0ec3c5841dfe45dc97.tar.bz2
gentoo-2-9567f766133272572c274d0ec3c5841dfe45dc97.zip
Remove referenes to common v1 eblit
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php/files')
-rw-r--r--dev-lang/php/files/eblits/common-v1.eblit9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-lang/php/files/eblits/common-v1.eblit b/dev-lang/php/files/eblits/common-v1.eblit
deleted file mode 100644
index ae2147531e38..000000000000
--- a/dev-lang/php/files/eblits/common-v1.eblit
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/common-v1.eblit,v 1.2 2010/10/08 18:25:10 olemarkus Exp $
-
-php_set_ini_dir() {
- PHP_INI_DIR="/etc/php/${1}-php${SLOT}"
- PHP_EXT_INI_DIR="${PHP_INI_DIR}/ext"
- PHP_EXT_INI_DIR_ACTIVE="${PHP_INI_DIR}/ext-active"
-}