diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-07-30 08:58:35 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-07-30 08:58:35 +0000 |
commit | 45e65370cd92e462aff24d36ee015ed4aab381a5 (patch) | |
tree | 7c4c66bfed3bbb8e8e1eb84dd92556f1b91623a0 /dev-php | |
parent | Initial import. (diff) | |
download | historical-45e65370cd92e462aff24d36ee015ed4aab381a5.tar.gz historical-45e65370cd92e462aff24d36ee015ed4aab381a5.tar.bz2 historical-45e65370cd92e462aff24d36ee015ed4aab381a5.zip |
Initial import.
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PECL-mailparse/Manifest | 3 | ||||
-rw-r--r-- | dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild | 24 | ||||
-rw-r--r-- | dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3 | 1 |
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-php/PECL-mailparse/Manifest b/dev-php/PECL-mailparse/Manifest index e7fa30d99aec..693bd2d73a5e 100644 --- a/dev-php/PECL-mailparse/Manifest +++ b/dev-php/PECL-mailparse/Manifest @@ -1,2 +1,3 @@ -MD5 7115294e1ed00e157f7c352e71bffec3 PECL-mailparse-0.9.3.ebuild 705 +MD5 2ec09b86f77196894f1fc3af78fa2852 PECL-mailparse-0.9.3.ebuild 713 +MD5 b3eb51cdf41e1f4fa0cfe437b60c7d33 ChangeLog 359 MD5 31ebb39eec5e35272155f86ff1e09819 files/digest-PECL-mailparse-0.9.3 63 diff --git a/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild b/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild new file mode 100644 index 000000000000..39ad24bcf3a3 --- /dev/null +++ b/dev-php/PECL-mailparse/PECL-mailparse-0.9.3.ebuild @@ -0,0 +1,24 @@ +# 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.ebuild,v 1.1 2003/07/30 08:58:21 coredumb Exp $ + +PHP_EXT_ZENDEXT="no" +PHP_EXT_NAME="mailparse" +PHP_EXT_INI="yes" + +inherit php-ext-source + +IUSE="" +DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages." +HOMEPAGE="http://pear.php.net/mailparse" +SLOT="0" +MY_PN="mailparse" +SRC_URI="http://pear.php.net/get/${MY_PN}-${PV}.tgz" +S=${WORKDIR}/${MY_PN}-${PV} +LICENSE="PHP" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" + +src_install() { + php-ext-source_src_install + dodoc CREDITS README +} diff --git a/dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3 b/dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3 new file mode 100644 index 000000000000..a0cd336a0426 --- /dev/null +++ b/dev-php/PECL-mailparse/files/digest-PECL-mailparse-0.9.3 @@ -0,0 +1 @@ +MD5 a4c0737ee32bea66730e513951856dc1 mailparse-0.9.3.tgz 33988 |