diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-10-21 15:03:49 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-10-21 15:03:49 +0000 |
commit | 65b0b5be52ff21914c040ffb9e6e07dfbcf0ef88 (patch) | |
tree | 34e0075e281c6c075bb37a760832389ec9d31917 /dev-php/PECL-mailparse | |
parent | Use new PECL eclass. (diff) | |
download | historical-65b0b5be52ff21914c040ffb9e6e07dfbcf0ef88.tar.gz historical-65b0b5be52ff21914c040ffb9e6e07dfbcf0ef88.tar.bz2 historical-65b0b5be52ff21914c040ffb9e6e07dfbcf0ef88.zip |
Use new PECL eclass.
Diffstat (limited to 'dev-php/PECL-mailparse')
-rw-r--r-- | dev-php/PECL-mailparse/Manifest | 2 | ||||
-rw-r--r-- | dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild | 19 | ||||
-rw-r--r-- | dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3-r1 | 1 |
3 files changed, 21 insertions, 1 deletions
diff --git a/dev-php/PECL-mailparse/Manifest b/dev-php/PECL-mailparse/Manifest index 3283a06b03ee..472f2cca4c68 100644 --- a/dev-php/PECL-mailparse/Manifest +++ b/dev-php/PECL-mailparse/Manifest @@ -1,6 +1,6 @@ MD5 de45d1ad82862e40d98ffd0e148d750c PECL-mailparse-0.9.3.ebuild 712 MD5 977abd3302d352b62da78deb1acdd8b6 ChangeLog 450 MD5 90addd9e0cd39bebc1ca9eef0185f6fd metadata.xml 268 -MD5 cb5bc8bd3c1bce6a034dbd0521626123 PECL-mailparse-0.9.3-r1.ebuild 535 +MD5 f96b7628d86f5eab576487d78863067a PECL-mailparse-0.9.3-r1.ebuild 538 MD5 31ebb39eec5e35272155f86ff1e09819 files/digest-PECL-mailparse-0.9.3 63 MD5 31ebb39eec5e35272155f86ff1e09819 files/digest-PECL-mailparse-0.9.3-r1 63 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 new file mode 100644 index 000000000000..eb1ac31f0b9a --- /dev/null +++ b/dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 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 $ + +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-0.9.3-r1 b/dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3-r1 new file mode 100644 index 000000000000..a0cd336a0426 --- /dev/null +++ b/dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3-r1 @@ -0,0 +1 @@ +MD5 a4c0737ee32bea66730e513951856dc1 mailparse-0.9.3.tgz 33988 |