diff options
Diffstat (limited to 'dev-php/symfony/symfony-1.4.8.ebuild')
-rw-r--r-- | dev-php/symfony/symfony-1.4.8.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-php/symfony/symfony-1.4.8.ebuild b/dev-php/symfony/symfony-1.4.8.ebuild new file mode 100644 index 000000000000..7c7170fad01d --- /dev/null +++ b/dev-php/symfony/symfony-1.4.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/symfony-1.4.8.ebuild,v 1.1 2011/04/03 17:44:15 olemarkus Exp $ + +EAPI=2 +inherit php-pear-lib-r1 + +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[cli,ctype,session,simplexml,tokenizer,xml] + || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 ) + dev-php/pear" +RDEPEND="${DEPEND}" + +pkg_postinst() { + if has_version '=dev-lang/php-5*[-posix]';then + einfo "" + einfo "To enable color output on the symfony command line" + einfo "add USE=\"posix\" to dev-lang/php" + einfo "" + fi +} |