From 37e8cd49b87aa15d1140af1c14679fb84c76f2ff Mon Sep 17 00:00:00 2001 From: Tom Knight Date: Thu, 10 Feb 2005 16:19:44 +0000 Subject: Version bumped to 2.6.7 and removed 2.6.6 for a security fix Package-Manager: portage-2.0.51.16 --- dev-php/smarty/ChangeLog | 8 +++++++- dev-php/smarty/Manifest | 12 ++++++------ dev-php/smarty/files/digest-smarty-2.6.6 | 1 - dev-php/smarty/files/digest-smarty-2.6.7 | 1 + dev-php/smarty/smarty-2.6.6.ebuild | 30 ------------------------------ dev-php/smarty/smarty-2.6.7.ebuild | 30 ++++++++++++++++++++++++++++++ 6 files changed, 44 insertions(+), 38 deletions(-) delete mode 100644 dev-php/smarty/files/digest-smarty-2.6.6 create mode 100644 dev-php/smarty/files/digest-smarty-2.6.7 delete mode 100644 dev-php/smarty/smarty-2.6.6.ebuild create mode 100644 dev-php/smarty/smarty-2.6.7.ebuild (limited to 'dev-php/smarty') diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index eaf60a91d872..f4beca030ae9 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.25 2005/01/16 15:18:40 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.26 2005/02/10 16:19:44 tomk Exp $ + +*smarty-2.6.7 (10 Feb 2005) + + 10 Feb 2005; Tom Knight -smarty-2.6.6.ebuild, + +smarty-2.6.7.ebuild: + Version bumped to 2.6.7 and removed 2.6.6 for a security fix 16 Jan 2005; Guy Martin smarty-2.6.5.ebuild: Stable on hppa. diff --git a/dev-php/smarty/Manifest b/dev-php/smarty/Manifest index bca7a541a20f..85d62969e17b 100644 --- a/dev-php/smarty/Manifest +++ b/dev-php/smarty/Manifest @@ -1,10 +1,10 @@ -MD5 7759a33cbe501d24a279fff472ff7fb2 ChangeLog 3370 -MD5 00c298073008a95e52d037980076f290 metadata.xml 242 -MD5 aa6cfae4eeae3c6b1e01fe7bc52e2a3d smarty-2.6.0-r2.ebuild 990 +MD5 b785b8c192def57eecd7066a11bb691e smarty-2.6.7.ebuild 1030 MD5 88f170d36458ec5b1f2afeb53166471f smarty-2.6.2.ebuild 1019 +MD5 aa6cfae4eeae3c6b1e01fe7bc52e2a3d smarty-2.6.0-r2.ebuild 990 +MD5 ae7359104fb00312710197fcde968877 ChangeLog 3551 MD5 44f6a36bcf65bcbaf853625d6aba3ed9 smarty-2.6.5.ebuild 1028 -MD5 ee51243b2de9346b375c18b68ac2b127 smarty-2.6.6.ebuild 1030 -MD5 cc746919357bf3d40185fb16d4e2be1c files/digest-smarty-2.6.0-r2 64 +MD5 00c298073008a95e52d037980076f290 metadata.xml 242 MD5 e4efdb7a0ff70439c7314f0f570ea9aa files/digest-smarty-2.6.2 64 MD5 3724d102d85b8d2f110e277db301709e files/digest-smarty-2.6.5 64 -MD5 a115de5040df1046fdee06961d6144c2 files/digest-smarty-2.6.6 64 +MD5 b845522a9eb880ee9852fb8be4a6cb98 files/digest-smarty-2.6.7 64 +MD5 cc746919357bf3d40185fb16d4e2be1c files/digest-smarty-2.6.0-r2 64 diff --git a/dev-php/smarty/files/digest-smarty-2.6.6 b/dev-php/smarty/files/digest-smarty-2.6.6 deleted file mode 100644 index 35269220cdf4..000000000000 --- a/dev-php/smarty/files/digest-smarty-2.6.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 cfe923cbce423b69fabd93edd00395d1 Smarty-2.6.6.tar.gz 137589 diff --git a/dev-php/smarty/files/digest-smarty-2.6.7 b/dev-php/smarty/files/digest-smarty-2.6.7 new file mode 100644 index 000000000000..b3ea423f2af4 --- /dev/null +++ b/dev-php/smarty/files/digest-smarty-2.6.7 @@ -0,0 +1 @@ +MD5 f60560d0a683bda1c6534f370b0127f2 Smarty-2.6.7.tar.gz 139357 diff --git a/dev-php/smarty/smarty-2.6.6.ebuild b/dev-php/smarty/smarty-2.6.6.ebuild deleted file mode 100644 index 9f322d2c43b6..000000000000 --- a/dev-php/smarty/smarty-2.6.6.ebuild +++ /dev/null @@ -1,30 +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/smarty-2.6.6.ebuild,v 1.1 2005/01/08 21:31:33 tomk Exp $ - -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" -KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86 ~amd64" -IUSE="doc" -DEPEND="doc? ( dev-php/smarty-docs )" -RDEPEND="virtual/php" -S=${WORKDIR}/${MY_P} - -src_install() { - dodoc [A-Z]* - mkdir -p ${D}/usr/lib/php - cp -a libs ${D}/usr/lib/php/Smarty -} - -pkg_postinst() { - einfo "Smarty has been installed in /usr/lib/php/Smarty/." - einfo "To use it in your scripts, either" - einfo "1. define('SMARTY_DIR', \"/usr/lib/php/Smarty/\") in your scripts, or" - einfo "2. add '/usr/lib/php/Smarty/' to the 'include_path' variable in your" - einfo "php.ini file under /etc/php/SAPI (where SAPI is one of apache-php[45]," - einfo "cgi-php[45] or cli-php[45])." -} diff --git a/dev-php/smarty/smarty-2.6.7.ebuild b/dev-php/smarty/smarty-2.6.7.ebuild new file mode 100644 index 000000000000..88e637bf0fdf --- /dev/null +++ b/dev-php/smarty/smarty-2.6.7.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.7.ebuild,v 1.1 2005/02/10 16:19:44 tomk Exp $ + +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" +KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86 ~amd64" +IUSE="doc" +DEPEND="doc? ( dev-php/smarty-docs )" +RDEPEND="virtual/php" +S=${WORKDIR}/${MY_P} + +src_install() { + dodoc [A-Z]* + mkdir -p ${D}/usr/lib/php + cp -a libs ${D}/usr/lib/php/Smarty +} + +pkg_postinst() { + einfo "Smarty has been installed in /usr/lib/php/Smarty/." + einfo "To use it in your scripts, either" + einfo "1. define('SMARTY_DIR', \"/usr/lib/php/Smarty/\") in your scripts, or" + einfo "2. add '/usr/lib/php/Smarty/' to the 'include_path' variable in your" + einfo "php.ini file under /etc/php/SAPI (where SAPI is one of apache-php[45]," + einfo "cgi-php[45] or cli-php[45])." +} -- cgit v1.2.3-65-gdbad