summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-02-15 01:38:39 +0000
committerSteve Dibb <beandog@gentoo.org>2010-02-15 01:38:39 +0000
commit061606c1931a6eaf8df45c2595865523789cb402 (patch)
treee2d16a315e18aae1ec9585292d3659da1d32e806 /dev-php
parentVersion bump (diff)
downloadgentoo-2-061606c1931a6eaf8df45c2595865523789cb402.tar.gz
gentoo-2-061606c1931a6eaf8df45c2595865523789cb402.tar.bz2
gentoo-2-061606c1931a6eaf8df45c2595865523789cb402.zip
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Mail_Mime/ChangeLog9
-rw-r--r--dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-php/PEAR-Mail_Mime/ChangeLog b/dev-php/PEAR-Mail_Mime/ChangeLog
index 51f28646a949..04734ecceb24 100644
--- a/dev-php/PEAR-Mail_Mime/ChangeLog
+++ b/dev-php/PEAR-Mail_Mime/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-Mail_Mime
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.65 2008/03/29 00:05:20 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.66 2010/02/15 01:38:39 beandog Exp $
+
+*PEAR-Mail_Mime-1.6.0 (15 Feb 2010)
+
+ 15 Feb 2010; Steve Dibb <beandog@gentoo.org> +PEAR-Mail_Mime-1.6.0.ebuild:
+ Version bump
29 Mar 2008; Markus Meier <maekke@gentoo.org> PEAR-Mail_Mime-1.5.2.ebuild:
amd64 stable, bug #208313
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild
new file mode 100644
index 000000000000..96d16c4fc3d1
--- /dev/null
+++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.6.0.ebuild,v 1.1 2010/02/15 01:38:39 beandog Exp $
+
+inherit php-pear-r1 eutils
+
+DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-php/PEAR-PEAR-1.6.0"
+PDEPEND="dev-php/PEAR-Mail_mimeDecode"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ # see Bug 125451; http://pear.php.net/bugs/bug.php?id=5333
+ epatch "${FILESDIR}"/1.5.2-php-pass-by-reference-fix.patch
+}