diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-03-23 00:35:31 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-03-23 00:35:31 +0000 |
commit | e4d39ee572b3ad314e2572aba0b778aee21fc9e9 (patch) | |
tree | 9dd000a56cc1a262f9d68059f866ac15de3c866c /dev-php | |
parent | amd64 stable (diff) | |
download | gentoo-2-e4d39ee572b3ad314e2572aba0b778aee21fc9e9.tar.gz gentoo-2-e4d39ee572b3ad314e2572aba0b778aee21fc9e9.tar.bz2 gentoo-2-e4d39ee572b3ad314e2572aba0b778aee21fc9e9.zip |
merge from php overlay
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_Sieve/ChangeLog | 14 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.6.ebuild | 14 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_Sieve/ChangeLog b/dev-php/PEAR-Net_Sieve/ChangeLog index 5bf9ca5d536a..d094747f93e8 100644 --- a/dev-php/PEAR-Net_Sieve/ChangeLog +++ b/dev-php/PEAR-Net_Sieve/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-php/PEAR-Net_Sieve -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.55 2007/12/06 00:42:19 jokey Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.56 2008/03/23 00:35:31 hollow Exp $ + +*PEAR-Net_Sieve-1.1.6 (23 Mar 2008) + + 23 Mar 2008; Benedikt Böhm <hollow@gentoo.org> + +PEAR-Net_Sieve-1.1.6.ebuild: + merge from php overlay + + 22 Mar 2008; Jakub Moc <jakub@gentoo.org> + PEAR-Net_Sieve-1.1.6.ebuild: + Version bump - bugfix release fixing PEAR bug #9273. Closes Bug 214081. 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-Net_Sieve-1.1.1-r1.ebuild, PEAR-Net_Sieve-1.1.5.ebuild: diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.6.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.6.ebuild new file mode 100644 index 000000000000..d7a59b0883e6 --- /dev/null +++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 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.6.ebuild,v 1.1 2008/03/23 00:35:31 hollow 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" |