diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-07-13 19:11:11 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-07-13 19:11:11 +0000 |
commit | e49da188050436b9c953bbfaa148cf33f57af2da (patch) | |
tree | 863d7b72990fc94e8ad666502353a5b6e52abb79 /dev-php/smarty | |
parent | Cleanup (diff) | |
download | gentoo-2-e49da188050436b9c953bbfaa148cf33f57af2da.tar.gz gentoo-2-e49da188050436b9c953bbfaa148cf33f57af2da.tar.bz2 gentoo-2-e49da188050436b9c953bbfaa148cf33f57af2da.zip |
Version bump && Cleanup
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.26.ebuild (renamed from dev-php/smarty/smarty-2.6.21.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 8989d83bf570..3041119b3154 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/smarty # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.103 2009/06/02 16:45:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.104 2009/07/13 19:11:11 dertobi123 Exp $ + +*smarty-2.6.26 (13 Jul 2009) + + 13 Jul 2009; Tobias Scherbaum <dertobi123@gentoo.org> + -smarty-2.6.21.ebuild, +smarty-2.6.26.ebuild: + Version bump && Cleanup 02 Jun 2009; Raúl Porcel <armin76@gentoo.org> smarty-2.6.24.ebuild: alpha/sparc stable wrt #270494 diff --git a/dev-php/smarty/smarty-2.6.21.ebuild b/dev-php/smarty/smarty-2.6.26.ebuild index bf2610c83f45..9c59b9177cd9 100644 --- a/dev-php/smarty/smarty-2.6.21.ebuild +++ b/dev-php/smarty/smarty-2.6.26.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.21.ebuild,v 1.7 2009/02/27 14:57:19 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.26.ebuild,v 1.1 2009/07/13 19:11:11 dertobi123 Exp $ inherit php-lib-r1 eutils -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" MY_P="Smarty-${PV}" |