diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-07 20:59:54 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-07 20:59:54 +0000 |
commit | e706145330918fa7cbd59578c86d29dd2c1b07a7 (patch) | |
tree | bfb64c819e0d5ff1d00797e0f2ff39f616cfb3b2 /dev-php/PEAR-Net_Sieve | |
parent | Stable on ppc. (diff) | |
download | historical-e706145330918fa7cbd59578c86d29dd2c1b07a7.tar.gz historical-e706145330918fa7cbd59578c86d29dd2c1b07a7.tar.bz2 historical-e706145330918fa7cbd59578c86d29dd2c1b07a7.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-php/PEAR-Net_Sieve')
-rw-r--r-- | dev-php/PEAR-Net_Sieve/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_Sieve/ChangeLog b/dev-php/PEAR-Net_Sieve/ChangeLog index ddaeec0b85a7..b9ff32de9529 100644 --- a/dev-php/PEAR-Net_Sieve/ChangeLog +++ b/dev-php/PEAR-Net_Sieve/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Net_Sieve # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.23 2005/04/06 19:43:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.24 2005/04/07 20:58:45 hansmi Exp $ + + 07 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + PEAR-Net_Sieve-1.1.1.ebuild: + Stable on ppc. 06 Apr 2005; Markus Rothe <corsair@gentoo.org> PEAR-Net_Sieve-1.1.1.ebuild: Stable on ppc64 diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild index ebca23d0c8c1..fc5b4a86efa9 100644 --- a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild +++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 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.1.ebuild,v 1.7 2005/04/06 19:43:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild,v 1.8 2005/04/07 20:58:45 hansmi Exp $ inherit php-pear DESCRIPTION="Provides an API to talk to the timsieved server that comes with Cyrus IMAPd. Can be used to install, remove, mark active etc sieve scripts." LICENSE="PHP" SLOT="0" -KEYWORDS="x86 ~sparc alpha ~ppc ia64 amd64 ~hppa ppc64" +KEYWORDS="x86 ~sparc alpha ppc ia64 amd64 ~hppa ppc64" IUSE="" RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.0" |