diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-02-15 01:35:56 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-02-15 01:35:56 +0000 |
commit | fb20060646a7d42e188170b689945eae8efcaaf8 (patch) | |
tree | e9a271e6dea8a5acf3078472e727233a93091f49 /dev-php/PEAR-Mail | |
parent | Version bump, bug 304421 (diff) | |
download | gentoo-2-fb20060646a7d42e188170b689945eae8efcaaf8.tar.gz gentoo-2-fb20060646a7d42e188170b689945eae8efcaaf8.tar.bz2 gentoo-2-fb20060646a7d42e188170b689945eae8efcaaf8.zip |
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Mail')
-rw-r--r-- | dev-php/PEAR-Mail/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta5.ebuild | 14 |
2 files changed, 22 insertions, 2 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" |