diff options
author | 2014-11-06 17:54:58 +0000 | |
---|---|---|
committer | 2014-11-06 17:54:58 +0000 | |
commit | ea854b747077761963208c916d9991692988a29f (patch) | |
tree | d3794a12c6f4123583f390b9ec93d6a887c61680 /dev-php/PEAR-Mail_Mime | |
parent | Drop old (diff) | |
download | gentoo-2-ea854b747077761963208c916d9991692988a29f.tar.gz gentoo-2-ea854b747077761963208c916d9991692988a29f.tar.bz2 gentoo-2-ea854b747077761963208c916d9991692988a29f.zip |
Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/PEAR-Mail_Mime')
-rw-r--r-- | dev-php/PEAR-Mail_Mime/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild | 22 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.7.ebuild | 16 |
3 files changed, 5 insertions, 39 deletions
diff --git a/dev-php/PEAR-Mail_Mime/ChangeLog b/dev-php/PEAR-Mail_Mime/ChangeLog index b08245df4ea2..2478d37cf9dd 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 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.88 2014/03/19 13:46:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/ChangeLog,v 1.89 2014/11/06 17:54:58 grknight Exp $ + + 06 Nov 2014; Brian Evans <grknight@gentoo.org> -PEAR-Mail_Mime-1.8.2.ebuild, + -PEAR-Mail_Mime-1.8.7.ebuild: + Drop old 19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> PEAR-Mail_Mime-1.8.8.ebuild: Stable for alpha, wrt bug #470680 diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild deleted file mode 100644 index 6752d560223a..000000000000 --- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 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.8.2.ebuild,v 1.8 2014/01/26 18:32:22 olemarkus Exp $ - -inherit php-pear-r1 eutils - -DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" -IUSE="" - -PDEPEND="dev-php/PEAR-Mail_mimeDecode" - -src_unpack() { - unpack ${A} - cd "${S}" - - # see Bug 125451; http://pear.php.net/bugs/bug.php?id=5333 - epatch "${FILESDIR}"/1.5.2-php-pass-by-reference-fix.patch -} diff --git a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.7.ebuild b/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.7.ebuild deleted file mode 100644 index b06e1b0ba862..000000000000 --- a/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.8.7.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2013 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.8.7.ebuild,v 1.1 2013/03/25 20:43:08 mabi Exp $ - -EAPI="4" - -inherit php-pear-r1 - -DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" - -PDEPEND="dev-php/PEAR-Mail_mimeDecode" |