diff options
author | 2004-05-30 18:28:19 +0000 | |
---|---|---|
committer | 2004-05-30 18:28:19 +0000 | |
commit | 815d76d4e471a9bbe5d3bbcb31883c4fcb1fd9f0 (patch) | |
tree | 7c216b30475c6ce43d6b2b1ed071b4eab56a2bdf /dev-php/PECL-mailparse | |
parent | ver bump (diff) | |
download | gentoo-2-815d76d4e471a9bbe5d3bbcb31883c4fcb1fd9f0.tar.gz gentoo-2-815d76d4e471a9bbe5d3bbcb31883c4fcb1fd9f0.tar.bz2 gentoo-2-815d76d4e471a9bbe5d3bbcb31883c4fcb1fd9f0.zip |
Stable on alpha.
Diffstat (limited to 'dev-php/PECL-mailparse')
-rw-r--r-- | dev-php/PECL-mailparse/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild | 4 | ||||
-rw-r--r-- | dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-php/PECL-mailparse/ChangeLog b/dev-php/PECL-mailparse/ChangeLog index a61b468a4f9d..ccc871369135 100644 --- a/dev-php/PECL-mailparse/ChangeLog +++ b/dev-php/PECL-mailparse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PECL-mailparse # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/ChangeLog,v 1.4 2004/03/28 22:11:52 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/ChangeLog,v 1.5 2004/05/30 18:25:38 kloeri Exp $ + + 30 May 2004; Bryan Østergaard <kloeri@gentoo.org> + PECL-mailparse-2.0b.ebuild: + Stable on alpha. *PECL-mailparse-2.0b (28 Mar 2004) diff --git a/dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild b/dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild index eb1ac31f0b9a..22a07ed86ad9 100644 --- a/dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild +++ b/dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild,v 1.1 2003/10/21 15:03:40 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild,v 1.2 2004/05/30 18:25:38 kloeri Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_INI="yes" diff --git a/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild b/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild index d47eea220476..3b5cc5a67b16 100644 --- a/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild +++ b/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild,v 1.2 2003/09/13 16:08:59 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild,v 1.3 2004/05/30 18:25:38 kloeri Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_NAME="mailparse" diff --git a/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild b/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild index b9455dc86a85..55acd1fd56fe 100644 --- a/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild +++ b/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild,v 1.1 2004/03/28 22:11:52 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild,v 1.2 2004/05/30 18:25:38 kloeri Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_INI="yes" @@ -11,7 +11,7 @@ IUSE="" DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages." SLOT="0" LICENSE="PHP" -KEYWORDS="x86 ~ppc ~alpha ~sparc" +KEYWORDS="x86 ~ppc alpha ~sparc" src_install() { php-ext-pecl_src_install |