diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-11-03 11:26:42 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-11-03 11:26:42 +0000 |
commit | 5452fd21166a1565c496f46958c380bb0ba2ca80 (patch) | |
tree | 46cc4ad671a585db0abd745b802be678a5fbc1d1 /dev-php/PEAR-Net_SMTP | |
parent | Remove src_install, remove whitespace (diff) | |
download | historical-5452fd21166a1565c496f46958c380bb0ba2ca80.tar.gz historical-5452fd21166a1565c496f46958c380bb0ba2ca80.tar.bz2 historical-5452fd21166a1565c496f46958c380bb0ba2ca80.zip |
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agostino "ago" Sarubbo in bug #388763.
Package-Manager: portage-2.1.10.32/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Net_SMTP')
-rw-r--r-- | dev-php/PEAR-Net_SMTP/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_SMTP/ChangeLog b/dev-php/PEAR-Net_SMTP/ChangeLog index 9d992eaa8b3e..5caf81a6c49c 100644 --- a/dev-php/PEAR-Net_SMTP/ChangeLog +++ b/dev-php/PEAR-Net_SMTP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Net_SMTP # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.51 2011/10/01 19:34:44 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/ChangeLog,v 1.52 2011/11/03 11:08:48 chainsaw Exp $ + + 03 Nov 2011; Tony Vroon <chainsaw@gentoo.org> PEAR-Net_SMTP-1.6.1.ebuild: + Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & + Agostino "ago" Sarubbo in bug #388763. *PEAR-Net_SMTP-1.6.1 (01 Oct 2011) diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild index 268f8dca6434..49aeb5681297 100644 --- a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild +++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild,v 1.1 2011/10/01 19:34:44 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.6.1.ebuild,v 1.2 2011/11/03 11:08:48 chainsaw Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="An implementation of the SMTP protocol" LICENSE="PHP-2.02" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="sasl" RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.7 |