diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-03-28 22:11:52 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-03-28 22:11:52 +0000 |
commit | 385e1de7fefc024f9db51858b1093992b910c0d8 (patch) | |
tree | 1d9d9ea9a76acf5aee1b187079fbfd78398ec710 /dev-php/PECL-mailparse | |
parent | Fix for bug #39020 (diff) | |
download | gentoo-2-385e1de7fefc024f9db51858b1093992b910c0d8.tar.gz gentoo-2-385e1de7fefc024f9db51858b1093992b910c0d8.tar.bz2 gentoo-2-385e1de7fefc024f9db51858b1093992b910c0d8.zip |
Version bump
Diffstat (limited to 'dev-php/PECL-mailparse')
-rw-r--r-- | dev-php/PECL-mailparse/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/PECL-mailparse/Manifest | 4 | ||||
-rw-r--r-- | dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild | 19 | ||||
-rw-r--r-- | dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.0b | 1 |
4 files changed, 31 insertions, 4 deletions
diff --git a/dev-php/PECL-mailparse/ChangeLog b/dev-php/PECL-mailparse/ChangeLog index 6f961e2f98cf..a61b468a4f9d 100644 --- a/dev-php/PECL-mailparse/ChangeLog +++ b/dev-php/PECL-mailparse/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-php/PECL-mailparse -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-mailparse/ChangeLog,v 1.3 2003/10/21 15:05:25 coredumb Exp $ - +# 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 $ + +*PECL-mailparse-2.0b (28 Mar 2004) + + 28 Mar 2004; Stuart Herbert <stuart@gentoo.org> PECL-mailparse-2.0b.ebuild: + Version bump, to pick up fixes for compile problems + *PECL-mailparse-0.9.3-r1 (21 Oct 2003) 21 Oct 2003; Tal Peer <coredumb@gentoo.org> PECL-mailparse-0.9.3-r1.ebuild: diff --git a/dev-php/PECL-mailparse/Manifest b/dev-php/PECL-mailparse/Manifest index cf8c06e3d272..6540dc3118ee 100644 --- a/dev-php/PECL-mailparse/Manifest +++ b/dev-php/PECL-mailparse/Manifest @@ -1,6 +1,8 @@ MD5 de45d1ad82862e40d98ffd0e148d750c PECL-mailparse-0.9.3.ebuild 712 +MD5 f96b7628d86f5eab576487d78863067a PECL-mailparse-0.9.3-r1.ebuild 538 MD5 5bf7720c249cf92749366505601d1bd0 ChangeLog 592 MD5 90addd9e0cd39bebc1ca9eef0185f6fd metadata.xml 268 -MD5 f96b7628d86f5eab576487d78863067a PECL-mailparse-0.9.3-r1.ebuild 538 +MD5 f96b7628d86f5eab576487d78863067a PECL-mailparse-2.0b.ebuild 538 MD5 31ebb39eec5e35272155f86ff1e09819 files/digest-PECL-mailparse-0.9.3 63 MD5 31ebb39eec5e35272155f86ff1e09819 files/digest-PECL-mailparse-0.9.3-r1 63 +MD5 f1c438dc7ab114f12ca6d955cd161bb5 files/digest-PECL-mailparse-2.0b 62 diff --git a/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild b/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild new file mode 100644 index 000000000000..b9455dc86a85 --- /dev/null +++ b/dev-php/PECL-mailparse/PECL-mailparse-2.0b.ebuild @@ -0,0 +1,19 @@ +# 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 $ + +PHP_EXT_ZENDEXT="no" +PHP_EXT_INI="yes" + +inherit php-ext-pecl + +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" + +src_install() { + php-ext-pecl_src_install + dodoc README +} diff --git a/dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.0b b/dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.0b new file mode 100644 index 000000000000..1abbedceb7cb --- /dev/null +++ b/dev-php/PECL-mailparse/files/digest-PECL-mailparse-2.0b @@ -0,0 +1 @@ +MD5 bffe5fd04341f7c869020bbb1845473b mailparse-2.0b.tgz 33547 |