diff options
author | Peter Volkov <pva@gentoo.org> | 2011-10-01 19:28:45 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2011-10-01 19:28:45 +0000 |
commit | e24f2302115956dc83dbabe90acbac779b65459c (patch) | |
tree | 257fa51e2230dac7c1961b1e0d0bc86d49413bda /dev-php/PEAR-Mail_Mime | |
parent | Rename USE="v4l2" to USE="v4l" wrt #385241 (diff) | |
download | historical-e24f2302115956dc83dbabe90acbac779b65459c.tar.gz historical-e24f2302115956dc83dbabe90acbac779b65459c.tar.bz2 historical-e24f2302115956dc83dbabe90acbac779b65459c.zip |
Version bump.
Package-Manager: portage-2.1.10.19/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Mail_Mime')
-rw-r--r-- | dev-php/PEAR-Mail_Mime/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-php/PEAR-Mail_Mime/ChangeLog b/dev-php/PEAR-Mail_Mime/ChangeLog index 350161a1c9a7..450c67428543 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 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 index 000000000000..56037a013b2f --- /dev/null +++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild @@ -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 +} |