diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-27 16:34:34 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-27 16:34:34 +0000 |
commit | 92c375fb637b8a5e6042a88b4c52a8e0532241b5 (patch) | |
tree | f07d82b3d3d7bb8fe3b5d8ac435be83c789c85f9 /dev-php/PEAR-Mail | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-92c375fb637b8a5e6042a88b4c52a8e0532241b5.tar.gz gentoo-2-92c375fb637b8a5e6042a88b4c52a8e0532241b5.tar.bz2 gentoo-2-92c375fb637b8a5e6042a88b4c52a8e0532241b5.zip |
Stable on alpha.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/PEAR-Mail')
-rw-r--r-- | dev-php/PEAR-Mail/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Mail/PEAR-Mail-1.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Mail/ChangeLog b/dev-php/PEAR-Mail/ChangeLog index 44b49219c845..bc4457f661fc 100644 --- a/dev-php/PEAR-Mail/ChangeLog +++ b/dev-php/PEAR-Mail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Mail # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/ChangeLog,v 1.5 2005/03/12 12:16:44 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/ChangeLog,v 1.6 2005/03/27 16:30:40 kloeri Exp $ + + 27 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> PEAR-Mail-1.1.4.ebuild: + Stable on alpha. 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> PEAR-Mail-1.1.4.ebuild: diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.1.4.ebuild b/dev-php/PEAR-Mail/PEAR-Mail-1.1.4.ebuild index 1b3fa1578138..5165f5f75d31 100644 --- a/dev-php/PEAR-Mail/PEAR-Mail-1.1.4.ebuild +++ b/dev-php/PEAR-Mail/PEAR-Mail-1.1.4.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-Mail/PEAR-Mail-1.1.4.ebuild,v 1.5 2005/03/12 12:16:44 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail/PEAR-Mail-1.1.4.ebuild,v 1.6 2005/03/27 16:30:40 kloeri Exp $ inherit php-pear DESCRIPTION="Class that provides multiple interfaces for sending emails." LICENSE="PHP" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa amd64 ~ppc64" +KEYWORDS="x86 ~ppc ~sparc alpha ~hppa amd64 ~ppc64" IUSE="" RDEPEND=">=dev-php/PEAR-Net_SMTP-1.1.0" |