diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 15:46:37 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-18 15:46:37 +0000 |
commit | c4f75eb5973b29534814a7f177e89418792fb942 (patch) | |
tree | a9848c59fbafe575c65f032bb319550ce4a608fd /dev-php/smarty-docs/smarty-docs-2.6.11.ebuild | |
parent | Cleanup. (diff) | |
download | gentoo-2-c4f75eb5973b29534814a7f177e89418792fb942.tar.gz gentoo-2-c4f75eb5973b29534814a7f177e89418792fb942.tar.bz2 gentoo-2-c4f75eb5973b29534814a7f177e89418792fb942.zip |
Cleanup.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-php/smarty-docs/smarty-docs-2.6.11.ebuild')
-rw-r--r-- | dev-php/smarty-docs/smarty-docs-2.6.11.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild index 8b58ef41516e..bb2cd4b033f0 100644 --- a/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild +++ b/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild @@ -1,16 +1,21 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild,v 1.7 2007/03/12 16:42:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild,v 1.8 2007/03/18 15:46:37 chtekk Exp $ + +KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86" + +MY_P="Smarty-${PV}-docs" DESCRIPTION="Documentation for Smarty, a template engine for PHP." HOMEPAGE="http://smarty.php.net/docs.php" +SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" IUSE="" -KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86" -MY_P="Smarty-${PV}-docs" -SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz" +DEPEND="" +RDEPEND="" + S="${WORKDIR}/manual" src_install() { |