diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-08 17:11:35 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-08 17:11:35 +0000 |
commit | 524bac6aa6b49496a5444c6d891d73549a11ec85 (patch) | |
tree | 6efacf05e460cb72638181b268b96fa78877bd01 /dev-php/PEAR-Mail_Mime | |
parent | Cleanup. (diff) | |
download | historical-524bac6aa6b49496a5444c6d891d73549a11ec85.tar.gz historical-524bac6aa6b49496a5444c6d891d73549a11ec85.tar.bz2 historical-524bac6aa6b49496a5444c6d891d73549a11ec85.zip |
Remove old version that does not utilize the php-pear eclass.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-php/PEAR-Mail_Mime')
-rw-r--r-- | dev-php/PEAR-Mail_Mime/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild | 26 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_Mime/files/digest-PEAR-Mail_Mime-1.2.1 | 1 |
3 files changed, 6 insertions, 29 deletions
diff --git a/dev-php/PEAR-Mail_Mime/ChangeLog b/dev-php/PEAR-Mail_Mime/ChangeLog index 269c0fce8bc9..a7ae19f7f8ca 100644 --- a/dev-php/PEAR-Mail_Mime/ChangeLog +++ b/dev-php/PEAR-Mail_Mime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Mail_Mime -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.18 2004/12/30 19:25:17 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.19 2005/03/08 17:11:35 sebastian Exp $ + + 08 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> + -PEAR-Mail_Mime-1.2.1.ebuild: + Remove old version that does not utilize the php-pear eclass. 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance 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 deleted file mode 100644 index 69afdfef70cf..000000000000 --- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.2.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.10 2004/06/25 01:19:43 agriffis Exp $ - -MY_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/${MY_P}.tgz" -LICENSE="PHP" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" -DEPEND="virtual/php" -RDEPEND="${DEPEND}" -S=${WORKDIR}/${MY_P} -IUSE="" - -src_install () { - insinto /usr/lib/php/Mail - 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 deleted file mode 100644 index a37401760d07..000000000000 --- a/dev-php/PEAR-Mail_Mime/files/digest-PEAR-Mail_Mime-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 667f631d9b128ef559bf97b9cd182c48 Mail_Mime-1.2.1.tgz 15268 |