diff options
author | 2006-05-25 22:39:52 +0000 | |
---|---|---|
committer | 2006-05-25 22:39:52 +0000 | |
commit | 935fd1a9c7e49eb7067dc236740cdcb7af497168 (patch) | |
tree | d23b6c2a936cfaad2cb083427a54b1043c7a9faa /dev-php/smarty | |
parent | missed a couple D -> ROOT (diff) | |
download | historical-935fd1a9c7e49eb7067dc236740cdcb7af497168.tar.gz historical-935fd1a9c7e49eb7067dc236740cdcb7af497168.tar.bz2 historical-935fd1a9c7e49eb7067dc236740cdcb7af497168.zip |
Added to ~hppa.
Package-Manager: portage-2.1_rc2-r3
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index ee7f0e93687d..0a58aa7ef163 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.55 2006/05/23 21:39:11 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.56 2006/05/25 22:39:52 hansmi Exp $ + + 25 May 2006; Michael Hanselmann <hansmi@gentoo.org> smarty-2.6.13.ebuild: + Added to ~hppa. 23 May 2006; Luca Longinotti <chtekk@gentoo.org> -smarty-2.6.11.ebuild: Spring cleanup. diff --git a/dev-php/smarty/smarty-2.6.13.ebuild b/dev-php/smarty/smarty-2.6.13.ebuild index 99391950eedc..0e710620e177 100644 --- a/dev-php/smarty/smarty-2.6.13.ebuild +++ b/dev-php/smarty/smarty-2.6.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.13.ebuild,v 1.6 2006/05/05 21:15:46 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.13.ebuild,v 1.7 2006/05/25 22:39:52 hansmi Exp $ inherit php-lib-r1 @@ -8,7 +8,7 @@ DESCRIPTION="A template engine for PHP." HOMEPAGE="http://smarty.php.net/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" +KEYWORDS="alpha amd64 ~hppa ppc sparc x86" IUSE="doc" DEPEND="doc? ( dev-php/smarty-docs )" |