diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:41:43 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:41:43 +0000 |
commit | 40f9452aedd8c1fb112ee981c677980cc1cc539a (patch) | |
tree | 2182d097db84f51a8ec5eb8d5d646c5a26710e35 /dev-php/PEAR-Mail | |
parent | Version bump (diff) | |
download | gentoo-2-40f9452aedd8c1fb112ee981c677980cc1cc539a.tar.gz gentoo-2-40f9452aedd8c1fb112ee981c677980cc1cc539a.tar.bz2 gentoo-2-40f9452aedd8c1fb112ee981c677980cc1cc539a.zip |
Version bump
(Portage version: 2.2_rc38/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_beta2.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-php/PEAR-Mail/ChangeLog b/dev-php/PEAR-Mail/ChangeLog index 56cf1500e25c..1b239276adea 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/ChangeLog,v 1.38 2007/12/06 00:32:55 jokey Exp $ +# 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 $ + +*PEAR-Mail-1.2.0_beta2 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> + +PEAR-Mail-1.2.0_beta2.ebuild: + Version bump 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Mail-1.1.9.ebuild, PEAR-Mail-1.1.14.ebuild: diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta2.ebuild b/dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta2.ebuild new file mode 100644 index 000000000000..913e225f5eb0 --- /dev/null +++ b/dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 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_beta2.ebuild,v 1.1 2009/08/22 18:41:43 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" |