diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-11-18 14:24:01 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-11-18 14:24:01 +0000 |
commit | f8bfeccff74e1ecc4254a0f5e9f55113012931e3 (patch) | |
tree | 8da33e471b70097df31447628349d2d261a47b5d /dev-php | |
parent | updated initscript (diff) | |
download | gentoo-2-f8bfeccff74e1ecc4254a0f5e9f55113012931e3.tar.gz gentoo-2-f8bfeccff74e1ecc4254a0f5e9f55113012931e3.tar.bz2 gentoo-2-f8bfeccff74e1ecc4254a0f5e9f55113012931e3.zip |
Bug 6601 - long overdue
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Mail_Mime/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild | 25 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_Mime/files/digest-PEAR-Mail_Mime-1.2.1 | 1 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-php/PEAR-Mail_Mime/ChangeLog b/dev-php/PEAR-Mail_Mime/ChangeLog new file mode 100644 index 000000000000..ed505cc54578 --- /dev/null +++ b/dev-php/PEAR-Mail_Mime/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.1 2002/11/18 14:24:01 mcummings Exp $ + +*PEAR-Mail_Mime-1.2.1 (18 Nov 2002) + + 18 Nov 2002; Michael Cummings <mcummings@gentoo.org> + PEAR-Mail_Mime-1.2.1.ebuild ChangeLog : + Initial import. Ebuild submitted by Nathan Uno + <nigel_gentoobugzilla@unos.net> in bug 6601. Sorry for the wait Nathan! diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild new file mode 100644 index 000000000000..d0e598863443 --- /dev/null +++ b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild,v 1.1 2002/11/18 14:24:01 mcummings Exp $ + +P=${PN/PEAR-//}-${PV} +DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages." +HOMEPAGE="http://pear.php.net/package-info.php?pacid=21" +SRC_URI="http://pear.php.net/get/${P}.tgz" +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc" +DEPEND="virtual/php" +RDEPEND="${DEPEND}" +S=${WORKDIR}/${P} + +src_install () { + insinto /usr/lib/php/ + doins mime.php + doins mimeDecode.php + doins mimePart.php + doins xmail.dtd + doins xmail.xsl +} + + diff --git a/dev-php/PEAR-Mail_Mime/files/digest-PEAR-Mail_Mime-1.2.1 b/dev-php/PEAR-Mail_Mime/files/digest-PEAR-Mail_Mime-1.2.1 new file mode 100644 index 000000000000..a37401760d07 --- /dev/null +++ b/dev-php/PEAR-Mail_Mime/files/digest-PEAR-Mail_Mime-1.2.1 @@ -0,0 +1 @@ +MD5 667f631d9b128ef559bf97b9cd182c48 Mail_Mime-1.2.1.tgz 15268 |