diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-02-10 16:51:57 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-02-10 16:51:57 +0000 |
commit | 2e08935271b28b98d6089c02a27a921cca55b064 (patch) | |
tree | 3bb8cca58419ddf0d0f7608c6fb1cf2e55dfec00 /dev-php/PEAR-Mail_Mime | |
parent | Added hppa to keywords. (diff) | |
download | historical-2e08935271b28b98d6089c02a27a921cca55b064.tar.gz historical-2e08935271b28b98d6089c02a27a921cca55b064.tar.bz2 historical-2e08935271b28b98d6089c02a27a921cca55b064.zip |
changed install directory. Fixes #15030
Diffstat (limited to 'dev-php/PEAR-Mail_Mime')
-rw-r--r-- | dev-php/PEAR-Mail_Mime/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Mail_Mime/ChangeLog b/dev-php/PEAR-Mail_Mime/ChangeLog index bbd3c30c5bc5..c694df746e1c 100644 --- a/dev-php/PEAR-Mail_Mime/ChangeLog +++ b/dev-php/PEAR-Mail_Mime/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-php/PEAR-Mail_Mime # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.5 2002/12/13 10:56:43 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.6 2003/02/10 16:51:57 rphillips Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords @@ -10,6 +10,9 @@ *PEAR-Mail_Mime-1.2.1 (18 Nov 2002) + 10 Feb 2003; Ryan Phillips <rphillips@gentoo.org> : + Changed install directory to /usr/lib/php/Mail + 18 Nov 2002; Michael Cummings <mcummings@gentoo.org> PEAR-Mail_Mime-1.2.1.ebuild ChangeLog : Initial import. Ebuild submitted by Nathan Uno 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 index ef8a75bc4958..2b9a2f769d16 100644 --- 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 @@ -1,6 +1,6 @@ # 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.5 2002/12/15 10:44:18 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild,v 1.6 2003/02/10 16:51:57 rphillips Exp $ P=${PN/PEAR-//}-${PV} DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages." @@ -14,7 +14,7 @@ RDEPEND="${DEPEND}" S=${WORKDIR}/${P} src_install () { - insinto /usr/lib/php/ + insinto /usr/lib/php/Mail doins mime.php doins mimeDecode.php doins mimePart.php |