summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-02-16 07:08:28 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-02-16 07:08:28 +0000
commit516b9bf9725b6e60756d31f5ca2f84aa2dda5095 (patch)
tree518150554dcb49f2152f483341724c75d1018d9a /dev-php/PEAR-Mail
parentInitial ebuild for the Net_SMTP PEAR package. (diff)
downloadhistorical-516b9bf9725b6e60756d31f5ca2f84aa2dda5095.tar.gz
historical-516b9bf9725b6e60756d31f5ca2f84aa2dda5095.tar.bz2
historical-516b9bf9725b6e60756d31f5ca2f84aa2dda5095.zip
Initial ebuild for the Mail PEAR package.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-php/PEAR-Mail')
-rw-r--r--dev-php/PEAR-Mail/ChangeLog10
-rw-r--r--dev-php/PEAR-Mail/PEAR-Mail-1.1.4.ebuild12
-rw-r--r--dev-php/PEAR-Mail/files/digest-PEAR-Mail-1.1.41
-rw-r--r--dev-php/PEAR-Mail/metadata.xml5
4 files changed, 28 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/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>