summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-05-04 10:41:49 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-05-04 10:41:49 +0000
commit6ee10474136ea952c9935bfc3272d58294592d9d (patch)
treefab87b2d4b5bea275bd2561c4d0735bbf3819d7f /dev-php
parentdo not cache ldap query results (diff)
downloadgentoo-2-6ee10474136ea952c9935bfc3272d58294592d9d.tar.gz
gentoo-2-6ee10474136ea952c9935bfc3272d58294592d9d.tar.bz2
gentoo-2-6ee10474136ea952c9935bfc3272d58294592d9d.zip
Version bump. Bug 413383
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-mailparse/ChangeLog10
-rw-r--r--dev-php/pecl-mailparse/pecl-mailparse-2.1.6.ebuild25
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-php/pecl-mailparse/ChangeLog b/dev-php/pecl-mailparse/ChangeLog
index 145e39fdfbfd..b161bbfbbf26 100644
--- a/dev-php/pecl-mailparse/ChangeLog
+++ b/dev-php/pecl-mailparse/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php5/pecl-mailparse
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/ChangeLog,v 1.1 2011/12/14 22:41:18 mabi Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/ChangeLog,v 1.2 2012/05/04 10:41:49 olemarkus Exp $
+
+*pecl-mailparse-2.1.6 (04 May 2012)
+
+ 04 May 2012; Ole Markus With <olemarkus@gentoo.org>
+ +pecl-mailparse-2.1.6.ebuild:
+ Version bump. Bug 413383
30 Jan 2011; Raúl Porcel <armin76@gentoo.org> pecl-mailparse-2.1.5.ebuild:
Drop sparc keywords
diff --git a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6.ebuild
new file mode 100644
index 000000000000..ba2013f48ac2
--- /dev/null
+++ b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/pecl-mailparse-2.1.6.ebuild,v 1.1 2012/05/04 10:41:48 olemarkus Exp $
+
+EAPI=4
+
+PHP_EXT_NAME="mailparse"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+DOCS="README"
+
+USE_PHP="php5-3 php5-4"
+
+inherit php-ext-pecl-r2
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages."
+LICENSE="PHP-2.02"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-lang/php[unicode]"
+DEPEND="${RDEPEND}
+ dev-util/re2c"