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_Sieve | |
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_Sieve')
-rw-r--r-- | dev-php/PEAR-Net_Sieve/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.7.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_Sieve/ChangeLog b/dev-php/PEAR-Net_Sieve/ChangeLog index d5a6d027afd3..5eb1317a0f92 100644 --- a/dev-php/PEAR-Net_Sieve/ChangeLog +++ b/dev-php/PEAR-Net_Sieve/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Net_Sieve -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.62 2008/05/09 22:20:51 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.63 2009/08/22 19:29:42 beandog Exp $ + +*PEAR-Net_Sieve-1.1.7 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Net_Sieve-1.1.7.ebuild: + Version bump 09 May 2008; Markus Meier <maekke@gentoo.org> PEAR-Net_Sieve-1.1.6.ebuild: amd64 stable, bug #214081 diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.7.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.7.ebuild new file mode 100644 index 000000000000..46fb35836e29 --- /dev/null +++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.7.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-Net_Sieve/PEAR-Net_Sieve-1.1.7.ebuild,v 1.1 2009/08/22 19:29:42 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Provides an API to talk to the timsieved server that comes with Cyrus IMAPd" + +LICENSE="BSD BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.6-r1" |