summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2009-01-10 14:16:40 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2009-01-10 14:16:40 +0000
commit057b3e193d8c69826bf5a54b53c798d7fb72262e (patch)
tree2fdfb5a315777df1627069ac37b70a1c05bbd595 /dev-php
parentppc stable, bug #254415 (diff)
downloadgentoo-2-057b3e193d8c69826bf5a54b53c798d7fb72262e.tar.gz
gentoo-2-057b3e193d8c69826bf5a54b53c798d7fb72262e.tar.bz2
gentoo-2-057b3e193d8c69826bf5a54b53c798d7fb72262e.zip
Remove old version
(Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/smarty/ChangeLog6
-rw-r--r--dev-php/smarty/smarty-2.6.19.ebuild42
2 files changed, 5 insertions, 43 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog
index 7890b29ff4b3..fa8693e71f00 100644
--- a/dev-php/smarty/ChangeLog
+++ b/dev-php/smarty/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/smarty
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.88 2009/01/10 14:14:17 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.89 2009/01/10 14:16:40 dertobi123 Exp $
+
+ 10 Jan 2009; Tobias Scherbaum <dertobi123@gentoo.org>
+ -smarty-2.6.19.ebuild:
+ Remove old version
10 Jan 2009; Tobias Scherbaum <dertobi123@gentoo.org>
smarty-2.6.21.ebuild:
diff --git a/dev-php/smarty/smarty-2.6.19.ebuild b/dev-php/smarty/smarty-2.6.19.ebuild
deleted file mode 100644
index b9b37172a7f5..000000000000
--- a/dev-php/smarty/smarty-2.6.19.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.19.ebuild,v 1.6 2008/03/08 19:36:26 pva Exp $
-
-inherit php-lib-r1
-
-KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86"
-
-MY_P="Smarty-${PV}"
-
-DESCRIPTION="A template engine for PHP."
-HOMEPAGE="http://smarty.php.net/"
-SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc"
-
-DEPEND=""
-RDEPEND=""
-PDEPEND="doc? ( dev-php/smarty-docs )"
-
-S="${WORKDIR}/${MY_P}"
-
-need_php_by_category
-
-src_install() {
- dodoc-php BUGS ChangeLog FAQ NEWS QUICK_START README RELEASE_NOTES TODO
-
- php-lib-r1_src_install ./libs `find ./libs -type f -print | sed -e "s|./libs||g"`
-}
-
-pkg_postinst() {
- elog "${PHP_LIB_NAME} has been installed in /usr/share/php/${PHP_LIB_NAME}/."
- elog "To use it in your scripts, either"
- elog "1. define('SMARTY_DIR', \"/usr/share/php/${PHP_LIB_NAME}/\") in your scripts, or"
- elog "2. add '/usr/share/php/${PHP_LIB_NAME}/' to the 'include_path' variable in your"
- elog "php.ini file under /etc/php/SAPI (where SAPI is one of apache-php[45],"
- elog "cgi-php[45] or cli-php[45])."
- elog
- elog "If you're upgrading from a previous version make sure to clear out your"
- elog "templates_c and cache directories as some include paths have changed!"
-}