diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:18:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-11 21:18:00 +0000 |
commit | 39fd2214291949f2f0596074e409d9145aecfb68 (patch) | |
tree | f36ca3cc1908a26acee7cd72394137e6a5e7073e /dev-php5/ezc-Mail | |
parent | Version bump, from the php overlay (diff) | |
download | gentoo-2-39fd2214291949f2f0596074e409d9145aecfb68.tar.gz gentoo-2-39fd2214291949f2f0596074e409d9145aecfb68.tar.bz2 gentoo-2-39fd2214291949f2f0596074e409d9145aecfb68.zip |
Version bump, from the php overlay
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-php5/ezc-Mail')
-rw-r--r-- | dev-php5/ezc-Mail/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/ezc-Mail/ezc-Mail-1.4.1.ebuild | 11 |
2 files changed, 17 insertions, 1 deletions
diff --git a/dev-php5/ezc-Mail/ChangeLog b/dev-php5/ezc-Mail/ChangeLog index 71f64b5bef3d..f4756288defd 100644 --- a/dev-php5/ezc-Mail/ChangeLog +++ b/dev-php5/ezc-Mail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/ezc-Mail # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Mail/ChangeLog,v 1.20 2008/01/13 16:05:52 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Mail/ChangeLog,v 1.21 2008/02/11 21:18:00 armin76 Exp $ + +*ezc-Mail-1.4.1 (11 Feb 2008) + + 11 Feb 2008; Raúl Porcel <armin76@gentoo.org> +ezc-Mail-1.4.1.ebuild: + Version bump, from the php overlay *ezc-Mail-1.4 (13 Jan 2008) diff --git a/dev-php5/ezc-Mail/ezc-Mail-1.4.1.ebuild b/dev-php5/ezc-Mail/ezc-Mail-1.4.1.ebuild new file mode 100644 index 000000000000..9214696c34b0 --- /dev/null +++ b/dev-php5/ezc-Mail/ezc-Mail-1.4.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Mail/ezc-Mail-1.4.1.ebuild,v 1.1 2008/02/11 21:18:00 armin76 Exp $ + +EZC_BASE_MIN="1.4.1" +inherit php-ezc + +DESCRIPTION="This eZ component allows you construct Mail messages conforming to the RFCs." +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" |