diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-14 01:58:01 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-14 01:58:01 +0000 |
commit | 1c18038a6c1b847b4e63eebd6372247bc71420b2 (patch) | |
tree | d0c00632ab6bf2f03d231a9ed612b7d025870019 /dev-php | |
parent | Bumped to 2.4.0. Part of fixing bug #67460. (diff) | |
download | historical-1c18038a6c1b847b4e63eebd6372247bc71420b2.tar.gz historical-1c18038a6c1b847b4e63eebd6372247bc71420b2.tar.bz2 historical-1c18038a6c1b847b4e63eebd6372247bc71420b2.zip |
Stable on alpha.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/smarty-docs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty-docs/Manifest | 18 | ||||
-rw-r--r-- | dev-php/smarty-docs/smarty-docs-2.6.3.ebuild | 4 |
3 files changed, 20 insertions, 7 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog index d0ff73c75f62..14c5bdea01f2 100644 --- a/dev-php/smarty-docs/ChangeLog +++ b/dev-php/smarty-docs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty-docs # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.15 2004/10/09 00:46:54 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.16 2004/10/14 01:58:01 kloeri Exp $ + + 14 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> smarty-docs-2.6.3.ebuild: + Stable on alpha. 09 Oct 2004; Guy Martin <gmsoft@gentoo.org> smarty-docs-2.6.3.ebuild: Marked stable on hppa. diff --git a/dev-php/smarty-docs/Manifest b/dev-php/smarty-docs/Manifest index 291be1090b87..b523eefa2b76 100644 --- a/dev-php/smarty-docs/Manifest +++ b/dev-php/smarty-docs/Manifest @@ -1,8 +1,18 @@ -MD5 651616c7a3bc2e39c2c566fa3f6e97a5 ChangeLog 1793 -MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 1dc3e8be4253258ad533d2e69a9fc010 smarty-docs-2.6.0.ebuild 547 MD5 77d49cf1c639b6b85b5562876fe07e9e smarty-docs-2.6.2.ebuild 531 -MD5 e3b5a49a6b94d94230a18f35ba444f72 smarty-docs-2.6.3.ebuild 532 +MD5 cf481bd3d70235999e63cf22f8ef8a44 smarty-docs-2.6.3.ebuild 531 +MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 +MD5 bf41363a27863ef063d36d9b9443a05c ChangeLog 1891 +MD5 c9ec59dbd8dbeeeee96a9f39ca6b355a files/digest-smarty-docs-2.6.3 69 MD5 07523ebbe30f8f113791aa0328a95890 files/digest-smarty-docs-2.6.0 69 MD5 3c8aa222810b57064cec711243cb95e7 files/digest-smarty-docs-2.6.2 69 -MD5 c9ec59dbd8dbeeeee96a9f39ca6b355a files/digest-smarty-docs-2.6.3 69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBbd05ugEuf3OQ0akRAt3HAJ42SiScI/zpXDed+b6t0mqtI2YMjACePtvQ +UbKLbP5kR1MpQMooZ1iEGnE= +=YTzM +-----END PGP SIGNATURE----- diff --git a/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild index e3b0311c85d6..3325900dabd6 100644 --- a/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild +++ b/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild,v 1.4 2004/10/09 00:46:54 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.3.ebuild,v 1.5 2004/10/14 01:58:01 kloeri Exp $ MY_P=Smarty-${PV}-docs DESCRIPTION="A template engine for PHP" @@ -9,7 +9,7 @@ SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" IUSE="" -KEYWORDS="~alpha hppa ~ppc sparc x86" +KEYWORDS="alpha hppa ~ppc sparc x86" DEPEND="" S=${WORKDIR}/manual |