Version bump.
authorPeter Volkov <pva@gentoo.org>
Sat, 1 Oct 2011 19:28:45 +0000 (19:28 +0000)
committerPeter Volkov <pva@gentoo.org>
Sat, 1 Oct 2011 19:28:45 +0000 (19:28 +0000)
Package-Manager: portage-2.1.10.19/cvs/Linux x86_64

dev-php/PEAR-Auth_SASL/ChangeLog
dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild [new file with mode: 0644]
dev-php/PEAR-Mail_Mime/ChangeLog
dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild [new file with mode: 0644]

index 09bbd00d7e8b0796161c069acd5c8710c88bd7c4..3e8f2dfd7bd2e2e3bf8af8cfdc83f1cac0edd197 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/PEAR-Auth_SASL
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/ChangeLog,v 1.37 2010/02/16 04:21:55 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/ChangeLog,v 1.38 2011/10/01 19:25:51 pva Exp $
+
+*PEAR-Auth_SASL-1.0.6 (01 Oct 2011)
+
+  01 Oct 2011; Peter Volkov <pva@gentoo.org> +PEAR-Auth_SASL-1.0.6.ebuild:
+  Version bump.
 
   16 Feb 2010; Steve Dibb <beandog@gentoo.org>
   PEAR-Auth_SASL-1.0.1-r1.ebuild, PEAR-Auth_SASL-1.0.2.ebuild,
diff --git a/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild b/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild
new file mode 100644 (file)
index 0000000..8a54b07
--- /dev/null
@@ -0,0 +1,12 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Auth_SASL/PEAR-Auth_SASL-1.0.6.ebuild,v 1.1 2011/10/01 19:25:51 pva Exp $
+
+inherit php-pear-r1
+
+DESCRIPTION="Abstraction of various SASL mechanism responses"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
index 350161a1c9a7cbd894cab716bd90b63443fd2f7c..450c674285436f97535ba7a8df5e0f49e3cdcbe3 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/PEAR-Mail_Mime
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.67 2010/04/27 16:20:26 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.68 2011/10/01 19:28:45 pva Exp $
+
+*PEAR-Mail_Mime-1.8.2 (01 Oct 2011)
+
+  01 Oct 2011; Peter Volkov <pva@gentoo.org> +PEAR-Mail_Mime-1.8.2.ebuild:
+  Version bump.
 
   27 Apr 2010; Steve Dibb <beandog@gentoo.org> PEAR-Mail_Mime-1.5.2.ebuild,
   PEAR-Mail_Mime-1.6.0.ebuild:
diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild
new file mode 100644 (file)
index 0000000..56037a0
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 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.8.2.ebuild,v 1.1 2011/10/01 19:28:45 pva 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=""
+
+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
+}