diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:37:56 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:37:56 +0000 |
commit | cd4f666a9bd692bdb5c76426c072e09e68029280 (patch) | |
tree | 661f4d766d9e63a8bbe04218ec63b57fbeafd980 /dev-php/PEAR-Net_IMAP | |
parent | Mask dev-ruby/rails 2.0 and 2.1 slots for removal. (diff) | |
download | historical-cd4f666a9bd692bdb5c76426c072e09e68029280.tar.gz historical-cd4f666a9bd692bdb5c76426c072e09e68029280.tar.bz2 historical-cd4f666a9bd692bdb5c76426c072e09e68029280.zip |
Version bump
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Net_IMAP')
-rw-r--r-- | dev-php/PEAR-Net_IMAP/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_IMAP/ChangeLog b/dev-php/PEAR-Net_IMAP/ChangeLog index accc60264f7c..2f97c2dfd045 100644 --- a/dev-php/PEAR-Net_IMAP/ChangeLog +++ b/dev-php/PEAR-Net_IMAP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Net_IMAP -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.29 2008/03/17 12:48:23 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/ChangeLog,v 1.30 2009/08/22 19:36:26 beandog Exp $ + +*PEAR-Net_IMAP-1.1.0 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Net_IMAP-1.1.0.ebuild: + Version bump *PEAR-Net_IMAP-1.1.0_beta2 (17 Mar 2008) diff --git a/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild new file mode 100644 index 000000000000..a2bccb281cf1 --- /dev/null +++ b/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_IMAP/PEAR-Net_IMAP-1.1.0.ebuild,v 1.1 2009/08/22 19:36:26 beandog Exp $ + +PEAR_PV="${PV/_/}" + +inherit php-pear-r1 + +DESCRIPTION="Provides an implementation of the IMAP protocol." + +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="sasl" +RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.8 + !sasl? ( >=dev-php/PEAR-Auth_SASL-1.0.2 )" |