summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-08-22 18:41:43 +0000
committerSteve Dibb <beandog@gentoo.org>2009-08-22 18:41:43 +0000
commit74da479c470c9a26a4ede9473f755bf72ddc17f9 (patch)
tree485a163b42c04f87ba970bffe3960200363ec8be /dev-php/PEAR-Mail
parentInitial import. (diff)
downloadhistorical-74da479c470c9a26a4ede9473f755bf72ddc17f9.tar.gz
historical-74da479c470c9a26a4ede9473f755bf72ddc17f9.tar.bz2
historical-74da479c470c9a26a4ede9473f755bf72ddc17f9.zip
Version bump
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Mail')
-rw-r--r--dev-php/PEAR-Mail/ChangeLog10
-rw-r--r--dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta2.ebuild14
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"