diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:29:42 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:29:42 +0000 |
commit | 4f2ef03770a2af082b4d5a43a3f39ba4102189e5 (patch) | |
tree | 3054c245c9d046b1030e9b78ee9a6361ecb4eefd | |
parent | Version bump (diff) | |
download | gentoo-2-4f2ef03770a2af082b4d5a43a3f39ba4102189e5.tar.gz gentoo-2-4f2ef03770a2af082b4d5a43a3f39ba4102189e5.tar.bz2 gentoo-2-4f2ef03770a2af082b4d5a43a3f39ba4102189e5.zip |
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
-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" |