diff options
author | 2010-02-15 01:40:18 +0000 | |
---|---|---|
committer | 2010-02-15 01:40:18 +0000 | |
commit | fa1b6a1eafed6f7eeaa5330ee91b09827a5d65ab (patch) | |
tree | 7c0598808b657aee7f8f69468b8055d4e1d2163f /dev-php | |
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')
-rw-r--r-- | dev-php/PEAR-Mail/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta5.ebuild | 14 | ||||
-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 | ||||
-rw-r--r-- | dev-php/PEAR-XML_RSS/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.0.ebuild | 12 |
6 files changed, 71 insertions, 6 deletions
diff --git a/dev-php/PEAR-Mail/ChangeLog b/dev-php/PEAR-Mail/ChangeLog index 1b239276adea..a9e62e34d3b8 100644 --- a/dev-php/PEAR-Mail/ChangeLog +++ b/dev-php/PEAR-Mail/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Mail -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/ChangeLog,v 1.39 2009/08/22 18:41:43 beandog Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/ChangeLog,v 1.40 2010/02/15 01:35:56 beandog Exp $ + +*PEAR-Mail-1.2.0_beta5 (15 Feb 2010) + + 15 Feb 2010; Steve Dibb <beandog@gentoo.org> + +PEAR-Mail-1.2.0_beta5.ebuild: + Version bump *PEAR-Mail-1.2.0_beta2 (22 Aug 2009) diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta5.ebuild b/dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta5.ebuild new file mode 100644 index 000000000000..0930a1077793 --- /dev/null +++ b/dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta5.ebuild @@ -0,0 +1,14 @@ +# 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/PEAR-Mail-1.2.0_beta5.ebuild,v 1.1 2010/02/15 01:35:56 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Class that provides multiple interfaces for sending emails" + +LICENSE="PHP-2.02 BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-php/PEAR-Net_SMTP-1.2.7" 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 +} diff --git a/dev-php/PEAR-XML_RSS/ChangeLog b/dev-php/PEAR-XML_RSS/ChangeLog index 0f9c2c280622..9cdf29f8d57c 100644 --- a/dev-php/PEAR-XML_RSS/ChangeLog +++ b/dev-php/PEAR-XML_RSS/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-XML_RSS -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/ChangeLog,v 1.37 2007/12/06 00:58:39 jokey Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/ChangeLog,v 1.38 2010/02/15 01:40:18 beandog Exp $ + +*PEAR-XML_RSS-1.0.0 (15 Feb 2010) + + 15 Feb 2010; Steve Dibb <beandog@gentoo.org> +PEAR-XML_RSS-1.0.0.ebuild: + Version bump 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-XML_RSS-0.9.2-r1.ebuild, PEAR-XML_RSS-0.9.10.ebuild: diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.0.ebuild b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.0.ebuild new file mode 100644 index 000000000000..115e6f0fa0c7 --- /dev/null +++ b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.0.ebuild,v 1.1 2010/02/15 01:40:18 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Parser for Resource Description Framework (RDF) Site Summary (RSS) documents." +LICENSE="PHP-2.02 PHP-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="dev-php/PEAR-XML_Parser" |