diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-08-30 12:53:00 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-08-30 12:53:00 +0000 |
commit | 8fc6ec1e4583c4fcd59a67d0cecbf116c4100549 (patch) | |
tree | d58ed9faf1492f728cb4e89a188ee8e1d246de01 /dev-php5/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild | |
parent | Port from project overlay (diff) | |
download | gentoo-2-8fc6ec1e4583c4fcd59a67d0cecbf116c4100549.tar.gz gentoo-2-8fc6ec1e4583c4fcd59a67d0cecbf116c4100549.tar.bz2 gentoo-2-8fc6ec1e4583c4fcd59a67d0cecbf116c4100549.zip |
Port from project overlay
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-php5/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild')
-rw-r--r-- | dev-php5/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-php5/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild b/dev-php5/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild new file mode 100644 index 000000000000..89fdd8498532 --- /dev/null +++ b/dev-php5/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild,v 1.1 2007/08/30 12:53:00 jokey Exp $ + +inherit php-pear-lib-r1 +MY_P="${PN//-/_}-${PV}" + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="The Form Plugin for Savant3." +HOMEPAGE="http://phpsavant.com/" +SRC_URI="http://phpsavant.com/${MY_P}.tgz" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-php5/Savant3-3.0.0" + +S="${WORKDIR}/${MY_P}" + +need_php_by_category |