diff options
author | 2011-03-18 00:01:47 +0000 | |
---|---|---|
committer | 2011-03-18 00:01:47 +0000 | |
commit | af2d2959b805b247853d77de4af41782640d5175 (patch) | |
tree | cfeaa0523b9f42221d67fd971cf2205002adc2e4 /dev-php5 | |
parent | Remove old (diff) | |
download | gentoo-2-af2d2959b805b247853d77de4af41782640d5175.tar.gz gentoo-2-af2d2959b805b247853d77de4af41782640d5175.tar.bz2 gentoo-2-af2d2959b805b247853d77de4af41782640d5175.zip |
Deleted an older version that had some broken dependencies
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/symfony/symfony-1.4.3.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-php5/symfony/symfony-1.4.3.ebuild b/dev-php5/symfony/symfony-1.4.3.ebuild deleted file mode 100644 index 8c398db71092..000000000000 --- a/dev-php5/symfony/symfony-1.4.3.ebuild +++ /dev/null @@ -1,19 +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/symfony/symfony-1.4.3.ebuild,v 1.5 2010/04/15 21:50:48 maekke Exp $ - -EAPI=2 -inherit php-pear-lib-r1 depend.php - -DESCRIPTION="Open-source PHP5 professional web framework" -HOMEPAGE="http://www.symfony-project.com/" -SRC_URI="http://pear.symfony-project.com/get/${P}.tgz" - -LICENSE="MIT LGPL-2.1 BSD BSD-2 FDL-1.2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-lang/php:5[cli,ctype,pcre,reflection,session,simplexml,spl,tokenizer,xml] - dev-php/pear" -RDEPEND="${DEPEND}" |