diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-12-15 23:50:05 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-12-15 23:50:05 +0000 |
commit | 488e3e0c8a5bcd3836fdccd01f6401785507e7ac (patch) | |
tree | 21d3366f94d0cb1dc8d062b93a5875f022bee2ee /dev-php/smarty | |
parent | Correting manpage install. Closes #35051. (Manifest recommit) (diff) | |
download | gentoo-2-488e3e0c8a5bcd3836fdccd01f6401785507e7ac.tar.gz gentoo-2-488e3e0c8a5bcd3836fdccd01f6401785507e7ac.tar.bz2 gentoo-2-488e3e0c8a5bcd3836fdccd01f6401785507e7ac.zip |
fixing type. Closes #35534.
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/Manifest | 6 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.0_rc1-r1.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index dd7acd6b6480..fdf2bb0e2c82 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.3 2003/09/29 17:49:57 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.4 2003/12/15 23:49:44 mholzer Exp $ + + 16 Dec 2003; Martin Holzer <mholzer@gentoo.org> smarty-2.6.0_rc1-r1.ebuild: + fixing type. Closes #35534. *smarty-2.6.0_rc1-r1 (29 Sep 2003) diff --git a/dev-php/smarty/Manifest b/dev-php/smarty/Manifest index 948cf23bde77..a787b5f5e436 100644 --- a/dev-php/smarty/Manifest +++ b/dev-php/smarty/Manifest @@ -1,8 +1,8 @@ -MD5 2d9a83322371b68fd1246365edcb8a22 ChangeLog 609 -MD5 43d5731b78f6d99e3ff4791b1ce3dc25 smarty-2.5.0.ebuild 996 +MD5 d6f9c6f2fd44a62fb220b22289d62dab ChangeLog 718 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 +MD5 43d5731b78f6d99e3ff4791b1ce3dc25 smarty-2.5.0.ebuild 996 +MD5 6a29a5480e762d3a8dc88fd3da305ecc smarty-2.6.0_rc1-r1.ebuild 1110 MD5 4f6183b5f3503fa3dd69391a0eba19c8 smarty-2.6.0_rc1.ebuild 918 -MD5 6b172805689772956bcf7ef25230f510 smarty-2.6.0_rc1-r1.ebuild 1109 MD5 74ae938ca9097670a89c5f2ff6ad28f8 files/digest-smarty-2.5.0 133 MD5 d2e1f2edbf3fa357f3fabb573b96d430 files/digest-smarty-2.6.0_rc1 68 MD5 d2e1f2edbf3fa357f3fabb573b96d430 files/digest-smarty-2.6.0_rc1-r1 68 diff --git a/dev-php/smarty/smarty-2.6.0_rc1-r1.ebuild b/dev-php/smarty/smarty-2.6.0_rc1-r1.ebuild index 3549ba50f8d2..fb85754504b2 100644 --- a/dev-php/smarty/smarty-2.6.0_rc1-r1.ebuild +++ b/dev-php/smarty/smarty-2.6.0_rc1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.0_rc1-r1.ebuild,v 1.1 2003/09/29 17:49:57 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.0_rc1-r1.ebuild,v 1.2 2003/12/15 23:49:44 mholzer Exp $ MY_P=Smarty-${PV/_rc/-RC} DESCRIPTION="A template engine for PHP" @@ -27,7 +27,7 @@ src_install() { 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 "1. define(SMARTY_DIR, \"/usr/lib/php/Smarty/\") in your scripts, or" einfo "2. add /usr/lib/php/Smarty to includes= in /etc/php4/php.ini" einfo einfo "You may have to clean up your \"compile_dir\" and \"cache_dir\"" |