diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-02-15 01:40:18 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-02-15 01:40:18 +0000 |
commit | fa1b6a1eafed6f7eeaa5330ee91b09827a5d65ab (patch) | |
tree | 7c0598808b657aee7f8f69468b8055d4e1d2163f /dev-php/PEAR-Mail_Mime | |
parent | Version bump, bug 304421 (diff) | |
download | historical-fa1b6a1eafed6f7eeaa5330ee91b09827a5d65ab.tar.gz historical-fa1b6a1eafed6f7eeaa5330ee91b09827a5d65ab.tar.bz2 historical-fa1b6a1eafed6f7eeaa5330ee91b09827a5d65ab.zip |
Version bump
Package-Manager: portage-2.2_rc62/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.6.0.ebuild | 23 |
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 +} |