diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 07:08:28 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 07:08:28 +0000 |
commit | 93a69e77d7eb300882e4dba572ab0ad4c310ab9a (patch) | |
tree | 29daedc390fa899eba174d6eb9ffabb2def6dd43 /dev-php/PEAR-Mail | |
parent | Initial ebuild for the Net_SMTP PEAR package. (diff) | |
download | gentoo-2-93a69e77d7eb300882e4dba572ab0ad4c310ab9a.tar.gz gentoo-2-93a69e77d7eb300882e4dba572ab0ad4c310ab9a.tar.bz2 gentoo-2-93a69e77d7eb300882e4dba572ab0ad4c310ab9a.zip |
Initial ebuild for the Mail PEAR package.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-php/PEAR-Mail')
-rw-r--r-- | dev-php/PEAR-Mail/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Mail/Manifest | 3 | ||||
-rw-r--r-- | dev-php/PEAR-Mail/PEAR-Mail-1.1.4.ebuild | 12 | ||||
-rw-r--r-- | dev-php/PEAR-Mail/files/digest-PEAR-Mail-1.1.4 | 1 | ||||
-rw-r--r-- | dev-php/PEAR-Mail/metadata.xml | 5 |
5 files changed, 31 insertions, 0 deletions
diff --git a/dev-php/PEAR-Mail/ChangeLog b/dev-php/PEAR-Mail/ChangeLog new file mode 100644 index 000000000000..c74c752389bd --- /dev/null +++ b/dev-php/PEAR-Mail/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2005/02/16 07:08:28 sebastian Exp $ + +*PEAR-Mail-1.1.4 (16 Feb 2005) + + 16 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +PEAR-Mail-1.1.4.ebuild: + Initial ebuild for the Mail PEAR package. + diff --git a/dev-php/PEAR-Mail/Manifest b/dev-php/PEAR-Mail/Manifest new file mode 100644 index 000000000000..3aad4d8198a4 --- /dev/null +++ b/dev-php/PEAR-Mail/Manifest @@ -0,0 +1,3 @@ +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 965835880d08effa00b227c093ba44b3 PEAR-Mail-1.1.4.ebuild 300 +MD5 195e282fe659ef03e3a563c9e6a41f52 files/digest-PEAR-Mail-1.1.4 58 diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.1.4.ebuild b/dev-php/PEAR-Mail/PEAR-Mail-1.1.4.ebuild new file mode 100644 index 000000000000..ea4e19ced266 --- /dev/null +++ b/dev-php/PEAR-Mail/PEAR-Mail-1.1.4.ebuild @@ -0,0 +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.1 2005/02/16 07:08:28 sebastian Exp $ + +inherit php-pear + +DESCRIPTION="Class that provides multiple interfaces for sending emails." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND=">=dev-php/PEAR-Net_SMTP-1.1.0" diff --git a/dev-php/PEAR-Mail/files/digest-PEAR-Mail-1.1.4 b/dev-php/PEAR-Mail/files/digest-PEAR-Mail-1.1.4 new file mode 100644 index 000000000000..a8c87c25341c --- /dev/null +++ b/dev-php/PEAR-Mail/files/digest-PEAR-Mail-1.1.4 @@ -0,0 +1 @@ +MD5 3e14fef5bd418de87214a3271ffc4549 Mail-1.1.4.tgz 14548 diff --git a/dev-php/PEAR-Mail/metadata.xml b/dev-php/PEAR-Mail/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-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> |