summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/smarty-docs/smarty-docs-2.6.0.ebuild')
-rw-r--r--dev-php/smarty-docs/smarty-docs-2.6.0.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-php/smarty-docs/smarty-docs-2.6.0.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.0.ebuild
deleted file mode 100644
index e2f2ad477fe5..000000000000
--- a/dev-php/smarty-docs/smarty-docs-2.6.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 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.0.ebuild,v 1.7 2005/01/08 21:17:28 tomk Exp $
-
-MY_P=Smarty-${PV}-docs
-DESCRIPTION="A template engine for PHP"
-HOMEPAGE="http://smarty.php.net/"
-SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-KEYWORDS="alpha hppa ppc sparc x86"
-DEPEND="dev-php/mod_php"
-
-S=${WORKDIR}/manual
-
-src_install() {
- dohtml -r .
-}