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
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')
-rw-r--r--dev-lang/php/ChangeLog7
-rw-r--r--dev-lang/php/files/eblits/common-v1.eblit9
-rw-r--r--dev-lang/php/php-5.2.17.ebuild4
-rw-r--r--dev-lang/php/php-5.3.8.ebuild4
-rw-r--r--dev-lang/php/php-5.3.9_rc1.ebuild4
-rw-r--r--dev-lang/php/php-5.3.9_rc2.ebuild4
6 files changed, 14 insertions, 18 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index c47ee24f8828..af470fde5332 100644
--- a/dev-lang/php/ChangeLog
+++ b/dev-lang/php/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/php
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.525 2011/12/09 09:45:13 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.526 2011/12/09 18:23:44 olemarkus Exp $
+
+ 09 Dec 2011; Ole Markus With <olemarkus@gentoo.org>
+ -files/eblits/common-v1.eblit, php-5.2.17.ebuild, php-5.3.8.ebuild,
+ php-5.3.9_rc1.ebuild, php-5.3.9_rc2.ebuild:
+ Remove referenes to common v1 eblit
*php-5.4.0_rc3 (09 Dec 2011)
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"
-}
diff --git a/dev-lang/php/php-5.2.17.ebuild b/dev-lang/php/php-5.2.17.ebuild
index 73d495220a8e..edd321dba512 100644
--- a/dev-lang/php/php-5.2.17.ebuild
+++ b/dev-lang/php/php-5.2.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.17.ebuild,v 1.14 2011/08/22 13:42:39 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.17.ebuild,v 1.15 2011/12/09 18:23:44 olemarkus Exp $
EAPI=2
@@ -306,7 +306,7 @@ eblit-run-maybe() {
# Usage: <function> [version]
# Runs a function defined in an eblit
eblit-run() {
- eblit-include --skip common "${*:2}"
+ eblit-include --skip common "v2"
eblit-include "$@"
eblit-run-maybe eblit-$1-pre
eblit-${PN}-$1
diff --git a/dev-lang/php/php-5.3.8.ebuild b/dev-lang/php/php-5.3.8.ebuild
index 1013b1b9331c..659d3c6d2f1c 100644
--- a/dev-lang/php/php-5.3.8.ebuild
+++ b/dev-lang/php/php-5.3.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.8.ebuild,v 1.9 2011/09/22 17:35:18 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.8.ebuild,v 1.10 2011/12/09 18:23:44 olemarkus Exp $
EAPI=4
@@ -331,7 +331,7 @@ eblit-run-maybe() {
# Usage: <function> [version]
# Runs a function defined in an eblit
eblit-run() {
- eblit-include --skip common "${*:2}"
+ eblit-include --skip common "v2"
eblit-include "$@"
eblit-run-maybe eblit-$1-pre
eblit-${PN}-$1
diff --git a/dev-lang/php/php-5.3.9_rc1.ebuild b/dev-lang/php/php-5.3.9_rc1.ebuild
index 3e22d4ae51f1..1e3860f3a807 100644
--- a/dev-lang/php/php-5.3.9_rc1.ebuild
+++ b/dev-lang/php/php-5.3.9_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.9_rc1.ebuild,v 1.2 2011/11/04 16:27:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.9_rc1.ebuild,v 1.3 2011/12/09 18:23:44 olemarkus Exp $
EAPI=4
@@ -331,7 +331,7 @@ eblit-run-maybe() {
# Usage: <function> [version]
# Runs a function defined in an eblit
eblit-run() {
- eblit-include --skip common "${*:2}"
+ eblit-include --skip common "v2"
eblit-include "$@"
eblit-run-maybe eblit-$1-pre
eblit-${PN}-$1
diff --git a/dev-lang/php/php-5.3.9_rc2.ebuild b/dev-lang/php/php-5.3.9_rc2.ebuild
index b68741c1315d..7c1777036345 100644
--- a/dev-lang/php/php-5.3.9_rc2.ebuild
+++ b/dev-lang/php/php-5.3.9_rc2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.9_rc2.ebuild,v 1.1 2011/11/25 09:10:47 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.9_rc2.ebuild,v 1.2 2011/12/09 18:23:44 olemarkus Exp $
EAPI=4
@@ -331,7 +331,7 @@ eblit-run-maybe() {
# Usage: <function> [version]
# Runs a function defined in an eblit
eblit-run() {
- eblit-include --skip common "${*:2}"
+ eblit-include --skip common "v2"
eblit-include "$@"
eblit-run-maybe eblit-$1-pre
eblit-${PN}-$1