diff options
author | 2011-12-14 22:56:40 +0000 | |
---|---|---|
committer | 2011-12-14 22:56:40 +0000 | |
commit | be3c56f0ae1ae281d6b68eb1b1dbf222d336ade1 (patch) | |
tree | 1c7ecfd20c1311e24775ca617253e52276f311cc /dev-php/Savant3/Savant3-3.0.0.ebuild | |
parent | arm stable, bug #393927 (diff) | |
download | gentoo-2-be3c56f0ae1ae281d6b68eb1b1dbf222d336ade1.tar.gz gentoo-2-be3c56f0ae1ae281d6b68eb1b1dbf222d336ade1.tar.bz2 gentoo-2-be3c56f0ae1ae281d6b68eb1b1dbf222d336ade1.zip |
Moving package from dev-php5 to dev-php category (bug #324665)
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-php/Savant3/Savant3-3.0.0.ebuild')
-rw-r--r-- | dev-php/Savant3/Savant3-3.0.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-php/Savant3/Savant3-3.0.0.ebuild b/dev-php/Savant3/Savant3-3.0.0.ebuild new file mode 100644 index 000000000000..bb78c932c28d --- /dev/null +++ b/dev-php/Savant3/Savant3-3.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/Savant3/Savant3-3.0.0.ebuild,v 1.1 2011/12/14 22:56:40 mabi Exp $ + +inherit php-pear-lib-r1 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="The simple PHP template alternative to Smarty." +HOMEPAGE="http://phpsavant.com/yawiki/index.php?area=Savant3" +SRC_URI="http://phpsavant.com/${P}.tgz" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="minimal" + +DEPEND="" +RDEPEND="!minimal? ( >=dev-php/Savant3-Plugin-Form-0.2.1 )" + +need_php_by_category |