diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-01-23 14:56:10 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-01-23 14:56:10 +0000 |
commit | 83e9e5b861ccf18c43587b145b16f93a846f1328 (patch) | |
tree | d3f727fc2ca329df2798b0f1738ae876a39d905d /dev-php5/ezc-Mail | |
parent | Moved nwn.png to DISTDIR. (diff) | |
download | gentoo-2-83e9e5b861ccf18c43587b145b16f93a846f1328.tar.gz gentoo-2-83e9e5b861ccf18c43587b145b16f93a846f1328.tar.bz2 gentoo-2-83e9e5b861ccf18c43587b145b16f93a846f1328.zip |
Initial import of eZ components.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-php5/ezc-Mail')
-rw-r--r-- | dev-php5/ezc-Mail/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/ezc-Mail/Manifest | 3 | ||||
-rw-r--r-- | dev-php5/ezc-Mail/ezc-Mail-1.0_rc1.ebuild | 10 | ||||
-rw-r--r-- | dev-php5/ezc-Mail/files/digest-ezc-Mail-1.0_rc1 | 1 | ||||
-rw-r--r-- | dev-php5/ezc-Mail/metadata.xml | 5 |
5 files changed, 29 insertions, 0 deletions
diff --git a/dev-php5/ezc-Mail/ChangeLog b/dev-php5/ezc-Mail/ChangeLog new file mode 100644 index 000000000000..061db2b38263 --- /dev/null +++ b/dev-php5/ezc-Mail/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/ezc-Mail +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Mail/ChangeLog,v 1.1 2006/01/23 14:53:13 sebastian Exp $ + +*ezc-Mail-1.0_rc1 (23 Jan 2006) + + 23 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +ezc-Mail-1.0_rc1.ebuild: + Initial ebuild. + diff --git a/dev-php5/ezc-Mail/Manifest b/dev-php5/ezc-Mail/Manifest new file mode 100644 index 000000000000..a85e4781fa08 --- /dev/null +++ b/dev-php5/ezc-Mail/Manifest @@ -0,0 +1,3 @@ +MD5 fd6474a76d9e4ecdbd2103eabde5013b ezc-Mail-1.0_rc1.ebuild 186 +MD5 b8289d30f3cc5875d7d6626a65bc8805 files/digest-ezc-Mail-1.0_rc1 59 +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 diff --git a/dev-php5/ezc-Mail/ezc-Mail-1.0_rc1.ebuild b/dev-php5/ezc-Mail/ezc-Mail-1.0_rc1.ebuild new file mode 100644 index 000000000000..df60ef251e24 --- /dev/null +++ b/dev-php5/ezc-Mail/ezc-Mail-1.0_rc1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2006 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.0_rc1.ebuild,v 1.1 2006/01/23 14:53:13 sebastian Exp $ + +inherit php-ezc + +DESCRIPTION="This eZ component allows you construct Mail messages conforming to the RFCs." +SLOT="0" +KEYWORDS="~x86" +IUSE="" diff --git a/dev-php5/ezc-Mail/files/digest-ezc-Mail-1.0_rc1 b/dev-php5/ezc-Mail/files/digest-ezc-Mail-1.0_rc1 new file mode 100644 index 000000000000..384998d93d7c --- /dev/null +++ b/dev-php5/ezc-Mail/files/digest-ezc-Mail-1.0_rc1 @@ -0,0 +1 @@ +MD5 cac851e079506ad9b6a266260cda3a06 Mail-1.0RC1.tgz 17246 diff --git a/dev-php5/ezc-Mail/metadata.xml b/dev-php5/ezc-Mail/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php5/ezc-Mail/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +</pkgmetadata> |