diff options
author | Brian Evans <grknight@gentoo.org> | 2014-10-29 13:56:37 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-10-29 13:56:37 +0000 |
commit | a02304d8b0f077bb18451aaa1a9f752e92d3050a (patch) | |
tree | d224a1a72468355382751c1ab285a8eb3e0e61cc /dev-php | |
parent | version bump (diff) | |
download | gentoo-2-a02304d8b0f077bb18451aaa1a9f752e92d3050a.tar.gz gentoo-2-a02304d8b0f077bb18451aaa1a9f752e92d3050a.tar.bz2 gentoo-2-a02304d8b0f077bb18451aaa1a9f752e92d3050a.zip |
Version bump for security bug 526542; Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/smarty/smarty-3.1.16.ebuild | 40 | ||||
-rw-r--r-- | dev-php/smarty/smarty-3.1.21.ebuild (renamed from dev-php/smarty/smarty-3.1.20.ebuild) | 2 |
3 files changed, 8 insertions, 42 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 92dc6b4c7eb1..fcd81080cf37 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/smarty # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.136 2014/10/15 13:08:55 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.137 2014/10/29 13:56:37 grknight Exp $ + +*smarty-3.1.21 (29 Oct 2014) + + 29 Oct 2014; Brian Evans <grknight@gentoo.org> +smarty-3.1.21.ebuild, + -smarty-3.1.16.ebuild, -smarty-3.1.20.ebuild: + Version bump for security bug 526542; Drop old *smarty-3.1.20 (15 Oct 2014) diff --git a/dev-php/smarty/smarty-3.1.16.ebuild b/dev-php/smarty/smarty-3.1.16.ebuild deleted file mode 100644 index 8db1ac0295b6..000000000000 --- a/dev-php/smarty/smarty-3.1.16.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.16.ebuild,v 1.2 2014/08/10 21:05:33 slyfox Exp $ - -EAPI=5 - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -MY_P="Smarty-${PV}" -DOC_PV="3.1.8" - -DESCRIPTION="A template engine for PHP" -HOMEPAGE="http://www.smarty.net/" -SRC_URI="http://www.smarty.net/files/${MY_P}.tar.gz - doc? ( http://www.smarty.net/files/docs/manual-en-${DOC_PV}.zip )" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="doc" - -DEPEND="doc? ( app-arch/unzip )" -RDEPEND="dev-lang/php" - -S="${WORKDIR}/${MY_P}" - -src_install() { - insinto "/usr/share/php/${PN}" - doins -r libs/* - - dodoc *.txt README - use doc && dohtml -r "${WORKDIR}/manual-en/"* -} - -pkg_postinst() { - elog "${PN} has been installed in /usr/share/php/${PN}/." - elog "To use it in your scripts, either" - elog "1. define('SMARTY_DIR', \"/usr/share/php/${PN}/\") in your scripts, or" - elog "2. add '/usr/share/php/${PN}/' to the 'include_path' variable in your" - elog "php.ini file under /etc/php/SAPI (where SAPI is e.g apache2-php5.3," - elog "cgi-php5.3, etc)." -} diff --git a/dev-php/smarty/smarty-3.1.20.ebuild b/dev-php/smarty/smarty-3.1.21.ebuild index 5715ea5a77fe..5b5189bb67db 100644 --- a/dev-php/smarty/smarty-3.1.20.ebuild +++ b/dev-php/smarty/smarty-3.1.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.20.ebuild,v 1.1 2014/10/15 13:08:55 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.21.ebuild,v 1.1 2014/10/29 13:56:37 grknight Exp $ EAPI=5 |