summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-12-19 16:17:44 +0000
committerMatti Bickel <mabi@gentoo.org>2010-12-19 16:17:44 +0000
commitd2a939d5f50274a902980370451b6e9db2daa492 (patch)
tree3afec3b08e5412833941f9ffe04ecb8fe3888fbb /dev-php
parentUnmask openvz-sources-2.6.32 (diff)
downloadgentoo-2-d2a939d5f50274a902980370451b6e9db2daa492.tar.gz
gentoo-2-d2a939d5f50274a902980370451b6e9db2daa492.tar.bz2
gentoo-2-d2a939d5f50274a902980370451b6e9db2daa492.zip
version bump (bug #294256)
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Mail/ChangeLog8
-rw-r--r--dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild (renamed from dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta5.ebuild)2
-rw-r--r--dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta2.ebuild14
3 files changed, 8 insertions, 16 deletions
diff --git a/dev-php/PEAR-Mail/ChangeLog b/dev-php/PEAR-Mail/ChangeLog
index a9e62e34d3b8..5174038c1afa 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-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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/ChangeLog,v 1.41 2010/12/19 16:17:44 mabi Exp $
+
+*PEAR-Mail-1.2.0 (19 Dec 2010)
+
+ 19 Dec 2010; Matti Bickel <mabi@gentoo.org> -PEAR-Mail-1.2.0_beta2.ebuild,
+ -PEAR-Mail-1.2.0_beta5.ebuild, +PEAR-Mail-1.2.0.ebuild:
+ version bump (bug #294256)
*PEAR-Mail-1.2.0_beta5 (15 Feb 2010)
diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta5.ebuild b/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild
index 0930a1077793..cd423d7aaacc 100644
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta5.ebuild
+++ b/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/PEAR-Mail-1.2.0.ebuild,v 1.1 2010/12/19 16:17:44 mabi Exp $
inherit php-pear-r1
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
deleted file mode 100644
index 913e225f5eb0..000000000000
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.2.0_beta2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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"