summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-06-11 18:27:48 +0000
committerMatti Bickel <mabi@gentoo.org>2010-06-11 18:27:48 +0000
commit85a1a94e36d131ce38166835d01b4fccc695835c (patch)
tree0316a89f6cb7550422e68643e02297519479dc9a /dev-php5/pecl-mailparse
parentFix pcap_findalldevs for kernel with Bonding devices support enabled, bug #32... (diff)
downloadgentoo-2-85a1a94e36d131ce38166835d01b4fccc695835c.tar.gz
gentoo-2-85a1a94e36d131ce38166835d01b4fccc695835c.tar.bz2
gentoo-2-85a1a94e36d131ce38166835d01b4fccc695835c.zip
bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-mailparse')
-rw-r--r--dev-php5/pecl-mailparse/ChangeLog9
-rw-r--r--dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-php5/pecl-mailparse/ChangeLog b/dev-php5/pecl-mailparse/ChangeLog
index 9527064ecdee..75a7f589ec21 100644
--- a/dev-php5/pecl-mailparse/ChangeLog
+++ b/dev-php5/pecl-mailparse/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php5/pecl-mailparse
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.16 2008/01/13 15:23:59 jokey Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/ChangeLog,v 1.17 2010/06/11 18:27:48 mabi Exp $
+
+*pecl-mailparse-2.1.5 (11 Jun 2010)
+
+ 11 Jun 2010; <mabi@gentoo.org> +pecl-mailparse-2.1.5.ebuild:
+ version bump (bug #300893)
*pecl-mailparse-2.1.3 (13 Jan 2008)
diff --git a/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild b/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild
new file mode 100644
index 000000000000..97ce30e4c9a6
--- /dev/null
+++ b/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-mailparse/pecl-mailparse-2.1.5.ebuild,v 1.1 2010/06/11 18:27:48 mabi Exp $
+
+EAPI="2"
+
+PHP_EXT_NAME="mailparse"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+
+DOCS="README"
+
+inherit php-ext-pecl-r1
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
+LICENSE="PHP-2.02"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-lang/php[unicode]"
+RDEPEND=""
+
+need_php_by_category
+