diff options
author | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:57:20 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2011-12-14 22:57:20 +0000 |
commit | 37185de2eff1409dc7abe39ac6aa5087fcd20136 (patch) | |
tree | d0c227d9d72631cf8cf14a810d13ae41a6abaef1 /dev-php/Savant3/Savant3-3.0.0.ebuild | |
parent | Merging categories dev-php5 and dev-php (bug #324665) (diff) | |
download | historical-37185de2eff1409dc7abe39ac6aa5087fcd20136.tar.gz historical-37185de2eff1409dc7abe39ac6aa5087fcd20136.tar.bz2 historical-37185de2eff1409dc7abe39ac6aa5087fcd20136.zip |
Moving package from dev-php5 to dev-php category (bug #324665)
Package-Manager: portage-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 |