summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php5/php_templates/php_templates-1.7.2.ebuild')
-rw-r--r--dev-php5/php_templates/php_templates-1.7.2.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-php5/php_templates/php_templates-1.7.2.ebuild b/dev-php5/php_templates/php_templates-1.7.2.ebuild
deleted file mode 100644
index 89b3f70..0000000
--- a/dev-php5/php_templates/php_templates-1.7.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-PHP_EXT_NAME="templates"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-inherit php-ext-source-r1
-
-KEYWORDS="~x86"
-DESCRIPTION="Fast, compiled PHP template module. Supports Macromedia Dreamweaver template syntax."
-HOMEPAGE="http://php-templates.sourceforge.net"
-SRC_URI="mirror://sourceforge/php-templates/${P}.tar.gz
- mirror://sourceforge/php-templates/${PN}-doc-eng-1.1.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-
-S="${WORKDIR}/templates"
-
-need_php_by_category
-
-src_install() {
- php-ext-source-r1_src_install
-
- dodoc-php CREDITS CHANGELOG INSTALL README
- if use doc; then
- docinto templates-doc
- dodoc ${WORKDIR}/templates-doc/*
- fi
-}