From e68121f2e106095fe7401c7b5397ce167817701c Mon Sep 17 00:00:00 2001 From: Tal Peer Date: Tue, 21 Oct 2003 15:03:49 +0000 Subject: Use new PECL eclass. --- dev-php/PECL-mailparse/Manifest | 2 +- dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild | 19 +++++++++++++++++++ .../files/digest-PECL-mailparse-0.9.3-r1 | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 dev-php/PECL-mailparse/PECL-mailparse-0.9.3-r1.ebuild create mode 100644 dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3-r1 (limited to 'dev-php/PECL-mailparse') 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 -- cgit v1.2.3-65-gdbad