summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2011-04-16 14:01:51 +0000
committerOle Markus With <olemarkus@gentoo.org>2011-04-16 14:01:51 +0000
commit137f03a03345c5021160c9907a70a56ef0297b8f (patch)
treeb2c6b0b7ffeb17e377c6deddc2c7f0f18402e7a8 /dev-php5
parentRemoved older versions (diff)
downloadhistorical-137f03a03345c5021160c9907a70a56ef0297b8f.tar.gz
historical-137f03a03345c5021160c9907a70a56ef0297b8f.tar.bz2
historical-137f03a03345c5021160c9907a70a56ef0297b8f.zip
Removed older versions
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/pecl-ps/pecl-ps-1.3.6.ebuild21
-rw-r--r--dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild37
-rw-r--r--dev-php5/phpdbg/ChangeLog6
-rw-r--r--dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild38
4 files changed, 5 insertions, 97 deletions
diff --git a/dev-php5/pecl-ps/pecl-ps-1.3.6.ebuild b/dev-php5/pecl-ps/pecl-ps-1.3.6.ebuild
deleted file mode 100644
index 5fc9388aaea2..000000000000
--- a/dev-php5/pecl-ps/pecl-ps-1.3.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ps/pecl-ps-1.3.6.ebuild,v 1.2 2011/01/30 16:39:35 armin76 Exp $
-
-EAPI=3
-
-PHP_EXT_NAME="ps"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-inherit php-ext-pecl-r1
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="PHP extension for creating PostScript files."
-LICENSE="PHP-2.02"
-SLOT="0"
-IUSE="examples"
-
-DEPEND="dev-libs/pslib"
-RDEPEND="${DEPEND}"
diff --git a/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild b/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild
deleted file mode 100644
index 4a377802324d..000000000000
--- a/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild,v 1.2 2010/09/19 16:40:53 mabi Exp $
-
-EAPI="2"
-
-PHP_EXT_NAME="sdo"
-PHP_EXT_PECL_PKG="SCA_SDO"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-inherit eutils php-ext-pecl-r1
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP."
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="examples"
-
-DEPEND=">=dev-lang/php-5.2[json,soap,xml]
- || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3.1 )"
-RDEPEND="${DEPEND}"
-
-need_php_by_category
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc44.patch
- epatch "${FILESDIR}/${P}-php53.patch"
-}
-
-src_install() {
- php-ext-pecl-r1_src_install
-
- insinto /usr/share/php5
- doins -r DAS SCA
-}
diff --git a/dev-php5/phpdbg/ChangeLog b/dev-php5/phpdbg/ChangeLog
index 519dafaaa72b..5489d3c6b96e 100644
--- a/dev-php5/phpdbg/ChangeLog
+++ b/dev-php5/phpdbg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php5/phpdbg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.17 2011/01/30 16:40:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/ChangeLog,v 1.18 2011/04/16 14:01:51 olemarkus Exp $
+
+ 16 Apr 2011; <olemarkus@gentoo.org> -phpdbg-2.15.5.ebuild,
+ +phpdbg-2.15.5-r1.ebuild:
+ Removed the wrong version. Fixup.
30 Jan 2011; Raúl Porcel <armin76@gentoo.org> phpdbg-2.15.5.ebuild:
Drop sparc keywords
diff --git a/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild b/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild
deleted file mode 100644
index c48d2e852665..000000000000
--- a/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpdbg/phpdbg-2.15.5-r1.ebuild,v 1.4 2011/01/08 18:31:35 ranger Exp $
-
-EAPI=3
-
-PHP_EXT_NAME="dbg"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-2"
-
-inherit php-ext-source-r2
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="A PHP debugger useable with some editors like phpedit."
-HOMEPAGE="http://dd.cron.ru/dbg/"
-SRC_URI="mirror://sourceforge/dbg2/dbg-${PV}.tar.gz"
-LICENSE="dbgphp"
-SLOT="0"
-IUSE=""
-
-DEPEND="<dev-lang/php-5.3[-threads]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/dbg-${PV}"
-
-my_conf="--enable-dbg=shared --with-dbg-profiler"
-
-src_install() {
- php-ext-source-r2_src_install
- dodoc-php AUTHORS COPYING INSTALL
-
- php-ext-base-r1_addtoinifiles "[Debugger]"
- php-ext-base-r1_addtoinifiles "debugger.enabled" "on"
- php-ext-base-r1_addtoinifiles "debugger.profiler_enabled" "on"
-}